@charset "UTF-8";
/*
* @package      Style
* @description  This package holds all common style declarations
*               of the site
*/
@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0; } }
@keyframes sprite-animation {
  from {
    background-position: 0 0; } }
/*
* @section      Normalize
*
* @description  Resets default browser styling
*
* @link         http://github.com/necolas/normalize.css
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      3.0.3
* @revision     1.0
*/
html {
  overflow-x: hidden;
}

.rd-navbar-fixed .rd-navbar-brand {
  left: 50px !important ;
  right: 50px !important ;
  text-align: center !important ;
}

.rd-navbar-fixed .rd-navbar-brand img {
  height: 48px ;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ''; }

table {
  width: 100% ;
  border-collapse: collapse;
  border-spacing: 0; }

button, input, textarea, select {
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
  color: inherit;
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0; }

button,
input[type='button'],
input[type='submit'] {
  cursor: pointer; }

  h6.titolo-menu {
    font-size: 0.7em;
    padding: 0 8px;
    color: lightgray;
    border-bottom: 1px solid lightgray;
}

input[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
input[type=checkbox] {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 5px;
    background: none;
}

/*
* @bugfix input text-overflow padding ignore
* @affected lt IE11
*/
.lt-ie11 input {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom-left-radius: 1px !important; }

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

a,
a[href^="tel:"],
a[href^="callto:"] {
  font: inherit;
  color: inherit;
  text-decoration: none; }
  a:focus,
  a[href^="tel:"]:focus,
  a[href^="callto:"]:focus {
    outline: none; }

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

a, button, input {
  transition: .3s all ease; }

  a:hover {
    color: #d74d26;
    text-decoration: underline;
}

.header-contatti a:hover {
  color: lightgray ;
  text-decoration: none;
}

h2 {
    font-size: 15pt;
}

.fab, .fa, .fas {
    vertical-align: top;
}

/*
* @section      TM Grid System
*
* @description  A powerful and flexible css flex grid system
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.0.0
*/
.rd-navbar-brand img {
    max-width: 50%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; }

    }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

    @media (max-width: 447px) {
    .contatti-area {
      padding: 0px !important;
      margin: 0 0 0 14px !important; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px; }

html.lt-ie10 * + [class*='col-'],
html.lt-ie10 * + .row,
* + [class*='col-'],
* + .row {
  margin-top: 60px; }

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0; }
  html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
    padding-left: 0;
    padding-right: 0; }
  html.lt-ie10 .row-no-gutter > * + [class*='col'], .row-no-gutter > * + [class*='col'] {
    margin-top: 0; }

@media (min-width: 480px) {
  * + [class*='col-xs-'] {
    margin-top: 0; }

  .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .row > [class*='col'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-xs-preffix-0 {
    margin-left: 0%; }
  .row > .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-xs-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-xs-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-xs-preffix-3 {
    margin-left: 25%; }
  .row > .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-xs-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-xs-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-xs-preffix-6 {
    margin-left: 50%; }
  .row > .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-xs-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-xs-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-xs-preffix-9 {
    margin-left: 75%; }
  .row > .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-xs-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-xs-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-xs-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  * + [class*='col-sm-'] {
    margin-top: 0; }

  .row-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-sm-preffix-0 {
    margin-left: 0%; }
  .row > .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-sm-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-sm-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-sm-preffix-3 {
    margin-left: 25%; }
  .row > .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-sm-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-sm-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-sm-preffix-6 {
    margin-left: 50%; }
  .row > .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-sm-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-sm-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-sm-preffix-9 {
    margin-left: 75%; }
  .row > .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-sm-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-sm-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-sm-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  * + [class*='col-md-'] {
    margin-top: 0; }

  .row-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-md-preffix-0 {
    margin-left: 0%; }
  .row > .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-md-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-md-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-md-preffix-3 {
    margin-left: 25%; }
  .row > .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-md-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-md-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-md-preffix-6 {
    margin-left: 50%; }
  .row > .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-md-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-md-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-md-preffix-9 {
    margin-left: 75%; }
  .row > .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-md-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-md-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-md-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  * + [class*='col-lg-'] {
    margin-top: 0; }

  .row-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-lg-preffix-0 {
    margin-left: 0%; }
  .row > .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-lg-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-lg-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-lg-preffix-3 {
    margin-left: 25%; }
  .row > .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-lg-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-lg-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-lg-preffix-6 {
    margin-left: 50%; }
  .row > .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-lg-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-lg-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-lg-preffix-9 {
    margin-left: 75%; }
  .row > .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-lg-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-lg-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-lg-preffix-12 {
    margin-left: 100%; } }
html.lt-ie10 .row > .col-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > [class*="col-xs-preffix-"],
html.lt-ie10 .row > [class*="col-sm-preffix-"],
html.lt-ie10 .row > [class*="col-md-preffix-"],
html.lt-ie10 .row > [class*="col-lg-preffix-"] {
  margin-left: auto; }

/*
* @section      Icon Fonts
* @description  This section holds all icon fonts stored in template
*/
/**
 * @section      Font Awesome 4.4.0 by  -  - @fontawesome
 * @author       @davegandy
 * @see          http://fontawesome.io
 * @license      Font: SIL OFL 1.1, CSS: MIT License
 */
 /*
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa {
  line-height: inherit; }
*//*
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome'; }
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons-ico,
[class*="material-icons-"]:before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit; }

.material-icons-3d_rotation:before {
  content: ""; }

.material-icons-access_alarm:before {
  content: ""; }

.material-icons-access_alarms:before {
  content: ""; }

.material-icons-access_time:before {
  content: ""; }

.material-icons-accessibility:before {
  content: ""; }

.material-icons-account_balance:before {
  content: ""; }

.material-icons-account_balance_wallet:before {
  content: ""; }

.material-icons-account_box:before {
  content: ""; }

.material-icons-account_circle:before {
  content: ""; }

.material-icons-adb:before {
  content: ""; }

.material-icons-add:before {
  content: ""; }

.material-icons-add_alarm:before {
  content: ""; }

.material-icons-add_alert:before {
  content: ""; }

.material-icons-add_box:before {
  content: ""; }

.material-icons-add_circle:before {
  content: ""; }

.material-icons-add_circle_outline:before {
  content: ""; }

.material-icons-add_shopping_cart:before {
  content: ""; }

.material-icons-add_to_photos:before {
  content: ""; }

.material-icons-adjust:before {
  content: ""; }

.material-icons-airline_seat_flat:before {
  content: ""; }

.material-icons-airline_seat_flat_angled:before {
  content: ""; }

.material-icons-airline_seat_individual_suite:before {
  content: ""; }

.material-icons-airline_seat_legroom_extra:before {
  content: ""; }

.material-icons-airline_seat_legroom_normal:before {
  content: ""; }

.material-icons-airline_seat_legroom_reduced:before {
  content: ""; }

.material-icons-airline_seat_recline_extra:before {
  content: ""; }

.material-icons-airline_seat_recline_normal:before {
  content: ""; }

.material-icons-airplanemode_active:before {
  content: ""; }

.material-icons-airplanemode_inactive:before {
  content: ""; }

.material-icons-airplay:before {
  content: ""; }

.material-icons-alarm:before {
  content: ""; }

.material-icons-alarm_add:before {
  content: ""; }

.material-icons-alarm_off:before {
  content: ""; }

.material-icons-alarm_on:before {
  content: ""; }

.material-icons-album:before {
  content: ""; }

.material-icons-android:before {
  content: ""; }

.material-icons-announcement:before {
  content: ""; }

.material-icons-apps:before {
  content: ""; }

.material-icons-archive:before {
  content: ""; }

.material-icons-arrow_back:before {
  content: ""; }

.material-icons-arrow_drop_down:before {
  content: ""; }

.material-icons-arrow_drop_down_circle:before {
  content: ""; }

.material-icons-arrow_drop_up:before {
  content: ""; }

.material-icons-arrow_forward:before {
  content: ""; }

.material-icons-aspect_ratio:before {
  content: ""; }

.material-icons-assessment:before {
  content: ""; }

.material-icons-assignment:before {
  content: ""; }

.material-icons-assignment_ind:before {
  content: ""; }

.material-icons-assignment_late:before {
  content: ""; }

.material-icons-assignment_return:before {
  content: ""; }

.material-icons-assignment_returned:before {
  content: ""; }

.material-icons-assignment_turned_in:before {
  content: ""; }

.material-icons-assistant:before {
  content: ""; }

.material-icons-assistant_photo:before {
  content: ""; }

.material-icons-attach_file:before {
  content: ""; }

.material-icons-attach_money:before {
  content: ""; }

.material-icons-attachment:before {
  content: ""; }

.material-icons-audiotrack:before {
  content: ""; }

.material-icons-autorenew:before {
  content: ""; }

.material-icons-av_timer:before {
  content: ""; }

.material-icons-backspace:before {
  content: ""; }

.material-icons-backup:before {
  content: ""; }

.material-icons-battery_alert:before {
  content: ""; }

.material-icons-battery_charging_full:before {
  content: ""; }

.material-icons-battery_full:before {
  content: ""; }

.material-icons-battery_std:before {
  content: ""; }

.material-icons-battery_unknown:before {
  content: ""; }

.material-icons-beenhere:before {
  content: ""; }

.material-icons-block:before {
  content: ""; }

.material-icons-bluetooth:before {
  content: ""; }

.material-icons-bluetooth_audio:before {
  content: ""; }

.material-icons-bluetooth_connected:before {
  content: ""; }

.material-icons-bluetooth_disabled:before {
  content: ""; }

.material-icons-bluetooth_searching:before {
  content: ""; }

.material-icons-blur_circular:before {
  content: ""; }

.material-icons-blur_linear:before {
  content: ""; }

.material-icons-blur_off:before {
  content: ""; }

.material-icons-blur_on:before {
  content: ""; }

.material-icons-book:before {
  content: ""; }

.material-icons-bookmark:before {
  content: ""; }

.material-icons-bookmark_border:before {
  content: ""; }

.material-icons-border_all:before {
  content: ""; }

.material-icons-border_bottom:before {
  content: ""; }

.material-icons-border_clear:before {
  content: ""; }

.material-icons-border_color:before {
  content: ""; }

.material-icons-border_horizontal:before {
  content: ""; }

.material-icons-border_inner:before {
  content: ""; }

.material-icons-border_left:before {
  content: ""; }

.material-icons-border_outer:before {
  content: ""; }

.material-icons-border_right:before {
  content: ""; }

.material-icons-border_style:before {
  content: ""; }

.material-icons-border_top:before {
  content: ""; }

.material-icons-border_vertical:before {
  content: ""; }

.material-icons-brightness_1:before {
  content: ""; }

.material-icons-brightness_2:before {
  content: ""; }

.material-icons-brightness_3:before {
  content: ""; }

.material-icons-brightness_4:before {
  content: ""; }

.material-icons-brightness_5:before {
  content: ""; }

.material-icons-brightness_6:before {
  content: ""; }

.material-icons-brightness_7:before {
  content: ""; }

.material-icons-brightness_auto:before {
  content: ""; }

.material-icons-brightness_high:before {
  content: ""; }

.material-icons-brightness_low:before {
  content: ""; }

.material-icons-brightness_medium:before {
  content: ""; }

.material-icons-broken_image:before {
  content: ""; }

.material-icons-brush:before {
  content: ""; }

.material-icons-bug_report:before {
  content: ""; }

.material-icons-build:before {
  content: ""; }

.material-icons-business:before {
  content: ""; }

.material-icons-cached:before {
  content: ""; }

.material-icons-cake:before {
  content: ""; }

.material-icons-call:before {
  content: ""; }

.material-icons-call_end:before {
  content: ""; }

.material-icons-call_made:before {
  content: ""; }

.material-icons-call_merge:before {
  content: ""; }

.material-icons-call_missed:before {
  content: ""; }

.material-icons-call_received:before {
  content: ""; }

.material-icons-call_split:before {
  content: ""; }

.material-icons-camera:before {
  content: ""; }

.material-icons-camera_alt:before {
  content: ""; }

.material-icons-camera_enhance:before {
  content: ""; }

.material-icons-camera_front:before {
  content: ""; }

.material-icons-camera_rear:before {
  content: ""; }

.material-icons-camera_roll:before {
  content: ""; }

.material-icons-cancel:before {
  content: ""; }

.material-icons-card_giftcard:before {
  content: ""; }

.material-icons-card_membership:before {
  content: ""; }

.material-icons-card_travel:before {
  content: ""; }

.material-icons-cast:before {
  content: ""; }

.material-icons-cast_connected:before {
  content: ""; }

.material-icons-center_focus_strong:before {
  content: ""; }

.material-icons-center_focus_weak:before {
  content: ""; }

.material-icons-change_history:before {
  content: ""; }

.material-icons-chat:before {
  content: ""; }

.material-icons-chat_bubble:before {
  content: ""; }

.material-icons-chat_bubble_outline:before {
  content: ""; }

.material-icons-check:before {
  content: ""; }

.material-icons-check_box:before {
  content: ""; }

.material-icons-check_box_outline_blank:before {
  content: ""; }

.material-icons-check_circle:before {
  content: ""; }

.material-icons-chevron_left:before {
  content: ""; }

.material-icons-chevron_right:before {
  content: ""; }

.material-icons-chrome_reader_mode:before {
  content: ""; }

.material-icons-class:before {
  content: ""; }

.material-icons-clear:before {
  content: ""; }

.material-icons-clear_all:before {
  content: ""; }

.material-icons-close:before {
  content: ""; }

.material-icons-closed_caption:before {
  content: ""; }

.material-icons-cloud:before {
  content: ""; }

.material-icons-cloud_circle:before {
  content: ""; }

.material-icons-cloud_done:before {
  content: ""; }

.material-icons-cloud_download:before {
  content: ""; }

.material-icons-cloud_off:before {
  content: ""; }

.material-icons-cloud_queue:before {
  content: ""; }

.material-icons-cloud_upload:before {
  content: ""; }

.material-icons-code:before {
  content: ""; }

.material-icons-collections:before {
  content: ""; }

.material-icons-collections_bookmark:before {
  content: ""; }

.material-icons-color_lens:before {
  content: ""; }

.material-icons-colorize:before {
  content: ""; }

.material-icons-comment:before {
  content: ""; }

.material-icons-compare:before {
  content: ""; }

.material-icons-computer:before {
  content: ""; }

.material-icons-confirmation_number:before {
  content: ""; }

.material-icons-contact_phone:before {
  content: ""; }

.material-icons-contacts:before {
  content: ""; }

.material-icons-content_copy:before {
  content: ""; }

.material-icons-content_cut:before {
  content: ""; }

.material-icons-content_paste:before {
  content: ""; }

.material-icons-control_point:before {
  content: ""; }

.material-icons-control_point_duplicate:before {
  content: ""; }

.material-icons-create:before {
  content: ""; }

.material-icons-credit_card:before {
  content: ""; }

.material-icons-crop:before {
  content: ""; }

.material-icons-crop_16_9:before {
  content: ""; }

.material-icons-crop_3_2:before {
  content: ""; }

.material-icons-crop_5_4:before {
  content: ""; }

.material-icons-crop_7_5:before {
  content: ""; }

.material-icons-crop_din:before {
  content: ""; }

.material-icons-crop_free:before {
  content: ""; }

.material-icons-crop_landscape:before {
  content: ""; }

.material-icons-crop_original:before {
  content: ""; }

.material-icons-crop_portrait:before {
  content: ""; }

.material-icons-crop_square:before {
  content: ""; }

.material-icons-dashboard:before {
  content: ""; }

.material-icons-data_usage:before {
  content: ""; }

.material-icons-dehaze:before {
  content: ""; }

.material-icons-delete:before {
  content: ""; }

.material-icons-description:before {
  content: ""; }

.material-icons-desktop_mac:before {
  content: ""; }

.material-icons-desktop_windows:before {
  content: ""; }

.material-icons-details:before {
  content: ""; }

.material-icons-developer_board:before {
  content: ""; }

.material-icons-developer_mode:before {
  content: ""; }

.material-icons-device_hub:before {
  content: ""; }

.material-icons-devices:before {
  content: ""; }

.material-icons-dialer_sip:before {
  content: ""; }

.material-icons-dialpad:before {
  content: ""; }

.material-icons-directions:before {
  content: ""; }

.material-icons-directions_bike:before {
  content: ""; }

.material-icons-directions_boat:before {
  content: ""; }

.material-icons-directions_bus:before {
  content: ""; }

.material-icons-directions_car:before {
  content: ""; }

.material-icons-directions_railway:before {
  content: ""; }

.material-icons-directions_run:before {
  content: ""; }

.material-icons-directions_subway:before {
  content: ""; }

.material-icons-directions_transit:before {
  content: ""; }

.material-icons-directions_walk:before {
  content: ""; }

.material-icons-disc_full:before {
  content: ""; }

.material-icons-dns:before {
  content: ""; }

.material-icons-do_not_disturb:before {
  content: ""; }

.material-icons-do_not_disturb_alt:before {
  content: ""; }

.material-icons-dock:before {
  content: ""; }

.material-icons-domain:before {
  content: ""; }

.material-icons-done:before {
  content: ""; }

.material-icons-done_all:before {
  content: ""; }

.material-icons-drafts:before {
  content: ""; }

.material-icons-drive_eta:before {
  content: ""; }

.material-icons-dvr:before {
  content: ""; }

.material-icons-edit:before {
  content: ""; }

.material-icons-eject:before {
  content: ""; }

.material-icons-email:before {
  content: ""; }

.material-icons-equalizer:before {
  content: ""; }

.material-icons-error:before {
  content: ""; }

.material-icons-error_outline:before {
  content: ""; }

.material-icons-event:before {
  content: ""; }

.material-icons-event_available:before {
  content: ""; }

.material-icons-event_busy:before {
  content: ""; }

.material-icons-event_note:before {
  content: ""; }

.material-icons-event_seat:before {
  content: ""; }

.material-icons-exit_to_app:before {
  content: ""; }

.material-icons-expand_less:before {
  content: ""; }

.material-icons-expand_more:before {
  content: ""; }

.material-icons-explicit:before {
  content: ""; }

.material-icons-explore:before {
  content: ""; }

.material-icons-exposure:before {
  content: ""; }

.material-icons-exposure_neg_1:before {
  content: ""; }

.material-icons-exposure_neg_2:before {
  content: ""; }

.material-icons-exposure_plus_1:before {
  content: ""; }

.material-icons-exposure_plus_2:before {
  content: ""; }

.material-icons-exposure_zero:before {
  content: ""; }

.material-icons-extension:before {
  content: ""; }

.material-icons-face:before {
  content: ""; }

.material-icons-fast_forward:before {
  content: ""; }

.material-icons-fast_rewind:before {
  content: ""; }

.material-icons-favorite:before {
  content: ""; }

.material-icons-favorite_border:before {
  content: ""; }

.material-icons-feedback:before {
  content: ""; }

.material-icons-file_download:before {
  content: ""; }

.material-icons-file_upload:before {
  content: ""; }

.material-icons-filter:before {
  content: ""; }

.material-icons-filter_1:before {
  content: ""; }

.material-icons-filter_2:before {
  content: ""; }

.material-icons-filter_3:before {
  content: ""; }

.material-icons-filter_4:before {
  content: ""; }

.material-icons-filter_5:before {
  content: ""; }

.material-icons-filter_6:before {
  content: ""; }

.material-icons-filter_7:before {
  content: ""; }

.material-icons-filter_8:before {
  content: ""; }

.material-icons-filter_9:before {
  content: ""; }

.material-icons-filter_9_plus:before {
  content: ""; }

.material-icons-filter_b_and_w:before {
  content: ""; }

.material-icons-filter_center_focus:before {
  content: ""; }

.material-icons-filter_drama:before {
  content: ""; }

.material-icons-filter_frames:before {
  content: ""; }

.material-icons-filter_hdr:before {
  content: ""; }

.material-icons-filter_list:before {
  content: ""; }

.material-icons-filter_none:before {
  content: ""; }

.material-icons-filter_tilt_shift:before {
  content: ""; }

.material-icons-filter_vintage:before {
  content: ""; }

.material-icons-find_in_page:before {
  content: ""; }

.material-icons-find_replace:before {
  content: ""; }

.material-icons-flag:before {
  content: ""; }

.material-icons-flare:before {
  content: ""; }

.material-icons-flash_auto:before {
  content: ""; }

.material-icons-flash_off:before {
  content: ""; }

.material-icons-flash_on:before {
  content: ""; }

.material-icons-flight:before {
  content: ""; }

.material-icons-flight_land:before {
  content: ""; }

.material-icons-flight_takeoff:before {
  content: ""; }

.material-icons-flip:before {
  content: ""; }

.material-icons-flip_to_back:before {
  content: ""; }

.material-icons-flip_to_front:before {
  content: ""; }

.material-icons-folder:before {
  content: ""; }

.material-icons-folder_open:before {
  content: ""; }

.material-icons-folder_shared:before {
  content: ""; }

.material-icons-folder_special:before {
  content: ""; }

.material-icons-font_download:before {
  content: ""; }

.material-icons-format_align_center:before {
  content: ""; }

.material-icons-format_align_justify:before {
  content: ""; }

.material-icons-format_align_left:before {
  content: ""; }

.material-icons-format_align_right:before {
  content: ""; }

.material-icons-format_bold:before {
  content: ""; }

.material-icons-format_clear:before {
  content: ""; }

.material-icons-format_color_fill:before {
  content: ""; }

.material-icons-format_color_reset:before {
  content: ""; }

.material-icons-format_color_text:before {
  content: ""; }

.material-icons-format_indent_decrease:before {
  content: ""; }

.material-icons-format_indent_increase:before {
  content: ""; }

.material-icons-format_italic:before {
  content: ""; }

.material-icons-format_line_spacing:before {
  content: ""; }

.material-icons-format_list_bulleted:before {
  content: ""; }

.material-icons-format_list_numbered:before {
  content: ""; }

.material-icons-format_paint:before {
  content: ""; }

.material-icons-format_quote:before {
  content: ""; }

.material-icons-format_size:before {
  content: ""; }

.material-icons-format_strikethrough:before {
  content: ""; }

.material-icons-format_textdirection_l_to_r:before {
  content: ""; }

.material-icons-format_textdirection_r_to_l:before {
  content: ""; }

.material-icons-format_underlined:before {
  content: ""; }

.material-icons-forum:before {
  content: ""; }

.material-icons-forward:before {
  content: ""; }

.material-icons-forward_10:before {
  content: ""; }

.material-icons-forward_30:before {
  content: ""; }

.material-icons-forward_5:before {
  content: ""; }

.material-icons-fullscreen:before {
  content: ""; }

.material-icons-fullscreen_exit:before {
  content: ""; }

.material-icons-functions:before {
  content: ""; }

.material-icons-gamepad:before {
  content: ""; }

.material-icons-games:before {
  content: ""; }

.material-icons-gesture:before {
  content: ""; }

.material-icons-get_app:before {
  content: ""; }

.material-icons-gif:before {
  content: ""; }

.material-icons-gps_fixed:before {
  content: ""; }

.material-icons-gps_not_fixed:before {
  content: ""; }

.material-icons-gps_off:before {
  content: ""; }

.material-icons-grade:before {
  content: ""; }

.material-icons-gradient:before {
  content: ""; }

.material-icons-grain:before {
  content: ""; }

.material-icons-graphic_eq:before {
  content: ""; }

.material-icons-grid_off:before {
  content: ""; }

.material-icons-grid_on:before {
  content: ""; }

.material-icons-group:before {
  content: ""; }

.material-icons-group_add:before {
  content: ""; }

.material-icons-group_work:before {
  content: ""; }

.material-icons-hd:before {
  content: ""; }

.material-icons-hdr_off:before {
  content: ""; }

.material-icons-hdr_on:before {
  content: ""; }

.material-icons-hdr_strong:before {
  content: ""; }

.material-icons-hdr_weak:before {
  content: ""; }

.material-icons-headset:before {
  content: ""; }

.material-icons-headset_mic:before {
  content: ""; }

.material-icons-healing:before {
  content: ""; }

.material-icons-hearing:before {
  content: ""; }

.material-icons-help:before {
  content: ""; }

.material-icons-help_outline:before {
  content: ""; }

.material-icons-high_quality:before {
  content: ""; }

.material-icons-highlight_off:before {
  content: ""; }

.material-icons-history:before {
  content: ""; }

.material-icons-home:before {
  content: ""; }

.material-icons-hotel:before {
  content: ""; }

.material-icons-hourglass_empty:before {
  content: ""; }

.material-icons-hourglass_full:before {
  content: ""; }

.material-icons-http:before {
  content: ""; }

.material-icons-https:before {
  content: ""; }

.material-icons-image:before {
  content: ""; }

.material-icons-image_aspect_ratio:before {
  content: ""; }

.material-icons-import_export:before {
  content: ""; }

.material-icons-inbox:before {
  content: ""; }

.material-icons-indeterminate_check_box:before {
  content: ""; }

.material-icons-info:before {
  content: ""; }

.material-icons-info_outline:before {
  content: ""; }

.material-icons-input:before {
  content: ""; }

.material-icons-insert_chart:before {
  content: ""; }

.material-icons-insert_comment:before {
  content: ""; }

.material-icons-insert_drive_file:before {
  content: ""; }

.material-icons-insert_emoticon:before {
  content: ""; }

.material-icons-insert_invitation:before {
  content: ""; }

.material-icons-insert_link:before {
  content: ""; }

.material-icons-insert_photo:before {
  content: ""; }

.material-icons-invert_colors:before {
  content: ""; }

.material-icons-invert_colors_off:before {
  content: ""; }

.material-icons-iso:before {
  content: ""; }

.material-icons-keyboard:before {
  content: ""; }

.material-icons-keyboard_arrow_down:before {
  content: ""; }

.material-icons-keyboard_arrow_left:before {
  content: ""; }

.material-icons-keyboard_arrow_right:before {
  content: ""; }

.material-icons-keyboard_arrow_up:before {
  content: ""; }

.material-icons-keyboard_backspace:before {
  content: ""; }

.material-icons-keyboard_capslock:before {
  content: ""; }

.material-icons-keyboard_hide:before {
  content: ""; }

.material-icons-keyboard_return:before {
  content: ""; }

.material-icons-keyboard_tab:before {
  content: ""; }

.material-icons-keyboard_voice:before {
  content: ""; }

.material-icons-label:before {
  content: ""; }

.material-icons-label_outline:before {
  content: ""; }

.material-icons-landscape:before {
  content: ""; }

.material-icons-language:before {
  content: ""; }

.material-icons-laptop:before {
  content: ""; }

.material-icons-laptop_chromebook:before {
  content: ""; }

.material-icons-laptop_mac:before {
  content: ""; }

.material-icons-laptop_windows:before {
  content: ""; }

.material-icons-launch:before {
  content: ""; }

.material-icons-layers:before {
  content: ""; }

.material-icons-layers_clear:before {
  content: ""; }

.material-icons-leak_add:before {
  content: ""; }

.material-icons-leak_remove:before {
  content: ""; }

.material-icons-lens:before {
  content: ""; }

.material-icons-library_add:before {
  content: ""; }

.material-icons-library_books:before {
  content: ""; }

.material-icons-library_music:before {
  content: ""; }

.material-icons-link:before {
  content: ""; }

.material-icons-list:before {
  content: ""; }

.material-icons-live_help:before {
  content: ""; }

.material-icons-live_tv:before {
  content: ""; }

.material-icons-local_activity:before {
  content: ""; }

.material-icons-local_airport:before {
  content: ""; }

.material-icons-local_atm:before {
  content: ""; }

.material-icons-local_bar:before {
  content: ""; }

.material-icons-local_cafe:before {
  content: ""; }

.material-icons-local_car_wash:before {
  content: ""; }

.material-icons-local_convenience_store:before {
  content: ""; }

.material-icons-local_dining:before {
  content: ""; }

.material-icons-local_drink:before {
  content: ""; }

.material-icons-local_florist:before {
  content: ""; }

.material-icons-local_gas_station:before {
  content: ""; }

.material-icons-local_grocery_store:before {
  content: ""; }

.material-icons-local_hospital:before {
  content: ""; }

.material-icons-local_hotel:before {
  content: ""; }

.material-icons-local_laundry_service:before {
  content: ""; }

.material-icons-local_library:before {
  content: ""; }

.material-icons-local_mall:before {
  content: ""; }

.material-icons-local_movies:before {
  content: ""; }

.material-icons-local_offer:before {
  content: ""; }

.material-icons-local_parking:before {
  content: ""; }

.material-icons-local_pharmacy:before {
  content: ""; }

.material-icons-local_phone:before {
  content: ""; }

.material-icons-local_pizza:before {
  content: ""; }

.material-icons-local_play:before {
  content: ""; }

.material-icons-local_post_office:before {
  content: ""; }

.material-icons-local_printshop:before {
  content: ""; }

.material-icons-local_see:before {
  content: ""; }

.material-icons-local_shipping:before {
  content: ""; }

.material-icons-local_taxi:before {
  content: ""; }

.material-icons-location_city:before {
  content: ""; }

.material-icons-location_disabled:before {
  content: ""; }

.material-icons-location_off:before {
  content: ""; }

.material-icons-location_on:before {
  content: ""; }

.material-icons-location_searching:before {
  content: ""; }

.material-icons-lock:before {
  content: ""; }

.material-icons-lock_open:before {
  content: ""; }

.material-icons-lock_outline:before {
  content: ""; }

.material-icons-looks:before {
  content: ""; }

.material-icons-looks_3:before {
  content: ""; }

.material-icons-looks_4:before {
  content: ""; }

.material-icons-looks_5:before {
  content: ""; }

.material-icons-looks_6:before {
  content: ""; }

.material-icons-looks_one:before {
  content: ""; }

.material-icons-looks_two:before {
  content: ""; }

.material-icons-loop:before {
  content: ""; }

.material-icons-loupe:before {
  content: ""; }

.material-icons-loyalty:before {
  content: ""; }

.material-icons-mail:before {
  content: ""; }

.material-icons-map:before {
  content: ""; }

.material-icons-markunread:before {
  content: ""; }

.material-icons-markunread_mailbox:before {
  content: ""; }

.material-icons-memory:before {
  content: ""; }

.material-icons-menu:before {
  content: ""; }

.material-icons-merge_type:before {
  content: ""; }

.material-icons-message:before {
  content: ""; }

.material-icons-mic:before {
  content: ""; }

.material-icons-mic_none:before {
  content: ""; }

.material-icons-mic_off:before {
  content: ""; }

.material-icons-mms:before {
  content: ""; }

.material-icons-mode_comment:before {
  content: ""; }

.material-icons-mode_edit:before {
  content: ""; }

.material-icons-money_off:before {
  content: ""; }

.material-icons-monochrome_photos:before {
  content: ""; }

.material-icons-mood:before {
  content: ""; }

.material-icons-mood_bad:before {
  content: ""; }

.material-icons-more:before {
  content: ""; }

.material-icons-more_horiz:before {
  content: ""; }

.material-icons-more_vert:before {
  content: ""; }

.material-icons-mouse:before {
  content: ""; }

.material-icons-movie:before {
  content: ""; }

.material-icons-movie_creation:before {
  content: ""; }

.material-icons-music_note:before {
  content: ""; }

.material-icons-my_location:before {
  content: ""; }

.material-icons-nature:before {
  content: ""; }

.material-icons-nature_people:before {
  content: ""; }

.material-icons-navigate_before:before {
  content: ""; }

.material-icons-navigate_next:before {
  content: ""; }

.material-icons-navigation:before {
  content: ""; }

.material-icons-network_cell:before {
  content: ""; }

.material-icons-network_locked:before {
  content: ""; }

.material-icons-network_wifi:before {
  content: ""; }

.material-icons-new_releases:before {
  content: ""; }

.material-icons-nfc:before {
  content: ""; }

.material-icons-no_sim:before {
  content: ""; }

.material-icons-not_interested:before {
  content: ""; }

.material-icons-note_add:before {
  content: ""; }

.material-icons-notifications:before {
  content: ""; }

.material-icons-notifications_active:before {
  content: ""; }

.material-icons-notifications_none:before {
  content: ""; }

.material-icons-notifications_off:before {
  content: ""; }

.material-icons-notifications_paused:before {
  content: ""; }

.material-icons-offline_pin:before {
  content: ""; }

.material-icons-ondemand_video:before {
  content: ""; }

.material-icons-open_in_browser:before {
  content: ""; }

.material-icons-open_in_new:before {
  content: ""; }

.material-icons-open_with:before {
  content: ""; }

.material-icons-pages:before {
  content: ""; }

.material-icons-pageview:before {
  content: ""; }

.material-icons-palette:before {
  content: ""; }

.material-icons-panorama:before {
  content: ""; }

.material-icons-panorama_fish_eye:before {
  content: ""; }

.material-icons-panorama_horizontal:before {
  content: ""; }

.material-icons-panorama_vertical:before {
  content: ""; }

.material-icons-panorama_wide_angle:before {
  content: ""; }

.material-icons-party_mode:before {
  content: ""; }

.material-icons-pause:before {
  content: ""; }

.material-icons-pause_circle_filled:before {
  content: ""; }

.material-icons-pause_circle_outline:before {
  content: ""; }

.material-icons-payment:before {
  content: ""; }

.material-icons-people:before {
  content: ""; }

.material-icons-people_outline:before {
  content: ""; }

.material-icons-perm_camera_mic:before {
  content: ""; }

.material-icons-perm_contact_calendar:before {
  content: ""; }

.material-icons-perm_data_setting:before {
  content: ""; }

.material-icons-perm_device_information:before {
  content: ""; }

.material-icons-perm_identity:before {
  content: ""; }

.material-icons-perm_media:before {
  content: ""; }

.material-icons-perm_phone_msg:before {
  content: ""; }

.material-icons-perm_scan_wifi:before {
  content: ""; }

.material-icons-person:before {
  content: ""; }

.material-icons-person_add:before {
  content: ""; }

.material-icons-person_outline:before {
  content: ""; }

.material-icons-person_pin:before {
  content: ""; }

.material-icons-personal_video:before {
  content: ""; }

.material-icons-phone:before {
  content: ""; }

.material-icons-phone_android:before {
  content: ""; }

.material-icons-phone_bluetooth_speaker:before {
  content: ""; }

.material-icons-phone_forwarded:before {
  content: ""; }

.material-icons-phone_in_talk:before {
  content: ""; }

.material-icons-phone_iphone:before {
  content: ""; }

.material-icons-phone_locked:before {
  content: ""; }

.material-icons-phone_missed:before {
  content: ""; }

.material-icons-phone_paused:before {
  content: ""; }

.material-icons-phonelink:before {
  content: ""; }

.material-icons-phonelink_erase:before {
  content: ""; }

.material-icons-phonelink_lock:before {
  content: ""; }

.material-icons-phonelink_off:before {
  content: ""; }

.material-icons-phonelink_ring:before {
  content: ""; }

.material-icons-phonelink_setup:before {
  content: ""; }

.material-icons-photo:before {
  content: ""; }

.material-icons-photo_album:before {
  content: ""; }

.material-icons-photo_camera:before {
  content: ""; }

.material-icons-photo_library:before {
  content: ""; }

.material-icons-photo_size_select_actual:before {
  content: ""; }

.material-icons-photo_size_select_large:before {
  content: ""; }

.material-icons-photo_size_select_small:before {
  content: ""; }

.material-icons-picture_as_pdf:before {
  content: ""; }

.material-icons-picture_in_picture:before {
  content: ""; }

.material-icons-pin_drop:before {
  content: ""; }

.material-icons-place:before {
  content: ""; }

.material-icons-play_arrow:before {
  content: ""; }

.material-icons-play_circle_filled:before {
  content: ""; }

.material-icons-play_circle_outline:before {
  content: ""; }

.material-icons-play_for_work:before {
  content: ""; }

.material-icons-playlist_add:before {
  content: ""; }

.material-icons-plus_one:before {
  content: ""; }

.material-icons-poll:before {
  content: ""; }

.material-icons-polymer:before {
  content: ""; }

.material-icons-portable_wifi_off:before {
  content: ""; }

.material-icons-portrait:before {
  content: ""; }

.material-icons-power:before {
  content: ""; }

.material-icons-power_input:before {
  content: ""; }

.material-icons-power_settings_new:before {
  content: ""; }

.material-icons-present_to_all:before {
  content: ""; }

.material-icons-print:before {
  content: ""; }

.material-icons-public:before {
  content: ""; }

.material-icons-publish:before {
  content: ""; }

.material-icons-query_builder:before {
  content: ""; }

.material-icons-question_answer:before {
  content: ""; }

.material-icons-queue:before {
  content: ""; }

.material-icons-queue_music:before {
  content: ""; }

.material-icons-radio:before {
  content: ""; }

.material-icons-radio_button_checked:before {
  content: ""; }

.material-icons-radio_button_unchecked:before {
  content: ""; }

.material-icons-rate_review:before {
  content: ""; }

.material-icons-receipt:before {
  content: ""; }

.material-icons-recent_actors:before {
  content: ""; }

.material-icons-redeem:before {
  content: ""; }

.material-icons-redo:before {
  content: ""; }

.material-icons-refresh:before {
  content: ""; }

.material-icons-remove:before {
  content: ""; }

.material-icons-remove_circle:before {
  content: ""; }

.material-icons-remove_circle_outline:before {
  content: ""; }

.material-icons-remove_red_eye:before {
  content: ""; }

.material-icons-reorder:before {
  content: ""; }

.material-icons-repeat:before {
  content: ""; }

.material-icons-repeat_one:before {
  content: ""; }

.material-icons-replay:before {
  content: ""; }

.material-icons-replay_10:before {
  content: ""; }

.material-icons-replay_30:before {
  content: ""; }

.material-icons-replay_5:before {
  content: ""; }

.material-icons-reply:before {
  content: ""; }

.material-icons-reply_all:before {
  content: ""; }

.material-icons-report:before {
  content: ""; }

.material-icons-report_problem:before {
  content: ""; }

.material-icons-restaurant_menu:before {
  content: ""; }

.material-icons-restore:before {
  content: ""; }

.material-icons-ring_volume:before {
  content: ""; }

.material-icons-room:before {
  content: ""; }

.material-icons-rotate_90_degrees_ccw:before {
  content: ""; }

.material-icons-rotate_left:before {
  content: ""; }

.material-icons-rotate_right:before {
  content: ""; }

.material-icons-router:before {
  content: ""; }

.material-icons-satellite:before {
  content: ""; }

.material-icons-save:before {
  content: ""; }

.material-icons-scanner:before {
  content: ""; }

.material-icons-schedule:before {
  content: ""; }

.material-icons-school:before {
  content: ""; }

.material-icons-screen_lock_landscape:before {
  content: ""; }

.material-icons-screen_lock_portrait:before {
  content: ""; }

.material-icons-screen_lock_rotation:before {
  content: ""; }

.material-icons-screen_rotation:before {
  content: ""; }

.material-icons-sd_card:before {
  content: ""; }

.material-icons-sd_storage:before {
  content: ""; }

.material-icons-search:before {
  content: ""; }

.material-icons-security:before {
  content: ""; }

.material-icons-select_all:before {
  content: ""; }

.material-icons-send:before {
  content: ""; }

.material-icons-settings:before {
  content: ""; }

.material-icons-settings_applications:before {
  content: ""; }

.material-icons-settings_backup_restore:before {
  content: ""; }

.material-icons-settings_bluetooth:before {
  content: ""; }

.material-icons-settings_brightness:before {
  content: ""; }

.material-icons-settings_cell:before {
  content: ""; }

.material-icons-settings_ethernet:before {
  content: ""; }

.material-icons-settings_input_antenna:before {
  content: ""; }

.material-icons-settings_input_component:before {
  content: ""; }

.material-icons-settings_input_composite:before {
  content: ""; }

.material-icons-settings_input_hdmi:before {
  content: ""; }

.material-icons-settings_input_svideo:before {
  content: ""; }

.material-icons-settings_overscan:before {
  content: ""; }

.material-icons-settings_phone:before {
  content: ""; }

.material-icons-settings_power:before {
  content: ""; }

.material-icons-settings_remote:before {
  content: ""; }

.material-icons-settings_system_daydream:before {
  content: ""; }

.material-icons-settings_voice:before {
  content: ""; }

.material-icons-share:before {
  content: ""; }

.material-icons-shop:before {
  content: ""; }

.material-icons-shop_two:before {
  content: ""; }

.material-icons-shopping_basket:before {
  content: ""; }

.material-icons-shopping_cart:before {
  content: ""; }

.material-icons-shuffle:before {
  content: ""; }

.material-icons-signal_cellular_4_bar:before {
  content: ""; }

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
  content: ""; }

.material-icons-signal_cellular_no_sim:before {
  content: ""; }

.material-icons-signal_cellular_null:before {
  content: ""; }

.material-icons-signal_cellular_off:before {
  content: ""; }

.material-icons-signal_wifi_4_bar:before {
  content: ""; }

.material-icons-signal_wifi_4_bar_lock:before {
  content: ""; }

.material-icons-signal_wifi_off:before {
  content: ""; }

.material-icons-sim_card:before {
  content: ""; }

.material-icons-sim_card_alert:before {
  content: ""; }

.material-icons-skip_next:before {
  content: ""; }

.material-icons-skip_previous:before {
  content: ""; }

.material-icons-slideshow:before {
  content: ""; }

.material-icons-smartphone:before {
  content: ""; }

.material-icons-sms:before {
  content: ""; }

.material-icons-sms_failed:before {
  content: ""; }

.material-icons-snooze:before {
  content: ""; }

.material-icons-sort:before {
  content: ""; }

.material-icons-sort_by_alpha:before {
  content: ""; }

.material-icons-space_bar:before {
  content: ""; }

.material-icons-speaker:before {
  content: ""; }

.material-icons-speaker_group:before {
  content: ""; }

.material-icons-speaker_notes:before {
  content: ""; }

.material-icons-speaker_phone:before {
  content: ""; }

.material-icons-spellcheck:before {
  content: ""; }

.material-icons-star:before {
  content: ""; }

.material-icons-star_border:before {
  content: ""; }

.material-icons-star_half:before {
  content: ""; }

.material-icons-stars:before {
  content: ""; }

.material-icons-stay_current_landscape:before {
  content: ""; }

.material-icons-stay_current_portrait:before {
  content: ""; }

.material-icons-stay_primary_landscape:before {
  content: ""; }

.material-icons-stay_primary_portrait:before {
  content: ""; }

.material-icons-stop:before {
  content: ""; }

.material-icons-storage:before {
  content: ""; }

.material-icons-store:before {
  content: ""; }

.material-icons-store_mall_directory:before {
  content: ""; }

.material-icons-straighten:before {
  content: ""; }

.material-icons-strikethrough_s:before {
  content: ""; }

.material-icons-style:before {
  content: ""; }

.material-icons-subject:before {
  content: ""; }

.material-icons-subtitles:before {
  content: ""; }

.material-icons-supervisor_account:before {
  content: ""; }

.material-icons-surround_sound:before {
  content: ""; }

.material-icons-swap_calls:before {
  content: ""; }

.material-icons-swap_horiz:before {
  content: ""; }

.material-icons-swap_vert:before {
  content: ""; }

.material-icons-swap_vertical_circle:before {
  content: ""; }

.material-icons-switch_camera:before {
  content: ""; }

.material-icons-switch_video:before {
  content: ""; }

.material-icons-sync:before {
  content: ""; }

.material-icons-sync_disabled:before {
  content: ""; }

.material-icons-sync_problem:before {
  content: ""; }

.material-icons-system_update:before {
  content: ""; }

.material-icons-system_update_alt:before {
  content: ""; }

.material-icons-tab:before {
  content: ""; }

.material-icons-tab_unselected:before {
  content: ""; }

.material-icons-tablet:before {
  content: ""; }

.material-icons-tablet_android:before {
  content: ""; }

.material-icons-tablet_mac:before {
  content: ""; }

.material-icons-tag_faces:before {
  content: ""; }

.material-icons-tap_and_play:before {
  content: ""; }

.material-icons-terrain:before {
  content: ""; }

.material-icons-text_format:before {
  content: ""; }

.material-icons-textsms:before {
  content: ""; }

.material-icons-texture:before {
  content: ""; }

.material-icons-theaters:before {
  content: ""; }

.material-icons-thumb_down:before {
  content: ""; }

.material-icons-thumb_up:before {
  content: ""; }

.material-icons-thumbs_up_down:before {
  content: ""; }

.material-icons-time_to_leave:before {
  content: ""; }

.material-icons-timelapse:before {
  content: ""; }

.material-icons-timer:before {
  content: ""; }

.material-icons-timer_10:before {
  content: ""; }

.material-icons-timer_3:before {
  content: ""; }

.material-icons-timer_off:before {
  content: ""; }

.material-icons-toc:before {
  content: ""; }

.material-icons-today:before {
  content: ""; }

.material-icons-toll:before {
  content: ""; }

.material-icons-tonality:before {
  content: ""; }

.material-icons-toys:before {
  content: ""; }

.material-icons-track_changes:before {
  content: ""; }

.material-icons-traffic:before {
  content: ""; }

.material-icons-transform:before {
  content: ""; }

.material-icons-translate:before {
  content: ""; }

.material-icons-trending_down:before {
  content: ""; }

.material-icons-trending_flat:before {
  content: ""; }

.material-icons-trending_up:before {
  content: ""; }

.material-icons-tune:before {
  content: ""; }

.material-icons-turned_in:before {
  content: ""; }

.material-icons-turned_in_not:before {
  content: ""; }

.material-icons-tv:before {
  content: ""; }

.material-icons-undo:before {
  content: ""; }

.material-icons-unfold_less:before {
  content: ""; }

.material-icons-unfold_more:before {
  content: ""; }

.material-icons-usb:before {
  content: ""; }

.material-icons-verified_user:before {
  content: ""; }

.material-icons-vertical_align_bottom:before {
  content: ""; }

.material-icons-vertical_align_center:before {
  content: ""; }

.material-icons-vertical_align_top:before {
  content: ""; }

.material-icons-vibration:before {
  content: ""; }

.material-icons-video_library:before {
  content: ""; }

.material-icons-videocam:before {
  content: ""; }

.material-icons-videocam_off:before {
  content: ""; }

.material-icons-view_agenda:before {
  content: ""; }

.material-icons-view_array:before {
  content: ""; }

.material-icons-view_carousel:before {
  content: ""; }

.material-icons-view_column:before {
  content: ""; }

.material-icons-view_comfy:before {
  content: ""; }

.material-icons-view_compact:before {
  content: ""; }

.material-icons-view_day:before {
  content: ""; }

.material-icons-view_headline:before {
  content: ""; }

.material-icons-view_list:before {
  content: ""; }

.material-icons-view_module:before {
  content: ""; }

.material-icons-view_quilt:before {
  content: ""; }

.material-icons-view_stream:before {
  content: ""; }

.material-icons-view_week:before {
  content: ""; }

.material-icons-vignette:before {
  content: ""; }

.material-icons-visibility:before {
  content: ""; }

.material-icons-visibility_off:before {
  content: ""; }

.material-icons-voice_chat:before {
  content: ""; }

.material-icons-voicemail:before {
  content: ""; }

.material-icons-volume_down:before {
  content: ""; }

.material-icons-volume_mute:before {
  content: ""; }

.material-icons-volume_off:before {
  content: ""; }

.material-icons-volume_up:before {
  content: ""; }

.material-icons-vpn_key:before {
  content: ""; }

.material-icons-vpn_lock:before {
  content: ""; }

.material-icons-wallpaper:before {
  content: ""; }

.material-icons-warning:before {
  content: ""; }

.material-icons-watch:before {
  content: ""; }

.material-icons-wb_auto:before {
  content: ""; }

.material-icons-wb_cloudy:before {
  content: ""; }

.material-icons-wb_incandescent:before {
  content: ""; }

.material-icons-wb_iridescent:before {
  content: ""; }

.material-icons-wb_sunny:before {
  content: ""; }

.material-icons-wc:before {
  content: ""; }

.material-icons-web:before {
  content: ""; }

.material-icons-whatshot:before {
  content: ""; }

.material-icons-widgets:before {
  content: ""; }

.material-icons-wifi:before {
  content: ""; }

.material-icons-wifi_lock:before {
  content: ""; }

.material-icons-wifi_tethering:before {
  content: ""; }

.material-icons-work:before {
  content: ""; }

.material-icons-wrap_text:before {
  content: ""; }

.material-icons-youtube_searched_for:before {
  content: ""; }

.material-icons-zoom_in:before {
  content: ""; }

.material-icons-zoom_out:before {
  content: ""; }

  /*
  * @section      Main Styles
  * @description  This section holds template default elements style declarations
  */



  body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    color: #777777;
    background: #fff;
    overflow-x: hidden;
  }
    @media (min-width: 768px) and (max-width: 991px) {
      body {
        font-size: 18px; }


      }
    @media (min-width: 992px) {
      body {
        font-size: 16px;
        line-height: 26px; } }
    @media (max-width: 570px) {
      body {
        font-size: 14px !important ;
        line-height: 20px; }
      .titolo_slideshow{
        font-size: 15pt !important;
        }
        .descrizione_slideshow {
      font-size: 13pt !important;
    }

    .rd-navbar-brand img {
        min-width: 100%;
    }

    .btn-lg {
      font-size: 18px !important;
    }
    h1, .heading-1 {
      font-size: 28px !important ;
    }
    }
    @media (max-width: 991px) {
      .p-4 h2 {
        font-size: 16px ;
      }

      .p-4 {
        top: 0% !important;
        bottom: 0 !important;
        vertical-align: middle;
      }
      .contextual-region.juicebox-parent {
  z-index: 10;
}

    }

  h1, h2, h3, h4, h5, h6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    display: block;
    color: #333333; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
    .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
      color: #CC0003; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
    .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
      text-decoration: underline; }

  h1, .heading-1 {
    font-size: 40px;
    line-height: 1.33;
    letter-spacing: -0.01em;
    text-align: left; }
    @media (min-width: 768px) {
      h1, .heading-1 {
        font-size: 45px;
        line-height: 1.16; } }

  h2, .heading-2 {
    font-size: 30px;
    line-height: 1.5; }
    @media (max-width: 768px) {
      h2, .heading-2 {
        font-size: 20px; } }

  h3, .heading-3 {
    font-size: 20px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      h3, .heading-3 {
        font-size: 25px; } }

  h4, .heading-4 {
    font-size: 26px;
    line-height: 1.47; }
    @media (min-width: 768px) {
      h4, .heading-4 {
        font-size: 34px; } }

  h5, .heading-5 {
    font-size: 22px; }
    @media (min-width: 768px) {
      h5, .heading-5 {
        font-size: 24px; } }

  h6, .heading-6 {
    font-size: 18px; }
    @media (min-width: 768px) {
      h6, .heading-6 {
        font-size: 20px; } }

  p, .list, .marked-list, .index-list {
    font-weight: 300; }

  p a:hover, .list a:hover, .contact-info a:hover {
    text-decoration: underline; }

  mark {
    color: #FFF;
    background: #CC0003; }

  em {
    color: #CC0003;
  vertical-align: middle;}

  small, .small {
    font-size: .4em; }

  .big {
    font-size: .8em; }


  * + h4, * + .heading-4 {
    margin-top: 12px; }

  * + h5 {
    margin-top: 12px; }

  * + p, * + .list {
    margin-top: 5px; }

  * + .offset-1 {
    margin-top:15px; }

    .flow-offset-1 > * + * {
      margin-top: 30px; }
    @media (min-width: 480px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
        margin-top: 0; } }
    @media (min-width: 480px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8.col-xs-preffix-2 {
        margin-top: 30px; } }
    @media (min-width: 768px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
        margin-top: 0; } }
    @media (min-width: 768px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-2 {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
        margin-top: 0; } }
    @media (min-width: 992px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-2 {
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8.col-lg-preffix-2 {
        margin-top: 30px; } }

    /*
    * @subsection   Postfix
    * @description  Describes instant right margin classes
    */
    /*
    * @subsection   Prefix
    * @description  Describes instant right margin classes
    */
    /*
    * @subsection   Insets
    * @description  Describes instant padding classes
    */
    .inset-1 {
      padding-left: 10%;
      padding-right: 10%; }

    /*
    * @subsection   Well
    * @description  Describes section inner indents
    */
    .well-xs {
      padding-top: 50px;
      padding-bottom: 50px; }

    .well-sm {
      padding-top: 15px;
      padding-bottom: 100px; }

    .well-md {
      padding-top: 150px;
      padding-bottom: 150px; }

    .well-lg {
      padding-top: 200px;
      padding-bottom: 200px; }

    .well-xl {
      padding-top: 250px;
      padding-bottom: 250px; }

    /*
    * @section      Helpers
    * @description  This section holds various helper classes for
    *               conditional page styling
    */
    .round {
      border-radius: 50%; }

    /*
    * @subsection   Colors
    */
    html body .page .default-color {
      color: #fff; }
    html body .page .primary-color {
      color: #CC0003; }

    /*
    * @subsection   Backgrounds
    */
    .bg-primary {
      background: #CC0003; }
      .bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
        color: #fff; }

    .bg-light {
      background: #fff; }

    /*
    * @subsection   Floating System
    */
    .pull-left {
      float: left; }

    .pull-none {
      float: none; }

    .pull-right {
      float: right; }

    @media (min-width: 480px) {
      .pull-xs-left {
        float: left; }

      .pull-xs-none {
        float: none; }

      .pull-xs-right {
        float: right; } }
    @media (min-width: 768px) {
      .pull-sm-left {
        float: left; }

      .pull-sm-none {
        float: none; }

      .pull-sm-right {
        float: right; } }
    @media (min-width: 992px) {
      .pull-md-left {
        float: left; }

      .pull-md-none {
        float: none; }

      .pull-md-right {
        float: right; } }
    @media (min-width: 1200px) {
      .pull-lg-left {
        float: left; }

      .pull-lg-none {
        float: none; }

      .pull-lg-right {
        float: right; } }
    /*
    * @subsection   Text Alignment
    */
    .text-left {
      text-align: left; }

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

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

    @media (min-width: 480px) {
      .text-xs-left {
        text-align: left; }

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

      .text-xs-right {
        text-align: right; } }
    @media (min-width: 768px) {
      .text-sm-left {
        text-align: left; }

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

      .text-sm-right {
        text-align: right; } }
    @media (min-width: 992px) {
      .text-md-left {
        text-align: left; }

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

      .text-md-right {
        text-align: right; } }
    @media (min-width: 1200px) {
      .text-lg-left {
        text-align: left; }

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

      .text-lg-right {
        text-align: right; } }
    /*
    * @subsection   Text Styling
    */
    .italic {
      font-style: italic; }

    .underline {
      text-decoration: underline; }

    .strike {
      text-decoration: line-through; }

    .thin {
      font-weight: 100; }

    .light {
      font-weight: 300; }

    .regular {
      font-weight: 400; }

    .medium {
      font-weight: 500; }

    .sbold {
      font-weight: 600; }

    .bold, strong {
      font-weight: 700;
      vertical-align: middle;
     }

    .ubold {
      font-weight: 900; }

    .uppercase {
      text-transform: uppercase; }

    /**
    * @subsection   Animate.css
    *
    * @description  A bunch of cool, fun, and cross-browser animations
    *               for you to use.
    *
    * @author       Daniel Eden
    * @link         http://daneden.me/animate
    * @license      MIT license - http://opensource.org/licenses/MIT
    */
    .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 1; }

    .animated.infinite {
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

    .animated.hinge {
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }

    .not-animated {
      opacity: 0; }

    /**
    * Bounce Keyframes Animation
    */
    @-webkit-keyframes bounce {
      0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0); }
      70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0); }
      90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0); } }
    .bounce {
      -webkit-animation-name: bounce;
      animation-name: bounce;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom; }

    /**
    * Flas Keyframes Animation
    */
    @-webkit-keyframes flash {
      0%, 50%, 100% {
        opacity: 1; }
      25%, 75% {
        opacity: 0; } }
    @keyframes flash {
      0%, 50%, 100% {
        opacity: 1; }
      25%, 75% {
        opacity: 0; } }
    .flash {
      -webkit-animation-name: flash;
      animation-name: flash; }

    /**
    * Pulse Keyframes Animation
    *
    * @author Nick Pettit
    * @link https://github.com/nickpettit/glide
    */
    @-webkit-keyframes pulse {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05); }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    @keyframes pulse {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05); }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    .pulse {
      -webkit-animation-name: pulse;
      animation-name: pulse; }

    /**
    * RubberBand Keyframes Animation
    */
    @-webkit-keyframes rubberBand {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1); }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1); }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1); }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1); }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1); }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    @keyframes rubberBand {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1); }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1); }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1); }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1); }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1); }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    .rubberBand {
      -webkit-animation-name: rubberBand;
      animation-name: rubberBand; }

    /**
    * Shake Keyframes Animation
    */
    @-webkit-keyframes shake {
      0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
      20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }
    @keyframes shake {
      0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
      20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }
    .shake {
      -webkit-animation-name: shake;
      animation-name: shake; }

    /**
    * Swing Keyframes Animation
    */
    @-webkit-keyframes swing {
      20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg); }
      40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg); }
      60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg); }
      80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg); }
      100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg); } }
    @keyframes swing {
      20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg); }
      40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg); }
      60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg); }
      80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg); }
      100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg); } }
    .swing {
      -webkit-transform-origin: top center;
      transform-origin: top center;
      -webkit-animation-name: swing;
      animation-name: swing; }

    /**
    * Tada Keyframes Animation
    */
    @-webkit-keyframes tada {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
      30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
      40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    @keyframes tada {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
      30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
      40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    .tada {
      -webkit-animation-name: tada;
      animation-name: tada; }

    /**
    * Wobble Keyframes Animation
    *
    * @author Nick Pettit
    * @link https://github.com/nickpettit/glide
    */
    @-webkit-keyframes wobble {
      0% {
        -webkit-transform: none;
        transform: none; }
      15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
      30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
      45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
      60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
      75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    @keyframes wobble {
      0% {
        -webkit-transform: none;
        transform: none; }
      15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
      30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
      45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
      60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
      75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    .wobble {
      -webkit-animation-name: wobble;
      animation-name: wobble; }

    /**
    * BounceIn Keyframes Animation
    */
    @-webkit-keyframes bounceIn {
      0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
      20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
      40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03); }
      80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97); }
      100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    @keyframes bounceIn {
      0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
      20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
      40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03); }
      80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97); }
      100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
    .bounceIn {
      -webkit-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: .75s;
      animation-duration: .75s; }

    /**
    * BounceInDown Keyframes Animation
    */
    @-webkit-keyframes bounceInDown {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0); }
      75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
      90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    @keyframes bounceInDown {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0); }
      75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
      90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    .bounceInDown {
      -webkit-animation-name: bounceInDown;
      animation-name: bounceInDown; }

    /**
    * BounceInLeft Keyframes Animation
    */
    @-webkit-keyframes bounceInLeft {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0); }
      75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
      90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    @keyframes bounceInLeft {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0); }
      75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
      90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    .bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      animation-name: bounceInLeft; }

    /**
    * BounceInRight Keyframes Animation
    */
    @-webkit-keyframes bounceInRight {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0); }
      75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }
      90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    @keyframes bounceInRight {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0); }
      75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }
      90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0); }
      100% {
        -webkit-transform: none;
        transform: none; } }
    .bounceInRight {
      -webkit-animation-name: bounceInRight;
      animation-name: bounceInRight; }

    /**
    * BounceInUp Keyframes Animation
    */
    @-webkit-keyframes bounceInUp {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
      75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
      90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @keyframes bounceInUp {
      0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0); }
      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
      75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
      90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .bounceInUp {
      -webkit-animation-name: bounceInUp;
      animation-name: bounceInUp; }

    /**
    * BounceOut Keyframes Animation
    */
    @-webkit-keyframes bounceOut {
      20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
      50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
      100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); } }
    @keyframes bounceOut {
      20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
      50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
      100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); } }
    .bounceOut {
      -webkit-animation-name: bounceOut;
      animation-name: bounceOut;
      -webkit-animation-duration: .75s;
      animation-duration: .75s; }

    /**
    * BounceOutDown Keyframes Animation
    */
    @-webkit-keyframes bounceOutDown {
      20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
      40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
    @keyframes bounceOutDown {
      20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
      40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
    .bounceOutDown {
      -webkit-animation-name: bounceOutDown;
      animation-name: bounceOutDown; }

    /**
    * BounceOutLeft Keyframes Animation
    */
    @-webkit-keyframes bounceOutLeft {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
    @keyframes bounceOutLeft {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
    .bounceOutLeft {
      -webkit-animation-name: bounceOutLeft;
      animation-name: bounceOutLeft; }

    /**
    * BounceOutRight Keyframes Animation
    */
    @-webkit-keyframes bounceOutRight {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
    @keyframes bounceOutRight {
      20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
    .bounceOutRight {
      -webkit-animation-name: bounceOutRight;
      animation-name: bounceOutRight; }

    /**
    * BounceOutUp Keyframes Animation
    */
    @-webkit-keyframes bounceOutUp {
      20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
      40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
    @keyframes bounceOutUp {
      20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
      40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0); }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
    .bounceOutUp {
      -webkit-animation-name: bounceOutUp;
      animation-name: bounceOutUp; }

    /**
    * FadeIn Keyframes Animation
    */
    @-webkit-keyframes fadeIn {
      0% {
        opacity: 0; }
      100% {
        opacity: 1; } }
    @keyframes fadeIn {
      0% {
        opacity: 0; }
      100% {
        opacity: 1; } }
    .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }

    /**
    * FadeInDown Keyframes Animation
    */
    @-webkit-keyframes fadeInDown {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInDown {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInDown {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown; }

    /**
    * FadeInDownBig Keyframes Animation
    */
    @-webkit-keyframes fadeInDownBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInDownBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInDownBig {
      -webkit-animation-name: fadeInDownBig;
      animation-name: fadeInDownBig; }

    /**
    * FadeInLeft Keyframes Animation
    */
    @-webkit-keyframes fadeInLeft {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInLeft {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInLeft {
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft; }

    /**
    * FadeInLeftBig Keyframes Animation
    */
    @-webkit-keyframes fadeInLeftBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInLeftBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInLeftBig {
      -webkit-animation-name: fadeInLeftBig;
      animation-name: fadeInLeftBig; }

    /**
    * FadeInRight Keyframes Animation
    */
    @-webkit-keyframes fadeInRight {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInRight {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInRight {
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight; }

    /**
    * FadeInRightBig Keyframes Animation
    */
    @-webkit-keyframes fadeInRightBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInRightBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInRightBig {
      -webkit-animation-name: fadeInRightBig;
      animation-name: fadeInRightBig; }

    /**
    * FadeInUp Keyframes Animation
    */
    @-webkit-keyframes fadeInUp {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInUp {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInUp {
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp; }

    /**
    * FadeInUpBig Keyframes Animation
    */
    @-webkit-keyframes fadeInUpBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes fadeInUpBig {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    .fadeInUpBig {
      -webkit-animation-name: fadeInUpBig;
      animation-name: fadeInUpBig; }

    /**
    * FadeOut Keyframes Animation
    */
    @-webkit-keyframes fadeOut {
      0% {
        opacity: 1; }
      100% {
        opacity: 0; } }
    @keyframes fadeOut {
      0% {
        opacity: 1; }
      100% {
        opacity: 0; } }
    .fadeOut {
      -webkit-animation-name: fadeOut;
      animation-name: fadeOut; }

    /**
    * FadeOutDown Keyframes Animation
    */
    @-webkit-keyframes fadeOutDown {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
    @keyframes fadeOutDown {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
    .fadeOutDown {
      -webkit-animation-name: fadeOutDown;
      animation-name: fadeOutDown; }

    /**
    * FadeOutDownBig Keyframes Animation
    */
    @-webkit-keyframes fadeOutDownBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
    @keyframes fadeOutDownBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
    .fadeOutDownBig {
      -webkit-animation-name: fadeOutDownBig;
      animation-name: fadeOutDownBig; }

    /**
    * FadeOutLeft Keyframes Animation
    */
    @-webkit-keyframes fadeOutLeft {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
    @keyframes fadeOutLeft {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
    .fadeOutLeft {
      -webkit-animation-name: fadeOutLeft;
      animation-name: fadeOutLeft; }

    /**
    * FadeOutLeftBig Keyframes Animation
    */
    @-webkit-keyframes fadeOutLeftBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
    @keyframes fadeOutLeftBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
    .fadeOutLeftBig {
      -webkit-animation-name: fadeOutLeftBig;
      animation-name: fadeOutLeftBig; }

    /**
    * FadeOutRight Keyframes Animation
    */
    @-webkit-keyframes fadeOutRight {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
    @keyframes fadeOutRight {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
    .fadeOutRight {
      -webkit-animation-name: fadeOutRight;
      animation-name: fadeOutRight; }

    /**
    * FadeOutRightBig Keyframes Animation
    */
    @-webkit-keyframes fadeOutRightBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
    @keyframes fadeOutRightBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
    .fadeOutRightBig {
      -webkit-animation-name: fadeOutRightBig;
      animation-name: fadeOutRightBig; }

    /**
    * FadeOutUp Keyframes Animation
    */
    @-webkit-keyframes fadeOutUp {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
    @keyframes fadeOutUp {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
    .fadeOutUp {
      -webkit-animation-name: fadeOutUp;
      animation-name: fadeOutUp; }

    /**
    * FadeOutUpBig Keyframes Animation
    */
    @-webkit-keyframes fadeOutUpBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
    @keyframes fadeOutUpBig {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
    .fadeOutUpBig {
      -webkit-animation-name: fadeOutUpBig;
      animation-name: fadeOutUpBig; }

    /**
    * Flip Keyframes Animation
    */
    @-webkit-keyframes flip {
      0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
      80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
      100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; } }
    @keyframes flip {
      0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
      50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
      80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
      100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; } }
    .animated.flip {
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      -webkit-animation-name: flip;
      animation-name: flip; }

    /**
    * FlipInX Keyframes Animation
    */
    @-webkit-keyframes flipInX {
      0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0; }
      40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in; }
      60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1; }
      80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
      100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
    @keyframes flipInX {
      0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0; }
      40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in; }
      60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1; }
      80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
      100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
    .flipInX {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInX;
      animation-name: flipInX; }

    /**
    * FlipInY Keyframes Animation
    */
    @-webkit-keyframes flipInY {
      0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0; }
      40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in; }
      60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
      80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
      100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
    @keyframes flipInY {
      0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0; }
      40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in; }
      60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
      80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
      100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
    .flipInY {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipInY;
      animation-name: flipInY; }

    /**
    * FlipOutX Keyframes Animation
    */
    @-webkit-keyframes flipOutX {
      0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
      30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1; }
      100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0; } }
    @keyframes flipOutX {
      0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
      30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1; }
      100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0; } }
    .flipOutX {
      -webkit-animation-name: flipOutX;
      animation-name: flipOutX;
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important; }

    /**
    * FlipOutY Keyframes Animation
    */
    @-webkit-keyframes flipOutY {
      0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
      30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
      100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
    @keyframes flipOutY {
      0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
      30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
      100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
    .flipOutY {
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      -webkit-animation-name: flipOutY;
      animation-name: flipOutY;
      -webkit-animation-duration: .75s;
      animation-duration: .75s; }

    /**
    * LightSpeedIn Keyframes Animation
    */
    @-webkit-keyframes lightSpeedIn {
      0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0; }
      60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1; }
      80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1; }
      100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    @keyframes lightSpeedIn {
      0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0; }
      60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1; }
      80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1; }
      100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    .lightSpeedIn {
      -webkit-animation-name: lightSpeedIn;
      animation-name: lightSpeedIn;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }

    /**
    * LightSpeedOut Keyframes Animation
    */
    @-webkit-keyframes lightSpeedOut {
      0% {
        opacity: 1; }
      100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0; } }
    @keyframes lightSpeedOut {
      0% {
        opacity: 1; }
      100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0; } }
    .lightSpeedOut {
      -webkit-animation-name: lightSpeedOut;
      animation-name: lightSpeedOut;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }

    /**
    * RotateIn Keyframes Animation
    */
    @-webkit-keyframes rotateIn {
      0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    @keyframes rotateIn {
      0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    .rotateIn {
      -webkit-animation-name: rotateIn;
      animation-name: rotateIn; }

    /**
    * RotateInDownLeft Keyframes Animation
    */
    @-webkit-keyframes rotateInDownLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    @keyframes rotateInDownLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    .rotateInDownLeft {
      -webkit-animation-name: rotateInDownLeft;
      animation-name: rotateInDownLeft; }

    /**
    * RotateInDownRight Keyframes Animation
    */
    @-webkit-keyframes rotateInDownRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    @keyframes rotateInDownRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    .rotateInDownRight {
      -webkit-animation-name: rotateInDownRight;
      animation-name: rotateInDownRight; }

    /**
    * RotateInUpLeft Keyframes Animation
    */
    @-webkit-keyframes rotateInUpLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    @keyframes rotateInUpLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    .rotateInUpLeft {
      -webkit-animation-name: rotateInUpLeft;
      animation-name: rotateInUpLeft; }

    /**
    * RotateInUpRight Keyframes Animation
    */
    @-webkit-keyframes rotateInUpRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    @keyframes rotateInUpRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1; } }
    .rotateInUpRight {
      -webkit-animation-name: rotateInUpRight;
      animation-name: rotateInUpRight; }

    /**
    * RotateOut Keyframes Animation
    */
    @-webkit-keyframes rotateOut {
      0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1; }
      100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0; } }
    @keyframes rotateOut {
      0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1; }
      100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0; } }
    .rotateOut {
      -webkit-animation-name: rotateOut;
      animation-name: rotateOut; }

    /**
    * RotateOutDownLeft Keyframes Animation
    */
    @-webkit-keyframes rotateOutDownLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; } }
    @keyframes rotateOutDownLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; } }
    .rotateOutDownLeft {
      -webkit-animation-name: rotateOutDownLeft;
      animation-name: rotateOutDownLeft; }

    /**
    * RotateOutDownRight Keyframes Animation
    */
    @-webkit-keyframes rotateOutDownRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
    @keyframes rotateOutDownRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
    .rotateOutDownRight {
      -webkit-animation-name: rotateOutDownRight;
      animation-name: rotateOutDownRight; }

    /**
    * RotateOutUpLeft Keyframes Animation
    */
    @-webkit-keyframes rotateOutUpLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
    @keyframes rotateOutUpLeft {
      0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
    .rotateOutUpLeft {
      -webkit-animation-name: rotateOutUpLeft;
      animation-name: rotateOutUpLeft; }

    /**
    * RotateOutUpRight Keyframes Animation
    */
    @-webkit-keyframes rotateOutUpRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0; } }
    @keyframes rotateOutUpRight {
      0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
      100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0; } }
    .rotateOutUpRight {
      -webkit-animation-name: rotateOutUpRight;
      animation-name: rotateOutUpRight; }

    /**
    * Hinge Keyframes Animation
    */
    @-webkit-keyframes hinge {
      0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
      20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
      40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1; }
      100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0; } }
    @keyframes hinge {
      0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
      20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
      40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1; }
      100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0; } }
    .hinge {
      -webkit-animation-name: hinge;
      animation-name: hinge; }

    /**
    * RollIn Keyframes Animation
    *
    * @author Nick Pettit
    * @link https://github.com/nickpettit/glide
    */
    @-webkit-keyframes rollIn {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }
    @keyframes rollIn {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
      100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .rollIn {
      -webkit-animation-name: rollIn;
      animation-name: rollIn; }

    /**
    * RollOut Keyframes Animation
    *
    * @author Nick Pettit
    * @link https://github.com/nickpettit/glide
    */
    @-webkit-keyframes rollOut {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
    @keyframes rollOut {
      0% {
        opacity: 1; }
      100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
    .rollOut {
      -webkit-animation-name: rollOut;
      animation-name: rollOut; }

    /**
    * ZoomIn Keyframes Animation
    */
    @-webkit-keyframes zoomIn {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
      50% {
        opacity: 1; } }
    @keyframes zoomIn {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
      50% {
        opacity: 1; } }
    .zoomIn {
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn; }

    /**
    * ZoomInDown Keyframes Animation
    */
    @-webkit-keyframes zoomInDown {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    @keyframes zoomInDown {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    .zoomInDown {
      -webkit-animation-name: zoomInDown;
      animation-name: zoomInDown; }

    /**
    * ZoomInLeft Keyframes Animation
    */
    @-webkit-keyframes zoomInLeft {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    @keyframes zoomInLeft {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    .zoomInLeft {
      -webkit-animation-name: zoomInLeft;
      animation-name: zoomInLeft; }

    /**
    * ZoomInRight Keyframes Animation
    */
    @-webkit-keyframes zoomInRight {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    @keyframes zoomInRight {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    .zoomInRight {
      -webkit-animation-name: zoomInRight;
      animation-name: zoomInRight; }

    /**
    * ZoomInUp Keyframes Animation
    */
    @-webkit-keyframes zoomInUp {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    @keyframes zoomInUp {
      0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    .zoomInUp {
      -webkit-animation-name: zoomInUp;
      animation-name: zoomInUp; }

    /**
    * ZoomOut Keyframes Animation
    */
    @-webkit-keyframes zoomOut {
      0% {
        opacity: 1; }
      50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
      100% {
        opacity: 0; } }
    @keyframes zoomOut {
      0% {
        opacity: 1; }
      50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
      100% {
        opacity: 0; } }
    .zoomOut {
      -webkit-animation-name: zoomOut;
      animation-name: zoomOut; }

    /**
    * ZoomOutDown Keyframes Animation
    */
    @-webkit-keyframes zoomOutDown {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    @keyframes zoomOutDown {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    .zoomOutDown {
      -webkit-animation-name: zoomOutDown;
      animation-name: zoomOutDown; }

    /**
    * ZoomOutLeft Keyframes Animation
    */
    @-webkit-keyframes zoomOutLeft {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center; } }
    @keyframes zoomOutLeft {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center; } }
    .zoomOutLeft {
      -webkit-animation-name: zoomOutLeft;
      animation-name: zoomOutLeft; }

    /**
    * ZoomOutRight Keyframes Animation
    */
    @-webkit-keyframes zoomOutRight {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center; } }
    @keyframes zoomOutRight {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
      100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center; } }
    .zoomOutRight {
      -webkit-animation-name: zoomOutRight;
      animation-name: zoomOutRight; }

    /**
    * ZoomOutUp Keyframes Animation
    */
    @-webkit-keyframes zoomOutUp {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    @keyframes zoomOutUp {
      40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
    .zoomOutUp {
      -webkit-animation-name: zoomOutUp;
      animation-name: zoomOutUp; }

    /**
    * SlideInDown Keyframes Animation
    */
    @-webkit-keyframes slideInDown {
      0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @keyframes slideInDown {
      0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .slideInDown {
      -webkit-animation-name: slideInDown;
      animation-name: slideInDown; }

    /**
    * SlideInLeft Keyframes Animation
    */
    @-webkit-keyframes slideInLeft {
      0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @keyframes slideInLeft {
      0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .slideInLeft {
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft; }

    /**
    * SlideInRight Keyframes Animation
    */
    @-webkit-keyframes slideInRight {
      0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @keyframes slideInRight {
      0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .slideInRight {
      -webkit-animation-name: slideInRight;
      animation-name: slideInRight; }

    /**
    * SlideInUp Keyframes Animation
    */
    @-webkit-keyframes slideInUp {
      0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @keyframes slideInUp {
      0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
      100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .slideInUp {
      -webkit-animation-name: slideInUp;
      animation-name: slideInUp; }

    /**
    * SlideOutDown Keyframes Animation
    */
    @-webkit-keyframes slideOutDown {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
    @keyframes slideOutDown {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
    .slideOutDown {
      -webkit-animation-name: slideOutDown;
      animation-name: slideOutDown; }

    /**
    * SlideOutLeft Keyframes Animation
    */
    @-webkit-keyframes slideOutLeft {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
    @keyframes slideOutLeft {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
    .slideOutLeft {
      -webkit-animation-name: slideOutLeft;
      animation-name: slideOutLeft; }

    /**
    * SlideOutRight Keyframes Animation
    */
    @-webkit-keyframes slideOutRight {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
    @keyframes slideOutRight {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
    .slideOutRight {
      -webkit-animation-name: slideOutRight;
      animation-name: slideOutRight; }

    /**
    * SlideOutUp Keyframes Animation
    */
    @-webkit-keyframes slideOutUp {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
    @keyframes slideOutUp {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
    .slideOutUp {
      -webkit-animation-name: slideOutUp;
      animation-name: slideOutUp; }

    /*
    * @section      Components
    * @description  This section holds all elements style declarations of template
    */
    /*
    * @subsection Box
    */
    .box__left {
      padding-bottom: 30px; }

    .box__right {
      padding-top: 30px; }

    .box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
      vertical-align: middle; }
    .box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
      vertical-align: bottom; }

    .box-group, .box-group-outer > * {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }

    .box .box__left img, .box .box__right img {
      max-width: none; }
    .box .box__left,
    .box .box__right,
    .box .box__body {
      padding: 0;
      display: table-cell;
      vertical-align: top; }
    .box .box__left {
      padding-right: 30px;
      padding-bottom: 0; }
    .box .box__right {
      padding-left: 30px;
      padding-top: 0; }

    @media (min-width: 480px) {
      .box-xs .box__left img, .box-xs .box__right img {
        max-width: none; }
      .box-xs .box__left,
      .box-xs .box__right,
      .box-xs .box__body {
        display: table-cell;
        vertical-align: top; }
      .box-xs .box__left {
        padding-right: 30px;
        padding-bottom: 0; }
      .box-xs .box__right {
        padding-left: 30px;
        padding-top: 0; }

      .box-xs-clear .box__left img, .box-xs-clear .box__right img {
        max-width: 100%; }
      .box-xs-clear .box__left,
      .box-xs-clear .box__right,
      .box-xs-clear .box__cnt {
        padding: 0;
        display: block;
        vert-align: top; }
      .box-xs-clear .box__left {
        padding-bottom: 30px; }
      .box-xs-clear .box__right {
        padding-top: 30px; } }
    @media (min-width: 768px) {
      .box-sm .box__left img, .box-sm .box__right img {
        max-width: none; }
      .box-sm .box__left,
      .box-sm .box__right,
      .box-sm .box__body {
        display: table-cell;
        vertical-align: top; }
      .box-sm .box__left {
        padding-right: 30px;
        padding-bottom: 0; }
      .box-sm .box__right {
        padding-left: 30px;
        padding-top: 0; }

      .box-sm-clear .box__left img, .box-sm-clear .box__right img {
        max-width: 100%; }
      .box-sm-clear .box__left,
      .box-sm-clear .box__right,
      .box-sm-clear .box__cnt {
        padding: 0;
        display: block;
        vert-align: top; }
      .box-sm-clear .box__left {
        padding-bottom: 30px; }
      .box-sm-clear .box__right {
        padding-top: 30px; } }
    @media (min-width: 992px) {
      .box-md .box__left img, .box-md .box__right img {
        max-width: none; }
      .box-md .box__left,
      .box-md .box__right,
      .box-md .box__body {
        display: table-cell;
        vertical-align: top; }
      .box-md .box__left {
        padding-right: 30px;
        padding-bottom: 0; }
      .box-md .box__right {
        padding-left: 30px;
        padding-top: 0; }

      .box-md-clear .box__left img, .box-md-clear .box__right img {
        max-width: 100%; }
      .box-md-clear .box__left,
      .box-md-clear .box__right,
      .box-md-clear .box__cnt {
        padding: 0;
        display: block;
        vert-align: top; }
      .box-md-clear .box__left {
        padding-bottom: 30px; }
      .box-md-clear .box__right {
        padding-top: 30px; } }
    @media (min-width: 1200px) {
      .box-lg .box__left img, .box-lg .box__right img {
        max-width: none; }
      .box-lg .box__left,
      .box-lg .box__right,
      .box-lg .box__body {
        display: table-cell;
        vertical-align: top; }
      .box-lg .box__left {
        padding-right: 30px;
        padding-bottom: 0; }
      .box-lg .box__right {
        padding-left: 30px;
        padding-top: 0; }

      .box-lg-clear .box__left img, .box-lg-clear .box__right img {
        max-width: 100%; }
      .box-lg-clear .box__left,
      .box-lg-clear .box__right,
      .box-lg-clear .box__cnt {
        padding: 0;
        display: block;
        vert-align: top; }
      .box-lg-clear .box__left {
        padding-bottom: 30px; }
      .box-lg-clear .box__right {
        padding-top: 30px; } }
    /*
    * @subsection   Brand
    */
    .brand {
      max-height: 70px; }

    /*
    * @subsection   Inline List
    */
    .inline-list {
      margin-left: -10px; }
      .inline-list > li {
        display: inline-block;
        margin-left: 10px; }

    /*
    * @subsection   Marked List
    */
    .marked-list {
      text-align: left; }
      .marked-list > li {
        position: relative;
        padding-left: 30px; }
        .marked-list > li:before {
          content: "\f105";
          position: absolute;
          left: 0;
          top: 0;
          font-weight: 400;
          font-size: 1em;
          font-family: 'Font Awesome\ 5 Free' ;
          font-weight:900 ;
          color: #CC0003; }
        .marked-list > li + li {
          margin-top: 10px; }
        .marked-list > li > a:hover {
          color: #CC0003; }

    /*
    * @subsection   Index List
    */
    .index-list {
      counter-reset: li; }
      .index-list > li > .index-list__counter:before {
        content: counter(li,decimal-leading-zero) ".";
        counter-increment: li; }
      .index-list > * + * {
        margin-top: 22px; }
      @media (min-width: 480px) {
        html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n) {
          margin-top: 0; } }
      @media (min-width: 480px) {
        html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-xs-8.col-xs-preffix-2 {
          margin-top: 22px; } }
      @media (min-width: 768px) {
        html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n) {
          margin-top: 0; } }
      @media (min-width: 768px) {
        html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-sm-8.col-sm-preffix-2 {
          margin-top: 22px; } }
      @media (min-width: 992px) {
        html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n) {
          margin-top: 0; } }
      @media (min-width: 992px) {
        html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-md-8.col-md-preffix-2 {
          margin-top: 22px; } }
      @media (min-width: 1200px) {
        html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n) {
          margin-top: 0; } }
      @media (min-width: 1200px) {
        html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-lg-8.col-lg-preffix-2 {
          margin-top: 22px; } }

    /*
    * @subsection   Ordered List
    */
    .ordered-list > li {
      padding-left: 20px;
      list-style-type: decimal; }

    /*
    * @subsection   Terms  List
    */
    .terms-list > dt + dd {
      margin-top: 10px; }
    .terms-list > dt + dd {
      margin-top: 10px; }

    /*
    * @subsection   Contact Info
    */
    .contact-info dl dt, .contact-info dl dd {
      display: inline-block; }
    .contact-info dl dt:after {
      content: ':'; }
    .contact-info dl dt {
      min-width: 80px; }

    /*
    * @subsection   Thumb
    */
    .thumb {
      position: relative;
      display: block;
      overflow: hidden; }
      .thumb > img {
        width: 100%; }
      .thumb__overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 40px;
        border-radius: 50%;
        color: #fff;
        background: rgba(33, 150, 243, 0.95);
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        transition: .3s all ease;
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%); }
      .thumb:hover .thumb__overlay {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1; }

    /*
    * @subsection   Link
    */
    .link {
      display: inline-block; }

    /*
    * @subsection   Video
    */
    .video {
      position: relative;
      padding-bottom: 59.64912%; }
      .video > iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

    /*
    * @subsection   Buttons
    */
    .btn {
      display: inline-block;
      text-align: center;
      line-height: 1.2;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }

    .btn-xs {
      padding: 7px;
      font-size: 14px; }

    .btn-sm {
      padding: 9px;
      font-size: 19px; }

    .btn-md {
      padding: 11px;
      font-size: 24px; }

    .btn-lg {
      padding: 14px;
      font-size: 28px; }

    .btn-xl {
      padding: 16px;
      font-size: 33px; }

    .btn-default {
      color: #fff;
      background: #000; }
      .btn-default:hover {
        color: #fff;
        background: #0d0d0d; }
      .btn-default:active {
        color: #fff;
        background: black; }

    .btn-primary {
      color: #fff;
      background: #CC0003; }
      .btn-primary:hover {
        color: #fff;
        background: #CC0F4C; }
      .btn-primary:active {
        color: #fff;
        background: #CC0F4C; }

    .btn-group {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      margin-bottom: -10px;
      margin-left: -10px; }
      .btn-group .btn {
        margin-top: 10px;
        margin-left: 10px; }

    /*
    * @subsection   Icons
    */
    .icon {
      display: inline-block;
      text-align: center;
      border-radius: 50%; }

    .icon-xs {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 28px; }

    .icon-sm {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 43px; }

    .icon-md {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 48px; }

    .icon-lg {
      width: 108px;
      height: 108px;
      line-height: 108px;
      font-size: 40px; }

    .icon-xl {
      width: 124.2px;
      height: 124.2px;
      line-height: 124.2px;
      font-size: 46px; }

    .icon-default {
      color: #ebeaea; }

    .icon-primary {
      color: #FFF;
      background: #CC0003; }

    .icon-secondary-1 {
      color: #FFF;
      background: #33d7b4; }

    .icon-secondary-2 {
      color: #FFF;
      background: #ff4c2e; }

    .icon-secondary-3 {
      color: #FFF;
      background: #feea3a; }

    .icon.fa-facebook {
      color: #FFF;
      background: #3B579D; }
      .icon.fa-facebook:hover {
        background: #344d8a; }

    .icon.fa-twitter {
      color: #FFF;
      background: #5EA9DD; }
      .icon.fa-twitter:hover {
        background: #499ed9; }

    .icon.fa-google-plus {
      color: #FFF;
      background: #DF4A32; }
      .icon.fa-google-plus:hover {
        background: #d63a21; }

    /*
    * @section      Extensions
    * @description  This section holds some of style declarations for necessary
    *               scripts
    */
    /*
    * @subsection   RD Parallax
    *
    * @description  Describes style declarations for RD Parallax extension
    *
    * @author       Evgeniy Gusarov
    * @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
    * @version      3.0.0
    */
    .rd-parallax-layer-wrap {
      position: relative; }
    .rd-parallax-inner {
      overflow: hidden;
      position: relative;
      min-height: 100%; }
    .rd-parallax-layer[data-type="media"] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      -webkit-backface-visibility: hidden; }
      .rd-parallax-layer[data-type="media"] iframe {
        width: 100%;
        height: 100%; }
    .rd-parallax-layer[data-url] {
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    .rd-parallax-layer[data-type="html"] {
      position: relative; }
    .rd-parallax, .rd-parallax h1, .rd-parallax h2, .rd-parallax h3, .rd-parallax h4, .rd-parallax h5, .rd-parallax h6, .rd-parallax .heading-1, .rd-parallax .heading-2, .rd-parallax .heading-3, .rd-parallax .heading-4, .rd-parallax .heading-5, .rd-parallax .heading-6 {
      color: #fff; }
    .rd-parallax .image-wrap-1 {
      visibility: hidden;
      position: absolute;
      top: -30px;
      width: 710px;
      right: 100%;
      margin-right: 38px;
      z-index: 1; }
      .rd-parallax .image-wrap-1 img {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg); }
    .rd-parallax .image-wrap-2 {
      visibility: hidden;
      position: absolute;
      top: 100px;
      width: 910px;
      right: 100%;
      margin-right: 58px;
      z-index: 0; }
      .rd-parallax .image-wrap-2 img {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg); }
    @media (min-width: 992px) {
      .rd-parallax .image-wrap-1, .rd-parallax .image-wrap-2 {
        visibility: visible; } }

    /**
     * @subsection   Swiper 3.1.7
     * @description  Most modern mobile touch slider and framework with
     *               hardware accelerated transitions
     * @author       Vladimir Kharlampidi
     * @see          http://www.idangero.us/swiper/
     * @licesne      MIT License
     */
    .swiper-container {
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      /* Fix of Webkit flickering */
      z-index: 1; }

    .swiper-container-no-flexbox .swiper-slide {
      float: left; }

    .swiper-container-vertical > .swiper-wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }

    .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      -ms-transition-property: -ms-transform;
      transition-property: transform;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }

    .swiper-container-android .swiper-slide,
    .swiper-wrapper {
      -webkit-transform: translate3d(0px, 0, 0);
      -moz-transform: translate3d(0px, 0, 0);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0); }

    .swiper-container-multirow > .swiper-wrapper {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }

    .swiper-container-free-mode > .swiper-wrapper {
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      margin: 0 auto; }

    .swiper-slide {
      -webkit-flex-shrink: 0;
      -ms-flex: 0 0 auto;
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative; }

    /* a11y */
    .swiper-container .swiper-notification {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      z-index: -1000; }

    /* IE10 Windows Phone 8 Fixes */
    .swiper-wp8-horizontal {
      -ms-touch-action: pan-y;
      touch-action: pan-y; }

    .swiper-wp8-vertical {
      -ms-touch-action: pan-x;
      touch-action: pan-x; }

    /* Arrows */
    .swiper-button-prev,
    .swiper-button-next {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 44px;
      -webkit-background-size: 27px 44px;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat; }

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
      opacity: 0.35;
      cursor: auto;
      pointer-events: none; }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto; }

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      right: 10px;
      left: auto; }

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

    /* Pagination Styles */
    .swiper-pagination {
      position: absolute;
      text-align: center;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 10; }

    .swiper-pagination.swiper-pagination-hidden {
      opacity: 0; }

    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      transition: 1s all ease;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(0.7);
      transform: scale(0.7); }

    button.swiper-pagination-bullet {
      border: none;
      margin: 0;
      padding: 0;
      box-shadow: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -webkit-appearance: none;
      appearance: none; }

    .swiper-pagination-clickable .swiper-pagination-bullet {
      cursor: pointer; }

    .swiper-pagination-white .swiper-pagination-bullet {
      background: #fff; }

    .swiper-pagination-bullet-active {
      -webkit-transform: scale(1);
      transform: scale(1); }

    .swiper-pagination-white .swiper-pagination-bullet-active {
      background: #fff; }

    .swiper-pagination-black .swiper-pagination-bullet-active {
      background: #000; }

    .swiper-container-vertical > .swiper-pagination {
      right: 10px;
      top: 50%;
      -webkit-transform: translate3d(0px, -50%, 0);
      -moz-transform: translate3d(0px, -50%, 0);
      -o-transform: translate(0px, -50%);
      -ms-transform: translate3d(0px, -50%, 0);
      transform: translate3d(0px, -50%, 0); }

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
      margin: 5px 0;
      display: block; }

    .swiper-container-horizontal > .swiper-pagination {
      bottom: 10px;
      left: 0;
      width: 100%; }

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
      margin: 0 5px; }

    /* 3D Container */
    .swiper-container-3d {
      -webkit-perspective: 1200px;
      -moz-perspective: 1200px;
      -o-perspective: 1200px;
      perspective: 1200px; }

    .swiper-container-3d .swiper-wrapper,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-cube-shadow {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }

    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-slide-shadow-bottom {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10; }

    .swiper-container-3d .swiper-slide-shadow-left {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
      /* Safari 4+, Chrome */
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
      /* Chrome 10+, Safari 5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 16+, IE10, Opera 12.50+ */ }

    .swiper-container-3d .swiper-slide-shadow-right {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
      /* Safari 4+, Chrome */
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
      /* Chrome 10+, Safari 5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 16+, IE10, Opera 12.50+ */ }

    .swiper-container-3d .swiper-slide-shadow-top {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
      /* Safari 4+, Chrome */
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      /* Chrome 10+, Safari 5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 16+, IE10, Opera 12.50+ */ }

    .swiper-container-3d .swiper-slide-shadow-bottom {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
      /* Safari 4+, Chrome */
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
      /* Chrome 10+, Safari 5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 3.6-15 */
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
      /* Opera 11.10-12.00 */
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
      /* Firefox 16+, IE10, Opera 12.50+ */ }

    /* Coverflow */
    .swiper-container-coverflow .swiper-wrapper {
      /* Windows 8 IE 10 fix */
      -ms-perspective: 1200px; }

    /* Fade */
    .swiper-container-fade.swiper-container-free-mode .swiper-slide {
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }

    .swiper-container-fade .swiper-slide {
      pointer-events: none; }

    .swiper-container-fade .swiper-slide .swiper-slide {
      pointer-events: none; }

    .swiper-container-fade .swiper-slide-active,
    .swiper-container-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto; }

    /* Cube */
    .swiper-container-cube {
      overflow: visible; }

    .swiper-container-cube .swiper-slide {
      pointer-events: none;
      visibility: hidden;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 100%;
      height: 100%;
      z-index: 1; }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-prev,
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
      pointer-events: auto;
      visibility: visible; }

    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right {
      z-index: 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }

    .swiper-container-cube .swiper-cube-shadow {
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.6;
      -webkit-filter: blur(50px);
      filter: blur(50px);
      z-index: 0; }

    /* Scrollbar */
    .swiper-scrollbar {
      border-radius: 10px;
      position: relative;
      -ms-touch-action: none;
      background: rgba(0, 0, 0, 0.1); }

    .swiper-container-horizontal > .swiper-scrollbar {
      position: absolute;
      left: 1%;
      bottom: 3px;
      z-index: 50;
      height: 5px;
      width: 98%; }

    .swiper-container-vertical > .swiper-scrollbar {
      position: absolute;
      right: 3px;
      top: 1%;
      z-index: 50;
      width: 5px;
      height: 98%; }

    .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      left: 0;
      top: 0; }

    .swiper-scrollbar-cursor-drag {
      cursor: move; }

    /* Preloader */
    .swiper-lazy-preloader {
      width: 42px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -21px;
      margin-top: -21px;
      z-index: 10;
      -webkit-transform-origin: 50%;
      -moz-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
      -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
      animation: swiper-preloader-spin 1s steps(12, end) infinite; }

    .swiper-lazy-preloader:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-position: 50%;
      -webkit-background-size: 100%;
      background-size: 100%;
      background-repeat: no-repeat; }

    .swiper-lazy-preloader-white:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

    @-webkit-keyframes swiper-preloader-spin {
      100% {
        -webkit-transform: rotate(360deg); } }
    @keyframes swiper-preloader-spin {
      100% {
        transform: rotate(360deg); } }
    .swiper-slide > .vide__body,
    .swiper-slide > .rd-parallax {
      height: 100%; }

    .swiper-slide {
      white-space: nowrap; }
      .swiper-slide, .swiper-slide h1, .swiper-slide h2, .swiper-slide h3, .swiper-slide h4, .swiper-slide h5, .swiper-slide h6, .swiper-slide .heading-1, .swiper-slide .heading-2, .swiper-slide .heading-3, .swiper-slide .heading-4, .swiper-slide .heading-5, .swiper-slide .heading-6 {
        color: #fff; }
      .swiper-slide:not(.vide):not(.rd-parallax):before,
      .swiper-slide .parallax_cnt:before, .swiper-slide .vide__body:before {
        content: '';
        display: inline-block;
        height: 50%; }
      .swiper-slide-caption {
        display: inline-block;
        width: 100%;
        max-height: 100%;
        vertical-align: middle;
        white-space: normal; }

    /*
    * @subsection   Vide
    * @description  Describes style declarations for Vide extension
    */
    .vide__body {
      position: relative; }

    /*
    * @subsection   ToTop
    * @license      MIT license - http://opensource.org/licenses/MIT
    * @version      1.0.0
    */
    .ui-to-top {
      display: none;
      width: 50px;
      height: 50px;
      font-size: 24px;
      line-height: 46px;
      color: #FFF;
      background: #CC0003;
      border-radius: 50%;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
      position: fixed;
      right: 15px;
      bottom: 15px;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      z-index: 20;
      -webkit-transform: translateY(100px);
      transform: translateY(100px); }
      .ui-to-top:hover {
        color: #FFF;
        background: #39a1f4;
        text-decoration: none; }
      .ui-to-top.active {
        -webkit-transform: translateY(0);
        transform: translateY(0); }

    .mobile .ui-to-top,
    .tablet .ui-to-top {
      display: none !important; }

    @media (min-width: 992px) {
      .ui-to-top {
        display: block;
        right: 40px;
        bottom: 40px; } }
    /*
    * @section      Page Header
    * @description  This section holds specific style redeclarations for some
    *               of common elements in page header
    */
    /*
    * @section      Page Content
    * @description  This section holds specific style redeclarations for some
    *               of common elements in page content
    */
    .desktop .page-content {
      min-height: 100vh; }

    /*
    * @section      Page Footer
    * @description  This section holds specific style redeclarations for some
    *               of common elements in page footer
    */
    .page-footer {
      margin-top: 2em ;
      background: #CC0003;
      overflow-x: hidden; }
      .page-footer, .page-footer h1, .page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6, .page-footer .heading-1, .page-footer .heading-2, .page-footer .heading-3, .page-footer .heading-4, .page-footer .heading-5, .page-footer .heading-6 {
        color: #fff; }

.bigPar {
	font-size: 115%;
	line-height: 145%;
}
.bigParBlack {
	padding-bottom: 12px;
	font-size: 115%;
	line-height: 145%;
	color: #000000;
	border-bottom: 1px dashed #a4a4a4;
}

.areaBanner {
	/* max-width: 452px; */
	margin: 0 auto;
}

.areaTitle a {
	display: block;
	width: 100%;
	height: 213px;
	padding: 20px 0 0 80px;
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgSalute.jpg) 0 0 no-repeat;
	background-size: cover;
	font-size: 70%;
	color: #45365f;
	text-decoration: none;
	-webkit-transition: padding-left .1s ease-in;
  	-moz-transition: padding-left .1s ease-in;
  	-o-transition: padding-left .1s ease-in;
  	transition: padding-left .1s ease-in;
}
.areaTitle a:hover, .areaTitle a:focus, .areaTitle a:active {
	padding-left: 100px;
}
.areaTitle.socialeTitle a {
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgSociale.jpg) 0 0 no-repeat;
	color: #d74d26;
}
.areaTitle.emergenzaTitle a {
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgEmergenza.jpg) 0 0 no-repeat;
	color: #587d3a;
}
.areaTitle.principiTitle a {
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgPrincipi.jpg) 0 0 no-repeat;
	color: #1e2c43;
}
.areaTitle.giovaniTitle a {
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgGiovani.jpg) 0 0 no-repeat;
	color: #e6a52a;
}
.areaTitle.sviluppoTitle a {
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgSviluppo.jpg) 0 0 no-repeat;
	color: #6b2428;
}
.areaTitle.socialeTitle a {
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/attivita/bgSociale.jpg) 0 0 no-repeat;
	color: #d74d26;
}
.areaTitleBig {
	min-height: 72px;
	margin-top: 6px;
	padding: 6px 0 0 75px;
	background:transparent url(http://www.cri.it/flex/TemplatesUSR/assets/img/sprites.png) 0 -231px no-repeat;
}
.areaTitleBig.saluteTitleBig {
	color: #45365f;
}
.areaTitleBig.socialeTitleBig {
	color: #d74d26;
	background-position: 0 -431px;
}
.areaTitleBig.emergenzaTitleBig {
	color: #587d3a;
	background-position: 0 -631px;
}
.areaTitleBig.principiTitleBig {
	color: #1e2c43;
	background-position: 0 -831px;
}
.areaTitleBig.giovaniTitleBig {
	color: #e6a52a;
	background-position: 0 -1031px;
}
.areaTitleBig.sviluppoTitleBig {
	color: #6b2428;
	background-position: 0 -1231px;
}


#newsSlider {
  position: relative;
  height: 139px;
  overflow: hidden;
}

#newsSlider article {
  width: 300px;
}

#newsSlider .slider, #newsSlider .frame {
  position: absolute;
}

#newsSlider .frame img {
  display: none;
  float: left;
  margin-right: 40px;
  border-radius: 50%;
  border: 3px solid #ccc5d8;
  box-shadow: 0 10px 15px 0 #c4c4c4;
}

.attivitaSociale #newsSlider .frame img {
  border: 3px solid #f2cdc2;
}

.attivitaEmergenza #newsSlider .frame img {
  border: 3px solid #d0dac8;
}

.attivitaPrincipi #newsSlider .frame img {
  border: 3px solid #c0c4ca;
}

.attivitaGiovani #newsSlider .frame img {
  border: 3px solid #f3d9a8;
}

.attivitaSviluppo #newsSlider .frame img {
  border: 3px solid #d5c2c3;
}

#newsSlider .frame a {
  display: block;
  font-size: 115%;
  line-height: 140%;
  color: #4b4b51;
  text-decoration: none;
}

.attivitaSalute #newsSlider .frame a {
  color: #45365f;
}

.attivitaSociale #newsSlider .frame a {
  color: #d74d26;
}

.attivitaEmergenza #newsSlider .frame a {
  color: #587d3a;
}

.attivitaPrincipi #newsSlider .frame a {
  color: #1e2c43;
}

.attivitaGiovani #newsSlider .frame a {
  color: #e6a52a;
}

.attivitaSviluppo #newsSlider .frame a {
  color: #6b2428;
}

#newsSlider .frame a:hover, #newsSlider .frame a:focus, #newsSlider .frame a:active {
  text-decoration: none;
  color: #c10000;
}

#newsSlider .frame h2 {
  overflow: hidden;
  margin: 0 0 12px 0;
  padding: 6px 0 12px;
  border-bottom: 1px dashed #a4a4a4;
  font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
  font-size: 150%;
  color: #4b4b51;
}

.attivitaSalute #newsSlider .frame h2 {
  color: #45365f;
}

.attivitaSociale #newsSlider .frame h2 {
  color: #d74d26;
}

.attivitaEmergenza #newsSlider .frame h2 {
  color: #587d3a;
}

.attivitaPrincipi #newsSlider .frame h2 {
  color: #1e2c43;
}

.attivitaGiovani #newsSlider .frame h2 {
  color: #e6a52a;
}

.attivitaSviluppo #newsSlider .frame h2 {
  color: #6b2428;
}

.textArticleSlider {
  display: block;
  min-height: 100px;
  margin: 0 200px 0 170px;
  padding: 0 20px 0 30px;
  border-left: 1px dashed #a4a4a4;
}

#newsSlider .arrowSlider {
  float: right;
  width: 43px;
  height: 67px;
  margin: 35px 70px 0 0;
  background: transparent url(https://www.cri.it/flex/TemplatesUSR/assets/img/sprites.png) 100% -200px no-repeat;
}

.attivitaSociale #newsSlider .arrowSlider {
  background: transparent url(https://www.cri.it/flex/TemplatesUSR/assets/img/attivita/frecciaFascia.png) 100% 0 no-repeat;
}

.attivitaEmergenza #newsSlider .arrowSlider {
  background: transparent url(https://www.cri.it/flex/TemplatesUSR/assets/img/attivita/frecciaFascia.png) 100% -400px no-repeat;
}

.attivitaPrincipi #newsSlider .arrowSlider {
  background: transparent url(https://www.cri.it/flex/TemplatesUSR/assets/img/attivita/frecciaFascia.png) 100% -800px no-repeat;
}

.attivitaGiovani #newsSlider .arrowSlider {
  background: transparent url(https://www.cri.it/flex/TemplatesUSR/assets/img/attivita/frecciaFascia.png) 100% -1200px no-repeat;
}

.attivitaSviluppo #newsSlider .arrowSlider {
  background: transparent url(https://www.cri.it/flex/TemplatesUSR/assets/img/attivita/frecciaFascia.png) 100% -1600px no-repeat;
}

#newsSlider .frame a a {
  display: inline;
}

#newsSupport .viewLink {
  float: right;
  font-size: 11px;
  color: #45365f;
  text-decoration: none;
}

#newsSupport .viewLink:hover, #newsSupport .viewLink:focus, #newsSupport .viewLink:active {
  color: #c10000;
}

#newsSlider .pager {
  position: absolute;
  z-index: 1000;
  right: 10px !important;
  bottom: 4px;
  margin: 0;
}

#newsSlider .pager a {
  background-color: #c10000;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 3px 0 0;
  text-indent: -9999px;
}

.attivitaSalute .fasciaWrapper #newsSlider .pager a {
  background-color: #ccc5d8;
}

.attivitaSalute .fasciaWrapper #newsSlider .pager a.cur {
  background-color: #45365f;
}

.attivitaSociale .fasciaWrapper #newsSlider .pager a {
  background-color: #f2cdc2;
}

.attivitaSociale .fasciaWrapper #newsSlider .pager a.cur {
  background-color: #d74d26;
}

.attivitaEmergenza .fasciaWrapper #newsSlider .pager a {
  background-color: #d0dac8;
}

.attivitaEmergenza .fasciaWrapper #newsSlider .pager a.cur {
  background-color: #587d3a;
}

.attivitaPrincipi .fasciaWrapper #newsSlider .pager a {
  background-color: #c0c4ca;
}

.attivitaPrincipi .fasciaWrapper #newsSlider .pager a.cur {
  background-color: #1e2c43;
}

.attivitaGiovani .fasciaWrapper #newsSlider .pager a {
  background-color: #f3d9a8;
}

.attivitaGiovani .fasciaWrapper #newsSlider .pager a.cur {
  background-color: #e6a52a;
}

.attivitaSviluppo .fasciaWrapper #newsSlider .pager a {
  background-color: #d5c2c3;
}

.attivitaSviluppo .fasciaWrapper #newsSlider .pager a.cur {
  background-color: #6b2428;
}

.terremotoCentroItaliaHome.terremotoCentroItaliaEn .viewHR, .terremotoCentroItaliaHome.terremotoCentroItaliaEn .TitoloFrecciaRossaSingola, .terremotoCentroItaliaHome.terremotoCentroItaliaEn iframe {
  display: none;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading span.sr-only {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    z-index: 100000000000;
    display: block;
    visibility: visible;
}

.rd-navbar-outer { background: #CC0003 ; color: #FFF ;}
.rd-navbar-static .rd-navbar-search form input, .rd-navbar-static .rd-navbar-search form button[type="submit"], .rd-navbar-static .rd-navbar-search form button[type="submit"]:hover { color: #CC0003 !important ; background: #FFF !important ;}
.form-group.input-group {
    border: 0;
    margin: 0;
}
input#edit-keys {
    min-width: 15rem;
}

.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-megamenu {
  color: #FFF ;
  background: #CC0003 ;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover, .rd-navbar-static .rd-navbar-megamenu li.focus > a, .rd-navbar-static .rd-navbar-megamenu li.opened > a, .rd-navbar-static .rd-navbar-megamenu a:hover {
  color: #CC0003 ;
  background: #FFF ;
}
/***********************************************************************************************/
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .ui-autocomplete {
  z-index: 10000 ;
}

@media (max-width: 510px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }

    .header-text {
      top: 2% !important ;
    }

    .titolo_slideshow {
          top: 19%;
      font-size: 24pt;
    }
}

@media (min-width: 511px) {
  .header-text {
    top: 10% !important ;
  }
}

@media (min-width: 768px) {
  .header-text {
    top: 23% !important ;
  }
}

@media (min-width: 992px) {
  .header-text {
    top: 50% !important ;
  }

  .brand-name {
    display: none ;
  }
}
/*
.dialog-off-canvas-main-canvas {
    overflow-y: -webkit-paged-y;
}
*/
input[type=checkbox] {
  position: unset;
    -webkit-appearance: checkbox;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.row-grid  {
  padding: .2em ;
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 50%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.carousel-item {
    width: 100% ;
    max-height: 100vH;
    overflow: hidden;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #CC0003;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
  color: #FFF ;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

.panel-inverted {
  float: right ;
}

.timeline-heading h4 {
    font-size: 18pt;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }

  .page-footer .col-sm-4 {
    position: relative;
  }

  .menu-link-utili-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
  }

  .menu-link-utili-footer .contextual {
      position: static;
  }


}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.btn-danger {
  background-color: #CC0003 !important ;
}

sidebar h2 {
    background: #CC0003;
    color: #fff ;
    text-align: center ;
    overflow: hidden;
    position: relative;
}

sidebar h2::before {
    position: absolute;
    top: -10px;
    left: -25px;
    background-color: #1a1a1a;
    height: 160%;
    width: 20%;
    content: "";
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}

.header-contatti {
  background: #CC0003 ;
  color: #FFF ;
  overflow: hidden;
}

.header-contatti h3 {
    font-size: 1em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

.row-contatti {
  width: 26% ;
}

.contatti-area {
    display: inline-block;
    padding: .2em;
    margin: 0 1em;
    text-align: center;
}

.contatti-area.telefono a:before {
  font-family: 'Font Awesome\ 5 Free' ;
  content: "\f095" ;
  font-weight:900 ;
  padding: 0 8px 0px 0px;
}

.contatti-area.email a:before {
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  content: "\f0e0" ;
  padding: 0 8px 0px 0px;
}

.contatti-area.sangue a:before {
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  content: "\f043" ;
  padding: 0 8px 0px 0px;
}

.contatti-area.cellulare a:before {
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  content: "\f3cd" ;
  padding: 0 8px 0px 0px;
}

sidebar ul li {
  padding: .8em
}
/*
sidebar ul li:before {
  content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    width: 25px;
    background: #CC0003;
    color: #fff;
    border-radius: 74%;
    padding: 0;
    margin: 0;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
*/
.text-center.p-4 {
      position: absolute;
      top: 30%;
      bottom: 50%;
      width: 100%;
      left: 0;
      right: 0;
      color: #FFF ;
      text-shadow: 2px 1px 1px #000 ;
}

.titolo_slideshow {
    color: darkgreen;
    font-size: 52pt;
    text-align: center;
    text-shadow: 1px 0px 7px #FFF;
}

.nav-tabs .nav-link.is-active {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #d74d26 ;
}

.descrizione_slideshow {
  font-size: 28pt;
  color: #fff ;
  text-shadow: 1px 0px 7px #CC0003;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  font-size: 20px ;
  padding: 16px 14px;
}

.carousel {width: 100% ; }
.carousel-item img {width: 100% ;}

.immagine-blog img {
  width: 100% ;
}

.rd-navbar-fixed .rd-navbar-brand img {
  display: inline-block;
  vertical-align: middle ;
}

.rd-navbar-fixed .rd-navbar-brand a { text-align: center ; }

.contatto {
    display: inline-block;
    width: 70%;
    padding: 0px 21px;
    vertical-align: middle;
}

.contatti {
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  display: inline-block;
  width: 100px ;
  height: 100px ;
  background: #CC0003 ;
  color: #fff;
    text-align: center;
    font-size: 37pt;
    font-family: 'Font Awesome\ 5 Free' ;
    font-weight:900 ;
    line-height: 100px ;
    word-spacing: -10px;
}

.colonna-contatti h2 {
  text-transform: uppercase;
}

.rd-navbar-static .rd-navbar-panel {
    padding: 0 0 20px 0;
}

.social-footer {
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  background: #424843;
  border-radius: 100% ;
  height: 50px ;
  width: 50px;
  line-height: 50px ;
  display: inline-block;
  text-align: center ;
  color: #fff ;
}

.social-footer:hover {
  background: #050504 ;
}

.social-footer a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.timeline-image a {
  color: #FFF ;
}

.dovesiamo {
  background-image: url('../images/sede_esterno.jpg');
  background-size: cover;
  background-position: center;
  min-height: 450px ;
}

ul.js-pager__items li {
    display: inline-block;
    padding: 0px 12px;
}

ul.js-pager__items {
    border-top: 1px dotted #CC0003;
    margin: 30px 0px;
    text-align: center ;
}

ul.links.inline {
    display: inline-block;
    width: 100%;
    text-align: right;
}

ul.links.inline li {
    display: inline-block;
    padding: 0 15px;
}

#tabella-componenti-nucleo-familiare input[type=text], #tabella-componenti-nucleo-familiare input[type=date] {
    min-width: 99px;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 450px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin: auto;
  overflow: hidden;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background: #CC000B;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background: #CC000B;
  color: white;
  transform: rotateY(180deg);
  display: table ;
}

.flip-card h1 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff ;
}

.flip-card h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff ;
}

.flip-card .descrizione {
  font-size: 12px ;
  display: table-cell;
  vertical-align: middle ;
}

input[type=radio] {
  display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 5px ;
    background: none ;
}

input[type=radio]:checked {
  background: #CC000B;
}

.preload {
  position: fixed;
  z-index: 1000 ;
  background: #fff ;
  top:0 ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
}

.preload svg {
  display:block;
  width:258px;
  height:258px;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.tree {
  fill: #E73E0D;
}

.circle-mask {
  transform-origin: 50% 90%;
  animation: scale 5s infinite ease-out;
}

@keyframes scale {
  0%, 100% {
    transform: scale(0.0);
  }
  7%, 90% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
}

.icona-riepilogo {
    display: inline-block;
    padding: 8px;
    margin: auto;
    vertical-align: middle;
    background: #fff;
    border-radius: 52%;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 21pt;
    overflow: hidden;
}

.riepilogo strong {
  margin-left: 10px ;
}

#content {
  padding: 60px ;
  margin: auto ;
}

@media screen and (max-width: 758px) {
  #content {
    padding: 10px ;
    margin: inherit ;
  }
}

article li:before, ul.footer li:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
    margin: 0px 3px 0px 6px;
}

ul.rd-navbar-nav li:before, ul.nav-tabs li:before, ul.contextual-links li:before, .rd-navbar-collapse li:before, ul.links li:before, ul.for_boxes li:before
 { content: none !important; }

footer a:hover {
    color: #fff;
}

footer h5 {
    padding: 0 0 19px 0;
}

section#block-socialfooter {
    padding: 12px 0;
    margin: 1.5em 0;
}

li.gallery-footer-preview {
    display: inline-block;
    margin: 3px ;
}

li.anteprima-galleria {
    width: 49%;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 10px 0px;
}

li.anteprima-galleria ul li {
    width: 100% !important;
    height: 100% ;
}

.anteprima-galleria ul {
    /* width: 100%; */
    height: 100%;
}

li.anteprima-galleria img {
    min-height: 100% !important;
    min-width: 100% !important;
}

.views-field.views-field-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: gray;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 991px){
  li.anteprima-galleria {
    width: 100% !important ;
  }
}
/******************  News Slider Demo-8 *******************/
.post-slide8{
    margin: 0 15px;
    position:relative;
    background:#fff;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin: 0 auto 3em auto;
}
.post-slide8 .post-img{
    position: relative;
    overflow: hidden;
    height: 190px ;
}
.post-slide8 .post-img img{
    width: 100%;
    height: auto;
}
.post-slide8 .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide8:hover .over-layer{
    opacity:1;
}
.post-slide8 .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide8 .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide8 .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide8 .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide8 .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide8 .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide8 .month{
    display: inline-block;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #ff8b3d;
}
.post-slide8 .year{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #CD2900;
    margin-left: -4px;
}
.post-slide8 .post-content{
    padding:30px;
    min-height: 251px;
    display: inline-block;
}
.post-slide8 .post-title{
    margin:0 0 15px 0;
}
.post-slide8 .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide8 .post-title a:hover{
    text-decoration: none;
    color:#ff8b3d;
}
.post-slide8 .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide8 .read-more{
    color:#333;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide8 .read-more:hover{
    text-decoration:none;
    color:#ff8b3d;
}
.post-slide8 .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid #ff8b3d;
    transition: all 0.30s ease;
}
.post-slide8 .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide8 .month{
        font-size:14px;
    }
    .post-slide8 .date{
        font-size:14px;
    }
}

.file .fas {
    padding: 0 5px;
}

#map-canvas {
  height: 100% ;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  background: #fff ;
}

h4.titolo-attivita{
    font-size: 1.1em ;
    text-align: center ;
}
/*
.img-attivita {
  height: 390px ;
  overflow: hidden ;
}
*/

.facebook:before {
  font-family: 'Font Awesome\ 5 Brands';
    text-align: center;
    margin: 0;
    padding: 0;
  content: "\f39e" ;

}

.instagram:before {
  font-family: 'Font Awesome\ 5 Brands';
    text-align: center;
    margin: 0;
    padding: 0;
  content: "\f16d" ;
}

select.form-control[multiple], select.form-control[size] {
  overflow: auto ;
}

span.views-field.views-field-field-image-gallery li img {
    width: 100%;
}
span.views-field.views-field-field-image-gallery li {
    display: inline-block;
    width: 33%;
    margin: 0;
    padding: 0;
    /* max-height: 97px; */
    overflow: hidden;
}

#follow_button {
  display: none ;
  text-align: right;
}

.sticky {
  display: block !important;
  position: fixed;
  bottom: 42px;
  width: 80% ;
}

.circle {
    border-radius: 50%;
    padding: 20px;
    font-size: 24pt;
    text-align: center;
    box-shadow: 0px 3px 2px #000;
}

.rd-navbar-static .rd-navbar-brand {
  float: none !important;
}

.alert-error {
    background: #CC0003;
    color: #fff;
    font-weight: bold;
}

.alert-error > div[role='alert']:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  line-height: 50px;
  display: inline-block;
  content: "\f12a";
  font-size: 21pt;
  vertical-align: middle;
}

div[role='alert'] a {
    display: inline-block;
    vertical-align: middle;
}

.alert-error > div[role='alert'] a {
  color: grey ;
}

.alert-error > div[role='alert'] a:hover {
  color: #fff ;
}

.alert.alert-success:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: 50px;
    display: inline-block;
    content: "\f00c";
    vertical-align: middle;
    display: inline-block;
    top: 0;
    position: absolute;
    top: 0;
    left: 2px;
}

a.paginate_button {
  padding: 4px 15px;
  margin: 0 0 0px 4px;
  border-radius: 7px;
  background: #CC0003;
  color: #fff;
}

.fc-nonbusiness.fc-bgevent {
    background: red;
}

.btn-primary:hover {
    color: #fff;
    background: #CC0F4C;
}

.btn-primary {
    color: #fff !important;
    background-color: #CC0003 !important;
    border-color: #CC0003 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #CC0003 !important;
    background: #fff !important;
    border-color: #cc0003 !important;
}

.evento-calendario {
    background: #CC0003;
    border: 1px solid #CC0003;
    color: #fff !important ;
    margin-left: 4px;
}

.evento-disponibilita {
      background: #8bff87;
      border: 1px solid #8bff87;
      color: #000 !important ;
      margin-left: 4px;
}
/*
.fc-daygrid-event-dot {
  border-color: #fff;
}
*/
.evento-calendario:hover {
    background: rgba(204, 0, 3, 0.57);
}

div#edit-donatori_paginate {
    margin: 24px 0;
}

.table-responsive {
  overflow-x: auto !important;
  overflow-y: clip;
}

#mapUT {
  height: 90VH;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
}

ul.carousel-indicators li {
    border: 2px solid #CC0003;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    vertical-align: baseline;
}

ul.carousel-indicators li.active {
    height: inherit;
    bottom: 0;
}

.social-sharing-buttons:before {
    content: "Condividi questo contenuto sui Social:";
    font-weight: bold;
    font-size: 17pt;
    text-align: center;
    margin: 0;
    padding: 0;
}

.contatti.indirizzo:before {
    content: "\f5a0";
}
.contatti.telefono:before {
    content: "\f095";
}
.contatti.email:before {
    content: "\f658";
}

.causes-thumb {
    margin: 0;
    background: lightgray;
    min-height: 445px;
    background: #fafafa none repeat scroll 0 0;
    text-align: center;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    font-size: 10pt ;
}

.causes-thumb h4 {
  color: #000 ;
  font-weight: bold ;
}

.img-attivita{
  overflow: hidden;
  height: 180px;
  display: inline-block;
}
.img-attivita img {
  transition: transform .2s;
}
.img-attivita img:hover {
    width: 100%;
    height: auto;
    transform: scale(1.5);
    transition: all 0.7s ease 0s;
}

.causes-thumb .btn-danger {
    margin: 20px 0px;
}

.absolute {
  position: absolute;
    bottom: 0.8%;
    left: 0;
    right: 0;
}

.juicebox-gallery div {
    z-index: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    overflow: scroll !important;
  }

  a.brand-name {
    display: none !important;
}

span.carousel-control-next-icon, span.carousel-control-prev-icon {
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  color: #CC0003 ;
  background: transparent !important ;
  font-size: 5em ;
  text-shadow: 3px 3px 3px #000 ;
}

span.carousel-control-prev-icon:before {
  content: "\f104" ;
}

span.carousel-control-next-icon:before {
  content: "\f105" ;
}

ul.lista-principi {
   color: #CC0003;
   font-size: 18pt;
}

ul.lista-principi li {
  padding: 10px ;
}

ul.lista-principi li span {
  color: #000 ;
  font-size: 14pt ;
}

.col-centered {
  margin: auto ;
}

video {
  display: inline-block;
  width: 100% ;
}

label {
    font-weight: bold;
}

summary {
    font-weight: bold;
    font-size: 16pt;
}

div[role="alert"] em {
  color: lightgray ;
}

nav#block-cri-account-menu {
    display: inline-block;
    width: 100%;
}

.hidden {
    display: none;
}

.banner_1 {
  background: url("../images/cosa_facciamo.png") ;
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: 0 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #CC0003 ;
}

.testo-scuro {
  color: #fff;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
}

.contenuto-esteso {
    display: none;
    background: #CC0003;
    color: #fff;
    padding: 5px;
}

.contenuto-esteso h4 {
  font-size: 20px ;
  color: goldenrod;
  font-weight: bold;
}

h3.espandi {
    cursor: pointer;
}

.box {
  position: relative;
}

.box::after {
	content: "\f107";
	color: #333;
	top: -2px;
	right: 0px;
	position: absolute;
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  color: #CC0003 ;
}

.box-esteso::after {
  font-family: 'Font Awesome\ 5 Free' ;
  font-weight:900 ;
  color: #CC0003 ;
	content: "\f106";
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    right: 33px;

}

.menu-link-utili-footer span.views-field.views-field-field-image-gallery li {
  max-height: 97px;
}

.colored-orange {
  border-bottom: 3px solid orange ;
}

.colored-blue {
  border-bottom: 3px solid #03a8cb ;
}

.colored-yellow {
  border-bottom: 3px solid yellow ;
}

.colored-red {
  border-bottom: 3px solid #CC0003 ;
}

.colored-green {
  border-bottom: 3px solid green ;
}

.colored-violet {
  border-bottom: 3px solid violet ;
}

.causes-thumb:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
    transition: transform .2s;
}

.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
  background-color: transparent !important;
}

.rd-navbar-fixed .rd-navbar-search.active .form-group {
    width: 263px !important;
}

.controls-top h2 {
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 5px;
    float: right;
    display: inline-block;
    border-right: 3px solid #CC0003;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"] {
    position: inherit !important;
    pointer-events: inherit !important;
    opacity: inherit !important;
}

#block-gestionalearea2, #block-donazionisangue, #block-gestionaleaccoglienza, #block-salaoperativa {
  display: inline-block;
}

#edit-donatori_filter input[type="search"] {
    background: lightgrey;
}

#edit-attivita tbody tr:hover {
  cursor: pointer;
}

.autocomplete-personale a {
    display: block;
}

/* table tr:hover {
    background: lightgray;
} */

 .modal-body {
   max-height: 66vh;
       overflow: auto;
}

div#drupal-modal {
    max-height: 100% !important;
}

div#calendarTrash .fas {
    font-size: 32pt;
    vertical-align: middle;
}

.pulsante-ricerca {
  top: -12px ;
  right: -12px ;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
  color: lightgrey !important ;
}

.rd-navbar-static .rd-navbar-inner {
  max-width: 90% ;
}

.rd-navbar-static .rd-navbar-subpanel {
  display: inline-table;
}

.tabella-colorata tbody tr:hover {
  background: lightgray ;
}

div.permessi_button {
    font-size: 15pt;
    vertical-align: middle;
}

.rd-navbar-static .rd-navbar-nav {
    text-align: center;
}

.pulsante-ricerca input[type="submit"] {
    margin: 10px;
    padding-right: 30px;
}

.pulsante-ricerca span {
    position: relative;
    display: inline;
}

.pulsante-ricerca span:after {
    font-family: 'Font Awesome\ 5 Free' ;
    font-weight:900 ;
    content: "\f002";
    font-size: 19px;
    position: absolute;
    right: 32px;
    top: 15px;
    pointer-events: none;
    color: #fff ;
}

span.file.file--mime-application-pdf.file--application-pdf {
    line-height: 40px;
}

span.file.file--mime-application-pdf.file--application-pdf:before {
    content: "\f1c1";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    /* line-height: 100px; */
    word-spacing: -10px;
    font-size: 23pt;
    padding: 11px;
    vertical-align: middle;
}

input.numerico {
  width: 95px ;
  margin: auto ;
}

#edit-pacchi-viveri a.tabledrag-handle .handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -3em;
    cursor: move;
    text-decoration: none;
}

tr.draggable {
    position: relative;
}

a.tabledrag-handle .handle {
    width: 26px !important;
    height: 26px !important;
}

.draggable a.tabledrag-handle {
  float: left;
    overflow: auto;
    height: 1.7em;
    margin-left: 0em;
    cursor: move;
    text-decoration: none;
    width: 1.7em;
    color: #0000;
    display: table;
    padding: 0;
    position: absolute;
    left: -45px;
    margin: 15px 0px 0px 40px;
  }

  tr.archiviato {
    background: beige;
}

.NonModificabile {
  display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000;
z-index: 10;
opacity: .3;
}
}

.table-area {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

#tabella-accessi thead th, .table-responsive thead th {
  background: #CC0003 ;
  color: #fff ;
  text-transform: uppercase;
}

thead.table-sticky th {
    position: sticky;
}

#tabella-accessi tr:nth-child(even) td {
    background: #f2f2f2;
}

.relative {
  position: relative;
}

@media screen and (max-width: 991px) {
  thead.table-sticky th {
      padding-top: 13em ;
  }
}

@media screen and (min-width: 768px) {
  .tipo-mezzo {
      position: absolute;
      top: 0 ;
      right: 0 ;
  }
}

.stessa-riga .form-item-rifornimento {
    display: inline-block;
    margin-right: 25px;
}

#myModal {
    background: rgba(255,255,255,0.8);
}

#trace {
  width: 100% ;
  height: calc(100vh - 70px);
}

.navbar.bg-light {
    position: absolute;
    align-items: end;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.navbar-nav {
  position: relative;
    width: 100%;
}

main.page-content {
  min-height: 90vh ;
}

@media screen and (max-width: 479px) {
  .navbar.bg-light {
    display: none ;
    position: relative;
  }

  .bottone-menu {
    display: inline-block;
    position: absolute;
    left: 0;
    color: #fff ;
    font-size: 25pt;
    padding: 7px;
  }

  a.bottone-menu:hover {
    color: #fff ;
  }

  header.cri {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}

.navbar-nav a.btn {
    width: 100%;
    padding: 30px;
    background: #cecece;
    color: #000 ;
    font-size: 14pt;
}

header.cri {
  background: #CC0003 ;
}

header.cri img {
  height: 50px ;
}

header.cri a[class!='bottone-menu'] {
    display: inline-block;
}


.navbar-fixed-top ~ .container.full {
    padding-top: 60px;
}

.container.full {
    max-width: 100%;
}

.fixed-top {
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
}

@media (min-width: 768px) {
.navbar-toggle {
    display: none;
}

.container.full {
  padding-top: 75px ;
}
}

.sidebar-offcanvas li.nav-item {
    width: 100%;
    display: block;
    margin: 5px 0px;
    padding: 6px;
    /* border-bottom: 1px solid #a1a1a1; */
}

.sidebar-offcanvas li.nav-item:hover a {
    color: #fff;
}

.sidebar-offcanvas li.nav-item:hover {
    background: #921e01;
}

.sidebar-offcanvas .submenu li {
    border: none;
}
.sidebar-offcanvas .submenu {
    margin-left: 35px;
}

.navbar-header{float:none;text-align: center; width: 100% ;}


	/* top bar */

	.navbar {text-transform: uppercase;background-color: #CC0003;border: none}

	.navbar a  {color:#fff;font-weight: 300;text-decoration: none}

	.navbar-default .navbar-brand {color:#fff;font-weight: bold;margin:0;float:none; margin-left: auto; margin-right: auto; width: 236px; float: none; padding: 0 ; }


	.icon{margin-bottom: 8px;margin:0;padding: 15px 15px; float:right;}


	    .back{float:left;background-color: #feaf8d;}

	    .search{background: #fb7b74; float:left;}


	    .tw{background: #3fc6f3}

	    .fb{background: #0d9be5}


    /* toggle button */

    .navbar-toggle{border: none;color:#fff;margin:0;padding: 18px 15px; border-radius: 0px;float:left; font-size: 17pt;}

    .navbar-default .navbar-toggle,

	.navbar-default .navbar-toggle:hover,

	.navbar-default .navbar-toggle:focus {background-color: #CC0003; margin: 0 ;}

	.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}


	/* Position where the element is fixed */

	.affix {top: 50px; width: 490px; }



	.sidebar-offcanvas li a { color:#7b7a7e; width: 100%;}

	.sidebar-offcanvas li a i {margin-right:20px;}

  .affix {top: 50px; width: 200px; }

  /* collapsed sidebar styles */

@media screen and (max-width: 767px) {

	.affix {position: static;}

	#affix{
    width: 100%;
    margin-top: 45px;
    height: 85vH;
    overflow: auto;
  }

  .fixed-top { position: relative;}


	.sidebar-offcanvas{-webkit-transition: all 0.3s ease-in-out;

		-moz-transition: all 0.3s ease-in-out;

		-ms-transition: all 0.3s ease-in-out;

		-o-transition: all 0.3s ease-in-out;

		transition: all 0.3s ease-in-out;


		width:70%;

		background-color: #CC0003;

		z-index: 51;

		margin: 0; padding: 0;

		position: fixed;

		top:50px;

		left: -70%;

	}


	.sidebar-offcanvas ul li{margin:0; width: 100%;}

	.sidebar-offcanvas ul li a{color:#fff;padding: 15px 20px;margin:0;font-size: 15px; width: 100%;}

	.sidebar-offcanvas ul li a:hover{border:none; border-radius:0}


	.sidebar-offcanvas .nav{margin-top: 0px;}

	.sidebar-offcanvas > li > a:hover,

	.sidebar-offcanvas > li > a:focus{background-color: #ff625f}


	.active {left: 0;}


}

a.icona-elimina {
    position: absolute;
    top: 26%;
    right: 3%;
}

.evento-non-disponibile {
  background: red ;
  color: #fff !important ;
}

.evento-disponibile {
  background: green ;
  color: #000 !important ;
}

.evento-non-disponibile:hover {
  background: rgba(204, 0, 3, 0.57);
  color: #fff !important ;
}

.evento-disponibile:hover {
  background: rgba(0, 128, 0, 0.48);
  color: #000 !important ;
}

.sala-operativa-nuovotampone-form .form-row label:not(label.option) {
    display: inline-block;
    background: #CC0003;
    color: #fff ;
    width: 100%;
    text-align: center ;
    padding: 5px ;
}

.pagination .page-item .page-link:focus, .pagination .page-item.active .page-link {
  background-color: #CC0003 ;
}


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

.table-scroll {
	position:relative;
	margin:auto;
	overflow:hidden;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	white-space:nowrap;
	vertical-align:top;
}
/* .table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
} */
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side:nth-child(odd) {
	background:#fff;
	visibility:visible;
}

.clone .fixed-side:nth-child(even) {
	background:#f2f2f2;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}

h2.qualifiche {
  width: 100%; text-align: center; background: lightgray ;
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -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);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  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.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -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;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #337ab7;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

.check {
    display: inline-block;
    float: right;
    margin: auto;
    margin-top: 6px;
    margin-right: 9px;
}

.form-inline {
    display: inline-block;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


.dataTables_processing {
  position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: antiquewhite;
    width: 100% !important;
    z-index: 10000 !important;
    opacity: 0.7 !important;
    margin: 0 !important;
}

div#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 147pt;
}
