@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,300i,700,700i|Roboto+Slab:100,700");
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important; }

/*
Theme Name: Newfoundland & Labrador - a rare find 
Author: m5 Marketing Communications   
Author URI:
Version: 1 
Description: Newfoundland & Labrador - a rare find theme for Wordpress
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:  
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.clearfix:after, dl:after, .widget:after, .search-form:after,
.post-password-form:after, .search-form p:after,
.post-password-form p:after, #nav:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn, .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev, .nav-links .next,
.nav-links .prev,
.navigation-single .next,
.navigation-single .prev {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: #999;
  color: #fff;
  border: 1px solid #1f1f1f;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18px; }

.btn:hover, .navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover, .nav-links .next:hover,
.nav-links .prev:hover,
.navigation-single .next:hover,
.navigation-single .prev:hover {
  background: #1f1f1f;
  color: #fff; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #1f1f1f;
  background: #fff;
  /*font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;*/
  font: 16px/1.2 "Libre Franklin", "Helvetica Neue", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

@media (min-width: 768px) {
  body {
    font-size: 18px; } }

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

.gm-style img {
  max-width: none; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px; }

blockquote {
  border-left: 4px solid #999;
  padding-left: 5px;
  margin-left: 0; }

th,
td {
  border: 1px solid #999;
  padding: 3px;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul,
ol {
  padding-left: 20px; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: 700; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%;
  overflow: auto; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

form,
fieldset {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1f1f1f;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif; }

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
textarea:not(textarea) {
  height: 30px; }

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  /*  outline: none;*/
  /*  border-color: #1f1f1f; */ }

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999; }

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999; }

select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  border: 1px solid #1f1f1f;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18px; }

select:focus {
  /* outline: none;*/ }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  background: #999;
  color: #fff;
  border: 1px solid #1f1f1f;
  outline: none;
  height: 30px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18px; }

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background: #1f1f1f;
  color: #fff; }

input[type="search"]:-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-cancel-button {
  display: none;
  width: 0;
  height: 0; }

.widget {
  margin-bottom: 20px; }

.widget select {
  min-width: 150px; }

.search-form label,
.post-password-form label {
  display: block; }

.search-form input,
.post-password-form input {
  float: left;
  width: 230px;
  margin-right: 5px; }

.search-form input:first-child {
  padding-right: 35px; }

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 20px; }

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px; }

.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px; }

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%; }

.nav-links,
.navigation-comments,
.navigation-single {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.nav-links .next a,
.nav-links .prev a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-single .next a,
.navigation-single .prev a {
  display: block;
  color: inherit; }

.navigation-single {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%; }

@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px; } }

.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
  display: block;
  width: auto; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.commentlist {
  margin: 0 0 1.2em; }

.commentlist .edit-link {
  margin: 0; }

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px; }

.widget_calendar th,
.widget_calendar td {
  text-align: center; }

.widget_calendar #prev {
  text-align: left; }

.widget_calendar #next {
  text-align: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  /*border: 1px solid #1f1f1f;*/
  padding: 4px;
  margin-bottom: 20px;
  text-align: center; }

#content .content .wp-caption img {
  margin-bottom: 4px; }

.wp-caption p {
  font-size: 14px !important;
  margin: 5px 0;
  text-align: left; }

.wp-caption img,
.wp-caption {
  /* width:auto !important;*/ }

.aligncenter {
  margin: 0 auto 20px; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption.alignleft {
  padding-left: 0; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 20px; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 15px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px; }
  h2,
  .h2 {
    font-size: 30px; }
  h3,
  .h3 {
    font-size: 28px; }
  h4,
  .h4 {
    font-size: 20px; }
  h5,
  .h5 {
    font-size: 18px; }
  h6,
  .h6 {
    font-size: 16px; } }

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px; }
  h2,
  .h2 {
    font-size: 30px; }
  h3,
  .h3 {
    font-size: 28px; }
  h4,
  .h4 {
    font-size: 20px; }
  h5,
  .h5 {
    font-size: 18px; }
  h6,
  .h6 {
    font-size: 16px; } }

@media (min-width: 1300px) {
  h1,
  .h1 {
    font-size: 40px; }
  h2,
  .h2 {
    font-size: 30px; }
  h3,
  .h3 {
    font-size: 28px; }
  h4,
  .h4 {
    font-size: 20px; }
  h5,
  .h5 {
    font-size: 18px; }
  h6,
  .h6 {
    font-size: 16px; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: 700;
  margin: 0 0 10px; }

@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px; } }

p {
  margin: 0 0 20px; }

a {
  /*color: #5b759e;*/
  color: #ee2e24;
  text-decoration: none; }

a:hover, a:focus {
  color: #1f1f1f;
  text-decoration: none; }

#wrapper {
  overflow: hidden;
  width: 100%; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

#nav {
  position: relative; }

.nav-drop {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1f1f1f;
  color: #fff;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0; }

@media (min-width: 768px) {
  .nav-drop {
    position: static;
    opacity: 1;
    color: #1f1f1f;
    background: none; } }

.nav-active .nav-drop {
  opacity: 1; }

.nav-drop ul {
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  .nav-drop ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

.nav-drop li {
  list-style: none; }

.nav-drop li.active, .nav-drop li:hover {
  opacity: 0.5; }

.nav-drop a {
  color: inherit; }

.nav-opener {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  float: right; }

@media (min-width: 768px) {
  .nav-opener {
    display: none; } }

.nav-opener:before, .nav-opener:after,
.nav-opener span {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: #1f1f1f;
  position: absolute;
  top: 16px;
  left: 15%;
  right: 15%;
  height: 3px;
  margin-top: -2px; }

.nav-opener:before, .nav-opener:after {
  content: '';
  top: 10px; }

.nav-opener:after {
  top: 22px; }

.nav-opener:hover {
  opacity: 0.9; }

.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%; }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

ul {
  margin: 0;
  padding: 0; }

/* header */
.wrap {
  max-width: 1204px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }

#header {
  background-color: #fff; }

.hide {
  display: none;
  visibility: hidden; }

@media screen and (min-width: 1204px) {
  #header .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header-menu {
    padding-left: 40px; } }

#header .logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 17px;
  padding-bottom: 18px;
  margin-right: 38px; }

#header .site-description {
  display: inline-block;
  vertical-align: top;
  padding-top: 45px;
  font-size: 24px;
  color: #939598;
  font-family: "Roboto Slab", serif; }

#header .site-description {
  display: none; }

#header .site-description2 {
  display: inline-block; }

.mobileh2 {
  display: none; }

#header .site-description span {
  font-family: "Roboto Slab", serif;
  font-weight: 100;
  display: block;
  font-size: 28px; }

#header .bare-field {
  line-height: 1; }

.js-nav-active #header .bare-field {
  display: none; }

#navigation li .fa-chevron-right {
  display: none; }

.header-menu, .mail, #header .search, #header .header-link {
  float: right;
  margin-top: 32px;
  position: relative; }

.header-menu nav > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  position: relative; }

.header-menu nav > ul > li:last-child {
  margin-right: 0; }

.header-menu nav > ul > li.active > a {
  color: #ee2e24;
  font-size: 18px;
  font-family: "Roboto Slab", serif; }

.header-menu nav > ul > li > a {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  /*	padding-top: 47px;
	padding-bottom: 47px; */
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Roboto Slab", serif !important;
  font-weight: 700; }

.header-menu nav > ul > li:hover > a,
.header-menu nav > ul > li.focus > a {
  background-color: #ee2e24;
  color: #fff; }

.drop-holder {
  position: absolute;
  background-color: #333333;
  z-index: 99999;
  display: none;
  width: 240px; }

.header-menu nav > ul > li:hover > .drop-holder {
  display: block;
  top: 67px; }

.header-menu nav > ul > li > ul > li:hover > .drop-holder {
  display: block;
  top: 7px;
  left: 100px; }

.gallery {
  margin: 0 -10px !important; }

.gallery-item dt {
  padding: 0 10px;
  width: 100%;
  float: none; }

.gallery-item a {
  display: block; }

.drop-holder ul {
  padding-left: 25px;
  padding-top: 34px;
  padding-bottom: 39px; }

.drop-holder ul li {
  margin-bottom: 13px;
  list-style: none; }

.drop-holder ul li:last-child {
  margin-bottom: 0; }

.drop-holder ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-weight: 300; }

.drop-holder ul li.active > a {
  text-decoration: underline; }

.drop-holder ul li a:hover {
  text-decoration: underline; }

.search .fa-search {
  font-size: 20px;
  line-height: 46px;
  color: #76787b;
  cursor: pointer; }

.search .fa-search:hover {
  color: #000; }

.search-popup.popup-active .fa-search {
  color: #000; }

.mail {
  margin-right: 28px; }

.mail a {
  font-size: 20px;
  line-height: 50px;
  color: #76787b; }

.mail a:hover {
  color: #000; }

.header-link {
  font-size: 15px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  color: #000;
  text-transform: uppercase; }

.header-link.about {
  margin-right: 18px;
  margin-left: 18px; }

.header-link.news {
  margin-right: 18px; }

.header-link.connect {
  margin-right: 0; }

.header-link a {
  color: #000;
  line-height: 53px; }

.header-link a:hover {
  color: #ee2e24; }

.header-link-mobile {
  text-transform: uppercase; }

.header-link-mobile a {
  color: #fff;
  line-height: 53px; }

#global-slider {
  max-width: 1484px;
  margin-left: auto;
  margin-right: auto; }

#global .vc_carousel-control {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 2%;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35); }

#global .vc_carousel-control span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 30px;
  top: auto;
  left: auto;
  margin: 0; }

#global .vc_carousel-control span:before {
  top: -4px; }

#global-head {
  font-size: 18px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  color: #4c9d2f; }

.global-subhead p {
  color: #77787b;
  font: 300 20px/1.25 "Libre Franklin", "Helvetica Neue", sans-serif;
  text-align: center; }

.global-text {
  padding: 0 20px 20px; }

.global-text p {
  color: #555;
  font: 300 16px/1.54 "Libre Franklin", "Helvetica Neue", sans-serif;
  text-align: center; }

#global-form {
  color: #555;
  font-size: 18px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  padding-bottom: 60px; }

#global-form li.gfield > label {
  display: block;
  color: #808183;
  font-size: 15px;
  /*	text-transform: uppercase;*/
  padding-bottom: 4px; }

#global-form input,
#global-form textarea {
  color: #555;
  font-size: 16px;
  line-height: 28px;
  padding: 4px 8px;
  border-color: #736b67; }

#global-form input[type=text] {
  height: 36px; }

#global-form select {
  position: relative;
  height: 36px;
  color: #555;
  font-size: 16px;
  border-color: #736b67;
  background: none;
  z-index: 99; }

#global-form .ginput_container_select {
  position: relative; }

#global-form .ginput_container_select:after {
  content: '\f0d7';
  position: absolute;
  right: 1.5%;
  top: 0;
  color: #736b67;
  font: 20px/36px fontAwesome;
  z-index: 1; }

#global-form .gfield_checkbox li,
#global-form .gfield_radio li {
  margin-bottom: 4px; }

#global-form .gfield_checkbox li > *,
#global-form .gfield_radio li > * {
  vertical-align: top; }

#global-form #gform_submit_button_1 {
  height: 30px;
  padding: 0 32px;
  color: #4c9d2f;
  font: 700 16px/30px "Libre Franklin", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #828284;
  border-radius: 12px;
  background: none; }

#global-form #gform_submit_button_1:hover {
  color: #fff;
  background: #4c9d2f; }

#global-form .gfield_required {
  color: #e1261c;
  font-size: 16px; }

#banner, #hero {
  position: relative;
  margin: 112px 0 76px;
  max-height: 760px;
  overflow: hidden;
  z-index: 55; }

/* carousel basic styles */
.carousel {
  position: relative; }

.home .carousel {
  margin-bottom: 76px; }

.carousel .mask {
  position: relative;
  overflow: hidden;
  width: auto; }

.carousel .mask .slideset {
  width: 99999px;
  float: left; }

.carousel .mask .slide {
  width: 100%;
  float: left; }

.carousel .slide {
  background-position: top center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.carousel .slide > img {
  max-width: none;
  width: 100%;
  max-height: 760px; }

.carousel .slide video {
  max-height: 760px; }

.carousel .box-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  min-width: 210px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.carousel .play-button {
  display: inline-block;
  width: 80%;
  max-width: 615px;
  height: auto;
  background: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.carousel .mejs-container {
  margin-bottom: 0 !important; }

.carousel .mejs-overlay-button {
  display: none !important; }

.carousel .mejs-mediaelement {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.carousel .mejs-container .mejs-controls {
  visibility: hidden !important; }

.carousel .mejs-container .mejs-overlay-play {
  z-index: 9; }

.carousel .mejs-container .mejs-poster {
  z-index: 1; }

.carousel .pagination {
  display: none; }

.carousel .btn-prev {
  position: absolute;
  top: 46%;
  left: 42px;
  background: url(../images/icon-prev.png) no-repeat;
  width: 63px;
  height: 63px;
  text-indent: -9999px;
  z-index: 999; }

.carousel .btn-prev:hover {
  background: url(../images/icon-prev-hover.png) no-repeat; }

.carousel .btn-next {
  position: absolute;
  top: 46%;
  right: 42px;
  background: url(../images/icon-next.png) no-repeat;
  width: 63px;
  height: 63px;
  text-indent: -9999px;
  z-index: 999; }

.carousel .btn-next:hover {
  background: url(../images/icon-next-hover.png) no-repeat; }

#hero .slick-track {
  overflow: hidden; }

#hero .slide {
  position: relative;
  max-height: 760px; }

#hero .poster {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111 !important; }

#hero .poster img {
  position: relative;
  width: 100%;
  height: auto; }

#hero .fluid-width-video-wrapper {
  position: relative;
  z-index: 1; }

#hero .bg_img {
  max-width: none;
  width: 100%;
  max-height: 760px;
  opacity: 0; }

#hero .slick-slide .bg_img {
  opacity: .85; }

#hero .slick-arrow {
  position: absolute;
  top: 46%;
  width: 63px;
  height: 63px;
  text-indent: -9999px;
  border: 0;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 999;
  opacity: .3;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#hero .slick-arrow:hover {
  opacity: 1; }

#hero .slick-prev {
  left: 42px;
  background: url(../images/icon-prev-hover.png) no-repeat; }

#hero .slick-next {
  right: 42px;
  background: url(../images/icon-next-hover.png) no-repeat; }

.nav-active .mobile-menu {
  display: none; }

.header-menu-icons {
  display: none; }

/* header end */
/* content */
#container {
  background-color: #eee; }

.admin-bar #container {
  top: 32px; }

.homepage-description {
  width: 1025px;
  margin: 0 auto 90px; }

.homepage-description p {
  color: #555;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-align: center; }

.homepage-description p > strong {
  font-weight: 700; }

.block-tabs {
  padding-bottom: 83px; }

.block-tabs ul {
  text-align: center; }

.block-tabs .tabset li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
  background-color: #ffffff;
  width: 20%;
  height: 340px;
  margin-left: -3px;
  margin-right: -2px;
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfb;
  padding-bottom: 24px; }

.block-tabs .tabset li:first-child {
  border-left: 1px solid #bfbfbf; }

.block-tabs .tabset li a {
  text-decoration: none;
  display: block;
  height: 362px;
  outline: none; }

.block-tabs .tabset li .image {
  margin-bottom: 18px;
  max-height: 154px;
  overflow: hidden; }

.block-tabs .tabset li .content {
  padding: 0 26px;
  color: #555;
  font-size: 16px;
  line-height: 20px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  max-height: 152px;
  overflow: hidden; }

.block-tabs .tabset li .content p {
  margin-bottom: 0;
  color: #555555;
  font-size: 16px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-weight: 300; }

.block-tabs .tabset li .title {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  margin-bottom: 11px;
  font-weight: 700;
  display: block; }

.block-tabs .tabset li.active,
.block-tabs .tabset li:hover {
  width: 268px;
  height: 375px;
  position: relative;
  padding: 14px 14px 0 14px;
  margin-left: -17px;
  margin-right: -17px;
  top: -20px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 0px 12px 2px #cccccc;
  box-shadow: 0 0px 12px 2px #cccccc; }

.block-tabs .tabset li.active:after {
  content: '';
  position: absolute;
  left: 45%;
  bottom: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -40px;
  text-align: center; }

.block-tabs .tabset li.active:after,
.block-tabs .tabset li.active:before {
  content: '';
  border: solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -53px;
  width: 0; }

.block-tabs .tabset li.active:before {
  border-top-color: #bfbfbf;
  border-width: 26px; }

.block-tabs .tabset li.active:after {
  border-top-color: #fff;
  border-width: 27px;
  margin-left: -19px; }

.about-tabs.block-tabs .tabset li:hover a {
  opacity: .8; }

.block-tabs .tab-content {
  margin-top: 21px;
  padding: 0 56px; }

.tab-content .wrap {
  margin: 0;
  width: auto;
  overflow: hidden; }

.tab-content .image {
  float: left;
  margin-right: 56px;
  max-width: 280px;
  overflow: hidden; }

.tab-content .title {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  margin-bottom: 35px;
  color: #333333;
  font-family: "Roboto Slab", serif;
  font-weight: 700; }

.title-mobile, .block-list-mobile {
  display: none; }

.tab-content .description {
  color: #555;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 35px;
  font-weight: 300; }

.tab-content .description p {
  margin-bottom: 0; }

.tab-content .button a {
  font-size: 16px;
  background-color: #58595B;
  color: #fff;
  font-family: 'Roboto', "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 1px solid #58595B;
  padding: 13px 31px;
  display: inline-block;
  text-decoration: none; }

.tab-content .button a:hover {
  color: #58595B;
  background-color: transparent; }

.block-list {
  margin-bottom: 45px; }

.block-list ul {
  text-align: center;
  margin-right: -20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

.block-list li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0;
  width: 33.3%;
  padding-right: 24px; }

.block-list li:last-child {
  margin-right: 0; }

.block-list li span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 16px;
  color: #333333;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  line-height: 20px;
  font-weight: 700; }

.block-list li i {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  color: #47A941;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-right: 5%; }

.block-list li .icon1-tabs-content {
  background: url(../images/icon1-tabs-content.png) no-repeat;
  width: 61px;
  height: 60px; }

.block-list li .icon2-tabs-content {
  background: url(../images/icon2-tabs-content.png) no-repeat;
  width: 65px;
  height: 61px; }

.block-list li .icon3-tabs-content {
  background: url(../images/icon3-tabs-content.png) no-repeat;
  width: 35px;
  height: 61px; }

#content .content img {
  margin-bottom: 20px; }

#content .post {
  margin-bottom: 20px; }

.meta ul li {
  list-style: none; }

.clear {
  clear: both; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.learn-about {
  padding-bottom: 0;
  background-color: #fff; }

.learn-about .banner > img {
  visibility: hidden; }

.learn-about .banner {
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  position: relative;
  /*min-height: 852px;*/
  min-height: 952px; }

.banner-content .wrap {
  width: 1063px;
  margin: 0 auto; }

.banner-content .banner-info {
  position: absolute;
  top: 0; }

.banner-info .banner-title {
  width: 290px;
  margin-top: 180px;
  float: left;
  margin-right: 73px; }

.banner-info .banner-title > span {
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  display: block;
  margin-bottom: 55px; }

.banner-info .banner-title .learn-more {
  font-size: 16px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 12px 32px;
  display: inline-block; }

.banner-info .banner-title .learn-more:hover {
  background-color: #fff;
  color: #76787b; }

.banner-info .banner-title .learn-more:after {
  display: none; }

.block-accordeon {
  width: 700px;
  float: right;
  margin-top: 84px; }

.accordion {
  background: url(../images/accordion-bg.png) repeat;
  padding: 27px;
  cursor: pointer; }

.accordion:nth-child(2n) {
  background: url(../images/accordion-bg.png) repeat;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 6px 8px 0px rgba(196, 211, 197, 0.75);
  box-shadow: inset 0px 6px 8px 0px rgba(196, 211, 197, 0.75); }

.accordion:nth-child(3n) {
  background: url(../images/accordion-bg.png) repeat;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 6px 8px 0px rgba(196, 211, 197, 0.75);
  box-shadow: inset 0px 6px 8px 0px rgba(196, 211, 197, 0.75); }

.accordion .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
  max-width: 224px;
  overflow: hidden; }

.accordion .content {
  display: inline-block;
  vertical-align: top;
  width: 365px;
  color: #555;
  font-size: 16px;
  line-height: 24px; }

.accordion .content p {
  margin-bottom: 0;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif; }

.accordion h2 {
  color: #333333;
  font-size: 20px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 16px; }

.accordion.active {
  background-color: #fff; }

.accordion .slider {
  overflow: hidden;
  max-height: 135px; }

.accordion.active .slider {
  max-height: none; }

.page-template-default .masonry-full {
  padding-top: 84px; }

.page-template .masonry-full {
  padding-top: 84px; }

.masonry-full {
  padding-bottom: 84px;
  overflow: hidden;
  background-color: #fff; }

.masonry {
  margin: 0 auto;
  width: 100%;
  max-width: 1481px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.grid-item {
  width: 33.3%;
  position: relative;
  z-index: 1;
  background: #eee;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 4px 15px 5px #d7d7d7;
  box-shadow: inset 0px 4px 15px 5px #d7d7d7;
  /*width: 493px;
	height: 301px;*/
  /*float: left;
    height: auto;
    overflow: hidden;
    width: 33.3%;*/ }

.grid-item .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-background-size: cover;
          background-size: cover; }

.grid-item .over > * {
  z-index: 2; }

.grid-item .image-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 1; }

.has-image.grid-item .over {
  padding-top: 66%; }

.has-image.grid-item.grid-item2 .over {
  padding-top: 34%; }

.grid-item .over .title {
  bottom: -8px;
  padding: 18px 28px;
  position: absolute;
  width: 100%;
  background: rgba(36, 80, 153, 0.6);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.grid-item .over:hover .title {
  bottom: 0; }

.grid-item .over .image-video .title {
  background: none; }

.grid-item .over .title > a {
  display: block;
  color: #ffffff; }

.grid-item .over .title > a:hover {
  color: #ededed; }

.grid-item.has-image .over .title span.grid-image-title {
  display: inline-block;
  text-align: right;
  width: 90%;
  font-weight: 700;
  vertical-align: bottom;
  text-shadow: 0px 0px 5px #000; }

.grid-item .over .title > a .fa-chevron-right {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: bottom;
  margin-left: 10px; }

.grid-item .over .image-video .fa-chevron-right {
  top: 0 !important; }

.grid-item .over .image-video .fa-chevron-right {
  display: inline-block;
  float: right;
  position: relative;
  text-align: right;
  top: 0;
  vertical-align: middle;
  cursor: pointer; }

.image-video:hover .title .fa-chevron-right {
  color: #ededed; }

.grid-item .title {
  font-size: 20px;
  color: #ffffff;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif; }

.grid-item-text .over {
  padding: 49px 28px 28px 55px; }

.grid-item-text .over .title {
  padding: 0 !important;
  position: relative !important;
  background: none; }

.grid-item-text .over .title > a {
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px; }

.grid-item-text .over .title > a:hover {
  color: #76787b; }

.grid-item-text .over .title span {
  text-align: left; }

.grid-item-text .description {
  color: #555;
  line-height: 24px;
  font-size: 16px; }

.grid-item-text .description > p {
  max-height: 100px;
  overflow: hidden; }

.grid-item-text .over .description > .text {
  display: inline-block;
  width: 93%; }

.grid-item-text .over .description a > .fa-chevron-right {
  display: inline-block;
  font-size: 24px;
  color: #76787b; }

.grid-item-text .over .description a > .fa-chevron-right:hover {
  color: #000; }

.grid-item .fa-chevron-right, .grid-item2 .fa-chevron-right {
  display: none; }

.grid-item2 {
  width: 66.6%;
  height: auto; }

.grid-item2 .over .title {
  /*bottom: 0;
  padding: 28px;*/
  position: absolute;
  width: 100%; }

.grid-item2 .over .title span {
  /*width: 95%;*/ }

.grid-item2 .over .title > a .fa-chevron-right {
  /*top: 5px;*/ }

/*.grid-item:nth-child(2){
	background-color: #eee;
	padding: 49px 28px 28px 55px;
	width: 475px;
	font-family: $font;
}
.grid-item:nth-child(2) .title > a{
	color: #333333;
	font-size: 24px;
	text-decoration: none;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.grid-item:nth-child(2) .title > a:hover{
	color: #76787b;
}
.grid-item:nth-child(5) .title > a:hover, .grid-item:nth-child(6) .title > a:hover{
	color: #76787b;
}
.grid-item:nth-child(2) .description{
	color: #555;
	line-height: 24px;
	font-size: 16px;
}
.grid-item:nth-child(5), .grid-item:nth-child(6){
	background-color: #eee;
	padding: 55px 28px 28px 55px;
	font-family: $font;
	width: 504px;
}
.grid-item:nth-child(5) .title > a, .grid-item:nth-child(6) .title > a{
	color: #333333;
	font-size: 24px;
	text-decoration: none;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
.grid-item:nth-child(5) .description, .grid-item:nth-child(6) .description{
	color: #555;
	line-height: 24px;
	font-size: 16px;
}*/
/*.grid-item:nth-child(4){
	width: 66.7%;
}*/
/*.grid-item:nth-child(7){
	width: 475px;
}*/
/*.image-video{
	position: relative;
}*/
/*.icon-play{
	background: url(../images/icon-play.png) no-repeat;
	width: 105px;
	height: 105px;
	position: absolute;
	top: 50%;
	transform: translate(-100%,-50%);
	left: 50%;
	right: 0;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	border: none;
	display: none;
	margin-right: auto;
	margin-left: auto;
}*/
.icon-play {
  background: url(../images/icon-play.png) no-repeat;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  display: none;
  margin-right: auto;
  margin-left: auto; }

.icon-play:hover {
  background: url(../images/icon-play-hover.png) no-repeat; }

/*.grid-item:nth-child(1) .title a{
	position: absolute;
	bottom: 28px;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 28px;
	font-family: $font;
	text-align: right;
	right: 28px;
}
.grid-item:nth-child(3) .title a{
	position: absolute;
	bottom: 28px;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 28px;
	font-family: $font;
	text-align: right;
	right: 28px;
}
.grid-item:nth-child(4) .title a{
	position: absolute;
	bottom: 28px;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 28px;
	font-family: $font;
	/*width: 100%;
	text-align: right;
	right: 28px;
}
.grid-item:nth-child(4) .title span{
	margin-right: 28px;
}
.grid-item:nth-child(7) .title a{
	position: absolute;
	bottom: 28px;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 28px;
	font-family: $font;
	text-align: right;
	right: 28px;
}
.grid-item:nth-child(8) .title a{
	position: absolute;
	bottom: 28px;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 28px;
	font-family: $font;
	text-align: right;
	right: 28px;
}
.grid-item:nth-child(1) .title span, .grid-item:nth-child(3) .title span{
	/*width: 412px;
	display: inline-block;
	margin-right: 28px;
}
.grid-item:nth-child(1) .title span:hover, .grid-item:nth-child(3) .title span:hover,
.grid-item:nth-child(4) .title span:hover, .grid-item:nth-child(7) .title span:hover,
.grid-item:nth-child(8) .title a:hover{
	color: #ededed;
}
.grid-item:nth-child(7) .title span{
	/*width: 320px;
	display: inline-block;
	margin-right: 28px;
}*/
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }

.popup form {
  width: 100%;
  padding: 0 32px;
  margin-top: 133px; }

.popup fieldset {
  width: 100%; }

.popup input[type="search"] {
  float: right;
  width: 100%;
  height: 42px; }

/* Inner */
.popup-inner {
  max-width: 700px;
  width: 100%;
  padding: 27px 27px 0px 27px;
  position: absolute;
  top: 20%;
  left: 0%;
  right: 0%;
  text-align: center;
  margin: 0 auto;
  background: #fff; }

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff; }

.popup-close:hover {
  color: #fff;
  background-color: #76787b; }

/* content end */
/* pages */
.search-popup .popup {
  position: absolute;
  width: 100%;
  background: none; }

.search-popup .popup .search-form {
  right: 0;
  top: 50px;
  position: absolute;
  background-color: #fff;
  padding: 19px 18px;
  -webkit-box-shadow: 0 0 12px 0 rgba(114, 114, 102, 0.42);
  box-shadow: 0 0 12px 0 rgba(114, 114, 102, 0.42); }

.search-form input {
  height: 47px; }

.search-form .submit {
  background: url(../images/icon-search.png) no-repeat;
  border: none;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 45px;
  top: 145px; }

.search-no-results .submit {
  background: url(../images/icon-search.png) no-repeat;
  border: none;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px !important;
  top: 5px !important; }

.search-no-results fieldset {
  position: relative; }

.search-form .submit:hover {
  background: url(../images/icon-search-hover.png) no-repeat; }

.search-results #content {
  margin-top: 82px; }

.search-results #content .title {
  margin-bottom: 15px;
  margin-top: 30px; }

.search-results #content .title h2 {
  margin-bottom: 0; }

.search-results #content div.hentry {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px; }

.search-results #content div.page:last-child {
  border: none; }

.banner-page {
  position: relative;
  min-height: 100px;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.banner-page img {
  visibility: hidden; }

.banner-page-title {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: block;
  bottom: 27px;
  color: #ffffff;
  font-size: 48px;
  line-height: 48px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  position: absolute; }

.block-content blockquote > p {
  padding-left: 5px; }

.banner-page-title > span {
  max-width: 1206px;
  text-align: left;
  display: block;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

.page-wrap {
  max-width: 1206px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0 10px; }

.single .page-wrap {
  margin-bottom: 84px; }

.page-wrap.vc_col-sm-12 {
  float: none; }

#global-form .page-wrap {
  max-width: 780px; }

.page-wrap .breadcrumbs {
  padding-top: 28px;
  padding-bottom: 70px; }

.page-wrap .breadcrumbs {
  font-size: 14px;
  color: #ee2e24; }

.page-wrap .breadcrumbs span {
  margin: 0;
  color: #76787b;
  font-size: 14px; }

.page-wrap .breadcrumbs a > span {
  color: #ee2e24;
  font-size: 14px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-decoration: none; }

.page-wrap .breadcrumbs a:hover > span {
  text-decoration: underline;
  color: #ee2e24; }

.page-wrap .block-content {
  color: #555;
  font-size: 22px;
  line-height: 30px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  margin-bottom: 69px;
  /*display: inline-block;*/ }

.page-wrap .block-content p,
.single p,
.single .content {
  /*	margin-bottom: 0; */
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-size: 22px;
  color: #555;
  line-height: 30px;
  font-weight: 300; }

.page-wrap .block-content ul,
.page-wrap .block-content ol {
  margin-left: 45px;
  margin-bottom: 20px;
  font-weight: 300; }

.page-template-default .Ñolumn:first-child {
  float: left;
  width: 70%;
  padding-right: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.Ñolumn {
  overflow: hidden; }

.Ñolumn:first-child {
  float: left;
  width: 66.66%; }

.page-template-default .Ñolumn:last-child {
  float: right;
  width: 30%; }

.Ñolumn:last-child {
  float: right;
  width: 33.33%; }

.mobile-only {
  display: none; }

@media screen and (max-width: 1124px) {
  .Ñolumn:first-child {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block; }
  .Ñolumn:last-child {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block; }
  #sidebar.widget-information {
    width: 100% !important;
    max-width: 100% !important; }
  #learn-more-links {
    float: right;
    width: 45%; } }

/* mobile */
@media screen and (max-width: 520px) {
  #learn-more-links {
    float: none;
    width: 100%; }
  .hide-on-mobile {
    display: none; }
  .mobile-only {
    display: block; }
  .wp-caption {
    float: none;
    margin: 0;
    padding: 0; }
  .wp-caption p {
    text-align: center; } }

/* tablet */
@media screen and (max-width: 768px) {
  .hide-on-tablet {
    display: none; } }

#sidebar {
  width: 100%;
  margin-right: 0; }

#sidebar ul {
  width: 100% !important;
  line-height: 20px; }

#a2a_share_save_widget-2 {
  margin-bottom: -5px !important; }

.widget-information {
  float: right !important;
  width: 100%;
  /*max-width: 356px;*/
  /*margin-right: 15px;*/
  margin-bottom: 55px;
  padding: 35px 28px;
  background-color: #fff; }

.widget-information ul {
  overflow: hidden;
  margin-bottom: 14px; }

.widget-information li {
  list-style: none;
  margin-bottom: 25px; }

.widget-information .default-icon .aio-icon-default .aio-icon {
  margin-right: 20px;
  width: 72px; }

.widget-information i,
.widget-information .aio-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  color: #47A941;
  font-size: 60px;
  line-height: .6;
  text-align: center; }

.widget-information li span,
.widget-information .aio-icon-header h3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif; }

.widget-information h3.info-title,
.widget-information .information > h3 {
  font-size: 24px;
  color: #333333;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  margin-bottom: 15px;
  display: block; }

.widget-information h3.tel a,
.widget-information .information > h3 a {
  font-size: 30px;
  color: #333333;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700; }

.widget-information h3.tel a:hover,
.widget-information .information > h3 a:hover {
  color: #76787b;
  text-decoration: none; }

.widget-information .information p,
.widget-information .information span {
  color: #555;
  font-size: 16px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  display: block;
  margin-bottom: 11px;
  font-weight: 300; }

.widget-information .information a {
  display: inline-block;
  /*margin-bottom: 24px;*/
  color: #ee2e24;
  font-size: 16px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-weight: 300;
  text-decoration: none; }

.widget-information .information a:hover {
  text-decoration: underline; }

.widget-information .information > h3:last-child {
  font-weight: 700; }

.widget-information .button-news a,
.widget-information .button-latest-news {
  display: inline-block;
  width: 100%;
  /*margin-top: 15px;*/
  margin-bottom: 0;
  padding: 12px 20px;
  color: #555 !important;
  font-size: 16px;
  font-weight: 300 !important;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-align: center;
  text-decoration: none;
  border: 1px solid #76787b; }

.widget-information .widget {
  margin-bottom: 0; }

.widget-information .button-news a:hover,
.widget-information .button-latest-news:hover {
  color: #fff !important;
  border-color: #555;
  background-color: #555 !important;
  text-decoration: none !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.page-wrap .video > iframe {
  width: 798px;
  height: 438px; }

.player .title header .headers {
  display: none !important; }

.page-wrap .posts {
  display: inline-block;
  width: 100%;
  padding-bottom: 0; }

#content {
  max-width: 1206px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 10px;
  width: 100%; }

.error404 .search-form .submit {
  position: relative;
  text-indent: -9999px;
  top: 4px;
  right: 30px; }

.error404 .popup-active .search-form .submit {
  border: none;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 23px; }

.video-container {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

#content .title {
  margin-bottom: 36px; }

#content h1,
.content h1 {
  color: #323232;
  font: 700 40px/1 "Roboto Slab", serif;
  margin-bottom: 10px; }

.content h2,
.content h3 {
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-weight: 700; }

.content h3 {
  font-size: 26px; }

.content p + h2,
.content p + h3 {
  margin-top: 32px; }

.content {
  color: #333; }

.single .content h1 {
  font-size: 30px;
  margin-bottom: 30px; }

.single .content h2,
.single .content h3 {
  color: #555;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-weight: 700; }

.page-wrap .posts .item {
  display: inline-block;
  vertical-align: top;
  width: 186px;
  margin-right: 0.63%;
  margin-bottom: 40px; }

/*.page-wrap .posts .item:nth-child(6){
	margin-right: 0;
}*/
.page-wrap .posts .item .image {
  margin-bottom: 5px; }

.page-wrap .posts .item .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-bottom: 5px; }

.page-wrap .posts .item .title:hover {
  color: #76787b; }

.page-wrap .posts .item p {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-align: center;
  margin-bottom: 0; }

.video {
  position: relative; }

.video-logo {
  background: url(../images/logo-video.png) no-repeat;
  height: 68px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 25%;
  top: 40%;
  text-align: center;
  z-index: 10;
  margin: 0 auto; }

.video-active .video-logo {
  display: none; }

.subcontent {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px; }

.subcolumn {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 28px; }

.subcolumn:first-child {
  padding-left: 0;
  padding-right: 28px;
  border-right: 1px solid #adadad; }

.subcolumn h2 {
  color: #76777a;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  font-weight: 300; }

.subcolumn .block {
  position: relative; }

.subcolumn .block img {
  float: left;
  margin-right: 20px; }

.subcolumn ul li {
  color: #555;
  font: 300 16px/1.25 "Libre Franklin", "Helvetica Neue", sans-serif; }

.subcolumn .block p {
  position: relative;
  width: 100%;
  color: #555;
  font: 300 16px/1.25 "Libre Franklin", "Helvetica Neue", sans-serif; }

.subcolumn .block p strong,
.subcolumn .block-program p strong {
  color: #323232; }

.subcolumn .block-program p {
  color: #555;
  font: 300 16px/1.25 "Libre Franklin", "Helvetica Neue", sans-serif; }

.subcolumn .block-program a {
  display: inline-block;
  width: auto;
  margin-top: 8px;
  color: #ED2D23; }

.subcolumn .block-program a:hover {
  color: #1f1f1f; }

.learn-more {
  /*display: inline-block;*/
  width: auto;
  /*margin-top: 8px;*/
  color: #ED2D23; }

.learn-more.block {
  display: block; }

.learn-more + .learn-more {
  margin-top: 0; }

.learn-more:after {
  content: " \f08e";
  font-family: fontAwesome;
  font-size: 16px; }

.learn-more:hover {
  color: #1f1f1f; }

.info-section {
  color: #fff;
  /*font:300 16px/1.25 $font;*/
  font: 16px/1.25 "Libre Franklin", "Helvetica Neue", sans-serif;
  margin-bottom: 84px;
  padding: 40px 0 20px;
  background-color: #8C1838;
  overflow: hidden; }

.info-section h2 {
  font: 300 24px/1 "Libre Franklin", "Helvetica Neue", sans-serif; }

.info-section a {
  color: #fff; }

.info-section a:hover {
  color: #1f1f1f; }

.info-section .column {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.info-section li {
  list-style: none;
  margin-bottom: 8px; }

a.button-action-call {
  color: #fff;
  background-color: #ee2e24;
  font-size: 20px;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-decoration: none;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0; }

a.button-action-call:hover {
  color: #fff;
  background-color: #76787b;
  text-decoration: none; }

.info-section .fa-ul {
  margin-left: 1.7em !important; }

.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
  border-width: 1px !important; }

.wpb_wrapper .vc_btn3-container.button-news:last-child {
  margin-bottom: 0 !important; }

#news-list article {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }

#news-list .entry-meta {
  float: left;
  width: 10%;
  margin-right: 20px; }

#news-list .entry-meta .date {
  border-top: 2px solid #96c93d;
  background-color: #C6DDEE;
  padding: 10px 0 10px;
  font-size: 18px;
  color: #3a3c41;
  text-align: center;
  text-transform: uppercase; }

#news-list .date strong {
  font-size: 30px;
  line-height: 25px;
  display: block; }

#news-list .entry-image {
  float: left;
  width: 35%;
  margin-right: 20px; }

#news-list .entry-image img {
  width: 100%; }

#news-list .entry-content {
  /*float:left;
  width:85%;*/ }

#news-list .entry-content p {
  margin-bottom: 0; }

#news-list .entry-content h3 {
  margin-bottom: 10px; }

#news-list .entry-content .details {
  float: right; }

/* pages end */
/* footer */
.footer-top {
  background-color: #000000; }

.footer-logo {
  padding-top: 17px;
  padding-bottom: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 36px; }

.footer-top .site-description {
  display: inline-block;
  vertical-align: top;
  padding-top: 46px;
  font-size: 28px;
  color: #939598;
  font-family: "Roboto Slab", serif; }

.footer-menu {
  float: right;
  margin-top: 47px; }

.footer-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 48px; }

.footer-menu li:last-child {
  margin-right: 0; }

.footer-menu li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif; }

.footer-menu li a:hover {
  color: #939598; }

.footer-menu li.active a {
  color: #939598; }

.footer-bottom {
  background-color: #222;
  padding-top: 27px;
  padding-bottom: 37px;
  font-size: 14px;
  color: #adadad;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  overflow: hidden; }

.footer-bottom .info-block {
  text-align: right;
  margin-bottom: 10px; }

.footer-bottom .info-block span.contactinfo {
  font-size: 16px;
  color: #fff;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  margin-bottom: 23px;
  display: block;
  text-decoration: none; }

.footer-bottom .info-block span .fa-info-circle {
  margin-right: 9px; }

.footer-bottom-menu {
  float: right; }

.footer-bottom-menu li {
  float: left;
  list-style: none; }

.footer-bottom-menu li a {
  font-size: 14px;
  color: #fff;
  font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
  text-decoration: none; }

.footer-bottom-menu li a:hover {
  color: #939598; }

.footer-bottom-menu li:after {
  color: #fff;
  content: "/";
  display: inline-block; }

.footer-bottom-menu li:last-child:after {
  content: ""; }

/* footer end */
@media screen and (min-width: 768px) {
  .info-section {
    padding: 80px 0 72px; }
  .info-section h2 {
    font-size: 32px; }
  .info-section .column {
    width: 32.5%; }
  .info-section .column:first-child {
    margin-right: 7%; }
  .info-section .column:last-child {
    width: 23.25%;
    margin-left: 2.6%; }
  #global-registration,
  #global-slider {
    margin-top: 110px; }
  #global .vc_carousel-control {
    width: 42px;
    height: 42px;
    margin: 0 2.4%; }
  #global .vc_carousel-control span {
    font-size: 36px;
    line-height: 42px; }
  .global-subhead p {
    font-size: 24px; }
  .global-text {
    padding: 20px 20% 40px; }
  .global-text p {
    font-size: 22px; }
  #global-form li.gfield > label {
    font-size: 17px;
    padding-bottom: 0; } }

@media screen and (min-width: 1024px) {
  #global .vc_carousel-control {
    width: 56px;
    height: 56px;
    margin: 0 3.6%; }
  #global .vc_carousel-control span {
    line-height: 56px; } }

@media screen and (max-width: 768px) {
  #global-title {
    font-size: 48px !important; } }

@media screen and (max-width: 400px) {
  #global-title {
    font-size: 36px !important; } }

/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none; }

#search.open {
  opacity: 1;
  z-index: 106;
  display: block; }

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff; }

#search .close:hover {
  color: #FC2121;
  cursor: pointer; }

.page-id-3097 ul.ocio-accordion {
  background: transparent; }
  .page-id-3097 ul.ocio-accordion li.ocio-accordion-item h3.ocio-accordion-group-heading {
    padding-left: 0; }
    .page-id-3097 ul.ocio-accordion li.ocio-accordion-item h3.ocio-accordion-group-heading:before {
      content: none; }
  .page-id-3097 ul.ocio-accordion li.ocio-accordion-item > ul > li {
    padding: 0.75em 0 0 0; }
    .page-id-3097 ul.ocio-accordion li.ocio-accordion-item > ul > li:last-of-type {
      padding-bottom: 0; }

.page-id-278 .ocio-twoCol-inner {
  padding: 0;
  background: none; }

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; } }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99; }

.admin-bar #header {
  top: 32px; }

.header-menu .back {
  display: none; }

.nav-toggle {
  position: relative;
  float: right;
  color: #76787b;
  text-decoration: none;
  height: 112px;
  padding: 20px 27px 20px 29px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  overflow: hidden;
  background: none; }

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active,
.nav-toggle.active {
  background-color: #ee2e24;
  color: #fff; }

@media screen and (min-width: 768px) {
  .banner-page {
    margin-top: 114px; } }

@media screen and (max-width: 1204px) {
  .header-menu {
    padding: 0;
    width: 100%;
    background: none; }
  .nav-collapse {
    display: none; }
  .js-nav-active .nav-collapse,
  .js-active .nav-collapse,
  .nav-active .header-menu {
    display: block; }
  .header-link {
    display: none; }
  #ubermenu-main-2-primary.ubermenu .ubermenu-item.ubermenu-item-level-0 {
    width: 100%; }
  #header .site-description {
    display: inline-block;
    float: right;
    padding: 0; }
  .nav-toggle {
    display: block; }
  .header-menu nav > ul > li {
    position: static; }
  .header-menu nav > ul > li > a {
    position: relative;
    display: block; }
  .header-menu nav > ul > li .drop-holder {
    display: block; }
  .header-menu .menu-slider {
    background: #000;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .header-menu .menu-slider:after {
    display: block;
    clear: both;
    content: ""; }
  .header-menu .drop-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(75%);
        -ms-transform: translateX(75%);
            transform: translateX(75%);
    visibility: hidden;
    display: block;
    z-index: -1; }
  .header-menu .menu-active.drop-holder {
    visibility: visible;
    z-index: 1;
    width: 240px; }
  .menu-slider {
    /*	width: 180px; */ }
  .header-menu nav ul li.item-active {
    background-color: #ee2e24; }
  .block-list-mobile {
    display: inline-block;
    margin-bottom: 0;
    width: 100%; }
  .block-list-mobile ul {
    text-align: left; }
  .block-list-mobile li {
    margin-right: 0;
    width: 33.3%;
    margin-bottom: 48px;
    list-style: none;
    float: left; }
  .block-list-mobile li:last-child {
    margin-bottom: 0; }
  .block-list-mobile li span {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    font-size: 16px;
    color: #333333;
    font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
    line-height: 20px; }
  .block-list-mobile li i {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    color: #47A941;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin-right: 4%; }
  #ubermenu-main-2-primary .ubermenu-nav .ubermenu-column-1-5 {
    width: 50%; }
  #ubermenu-main-2-primary .ubermenu-nav .ubermenu-column-1-5:last-child {
    width: 100%; }
  #ubermenu-main-2-primary .ubermenu-submenu.ubermenu-submenu-drop,
  #ubermenu-main-2-primary .ubermenu-nav .ubermenu-submenu-id-23 > li > a {
    background-color: #2c2c2c; }
  #ubermenu-main-2-primary .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-submenu {
    background-color: #3d3d3d; }
  #ubermenu-main-2-primary .ubermenu-nav .ubermenu-submenu-id-23 {
    width: 200% !important;
    max-width: 200% !important;
    min-width: 200% !important;
    right: 0 !important;
    left: auto !important;
    background-color: #3d3d3d; }
  #ubermenu-main-2-primary .ubermenu-submenu-id-23 > li.ubermenu-item-header > a {
    padding: 15px 20px; }
  #ubermenu-main-2-primary .ubermenu-submenu li a {
    padding: 6px 20px; }
  #ubermenu-main-2-primary .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
    border-color: #555; }
  .nav-toggle em {
    width: 18px;
    height: 15px;
    display: block;
    cursor: pointer; }
  .icon-menu {
    background: url(../images/icon-menu.png) no-repeat; }
  .icon-menu:hover {
    background: url(../images/icon-menu-hover.png) no-repeat; }
  .nav-active .mobile-menu .icon-menu {
    display: none; }
  .icon-close {
    background: url(../images/icon-menu-close.png) no-repeat; } }

@media screen and (max-width: 1124px) {
  .vc_col-sm-8.main-content {
    width: 100%; }
  .vc_col-sm-4.widget-information {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 14px 28px;
    margin-bottom: 20px; }
  .widget-information .info-icon {
    float: left;
    width: 50%;
    margin-bottom: 28px; }
  .widget-information .information {
    float: right;
    width: 48%;
    padding-top: 0; }
  .widget-information .information .information {
    width: 100%; }
  .widget-information .aio-icon-component {
    margin-bottom: 15px; }
  .widget-information .vc_empty_space {
    display: none; }
  .widget-information .button-news a, .widget-information .button-latest-news {
    width: 100%; }
  .subcontent {
    padding-bottom: 40px; } }

@media screen and (max-width: 960px) {
  .info-section {
    padding: 60px 0 48px; }
  .info-section .column {
    width: 45%; }
  .info-section .column:last-child {
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 782px) {
  .admin-bar #header {
    top: 46px; } }

@media screen and (max-width: 767px) {
  /*	#header { height: 112px; } */
  #header {
    position: relative; }
  .admin-bar #header {
    top: 0; }
  .menu-slider {
    width: 100%; }
  .header-menu {
    width: 100%; }
  .header-menu .menu-active.drop-holder {
    width: 100%; }
  .header-menu .menu-mask {
    position: relative;
    /*	overflow: hidden; */
    top: -5px; }
  .header-menu .drop-holder {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .header-menu .drop-holder {
    -webkit-transition: visibility .3s ease;
    transition: visibility .3s ease;
    /*visibility: visible;*/ }
  .header-menu #navigation .back {
    width: 100%;
    height: 55px;
    display: block;
    padding-left: 40px;
    background: #000;
    border: 0;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    text-align: left; }
  .header-menu #navigation .back .fa-chevron-left {
    margin-right: 7px; }
  .block-list-mobile li {
    width: 100%;
    margin-bottom: 12px; }
  .widget-information .info-icon,
  .widget-information .information {
    float: none;
    width: 100%; }
  .nav-toggle {
    height: 76px; }
  .js-nav-active .nav-toggle {
    height: 112px; }
  #header .bare-field {
    padding: 8px 10px 0 0; }
  .header-menu .navigation {
    padding-top: 14px;
    padding-bottom: 0; }
  .header-menu nav > ul > li > a {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 40px 10px 20px;
    z-index: 1; }
  .js .nav-collapse .dropdown-toggle {
    position: absolute;
    border: 0;
    color: #fff;
    content: "";
    height: 34px;
    width: 34px;
    padding: 0;
    margin: 0;
    top: 4px;
    text-transform: lowercase;
    right: 15px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9; }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle.toggled {
    background: rgba(255, 255, 255, 0.8);
    color: #212428; }
  .js .nav-collapse .dropdown-toggle:focus {
    background: rgba(238, 46, 36, 0.8);
    color: #212428; }
  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 20px; }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-"; }
  .header-menu nav ul.sub-menu {
    padding-bottom: 4px;
    background: rgba(255, 255, 255, 0.15); }
  .header-menu nav ul.sub-menu > li > a {
    display: inline-block;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 40px 8px 30px;
    z-index: 1; }
  .header-menu nav ul.sub-menu > li .dropdown-toggle {
    height: 28px;
    width: 28px;
    top: 4px;
    right: 18px; }
  .header-menu nav ul.sub-menu ul > li > a {
    font-size: 15px;
    line-height: 18px;
    padding: 8px 40px; }
  .header-menu-icons {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 14px; }
  .header-menu-icons a {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 40px 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px; }
  #banner, #hero {
    margin: 0 0 55px; } }

@media screen and (max-width: 320px) {
  .info-section .column {
    width: 49%; }
  .info-section .column:first-child {
    margin-right: 1%; }
  .subcolumn .block img {
    float: none;
    display: block; } }

/* MOBILE */
@media screen and (min-width: 320px) and (max-width: 480px) {
  #navigation li .fa-chevron-right {
    display: block; }
  .wrap {
    width: 100%;
    padding: 0; }
  #header .logo {
    margin-right: 0;
    float: left;
    padding-left: 20px; }
  #header .site-description span {
    font-size: 26px; }
  .search {
    display: none; }
  .search-results {
    display: block; }
  .search-no-results {
    display: block; }
  .search-no-results .сolumn:first-child {
    width: 100%; }
  /*.search-no-results .search-form{
		display: none;
	}*/
  a.button-action-call {
    width: 100%; }
  #news-list .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 10px 0; }
  .search-popup.popup-active .fa-search {
    color: #fff; }
  .mail {
    display: none; }
  .nav-active .mobile-menu {
    float: right;
    display: block;
    width: 58px;
    height: 113px;
    background: #ee2e24 url(../images/icon-menu-close.png) center 35px no-repeat;
    cursor: pointer; }
  .nav-active #header .site-description {
    padding: 0px 0px 0px 0; }
  .nav-active #header .bare-field {
    display: none; }
  .nav-active .search-popup.popup-active .fa-search {
    color: #fff; }
  .nav-active .header-menu-icons .fa-envelope-o, .nav-active .header-menu-icons .fa-search {
    color: #fff; }
  .nav-active .search-form input, .post-password-form input {
    width: 200px;
    margin-right: 0; }
  .nav-active .search-popup .popup .search-form {
    right: 0;
    top: -23px;
    left: 20px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
  .nav-active .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 23px; }
  /*.nav-active #container{
		overflow: inherit;
	}*/
  .error404 #container {
    overflow: inherit; }
  .search-no-results #container {
    overflow: inherit; }
  .header-menu nav > ul > li.active > a {
    background-color: #ee2e24;
    color: #fff; }
  #header .site-description.description-active {
    padding-top: 0;
    padding-right: 0; }
  .header-menu {
    background: #000;
    width: 100%;
    margin-top: 0;
    z-index: 10; }
  .header-menu nav > ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0; }
  .header-menu nav > ul > li:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  #navigation li .fa-chevron-right {
    color: #fff;
    right: 0;
    top: 13px;
    padding: 0 39px;
    position: absolute; }
  #navigation li .show .drop-holder {
    display: block; }
  .drop-holder {
    width: 100%;
    position: relative; }
  .header-menu nav > ul > li .drop-holder {
    display: none; }
  .header-menu nav > ul > li a:hover .drop-holder {
    display: none; }
  #hero .slick-prev,
  .carousel .btn-prev {
    background: url(../images/icon-prev-mobile.png) no-repeat;
    width: 11px;
    height: 18px; }
  .carousel .btn-prev:hover {
    background: url(../images/icon-prev-mobile.png) no-repeat; }
  .carousel .btn-next:hover {
    background: url(../images/icon-next-mobile.png) no-repeat; }
  #hero .slick-next,
  .carousel .btn-next {
    background: url(../images/icon-next-mobile.png) no-repeat;
    width: 11px;
    height: 18px; }
  .header-menu nav > ul > li.hover {
    background-color: #ee2e24; }
  .header-menu nav > ul > li.hover .drop-holder {
    top: 0;
    display: block;
    position: absolute; }
  .drop-holder ul {
    padding-left: 40px;
    padding-top: 18px;
    padding-bottom: 33px;
    padding-right: 40px; }
  .header-menu .search {
    display: block;
    margin-top: 0;
    float: none; }
  .header-menu, .mail, #header .search {
    margin-top: 0; }
  .header-menu-icons .search {
    float: none !important; }
  .mail a:hover, .search .fa-search:hover {
    color: #fff; }
  .carousel {
    margin-bottom: 56px; }
  .carousel .btn-prev {
    top: 45%;
    left: 13px;
    opacity: 0.5; }
  .carousel .btn-prev:hover {
    background: url(../images/icon-prev-mobile.png) no-repeat;
    opacity: 1; }
  #hero .slick-next,
  .carousel .btn-next {
    right: 13px;
    top: 45%;
    opacity: 0.5; }
  .carousel .btn-next:hover {
    background: url(../images/icon-next-mobile.png) no-repeat;
    opacity: 1; }
  .homepage-description {
    width: 100%;
    padding: 0 14px;
    display: inline-block; }
  .homepage-description p {
    font-size: 18px;
    line-height: 26px; }
  .block-tabs .tabset li {
    width: 268px;
    height: 362px;
    position: relative;
    padding: 14px 14px 0 14px;
    margin-left: -15px;
    margin-right: -15px;
    top: -20px;
    border: 1px solid #bfbfbf;
    -webkit-box-shadow: 0 0px 12px 2px #cccccc;
    box-shadow: 0 0px 12px 2px #cccccc; }
  #container {
    overflow: hidden; }
  .page-template-default .сolumn:first-child {
    padding-right: 0; }
  .page-template-default .сolumn:first-child {
    padding-right: 0; }
  .slick-list {
    overflow: inherit; }
  .tab-content .js-tab-hidden {
    display: none !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important; }
  .block-tabs {
    padding-bottom: 55px; }
  .block-tabs .tabset li.slick-current {
    width: 268px;
    height: 395px;
    position: relative;
    padding: 14px 14px 0 14px;
    margin-left: -15px;
    margin-right: -15px;
    top: -35px;
    border: 1px solid #bfbfbf;
    z-index: 10;
    -webkit-box-shadow: 0 0px 12px 2px #cccccc;
    box-shadow: 0 0px 12px 2px #cccccc; }
  /*.block-tabs .tabset li.slick-current:after{
		content: '';
		position: absolute;
		left: 45%;
		bottom: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -40px;
		text-align: center;
	}*/
  .block-tabs .tabset li.slick-active:after {
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px; }
  .block-tabs .tabset li.slick-active:after, .block-tabs .tabset li.slick-active:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -42px;
    width: 0; }
  .block-tabs .tabset li.slick-active:before {
    border-top-color: #bfbfbf;
    border-width: 21px; }
  .block-tabs .tabset li.slick-active:after {
    content: '';
    position: absolute;
    left: 50.5%;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -40px;
    text-align: center; }
  .banner-content .wrap {
    width: 100%; }
  .block-tabs .tab-content {
    padding: 0 20px;
    margin-top: 0; }
  .tab-content .image {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 28px; }
  .tab-content .wrap {
    width: 100%; }
  .tab-content .description p {
    font-size: 18px;
    color: #555555;
    line-height: 26px; }
  .tab-content .title-mobile {
    font-size: 30px;
    line-height: 34px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    margin-bottom: 34px;
    display: block; }
  .block-list-mobile {
    display: block;
    margin-bottom: 28px;
    overflow: hidden; }
  .block-list-mobile ul {
    text-align: left; }
  .block-list-mobile li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 28px;
    list-style: none; }
  .block-list-mobile li:last-child {
    margin-bottom: 0; }
  .block-list-mobile li span {
    font-weight: 700;
    width: 65%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
    line-height: 20px; }
  .block-list-mobile li .icon1-tabs-content {
    background: url(../images/icon1-tabs-content.png) no-repeat;
    width: 61px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .block-list-mobile li .icon2-tabs-content {
    background: url(../images/icon2-tabs-content.png) no-repeat;
    width: 65px;
    height: 61px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .block-list-mobile li .icon3-tabs-content {
    background: url(../images/icon3-tabs-content.png) no-repeat;
    background-position: center top;
    width: 65px;
    height: 61px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .tab-content .title, .tab-content .block-list {
    display: none; }
  .banner-content .banner-info {
    position: relative;
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 126px; }
  .banner-info .banner-title {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: auto; }
  .learn-about .banner {
    background: url(../images/bg-banner-mobile.jpg) repeat-x;
    -webkit-background-size: cover;
            background-size: cover; }
  .learn-about .banner > img {
    display: none; }
  .banner-info .banner-title > span {
    font-size: 36px;
    line-height: 36px; }
  .banner-info .banner-title .learn-more {
    position: absolute;
    bottom: 56px; }
  .block-accordeon {
    float: none;
    margin-top: 0;
    width: 100%; }
  .accordion .content {
    width: 100%; }
  .accordion .image {
    margin-right: 0;
    margin-bottom: 18px;
    text-align: center;
    width: 100%; }
  .grid-item {
    width: 100%;
    height: 270px; }
  .grid-item .over .title > a {
    font-size: 18px; }
  .grid-item-text .over {
    padding: 20px; }
  .grid-item-text .over .description a > .fa-chevron-right {
    display: inline-block;
    font-size: 14px;
    color: #76787b; }
  /*.grid-item{
		width: 100%;
		height: auto;
	}
	.grid-item img{
		display: block;
	}
	.grid-item span{
		font-size: 16px;
		line-height: 20px;
	}
	.grid-item:nth-child(1) .title span, .grid-item:nth-child(3) .title span {
		width: 240px;
		display: inline-block;
		margin-right: 10px;
		line-height: 20px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.grid-item:nth-child(2) .title > a{
		font-size: 16px;
		line-height: 20px;
	}
	.grid-item:nth-child(2){
		width: auto;
		padding: 27px 20px 27px 20px;
	}
	.grid-item:nth-child(4) {
		width: 100%;
		height: 200px;
	}
	.grid-item:nth-child(4) img{
		height: 200px;
	}
	.grid-item:nth-child(4) .fa-chevron-right{
		top: -25px;
		position: relative;
	}
	.grid-item:nth-child(4) .title a{
		line-height: 20px;
		font-size: 24px;
		width: 300px;
		bottom: 0;
	}
	.grid-item:nth-child(4) .title span {
		margin-right: 28px;
		display: inline-block;
		font-size: 16px;
	}
	.grid-item:nth-child(5), .grid-item:nth-child(6){
		width: auto;
		padding: 27px 20px 27px 20px;
	}
	.grid-item:nth-child(7) {
		width: auto;
	}
	.grid-item:nth-child(7) img{
		display: block;
	}
	.grid-item:nth-child(7) .title span{
		width: 240px;
		font-size: 16px;
		margin-right: 10px;
		line-height: 20px;
	}
	.grid-item:nth-child(8) .title a{
		bottom: 20px;
	}*/
  .popup-inner {
    max-width: 90%;
    padding: 20px 20px 0 20px;
    top: 40px; }
  .popup-inner iframe {
    width: 100%;
    height: auto; }
  iframe, object, embed {
    max-width: 100%; }
  .icon-play {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  .banner-page {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .banner-page-title {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 0; }
  .banner-page-title > span {
    padding-left: 20px;
    text-shadow: 0px 0px 5px #000; }
  .page-wrap .breadcrumbs {
    padding-bottom: 40px; }
  .page-wrap .posts {
    padding-bottom: 55px; }
  .page-wrap {
    width: 100%;
    padding: 0 20px; }
  .page-template-default .сolumn:first-child {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  .widget-information .information .button-latest-news {
    margin-top: 0; }
  .page-wrap .block-content {
    margin-bottom: 30px; }
  .page-wrap .block-content p {
    font-size: 18px;
    line-height: 24px; }
  .page-wrap .video > iframe {
    width: 100%;
    height: auto; }
  .page-template-default .сolumn:last-child {
    float: none;
    width: 100%; }
  .widget-information li span {
    width: 55%;
    font-weight: 700; }
  .page-wrap .posts .item {
    display: block;
    float: none;
    margin-right: 0;
    margin: 0 auto 40px; }
  .page-wrap .posts .item p {
    display: none; }
  .page-wrap .posts .item:nth-child(6) {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto 40px; }
  .page-wrap .posts .item:last-child {
    margin-bottom: 0; }
  .footer-menu {
    float: none;
    margin-top: 0;
    border-top: 1px solid #333333;
    padding-top: 29px;
    padding-bottom: 15px; }
  .footer-menu ul {
    text-align: center; }
  .footer-menu li {
    margin-right: 0; }
  .footer-menu li a {
    padding: 0 20px 15px 20px;
    display: block;
    font-size: 18px; }
  .footer-top {
    padding: 0; }
  .footer-logo {
    margin-right: 0;
    padding-left: 10px; }
  .footer-top .site-description {
    float: right;
    padding-right: 10px; }
  .footer-bottom {
    padding: 27px 20px 50px 20px;
    background-color: #222222;
    border-top: 1px solid #222222; }
  .footer-bottom .info-block {
    text-align: center; }
  .footer-bottom .info-block {
    margin-bottom: 23px; }
  #footer .wrap {
    padding: 0; }
  .footer-bottom-menu {
    text-align: center;
    float: none; }
  #menu-footer-menu-bottom {
    margin: 0 auto;
    text-align: center;
    display: inline-block; }
  .header-menu nav > ul > li:hover > a {
    background: none; }
  .search-popup .popup .search-form {
    right: -260px;
    top: -30px; }
  .video-logo {
    left: 0;
    width: 80%;
    -webkit-background-size: contain;
            background-size: contain; }
  .site-description2 {
    display: none !important; }
  .accordion.active .content h2 {
    display: none; }
  .accordion h2 {
    display: block; }
  .nav-active .header-menu-icons .fa-envelope-o, .nav-active .header-menu-icons .fa-search {
    color: #aeaeae; }
  .page-template .masonry-full {
    padding-top: 57px; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  #header {
    display: block;
    width: 100%; }
  #header .wrap,
  #navigation li .fa-chevron-right {
    display: block; }
  .wrap {
    width: 100%;
    padding: 0; }
  #header .logo {
    margin-right: 0;
    float: left;
    padding-left: 20px; }
  #header .site-description {
    display: inline-block;
    float: right; }
  .search, .mail {
    display: none; }
  .search-results,
  .search-no-results {
    display: block; }
  .nav-active .mobile-menu {
    float: right;
    display: block; }
  .nav-active .mobile-menu {
    width: 58px;
    height: 112px;
    background: #ee2e24 url(../images/icon-menu-close.png) center 35px no-repeat;
    cursor: pointer; }
  .nav-active #header .site-description {
    padding: 0px 0px 0px 0; }
  .nav-active #header .bare-field {
    display: none; }
  .nav-active .search-popup.popup-active .fa-search {
    color: #fff; }
  .nav-active .header-menu-icons .fa-envelope-o, .nav-active .header-menu-icons .fa-search {
    color: #fff; }
  .nav-active .search-form input, .post-password-form input {
    width: 200px;
    margin-right: 0; }
  .nav-active .search-popup .popup .search-form {
    right: 0;
    top: -23px;
    left: 20px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
  .nav-active .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 23px; }
  /*.nav-active #container{
		overflow: inherit;
	}*/
  .error404 #container {
    overflow: inherit; }
  .search-no-results #container {
    overflow: inherit; }
  .header-menu nav > ul > li.active > a {
    background-color: #ee2e24;
    color: #fff; }
  #header .site-description.description-active {
    padding-top: 0;
    padding-right: 0; }
  .header-menu {
    position: relative;
    width: 100%;
    margin-top: -4px;
    top: 0;
    background: #000;
    z-index: 10; }
  .header-menu nav > ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0; }
  .header-menu nav > ul > li:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .header-menu nav > ul > li:hover > a {
    background: none; }
  .header-menu nav > ul > li .drop-holder {
    display: none; }
  #navigation li .fa-chevron-right {
    color: #fff;
    right: 0;
    top: 13px;
    padding: 0 39px;
    position: absolute; }
  .drop-holder {
    width: 100%;
    position: relative; }
  #hero .slick-prev,
  .carousel .btn-prev {
    background: url(../images/icon-prev-mobile.png) no-repeat;
    width: 11px;
    height: 18px; }
  #hero .slick-next,
  .carousel .btn-next {
    background: url(../images/icon-next-mobile.png) no-repeat;
    width: 11px;
    height: 18px; }
  .header-menu nav > ul > li:hover .drop-holder {
    top: 0; }
  .drop-holder ul {
    padding-left: 40px;
    padding-top: 18px;
    padding-bottom: 33px;
    padding-right: 40px; }
  .header-menu .search, .header-menu .mail {
    display: block;
    margin-top: 0;
    float: none;
    /*		margin-bottom: 25px; */ }
  .header-menu, .mail, #header .search {
    margin-top: 0; }
  .header-menu-icons .search, .header-menu-icons .mail {
    float: none !important; }
  .mail a:hover, .search .fa-search:hover {
    color: #fff; }
  .header-menu nav > ul > li.hover {
    background-color: #ee2e24; }
  .carousel {
    margin-bottom: 56px; }
  #hero .slick-prev,
  .carousel .btn-prev {
    top: 45%;
    left: 13px;
    opacity: 0.5; }
  .carousel .btn-prev:hover {
    background: url(../images/icon-prev-mobile.png) no-repeat;
    opacity: 1; }
  #hero .slick-next,
  .carousel .btn-next {
    right: 13px;
    top: 45%;
    opacity: 0.5; }
  .carousel .btn-next:hover {
    background: url(../images/icon-next-mobile.png) no-repeat;
    opacity: 1; }
  .homepage-description {
    width: 100%;
    padding: 0 24px;
    display: inline-block; }
  .homepage-description p {
    font-size: 18px;
    line-height: 26px; }
  .block-tabs .tabset li {
    width: 268px;
    height: 362px;
    position: relative;
    padding: 14px 14px 0 14px;
    /*margin-left: -15px;
		margin-right: -15px;*/
    top: -20px;
    border: 1px solid #bfbfbf;
    -webkit-box-shadow: 0 0px 12px 2px #cccccc;
    box-shadow: 0 0px 12px 2px #cccccc; }
  #container {
    overflow: hidden; }
  .page-template-default .сolumn:first-child {
    padding-right: 0; }
  .slick-list {
    overflow: inherit; }
  .tab-content .js-tab-hidden {
    display: none !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important; }
  .block-tabs {
    padding-bottom: 55px; }
  .block-tabs .tabset li.slick-current {
    width: 268px;
    height: 395px;
    position: relative;
    padding: 14px 14px 0 14px;
    margin-left: -15px;
    margin-right: -15px;
    top: -35px;
    border: 1px solid #bfbfbf;
    z-index: 10;
    -webkit-box-shadow: 0 0px 12px 2px #cccccc;
    box-shadow: 0 0px 12px 2px #cccccc; }
  /*.block-tabs .tabset li.slick-current:after{
		content: '';
		position: absolute;
		left: 45%;
		bottom: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -40px;
		text-align: center;
	}*/
  .block-tabs .tabset li.slick-active:after {
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px; }
  .block-tabs .tabset li.slick-active:after, .block-tabs .tabset li.slick-active:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -42px;
    width: 0; }
  .block-tabs .tabset li.slick-active:before {
    border-top-color: #bfbfbf;
    border-width: 21px; }
  .block-tabs .tabset li.slick-active:after {
    content: '';
    position: absolute;
    left: 50.5%;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -40px;
    text-align: center; }
  .banner-content .wrap {
    width: 100%; }
  .block-tabs .tab-content {
    padding: 0 20px;
    margin-top: 0; }
  .tab-content .image {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 28px; }
  .tab-content .wrap {
    width: 100%; }
  .tab-content .description p {
    font-size: 18px;
    color: #555555;
    line-height: 26px; }
  .tab-content .title-mobile {
    font-size: 30px;
    line-height: 34px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    margin-bottom: 34px;
    display: block; }
  .block-list-mobile {
    display: block;
    margin-bottom: 28px;
    overflow: hidden; }
  .block-list-mobile ul {
    text-align: left; }
  .block-list-mobile li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    list-style: none; }
  .block-list-mobile li:last-child {
    margin-bottom: 0; }
  .block-list-mobile li span {
    font-weight: 700;
    width: 65%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
    line-height: 20px; }
  .block-list-mobile li .icon1-tabs-content {
    background: url(../images/icon1-tabs-content.png) no-repeat;
    width: 61px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .block-list-mobile li .icon2-tabs-content {
    background: url(../images/icon2-tabs-content.png) no-repeat;
    width: 65px;
    height: 61px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .block-list-mobile li .icon3-tabs-content {
    background: url(../images/icon3-tabs-content.png) no-repeat;
    background-position: center top;
    width: 65px;
    height: 61px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .tab-content .title, .tab-content .block-list {
    display: none; }
  .banner-content .banner-info {
    position: relative;
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 126px; }
  .banner-info .banner-title {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: auto; }
  .learn-about .banner {
    background: url(../images/bg-banner-mobile.jpg) repeat-x;
    -webkit-background-size: cover;
            background-size: cover; }
  .learn-about .banner > img {
    display: none; }
  .banner-info .banner-title > span {
    font-size: 36px;
    line-height: 36px; }
  .banner-info .banner-title .learn-more {
    position: absolute;
    bottom: 56px; }
  .block-accordeon {
    float: none;
    margin-top: 0;
    width: 100%; }
  .accordion .content {
    width: 100%; }
  .accordion .image {
    margin-right: 0;
    margin-bottom: 18px;
    text-align: center;
    width: 100%; }
  .grid-item {
    width: 50%; }
  .grid-item2 {
    width: 100%; }
  .grid-item .over .title {
    bottom: -10px; }
  .grid-item .over .title > a {
    font-size: 14px; }
  .grid-item-text .description {
    font-size: 14px; }
  .grid-item-text .over {
    padding: 20px; }
  .grid-item-text .over .description a > .fa-chevron-right {
    display: inline-block;
    font-size: 14px;
    color: #76787b; }
  /*.grid-item{
		width: 50%;
		height: auto;
	}
	.grid-item img{
		display: block;
	}
	.grid-item span{
		font-size: 13px;
		line-height: 20px;
	}
	.grid-item:nth-child(1) .title a, .grid-item:nth-child(3) .title a{
		font-size: 16px;
	}
	.grid-item:nth-child(1) .title span, .grid-item:nth-child(3) .title span {
		width: 200px;
		display: inline-block;
		margin-right: 10px;
		line-height: 20px;
		font-size: 13px;
		box-sizing: border-box;
	}
	.grid-item:nth-child(2) .title > a{
		font-size: 16px;
		line-height: 20px;
	}
	.grid-item:nth-child(2){
		padding: 27px 20px 27px 20px;
	}
	.grid-item:nth-child(4) {
		height: auto;
	}
	.grid-item:nth-child(4) img{
		height: auto;
	}
	.grid-item:nth-child(4) .fa-chevron-right{
		top: -25px;
		position: relative;
	}
	.grid-item:nth-child(4) .title a{
		line-height: 20px;
		font-size: 16px;
		width: 200px;
		bottom: 0;
	}
	.grid-item:nth-child(4) .title span {
		margin-right: 20px;
		display: inline-block;
		font-size: 13px;
		width: auto;
	}
	.grid-item:nth-child(5), .grid-item:nth-child(6){
		padding: 27px 20px 27px 20px;
	}
	.grid-item:nth-child(7) {
	}
	.grid-item:nth-child(7) img{
		display: block;
	}
	.grid-item:nth-child(7) .title span{
		width: 200px;
		font-size: 13px;
		margin-right: 10px;
		line-height: 20px;
	}
	.grid-item:nth-child(7) .title a{
		font-size: 16px;
	}
	.grid-item:nth-child(8) .title a{
		bottom: 10px;
	}*/
  .popup-inner {
    max-width: 90%;
    top: 40px; }
  .popup-inner iframe {
    width: 100%;
    height: auto; }
  iframe, object, embed {
    max-width: 100%; }
  .icon-play {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  .banner-page {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .banner-page-title {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 0; }
  .banner-page-title > span {
    padding-left: 20px; }
  .page-wrap .breadcrumbs {
    padding-bottom: 52px; }
  .page-wrap .posts {
    padding-bottom: 55px; }
  .page-wrap {
    width: 100%;
    padding: 0 20px; }
  .page-template-default .сolumn:first-child {
    float: none;
    width: 100%;
    margin-bottom: 55px; }
  .page-wrap .block-content {
    margin-bottom: 55px; }
  .page-wrap .block-content p {
    font-size: 18px;
    line-height: 24px; }
  .page-wrap .video > iframe {
    width: 100%;
    height: auto; }
  .page-template-default .сolumn:last-child {
    float: none;
    width: 100%; }
  .widget-information li span {
    width: 55%;
    font-weight: 700; }
  .page-wrap .posts .item {
    display: block;
    float: none;
    margin-right: 0;
    margin: 0 auto 40px; }
  .page-wrap .posts .item p {
    display: none; }
  .page-wrap .posts .item:nth-child(6) {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto 40px; }
  .page-wrap .posts .item:last-child {
    margin-bottom: 0; }
  .footer-menu {
    float: none;
    margin-top: 0;
    border-top: 1px solid #333333;
    padding-top: 29px;
    padding-bottom: 15px; }
  .footer-menu ul {
    text-align: center; }
  .footer-menu li {
    margin-right: 0; }
  .footer-menu li a {
    padding: 0 20px 15px 20px;
    display: block; }
  .footer-top {
    padding: 0; }
  .footer-logo {
    margin-right: 0;
    padding-left: 10px; }
  .footer-top .site-description {
    float: right;
    padding-right: 10px; }
  .footer-bottom {
    padding: 27px 20px 50px 20px; }
  .footer-bottom .info-block {
    text-align: center;
    margin-bottom: 23px; }
  .search-popup .popup .search-form {
    right: -260px;
    top: -30px; }
  .video-logo {
    left: 20%;
    width: 80%;
    -webkit-background-size: contain;
            background-size: contain; }
  .site-description2 {
    display: none !important; }
  .accordion.active .content h2 {
    display: none; }
  .accordion h2 {
    display: block; }
  .nav-active .header-menu-icons .fa-envelope-o, .nav-active .header-menu-icons .fa-search {
    color: #aeaeae; }
  .page-template .masonry-full {
    padding-top: 57px; } }

/* @media screen and (max-width: 768px) {
	.widget-information .information > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
} */
@media screen and (min-width: 768px) and (max-width: 1203px) {
  .banner-page-title > span {
    max-width: 1206px;
    text-align: left;
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%; }
  .site-description span {
    display: none !important; }
  .site-description2 span {
    display: block !important; }
  #header {
    display: inline-block;
    width: 100%; }
  #navigation li .fa-chevron-right {
    display: block; }
  .wrap {
    width: 100%;
    padding: 0; }
  #header .logo {
    margin-right: 0;
    float: left;
    padding-left: 20px; }
  #header .site-description2 {
    padding-left: 24px;
    float: none;
    padding-top: 38px; }
  .search {
    display: none; }
  .search-results {
    display: block; }
  .search-no-results {
    display: block; }
  .mail {
    display: none; }
  .nav-active .mobile-menu {
    float: right;
    display: block; }
  .nav-active .mobile-menu {
    width: 73px;
    height: 112px;
    background: #ee2e24 url(../images/icon-menu-close.png) center 48px no-repeat;
    cursor: pointer; }
  .nav-active #header .site-description {
    padding: 0px 0px 0px 0; }
  .nav-active #header .site-description2 {
    padding-left: 24px;
    float: none;
    padding-top: 38px; }
  .nav-active #header .bare-field {
    display: none; }
  .nav-active .search-popup.popup-active .fa-search {
    color: #fff; }
  .nav-active .header-menu-icons .fa-envelope-o, .nav-active .header-menu-icons .fa-search {
    color: #aeaeae; }
  .nav-active .search-form input, .post-password-form input {
    width: 90px;
    margin-right: 0; }
  .nav-active .search-popup .popup .search-form {
    right: 0;
    top: -23px;
    left: 20px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
  .nav-active .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 23px; }
  .error404.nav-active .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: relative;
    right: 25px;
    top: 4px; }
  .error404.nav-active .search-form input, .error404 .post-password-form input {
    width: 230px; }
  .error404.nav-active .menu-mask .search-form input, .error404 .post-password-form input {
    width: 110px; }
  .error404.nav-active .menu-mask .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 23px; }
  .search-no-results.nav-active .search-form input, .post-password-form input {
    width: 230px; }
  .search-no-results.nav-active .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: relative;
    right: 25px !important;
    top: 5px !important; }
  .error404 #container {
    overflow: inherit; }
  .search-no-results #container {
    overflow: inherit; }
  .search-no-results.nav-active .menu-mask .search-form input, .error404 .post-password-form input {
    width: 110px; }
  .search-no-results.nav-active .menu-mask .search-form .submit {
    background: url(../images/icon-search.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 23px; }
  /*.nav-active fieldset{
		position: relative;
	}*/
  .header-menu nav > ul > li.active > a {
    background-color: #ee2e24;
    color: #fff; }
  #header .site-description.description-active {
    padding-top: 0;
    padding-right: 0; }
  .header-menu {
    /*		position: absolute;
		margin-top: -4px;
		top: 100%; */
    background: #000;
    z-index: 10; }
  .header-menu nav > ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%; }
  .header-menu nav > ul > li:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .header-menu-icons {
    float: right;
    padding-right: 20px;
    display: block; }
  .header-menu nav > ul > li .drop-holder {
    display: none; }
  /*.header-menu .navigation .menu-item-has-children > a{
		background: url(../images/icon-has-children.png) 271px 3px no-repeat;
	}*/
  #navigation li .fa-chevron-right {
    color: #fff;
    right: 0;
    top: 13px;
    padding: 0 23px;
    position: absolute; }
  .drop-holder {
    width: 100%;
    position: relative; }
  #hero .slick-arrow {
    opacity: .85; }
  #hero .slick-prev,
  .carousel .btn-prev {
    background: url(../images/icon-prev-tablet.png) no-repeat;
    width: 42px;
    height: 42px; }
  .carousel .btn-prev:hover {
    background: url(../images/icon-prev-tablet-hover.png) no-repeat !important; }
  #hero .slick-next,
  .carousel .btn-next {
    background: url(../images/icon-next-tablet.png) no-repeat;
    width: 42px;
    height: 42px; }
  .carousel .btn-next:hover {
    background: url(../images/icon-next-tablet-hover.png) no-repeat !important; }
  .header-menu nav > ul > li:hover .drop-holder {
    top: 0; }
  .page-template .masonry-full {
    padding-top: 57px; }
  .drop-holder ul {
    padding-left: 23px;
    padding-top: 34px;
    padding-bottom: 39px;
    padding-right: 23px; }
  .header-menu .search, .header-menu .mail {
    display: block;
    margin-top: 0;
    /*		float: none;
		margin-bottom: 25px; */ }
  .header-menu, .mail {
    margin-top: 0; }
  #header .search {
    margin-top: -10px; }
  .header-menu-icons .search, .header-menu-icons .mail {
    /*	float: none !important; */ }
  /*.mail a:hover, .search .fa-search:hover{
		color: #fff;
	}*/
  .header-menu nav > ul > li.hover {
    background-color: #ee2e24; }
  .header-menu nav > ul > li > a {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 18px;
    display: inline-block; }
  .header-menu nav > ul > li:hover > a {
    background: none; }
  .header-menu nav > ul > li,
  .header-menu nav > ul > li > a {
    width: auto; }
  .header-menu .navigation {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    margin: 0; }
  .header-menu-icons {
    padding: 20px 0 0; }
  .nav-collapse .header-menu-icons a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 14px;
    display: inline-block; }
  .carousel {
    margin-bottom: 56px; }
  #hero .slick-prev,
  .carousel .btn-prev {
    top: 43%;
    left: 20px; }
  .carousel .btn-prev:hover {
    background: url(../images/icon-prev-hover.png) no-repeat; }
  #hero .slick-next,
  .carousel .btn-next {
    right: 30px;
    top: 43%; }
  .carousel .btn-next:hover {
    background: url(../images/icon-next-hover.png) no-repeat; }
  .homepage-description {
    width: 100%;
    display: inline-block;
    padding: 0 24px; }
  .homepage-description p {
    font-size: 20px;
    line-height: 26px; }
  .block-tabs .tabset li {
    width: 268px;
    height: 362px;
    position: relative;
    padding: 14px 14px 0 14px;
    margin-left: -15px;
    margin-right: -15px;
    top: -20px;
    border: 1px solid #bfbfbf;
    -webkit-box-shadow: 0 0px 12px 2px #cccccc;
    box-shadow: 0 0px 12px 2px #cccccc; }
  #container {
    overflow: hidden; }
  .page-template-default .сolumn:first-child {
    padding-right: 0; }
  .slick-list {
    overflow: inherit; }
  .tab-content .js-tab-hidden {
    display: none !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important; }
  .block-tabs {
    padding-bottom: 55px;
    display: inline-block;
    width: 100%; }
  .block-tabs .tabset li.slick-current {
    width: 268px;
    height: 395px;
    position: relative;
    padding: 14px 14px 0 14px;
    margin-left: -25px;
    margin-right: 0px;
    top: -35px;
    border: 1px solid #bfbfbf;
    z-index: 10;
    -webkit-box-shadow: 0 0px 12px 2px #cccccc;
    box-shadow: 0 0px 12px 2px #cccccc; }
  /*.block-tabs .tabset li.slick-current:after{
		content: '';
		position: absolute;
		left: 45%;
		bottom: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -40px;
		text-align: center;
	}*/
  .block-tabs .tabset li.slick-active:after {
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px; }
  .block-tabs .tabset li.slick-active:after, .block-tabs .tabset li.slick-active:before {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -42px;
    width: 0; }
  .block-tabs .tabset li.slick-active:before {
    border-top-color: #bfbfbf;
    border-width: 21px; }
  .block-tabs .tabset li.slick-active:after {
    content: '';
    position: absolute;
    left: 50.5%;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -40px;
    text-align: center; }
  .banner-content .wrap {
    width: 100%; }
  .block-tabs .tab-content {
    padding: 0 20px;
    margin-top: 0; }
  .tab-content .image {
    margin-right: 28px;
    width: 170px;
    text-align: center;
    margin-bottom: 0; }
  .tab-content .wrap {
    width: 55%; }
  .tab-content .description p {
    font-size: 18px;
    color: #555555;
    line-height: 26px; }
  .tab-content .title-mobile {
    font-size: 30px;
    line-height: 34px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    margin-bottom: 34px;
    display: block; }
  .tab-content .title, .tab-content .block-list {
    display: none; }
  .banner-content .banner-info {
    position: relative;
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 126px; }
  .banner-info .banner-title {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: auto; }
  .learn-about .banner {
    background: url(../images/bg-banner-mobile.jpg) repeat-x;
    -webkit-background-size: cover;
            background-size: cover; }
  .learn-about .banner > img {
    display: none; }
  .banner-info .banner-title > span {
    font-size: 48px;
    line-height: 48px;
    font-family: "Roboto Slab", serif;
    font-weight: 700; }
  .banner-info .banner-title .learn-more {
    position: absolute;
    bottom: 56px; }
  .block-accordeon {
    float: none;
    margin-top: 0;
    width: 100%; }
  .accordion .image {
    margin-right: 28px;
    margin-bottom: 18px; }
  .grid-item .over .title {
    bottom: -10px; }
  .grid-item .over .title > a {
    font-size: 18px; }
  .grid-item-text .over {
    padding: 20px; }
  .grid-item-text .over .description a > .fa-chevron-right {
    display: inline-block;
    font-size: 18px;
    color: #76787b; }
  /*.grid-item{
		width: 50%;
		height: auto;
	}
	.grid-item img{
		display: block;
	}
	.grid-item span{
		font-size: 13px;
		line-height: 20px;
	}
	.grid-item:nth-child(1) .title a, .grid-item:nth-child(3) .title a{
		font-size: 16px;
	}
	.grid-item:nth-child(1) .title span, .grid-item:nth-child(3) .title span {
		width: 200px;
		display: inline-block;
		margin-right: 10px;
		line-height: 20px;
		font-size: 13px;
		box-sizing: border-box;
	}
	.grid-item:nth-child(2) .title > a{
		font-size: 16px;
		line-height: 20px;
	}
	.grid-item:nth-child(2){
		padding: 27px 20px 27px 20px;
	}
	.grid-item:nth-child(4) {
		height: auto;
	}
	.grid-item:nth-child(4) img{
		height: auto;
	}
	.grid-item:nth-child(4) .fa-chevron-right{
		top: -25px;
		position: relative;
	}
	.grid-item:nth-child(4) .title a{
		line-height: 20px;
		font-size: 16px;
		width: 200px;
		bottom: 0;
	}
	.grid-item:nth-child(4) .title span {
		margin-right: 20px;
		display: inline-block;
		font-size: 13px;
		width: auto;
	}
	.grid-item:nth-child(5), .grid-item:nth-child(6){
		padding: 27px 20px 27px 20px;
	}
	.grid-item:nth-child(7) {
	}
	.grid-item:nth-child(7) img{
		display: block;
	}
	.grid-item:nth-child(7) .title span{
		width: 200px;
		font-size: 13px;
		margin-right: 10px;
		line-height: 20px;
	}
	.grid-item:nth-child(7) .title a{
		font-size: 16px;
	}
	.grid-item:nth-child(8) .title a{
		bottom: 10px;
	}*/
  .popup-inner {
    top: 40px; }
  .popup-inner iframe {
    width: 100%;
    height: 350px; }
  iframe, object, embed {
    max-width: 100%; }
  .icon-play {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  .banner-page {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .banner-page-title {
    width: 100%;
    font-size: 26px;
    line-height: 26px;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 20px;
    bottom: 0; }
  .widget-information li:last-child {
    margin-bottom: 0; }
  .page-wrap .breadcrumbs {
    padding-bottom: 52px; }
  .page-wrap .posts {
    padding-bottom: 55px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .page-wrap {
    width: 100%;
    padding: 0 20px; }
  .page-template-default .сolumn:first-child {
    float: none;
    width: 100%;
    margin-bottom: 55px; }
  .page-wrap .block-content {
    margin-bottom: 55px; }
  .page-wrap .block-content p {
    font-size: 20px;
    line-height: 30px; }
  .subcolumn .block p {
    font: 300 16px/1.25 "Libre Franklin", "Helvetica Neue", sans-serif; }
  .widget-information .information p, .widget-information .information span {
    font-size: 16px;
    line-height: 1.25; }
  .widget-information ul {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .widget-information .full .information {
    float: right;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%; }
  .page-wrap .video > iframe {
    width: 100%;
    height: auto; }
  .page-template-default .сolumn:last-child {
    float: none;
    width: 100%; }
  .widget-information li span {
    width: 55%;
    font-weight: 700; }
  .page-wrap .posts .item {
    display: inline-block;
    float: none;
    margin: 0 13px 40px 0; }
  /*.page-wrap .posts .item:nth-child(6) {
		margin-right: 0;
		margin-left: 0;
		margin: 0 auto 40px;
	}*/
  .page-wrap .posts .item:last-child {
    margin-bottom: 0; }
  .footer-menu {
    float: right;
    margin-top: 15px;
    padding-top: 29px;
    padding-bottom: 15px;
    display: inline-block; }
  .footer-menu ul {
    text-align: center; }
  .footer-menu li {
    margin-right: 0; }
  .footer-menu li:last-child {
    margin-right: 20px; }
  .footer-menu li a {
    padding: 0 10px 15px 10px;
    display: block;
    font-size: 15px; }
  .footer-top {
    padding: 0; }
  .footer-logo {
    padding-left: 20px; }
  .footer-bottom {
    padding: 27px 20px 50px 20px; }
  .search-popup .popup .search-form {
    right: -260px;
    top: -30px; } }

@media screen and (min-width: 768px) and (max-width: 1124px) {
  .widget-information .wpb_wrapper > div {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  .widget-information .wpb_wrapper > .information {
    margin-left: 2%; } }

.ocio-button {
  display: inline-block;
  color: white;
  background: #555;
  border: 1px solid #555;
  text-align: center;
  padding: 13px 19px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px; }
  .ocio-button.full {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .ocio-button:hover {
    background: #3c3c3c;
    border-color: #3c3c3c;
    color: white; }
  .ocio-button.inverted {
    background: transparent;
    color: #555; }
    .ocio-button.inverted:hover {
      background: #555;
      color: white; }

.ocio-cols-wrapper {
  font-size: 1em; }
  .ocio-cols-wrapper.smaller-text {
    font-size: 0.6em; }
  .block-content .ocio-cols-wrapper {
    margin-top: 60px; }

.ocio-cols, .page-wrap .block-content .ocio-cols {
  margin: 0 -15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.25em; }
  .ocio-cols.ocio-cols-border, .page-wrap .block-content .ocio-cols.ocio-cols-border {
    margin-bottom: 45px; }
    .ocio-cols.ocio-cols-border .ocio-col, .page-wrap .block-content .ocio-cols.ocio-cols-border .ocio-col {
      border: 1px solid #adadad;
      border-width: 0 0 0 1px; }
      .ocio-cols.ocio-cols-border .ocio-col:first-of-type, .page-wrap .block-content .ocio-cols.ocio-cols-border .ocio-col:first-of-type {
        border-width: 0; }
  .ocio-cols .ocio-col, .page-wrap .block-content .ocio-cols .ocio-col {
    -webkit-box-flex: 0%;
    -webkit-flex: 0% 0% 100%;
        -ms-flex: 0% 0% 100%;
            flex: 0% 0% 100%;
    max-width: 100%;
    width: 100%;
    font-size: 1em; }
    .ocio-cols .ocio-col .ocio-col-inner, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-inner {
      padding: 0 15px; }
    .ocio-cols .ocio-col .ocio-col-header h1, .ocio-cols .ocio-col .ocio-col-header h2, .ocio-cols .ocio-col .ocio-col-header h3, .ocio-cols .ocio-col .ocio-col-header h4, .ocio-cols .ocio-col .ocio-col-header h5, .ocio-cols .ocio-col .ocio-col-header h6, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-header h1, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-header h2, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-header h3, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-header h4, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-header h5, .page-wrap .block-content .ocio-cols .ocio-col .ocio-col-header h6 {
      margin: 0 0 0.5em;
      font-weight: 300; }
    .ocio-cols .ocio-col ul, .ocio-cols .ocio-col ol, .page-wrap .block-content .ocio-cols .ocio-col ul, .page-wrap .block-content .ocio-cols .ocio-col ol {
      margin: 0 0 0.9090909090909091em 2.045454545454545em; }
    .ocio-cols .ocio-col h1, .ocio-cols .ocio-col h2, .ocio-cols .ocio-col h3, .ocio-cols .ocio-col h4, .page-wrap .block-content .ocio-cols .ocio-col h1, .page-wrap .block-content .ocio-cols .ocio-col h2, .page-wrap .block-content .ocio-cols .ocio-col h3, .page-wrap .block-content .ocio-cols .ocio-col h4 {
      margin-bottom: 0 0 0.125em; }
    .ocio-cols .ocio-col p, .ocio-cols .ocio-col li, .page-wrap .block-content .ocio-cols .ocio-col p, .page-wrap .block-content .ocio-cols .ocio-col li {
      font-size: 1em;
      line-height: 1.5em; }
    .ocio-cols .ocio-col h1, .ocio-cols .ocio-col h2, .ocio-cols .ocio-col h3, .ocio-cols .ocio-col h4, .ocio-cols .ocio-col h5, .page-wrap .block-content .ocio-cols .ocio-col h1, .page-wrap .block-content .ocio-cols .ocio-col h2, .page-wrap .block-content .ocio-cols .ocio-col h3, .page-wrap .block-content .ocio-cols .ocio-col h4, .page-wrap .block-content .ocio-cols .ocio-col h5 {
      margin: 1em 0 0.125em;
      line-height: 1.1em; }
    .ocio-cols .ocio-col h1, .page-wrap .block-content .ocio-cols .ocio-col h1 {
      font-size: 2em; }
    .ocio-cols .ocio-col h2, .page-wrap .block-content .ocio-cols .ocio-col h2 {
      font-size: 1.875em; }
    .ocio-cols .ocio-col h3, .page-wrap .block-content .ocio-cols .ocio-col h3 {
      font-size: 1.5em; }
    .ocio-cols .ocio-col h4, .page-wrap .block-content .ocio-cols .ocio-col h4 {
      font-size: 1.25em; }
    .ocio-cols .ocio-col h5, .ocio-cols .ocio-col h6, .page-wrap .block-content .ocio-cols .ocio-col h5, .page-wrap .block-content .ocio-cols .ocio-col h6 {
      font-size: 1em; }
    .ocio-cols .ocio-col p, .page-wrap .block-content .ocio-cols .ocio-col p {
      margin: 0 0 0.5em; }
    .ocio-cols .ocio-col li, .page-wrap .block-content .ocio-cols .ocio-col li {
      margin: 0 0 0.25em; }
    .ocio-cols .ocio-col img, .page-wrap .block-content .ocio-cols .ocio-col img {
      width: 100%; }
      .ocio-cols .ocio-col img.logo, .page-wrap .block-content .ocio-cols .ocio-col img.logo {
        display: inline-block;
        vertical-align: middle;
        max-width: 150px;
        width: auto; }
    .ocio-cols .ocio-col.floating-images img, .page-wrap .block-content .ocio-cols .ocio-col.floating-images img {
      margin: 0 0 1.5em; }
    @media (min-width: 400px) {
      .ocio-cols .ocio-col.floating-images img, .page-wrap .block-content .ocio-cols .ocio-col.floating-images img {
        width: 150px;
        height: auto;
        float: left;
        margin: 0 1.25em 0.25em 0; } }
  .ocio-cols .ocio-col-1, .ocio-cols .ocio-col-2, .page-wrap .block-content .ocio-cols .ocio-col-1, .page-wrap .block-content .ocio-cols .ocio-col-2 {
    -webkit-box-flex: 0%;
    -webkit-flex: 0% 0% 24.99%;
        -ms-flex: 0% 0% 24.99%;
            flex: 0% 0% 24.99%;
    max-width: 24.99%;
    width: 24.99%; }
  .ocio-cols .ocio-col-3, .page-wrap .block-content .ocio-cols .ocio-col-3 {
    -webkit-box-flex: 0%;
    -webkit-flex: 0% 0% 49.99%;
        -ms-flex: 0% 0% 49.99%;
            flex: 0% 0% 49.99%;
    max-width: 49.99%;
    width: 49.99%; }
  @media (min-width: 768px) {
    .ocio-cols .ocio-col-1, .page-wrap .block-content .ocio-cols .ocio-col-1 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 16.67%;
          -ms-flex: 0% 0% 16.67%;
              flex: 0% 0% 16.67%;
      max-width: 16.67%;
      width: 16.67%; }
    .ocio-cols .ocio-col-2, .page-wrap .block-content .ocio-cols .ocio-col-2 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 24.99%;
          -ms-flex: 0% 0% 24.99%;
              flex: 0% 0% 24.99%;
      max-width: 24.99%;
      width: 24.99%; }
    .ocio-cols .ocio-col-3, .page-wrap .block-content .ocio-cols .ocio-col-3 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 33.33%;
          -ms-flex: 0% 0% 33.33%;
              flex: 0% 0% 33.33%;
      max-width: 33.33%;
      width: 33.33%; }
    .ocio-cols .ocio-col-4, .ocio-cols .ocio-col-6, .ocio-cols .ocio-col-8, .page-wrap .block-content .ocio-cols .ocio-col-4, .page-wrap .block-content .ocio-cols .ocio-col-6, .page-wrap .block-content .ocio-cols .ocio-col-8 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 49.99%;
          -ms-flex: 0% 0% 49.99%;
              flex: 0% 0% 49.99%;
      max-width: 49.99%;
      width: 49.99%; }
    .ocio-cols .ocio-col-9, .page-wrap .block-content .ocio-cols .ocio-col-9 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 66.67%;
          -ms-flex: 0% 0% 66.67%;
              flex: 0% 0% 66.67%;
      max-width: 66.67%;
      width: 66.67%; }
    .ocio-cols .ocio-col-10, .page-wrap .block-content .ocio-cols .ocio-col-10 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 74.99%;
          -ms-flex: 0% 0% 74.99%;
              flex: 0% 0% 74.99%;
      max-width: 74.99%;
      width: 74.99%; } }
  @media (min-width: 1024px) {
    .ocio-cols .ocio-col-1, .page-wrap .block-content .ocio-cols .ocio-col-1 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 8.33%;
          -ms-flex: 0% 0% 8.33%;
              flex: 0% 0% 8.33%;
      max-width: 8.33%;
      width: 8.33%; }
    .ocio-cols .ocio-col-2, .page-wrap .block-content .ocio-cols .ocio-col-2 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 16.67%;
          -ms-flex: 0% 0% 16.67%;
              flex: 0% 0% 16.67%;
      max-width: 16.67%;
      width: 16.67%; }
    .ocio-cols .ocio-col-3, .page-wrap .block-content .ocio-cols .ocio-col-3 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 24.99%;
          -ms-flex: 0% 0% 24.99%;
              flex: 0% 0% 24.99%;
      max-width: 24.99%;
      width: 24.99%; }
    .ocio-cols .ocio-col-4, .page-wrap .block-content .ocio-cols .ocio-col-4 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 33.33%;
          -ms-flex: 0% 0% 33.33%;
              flex: 0% 0% 33.33%;
      max-width: 33.33%;
      width: 33.33%; }
    .ocio-cols .ocio-col-8, .page-wrap .block-content .ocio-cols .ocio-col-8 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 66.67%;
          -ms-flex: 0% 0% 66.67%;
              flex: 0% 0% 66.67%;
      max-width: 66.67%;
      width: 66.67%; }
    .ocio-cols .ocio-col-9, .page-wrap .block-content .ocio-cols .ocio-col-9 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 74.99%;
          -ms-flex: 0% 0% 74.99%;
              flex: 0% 0% 74.99%;
      max-width: 74.99%;
      width: 74.99%; }
    .ocio-cols .ocio-col-10, .page-wrap .block-content .ocio-cols .ocio-col-10 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 83.33%;
          -ms-flex: 0% 0% 83.33%;
              flex: 0% 0% 83.33%;
      max-width: 83.33%;
      width: 83.33%; }
    .ocio-cols .ocio-col-10, .page-wrap .block-content .ocio-cols .ocio-col-10 {
      -webkit-box-flex: 0%;
      -webkit-flex: 0% 0% 91.67%;
          -ms-flex: 0% 0% 91.67%;
              flex: 0% 0% 91.67%;
      max-width: 91.67%;
      width: 91.67%; } }
  .ocio-cols .ocio-logos .ocio-col-content p, .page-wrap .block-content .ocio-cols .ocio-logos .ocio-col-content p {
    margin: -15px; }
  .ocio-cols .ocio-logos .ocio-col-content img, .page-wrap .block-content .ocio-cols .ocio-logos .ocio-col-content img {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    width: auto;
    margin: 15px; }

.ocio-content-gallery {
  margin-top: 30px; }
  .ocio-content-gallery figure {
    padding: 0;
    margin: 0; }
  .ocio-content-gallery a figcaption {
    color: #555;
    font-size: 0.8em;
    margin-top: 0.2em;
    line-height: 30px; }
  .ocio-content-gallery img {
    width: 100%; }

@media (min-width: 1024px) {
  .ocio-twoCol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .ocio-twoCol-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 5em;
        -ms-flex: 1 1 5em;
            flex: 1 1 5em; }
  .ocio-twoCol-right {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0%;
    -webkit-flex: 0% 0% 33.33%;
        -ms-flex: 0% 0% 33.33%;
            flex: 0% 0% 33.33%;
    margin: 0 0 0 30px; } }

.ocio-twoCol-video {
  margin: 60px 0 0; }
  .ocio-twoCol-video h2 {
    margin-top: 0; }
  .ocio-twoCol-video:last-of-type {
    margin-bottom: 35px; }

.ocio-twoCol-inner {
  padding: 28px;
  background: white; }
  .ocio-twoCol-inner.transparent {
    background: none;
    padding-top: 0; }

.ocio-twoCol-right .ocio-twoCol-textblock p {
  font-size: 16px;
  line-height: 1.25; }

.ocio-twoCol-right .ocio-twoCol-textblock h3.subHead {
  margin: 0 0 15px;
  font-size: 24px;
  color: #333;
  font-weight: 600; }

.ocio-twoCol-right .ocio-twoCol-textblock h4.tel {
  font-size: 26px;
  font-family: "Roboto Slab", serif; }
  .ocio-twoCol-right .ocio-twoCol-textblock h4.tel a {
    color: #333; }
    .ocio-twoCol-right .ocio-twoCol-textblock h4.tel a:hover {
      color: #76787b; }

.ocio-twoCol-right ul, .ocio-twoCol-right ol {
  margin: 0 0 0.9090909090909091em 2.045454545454545em; }

.ocio-twoCol-repeatableIcons dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px; }

.ocio-twoCol-repeatableIcons i {
  font-size: 60px;
  color: #47A941;
  margin: auto;
  margin-right: 15px;
  -webkit-box-flex: 0%;
  -webkit-flex: 0% 0% 80px;
      -ms-flex: 0% 0% 80px;
          flex: 0% 0% 80px;
  width: 70px;
  max-width: 70px;
  text-align: center; }

.ocio-twoCol-repeatableIcons h3 {
  font-size: 16px;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1em;
      -ms-flex: 1 1 1em;
          flex: 1 1 1em;
  font-weight: 700;
  line-height: 1.2em; }

.ocio-linear-title {
  position: relative;
  text-align: center;
  margin: 30px 0; }
  .ocio-linear-title h2 {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 0.5em;
    background: #eee;
    font-weight: 600;
    color: #2A2A2A;
    margin: 0;
    font-size: 20px;
    line-height: 1; }
  .ocio-linear-title:before {
    content: '';
    position: absolute;
    top: 49.99%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #2A2A2A; }

.ocio-production {
  margin-bottom: 45px; }
  .ocio-production:last-of-type {
    margin-bottom: 15px; }
  .ocio-production h4 {
    font-size: 20px;
    font-style: italic;
    margin: 0 0 1em; }
  .ocio-production h6 {
    line-height: 1.1em;
    font-size: 16px;
    margin: 0 0 0.25em;
    font-style: italic; }
  .ocio-production p {
    font-size: 20px;
    margin: 0 0 0.5em;
    line-height: 1.5em; }
  .ocio-production img {
    margin: 0 0 30px;
    width: 100%; }

.bg-white {
  background: white; }

.ocio-narrow-col {
  max-width: 780px;
  margin: auto;
  padding: 30px; }

.ocio-mini-header {
  text-align: center; }
  .ocio-mini-header h2 {
    color: #4c9d2f;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2em;
    margin: 0 0 0.125em; }
    @media (min-width: 400px) {
      .ocio-mini-header h2 {
        font-size: 48px; } }
    @media (min-width: 800px) {
      .ocio-mini-header h2 {
        font-size: 60px; } }
  .ocio-mini-header p {
    margin: 0 0 0.5em;
    font-size: 20px; }

ul.ocio-accordion {
  font-size: 1em;
  background: white;
  list-style: none;
  margin: 0 0 1.5em !important;
  padding: 0; }
  ul.ocio-accordion li {
    display: block; }
  ul.ocio-accordion li.ocio-accordion-item {
    border: 1px solid #f0f0f0;
    border-width: 0 0 1px; }
    ul.ocio-accordion li.ocio-accordion-item:last-of-type {
      border-width: 0; }
    ul.ocio-accordion li.ocio-accordion-item h3.ocio-accordion-group-heading {
      margin: 0;
      padding: 0.75em 0.75em 0.875em 2.25em;
      font-size: 0.875em;
      position: relative;
      color: #666;
      cursor: pointer;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      line-height: 1em; }
      ul.ocio-accordion li.ocio-accordion-item h3.ocio-accordion-group-heading:hover {
        color: #ee2e24; }
      ul.ocio-accordion li.ocio-accordion-item h3.ocio-accordion-group-heading:before {
        content: '\f067';
        position: absolute;
        top: calc(50% - 0.625em);
        right: auto;
        bottom: auto;
        left: 1em;
        font-family: FontAwesome;
        font-size: 0.8em; }
    ul.ocio-accordion li.ocio-accordion-item > ul {
      padding: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      opacity: 0;
      border: 1px solid white;
      border-width: 1px 0 0; }
      ul.ocio-accordion li.ocio-accordion-item > ul > li {
        padding: 1.25em 0.75em 0 2em; }
        ul.ocio-accordion li.ocio-accordion-item > ul > li:last-of-type {
          padding-bottom: 0.8125em; }
        ul.ocio-accordion li.ocio-accordion-item > ul > li h4.ocio-accordion-section-heading {
          margin-top: 0;
          font-size: 1em; }
        ul.ocio-accordion li.ocio-accordion-item > ul > li p {
          font-size: 0.875em; }
    ul.ocio-accordion li.ocio-accordion-item.expanded h3:before {
      content: '\f068'; }
    ul.ocio-accordion li.ocio-accordion-item.expanded ul {
      max-height: 30em;
      opacity: 1;
      border-color: #f0f0f0; }

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:focus {
  outline: thin dotted; }

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */
.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; }

@media screen and (min-width: 768px) {
  .nav-collapse {
    width: 100%;
    float: none; } }

.nav-collapse > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15); }

.nav-collapse li {
  float: left;
  width: 100%; }

@media screen and (min-width: 768px) {
  .nav-collapse li {
    width: auto; } }

@media screen and (min-width: 768px) {
  .nav-collapse a {
    border-bottom: 0;
    border-right: 0 solid white;
    padding: 1em 1.5em;
    margin: 0;
    float: left; } }

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */
@font-face {
  font-family: "responsivenav";
  src: url("../icons/responsivenav.eot");
  src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */
.nav-collapse > ul > li > a:hover,
.nav-collapse > ul > li.focus > a {
  color: #fff;
  background-color: #ee2e24; }

.nav-collapse ul li.focus .has-dropdown:after,
.nav-collapse ul li:hover .has-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF; }

.nav-collapse ul ul li.focus > a {
  background-color: #3e4853; }

.nav-collapse ul ul li.focus .has-dropdown:after,
.nav-collapse ul ul li:hover .has-dropdown:after {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #FFF; }

@media screen and (max-width: 767px) {
  .js .nav-collapse,
  .js_active .nav-collapse {
    visibility: hidden; }
  .js .nav-collapse.opened,
  .js_active .nav-collapse.opened {
    visibility: visible; }
  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active,
  .js_active .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important; }
  .js .nav-collapse.multiple-level-nav .sub-menu,
  .js_active .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1; }
  .js .nav-collapse.multiple-level-nav .sub-menu.toggled,
  .js_active .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative; }
  .js .nav-collapse li,
  .js_active .nav-collapse li {
    position: relative; } }

@media screen and (min-width: 768px) {
  .dropdown-toggle {
    display: none; } }

.dropdown ul ul {
  border: 0;
  padding: 0; }

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12; }

@media screen and (min-width: 768px) {
  .nav-collapse {
    position: relative; }
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible; }
  .has-dropdown:after {
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
    content: "";
    width: 0;
    height: 0;
    margin: 0.35em 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff; }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.15em 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFF; }
  .nav-collapse .dropdown {
    position: relative; }
  .nav-collapse .dropdown li {
    width: 100%; }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0; }
  .nav-collapse li {
    border: 0;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    position: relative; }
  .nav-collapse a {
    display: inline-block;
    padding: 0 16px; }
  .nav-collapse ul {
    width: auto; }
  .nav-collapse ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 66px;
    left: -999em;
    z-index: 99999;
    text-align: center;
    padding: 20px 0;
    background: #282e34; }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909; }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 0;
    margin-top: -20px; }
  .nav-collapse ul ul a {
    padding: 6px 24px;
    white-space: normal;
    width: 230px;
    color: #fff;
    font-size: 16px;
    line-height: 20px; }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 55px;
    left: 0; }
  .nav-collapse ul ul li.hover > ul,
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 230px; }
  li:hover .has-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF; }
  .dropdown ul li:hover .has-dropdown:after {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFF; } }

@media screen and (min-width: 1204px) {
  .has-dropdown:after {
    margin: 0.9em 0 0 0.5em; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - 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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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: .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: .14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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 {
  -webkit-filter: none;
          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: #fff; }

.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-pp: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-resistance: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: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-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

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

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

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

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

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

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

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

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

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

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

@font-face {
  font-family: 'adelleregularwebfont';
  src: url("./adelleregularwebfont.eot");
  src: local("adelleregularwebfont"), url("./adelleregularwebfont.woff") format("woff"), url("./adelleregularwebfont.ttf") format("truetype"); }

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_30477">Text with this font applied</p> */
.fontsforweb_fontid_30477 {
  font-family: 'adelleregularwebfont' !important; }

/* Font downloaded from FontsForWeb.com */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  background: #000;
  font-family: Helvetica,Arial,serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs__container, .mejs__container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container, .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed, .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

.mejs__background, .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url(mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url(mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

.mejs__button > button:focus {
  outline: 1px dotted #999; }

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0; }

.mejs__time {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 75%, transparent 0, transparent);
  -webkit-background-size: 15px 15px;
          background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes b {
  0% {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes b {
  0% {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs__time-handle, .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%; }

.mejs__volume-current, .mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  position: absolute; }

.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

.mejs__captions-button, .mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text, .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
          box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

.mejs__overlay-error {
  position: relative; }

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.mejs__cannotplay, .mejs__cannotplay a {
  color: #fff;
  font-size: .8em; }

.mejs__cannotplay {
  position: relative; }

.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

/*# sourceMappingURL=app.css.map */
