/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
h1 p {
  margin: 0 0 .5em;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.navigation, .navigation ul, .social-networks, .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after, .container:after, .sub-container:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}
/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Common site styles
   ---------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #353535;
  background: #fff;
  font: 20px/1.4 "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.gm-style img {
  max-width: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}
h1, .h1 {
  font-size: 50px;
}
h2, .h2 {
  font-size: 40px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 15px;
}
p {
  margin: 0 0 1em;
}
a {
  color: #39f;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
a:hover, a:focus {
  text-decoration: none;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #000;
}
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-border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
@font-face {
  font-family: 'icomoon';
  src: url('/includes/fonts/icomoon.eot?7l8agf');
  src: url('/includes/fonts/icomoon.eot?7l8agf#iefix') format('embedded-opentype'), url('/includes/fonts/icomoon.woff2?7l8agf') format('woff2'), url('/includes/fonts/icomoon.ttf?7l8agf') format('truetype'), url('/includes/fonts/icomoon.woff?7l8agf') format('woff'), url('/includes/fonts/icomoon.svg?7l8agf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-home:before {
  content: "\f015";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-print:before {
  content: "\f02f";
}
.icon-play1:before {
  content: "\f04b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-comments:before {
  content: "\f086";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-toggle-right:before {
  content: "\f152";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-headphones:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-player:before {
  content: "\e901";
}
.icon-play2:before {
  content: "\e902";
}
.icon-player1:before {
  content: "\e902";
}
/* ---------------------------------------------------------
    ASPIRE Common Styles
   ---------------------------------------------------------*/

.fluid-row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  text-align: center;
}
.fluid-100 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.fluid-50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.fluid-33 {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.fluid-20 {
  float: left;
  width: 20%;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}



main {
  margin-top: 0px;
}
.hideMobile {
  display: none;
}
.showMobile {
  display: block;
}
.video-img {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.tcolor1 {
  color: #233c66;
}
.tcolor2 {
  color: #4783B7;
}
.tcolor3 {
  color: #636466;
}
.tcolor4 {
  color: #23664C;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #e3e3e3;
}
.eventItem a {
  color: #353535;
}
.eventItem a p {
  margin: 0;
}
/* ---------------------------------------------------------
    Embedded fonts styles - Look for Adobe TypeKit Include
   ---------------------------------------------------------*/
/* header styles */
#header {
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /*background-color: #fff;*/
  background-image: url("/images/grad.png");
  background-repeat: repeat-x;
  background-position: top center;
  height: 120px;
  background-size: 100% 100%;
}
#header .container {
  position: relative;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* user icon styles */
.user {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
}
.user:hover {
  color: #62b6ff;
}
/* user icon styles */
.icon-holder {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 0%;
  max-width: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
  padding-right: 20px;
  float: right;
  margin-top: 0px;
}
/* logo holder styles */
.logo-holder {
  float: none;
  width: 100%;
  max-width: 366px;
  margin-right: calc(100% - 366px);
}
/* logo styles */
.logo {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: block;
  margin: 0 auto;
}
.logo:hover {
  opacity: .8;
}
#miniMenu {
  position: relative;
  right: 105px;
  z-index: 300;
}
#miniNav {
  float: right;
  padding: 0;
  z-index: 15;
  display: none;
}
#miniNav li {
  color: #ffffff;
  float: right;
  font-size: 22px;
  list-style: outside none none;
  font-family: "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  margin: 0 12px;
}
#miniNav li a {
  color: #ffffff;
  display: block;
  padding: 2px 12px;
  text-decoration: none;
}
#miniNav li a:hover {
  opacity: 0.7;
}
/* main navigation styles */
nav {
  float: right;
}
/* navigation holder styles */
.nav-drop {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #222;
  width: 300px;
  padding: 80px 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
.nav-active .nav-drop {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}
/* menu opener styles */
.nav-opener {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: auto;
  z-index: 999;
  top: 0px;
}
.nav-opener:hover {
  opacity: .9;
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ffffff;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: -2px;
}
.nav-opener span {
  top: 50%;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-opener:before {
  content: "";
  top: 20%;
}
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0;
  background: #ffffff;
}
.nav-opener:after {
  content: "";
  top: 80%;
}
.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
  background: #ffffff;
}
/* navigation styles */
.navigation {
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.navigation > li {
  position: relative;
}
.navigation > li:last-child ul {
  right: 0;
  left: auto;
}
.navigation > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation > li.active > a {
  background: #fff;
  color: #000;
}
.navigation a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}
.navigation a:hover {
  background: #fff;
  color: #000;
}
.navigation ul {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  text-transform: capitalize;
}
.navigation ul:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background: transparent;
  display: none;
}
.navigation ul a {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
  display: block;
  padding: 10px 40px;
}
.navigation ul a:hover {
  color: #000;
  background: #fff;
}
/* ---------------------------------------------------------
    common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* container styles */
.container, .search-wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
.search-img-td img {
  display: none;
}
.eventItem p::first-line {
  font-weight: 700;
}
.sub-container {
  margin: 0 auto;
  max-width: 886px;
}
/* reset body styles */
body.nav-active #wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* global button styles */
.btn {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px 25px;
  border: 4px solid #62b6ff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, .7);
}
.btn:hover {
  background: #62b6ff;
}
/* h1 heading styles */
h1, .h1 {
  font-family: "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.headline {
  margin-top: 5px;
}
/* h2 heading styles */
h2, .h2 {
  font-family: "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  line-height: 1.2;
  font-weight: 300;
}
/* h3 heading styles */
h3, .h3 {
  font-family: "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  line-height: 1.2;
  font-weight: 300;
}
/* title styles */
.title {
  display: block;
  font-size: 24px;
  line-height: 1.2;
}
/* reset address styles */
address {
  font-style: normal;
}
/* social networks styles */
.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-networks li {
  margin-right: 5px;
}
.social-networks a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 10px;
  border-radius: 50%;
}
.social-networks a:hover {
  color: #62b6ff;
}
.social-networks a .icon-play-arrow {
  font-size: 17px;
}
.social-networks li a span {
  padding-left: 10px;
}
/* video play icon styles */
.play-icon {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  width: 86px;
  height: 86px;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  border: 10px solid #fff;
  text-decoration: none;
  display: inline-block;
  color: #000;
  position: relative;
}
.play-icon:hover {
  background: #000;
}
.play-icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 13px);
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.resize-active .navigation, .resize-active .navigation ul, .resize-active .nav-drop {
  -webkit-transition: none !important;
  transition: none !important;
}
/* parallax style */
.parallax-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.parallax-section img {
  height: auto;
  position: absolute;
  width: auto;
}
.is-touch-device {
  background-size: cover;
}
/* lightbox sytle */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.lightbox-demo {
  padding: 5px;
  width: 300px;
}
.lightbox-demo h2 {
  margin: 0 0 10px;
}
.lightbox-demo p {
  margin: 0;
}
/* input button styles */
.inputbutton {
  background-color: #000;
  border: 4px solid #2bb7ef;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  padding: 2px 20px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 150px;
  margin-top: 10px;
}
.inputbutton a {
  cursor: pointer;
}
.inputbutton:hover {
  background-color: #1b86b1;
  border: 4px solid #fff;
  opacity: 1.0;
}
/* search form styles */
.logo-holder {
  z-index: 9999;
}
.search-drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
  transition: max-height .3s linear;
  z-index: 9999999;
  background: #ffffff;
}
.search-active .search-drop {
  max-height: 999px;
}
.search-drop .search-wrap {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  text-align: left;
  /*box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);*/
}
.search-active .search-drop .search-wrap {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.search-form {
  width: 100%;
  margin: 0 auto;
  background: #d9d9d9;
  position: relative;
}
.search-form .search-opener {
  position: absolute;
  top: 35px;
  right: 0px;
  color: #353535;
  font-weight: 700;
}
.search-form .search-opener .fa {
  font-size: 50px !important;
  color: #ccc !important;
  margin: 0 !important;
}
.search-form .search-opener:hover {
  opacity: .8;
}
.search-form .form-control {
  height: 100px;
  width: 100%;
  color: #353535;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  display: block;
  border: none;
  background: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  text-align: right;
  padding-right: 30px;
}
.search-form .form-control::-webkit-input-placeholder {
  color: #353535;
}
.search-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #353535;
}
.search-form .form-control:-moz-placeholder {
  color: #353535;
}
.search-form .form-control:-ms-input-placeholder {
  color: #353535;
}
.search-form .form-control.placeholder {
  color: #353535;
}
.search-form button {
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  color: #353535;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: left;
  overflow: hidden;
  display: none;
}
.search-form button .fa.fa-search {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  position: absolute;
  top: 2px;
  left: 2px;
  line-height: 1;
  font-size: 20px;
  margin: 0 !important;
}
.search-form button:hover {
  opacity: .8;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding-left: 0px;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  background-color: #333333;
  margin-right: 10px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  background: #233c66;
  color: #fff;
}
.nav-tabs > li.ui-tabs-active > a, .nav-tabs > li.ui-tabs-active > a:hover, .nav-tabs > li.ui-tabs-active > a:focus {
  color: #fff;
  background-color: #233c66;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
  opacity: 1.0;
}
.ui-tabs-panel {
  margin-top: 50px;
}
/* page footer sytles */
#footer {
  padding: 20px 0;
  background: #233c66;
  color: #fff;
  margin-top: 50px;
}
#footer .tel, #footer .mail {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
}
#footer .tel:hover, #footer .mail:hover {
  color: #62b6ff;
}
/* footer link items styles */
.footer-nav {
  margin: 0 0 31px;
  line-height: 1.8;
}
.footer-nav a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.footer-nav a:hover {
  color: #62b6ff;
}
/* footer info styles */
.foot-info {
  font-size: 18px;
  line-height: 1.4;
  padding: 6px 0;
}
.foot-info h3 {
  margin: 0 0 27px;
  line-height: 1;
  font-weight: 400;
}
.foot-info address {
  margin: 0 0 1px;
}
.foot-info img {
  width: 100%;
}
.foot-info .contact {
  margin: 0 0 24px;
}
.foot-info .contact-info {
  margin: 0 0 43px;
}
.foot-info .feature-info {
  margin: 0 0 41px;
}
/*.foot-info .message-info h3 {
	margin: 0 0 50px;
}*/
.foot-info .play-icon {
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.foot-info .wrap-img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  margin: 0 -5px;
  position: relative;
}
.foot-info .wrap-img:before {
  content: "";
  min-height: 242px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.foot-info .wrap-img:hover {
  opacity: .8;
}
/* copyright styles */
.copyright-info {
  padding: 59px 0 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}
.copyright-info a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.copyright-info a:hover {
  color: #62b6ff;
}
/* intro section styles */
.intro-block {
  padding: 30px 0 0;
  position: relative;
  color: #fff;
  background-color: #233c66;
}
.intro-block .content-holder {
  position: relative;
  z-index: 2;
}
.intro-block h2 {
  color: #fff;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 460px;
}
.intro-block .bg-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -84px;
  right: -84px;
  bottom: 0;
  z-index: -1;
}
.intro-block .img-holder {
  position: relative;
  margin: 0px;
  z-index: 1;
}
.intro-block .img-holder:before {
  content: "";
  min-height: 346px;
  font-size: 0;
  line-height: 0;
  display: block;
}
.intro-block .play-icon {
  width: 113px;
  height: 113px;
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.intro-block .play-icon span {
  font-size: 40px;
}
/* column styles */
.col-left {
  width: 0%;
  margin-right: 0%;
}
.col {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  margin-right: auto;
  width: 100%;
  float: left;
}
.col-right {
  width: 100%;
}
/* sidebar styles */
.sidebar-menu {
  margin-bottom: 10px;
  margin-top: 0px;
  list-style: none;
  padding: 0px;
}
.main-block .sidebar-menu .parent {
  color: #ffffff;
  background-color: #2f5ba5;
  padding: 18px 22px 18px 22px;
  margin-bottom: 9px;
  font-size: 22px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 9px;
  min-width: 100%;
  font-weight: 600;
}
.sidebar-menu .selectedItem a, .channelMenuItem.active a {
  background-color: #595959;
  color: #ffffff;
  opacity: 1.0;
}
.sidebar-menu a {
  color: #000000;
  background-color: #d9d9d9;
  text-decoration: none;
  padding: 18px 22px 18px 22px;
  min-width: 100%;
  margin-bottom: 9px;
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
}
.sidebar-menu a:hover {
  background-color: #595959;
  color: #ffffff;
  opacity: 1.0;
}
/* card section styles */
.card-block {
  padding: 33px 0 51px;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, .05);
}
.col-right .card-block {
  padding: 0px;
  box-shadow: none;
}
.card-block .sub-container p::first-line {
  font-family: "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.card-item .card .wrap-text ul.social-networks > a:first-child {
  display: none;
}
.card-item .card .wrap-text ul.social-networks .one > a:first-child {
  display: none;
}
.card-block .sub-container {
  max-width: 428px;
}
.card-block h2 {
  color: #4783b7;
  text-align: center;
  margin: 0 0 27px;
  line-height: 1;
}
.card-block .wrap-img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin: 0 -5px;
}
.card-block .wrap-text {
  padding: 16px 0;
}
.card-block .wrap-text a {
  color: #353535;
}
.card-block .wrap-text .social-networks a {
  color: #ffffff;
}
.card-block .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-block .wrap-btn .btn {
  min-width: 194px;
}
.card-block .card-list {
  margin: 0 auto 23px;
}
.card-block .card-item {
  margin: 0 0 17px;
}
.card-block .card {
  display: block;
  margin: 0;
  height: 100%;
  text-decoration: none;
  color: #353535;
}
.card-block .card:hover .wrap-img {
  opacity: .8;
}
.card-block img {
  width: 100%;
}
/* event section styles */
.event-block {
  padding: 40px 0;
}
.event-block .sub-container {
  max-width: 316px;
}
.event-block .event-list {
  margin: 0 0 28px;
}
.event-block .event {
  text-decoration: none;
  display: block;
  color: #353535;
  text-align: center;
}
.event-block .event p::first-line {
  font-size: 30px;
  font-family: "myriad-pro", "Arial", "Helvetica Neue", "Helvetica", serif;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}
.event-block .event:hover .wrap-img {
  opacity: .8;
}
.event-block h2 {
  color: #4783b7;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
}
.event-block .title {
  margin: 0 0 3px;
}
.event-block time, .event-block .text {
  display: block;
  font-size: 16px;
}
.event-block .wrap-img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}
.event-block .wrap-text {
  padding: 16px 0;
}
.event-block .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-block .btn-holder .btn {
  min-width: 194px;
}
.event-block .wrap-event {
  margin: 0 0 18px;
}
.event-block .wrap-event:last-child {
  margin: 0;
}
.event-block img {
  width: 100%;
}
/* info section styles */
.info-block {
  padding: 72px 0 50px;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, .05);
}
.info-block .info-holder {
  max-width: 980px;
  margin: 0 auto;
}
.info-block .title {
  margin: 0 0 6px;
  line-height: 1;
}
.info-block .content {
  margin: 0 0 27px;
}
.info-block .wrap-img {
  margin: 0 -5px 30px;
}
.info-block .wrap-content {
  text-align: center;
}
.info-block .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-block .btn-holder .btn {
  min-width: 194px;
}
/*FOLDABLES FROM GRACE ALONE NEW --- Only main, not other breakpoints*/
.foldables {
  /*float: left;*/
  list-style: outside none none;
  margin: 50px 0;
  padding: 0;
  width: 100%;
}
.foldables > li {
  border-bottom: 1px solid #e3e3e3;
  list-style: outside none none;
  margin: 0 0 11px;
}
.foldables .opener {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  min-height: 50px;
  overflow: visible;
}
.foldables .opener:hover {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  text-decoration: none;
}
.foldables .icon-plus {
  border: 2px solid #636466;
  border-radius: 100%;
  float: left;
  height: 54px;
  margin: 0 13px 0 0;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 54px;
}
.foldables .icon-plus::after, .foldables .icon-plus::before {
  background: #636466 none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.foldables .icon-plus::after {
  height: 6px;
  margin: -3px 0 0 -10px;
  width: 20px;
}
.foldables .opener td:nth-child(2) .img-holder, .foldables td:nth-child(2) .img-holder {
  margin-bottom: 0;
  margin-right: 18px;
  position: relative;
  width: 260px;
  z-index: 1;
}
.foldables .opener td:nth-child(2) .img-holder::after, .foldables td:nth-child(2) .img-holder::after {
  background: transparent none repeat scroll 0 0;
  border-radius: 0 0 30% 30%;
  bottom: 5px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.4);
  content: "";
  height: 50px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: -1;
}
.foldables .opener td:nth-child(2) .info-links .img-holder::after {
  content: "";
  display: inline-block;
  height: 90px;
  margin: -4px 0 0;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}
.foldables .opener td:nth-child(2) .thumbImage, .foldables td:nth-child(2) .thumbImage {
  width: 100%;
}
.foldables > li.active .icon-plus::before {
  opacity: 0;
  transition: all 0.2s linear 0s;
}
/* parallax section styles */
/* hide parallax section styles */
.parallax-block {
  display: block;
}
.parallax-block {
  position: relative;
  color: #fff;
  padding: 35px 0 32px;
  line-height: 1.8;
  font-size: 16px;
  background: #0a090b;
  /*z-index: -3;*/
  z-index: 0;
}
.parallax-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 11, 13, .7);
  z-index: -1;
}
.parallax-block h2 {
  line-height: 1.2;
  margin: 0 0 21px;
}
.parallax-block time, .parallax-block .text {
  display: block;
}
.parallax-block .title {
  text-transform: uppercase;
  color: #62b6ff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 4px;
}
.parallax-block .info-content {
  margin: 0 0 31px;
}
.parallax-block .info-content:last-child {
  margin: 0;
}
.parallax-block .content-col {
  margin: 0 0 83px;
}
.parallax-block .content-col:last-child {
  margin: 0;
}
.parallax-block .img-col .title {
  text-align: center;
}
.parallax-block .wrap-img {
  margin: 0 -5px 20px;
}
.parallax-block h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}
.parallax-block p {
  margin: 0 0 12px;
  font-size: 20px !Important;
  line-height: 1.2;
  color: #ffffff;
}
.frame-block {
  padding: 40px 0;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, .05);
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Video Holder*/
.video-holder {
  position: relative;
}
.video-holder img {
  /*width: 100%;*/
  height: auto;
}
/* Media Player */
.hiddenCats {
  display: none
}
.drop:after, .name-list:after {
  content: " ";
  display: block;
  clear: both;
}
.name-list, .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.noResults {
  margin: 10px;
}
.form-group {
  margin-bottom: 0;
}
.load-more {
  display: block;
  margin: 0 auto 20px;
  padding: 6px 10px;
  width: 150px;
  border: medium none;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
}
.load-more:hover {
  background-color: #000000;
}
.countdown {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 20px;
}
a .countdown {
  border: solid;
  border-color: #1b86b1;
  border-width: 4px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: auto;
  margin-top: 0px;
  white-space: nowrap;
  color: #ffffff;
  font-size: 40px;
  display: inline-block;
}
a .countdownLive:hover, a .countdownLive a:hover, a .countdown:hover {
  background-color: rgba(35, 60, 102, 1.0);
  border-color: #1b86b1;
  color: #ffffff;
  opacity: 1.0;
}
a .countdownNames {
  font-size: 30px;
  margin-left: 3px;
  display: inline-block;
  color: #ffffff;
}
a .countdownNums {
  display: inline-block;
  color: #ffffff;
}
.container .container {
  max-width: inherit;
  margin: 0 auto;
  padding: 0px;
}
.post-holder .cat-opener {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  background-color: #233c66;
  padding: 10px;
  margin: 0 0 10px 0;
}
.post-holder .cat-opener a:hover {
  text-decoration: none;
  background-color: #39f;
}
.post-holder .cat-opener img {
  width: 100%;
  height: auto;
}
.drop {
  display: none;
  margin: 0 -7px;
}
.thumbnail-holder {
  width: 100%;
  padding: 0 1.0%;
  float: left;
}
/*.section .thumbnail-holder {
  display: none;
}*/
.section.active .thumbnail-holder {
  display: block;
}
.post-holder.active .thumbnail-holder {
  display: block;
}
.post-holder {
  overflow: hidden;
}
.thumbnail {
  margin: 0 0 20px;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}
.thumbnail .image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
/*.thumbnail .image-wrap .bg-stretch {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}*/
.thumbnail .image-wrap .bg-stretch:hover {
  text-decoration: none;
  opacity: .7;
}
.thumbnail .image-wrap img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.thumbnail .icon-next {
  font-size: 80px;
  top: 50%;
  left: 50%;
  position: absolute;
  color: rgba(255, 255, 255, .75);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumbnail .icon-next:before {
  content: "\f01d";
}
.thumbnail .icon-next:hover {
  text-decoration: none;
  opacity: .7;
}
.thumbnail .icon-headphone {
  right: 11px;
  bottom: 11px;
  font-size: 35px;
  position: absolute;
  color: rgba(255, 255, 255, .75);
}
.thumbnail .icon-headphone:before {
  content: "\e900";
}
.thumbnail .icon-headphone:hover {
  text-decoration: none;
  opacity: .7;
}
.thumbnail .caption {
  padding: 8px 10px;
  min-height: 144px;
}
.thumbnail .caption time {
  line-height: 14px;
  display: block;
}
.itemIntro {
  font-size: 18px;
  line-height: 22px;
  float: left;
  padding-top: 6px;
}
.thumbnail h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.thumbnail h1 a {}
.thumbnail h1 a:hover {
  text-decoration: none;
  opacity: .7;
}
.name-list li {
  float: left;
}
.name-list li + li:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #313131;
  display: inline-block;
  vertical-align: top;
  margin: 4px 7px 0 6px;
}
.link-holder {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 16px;
}
.link-holder a {
  color: #333;
  text-transform: uppercase;
}
.link-holder a:before {
  content: "<";
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}
.link-holder a:hover {
  text-decoration: none;
  opacity: .7;
}
.link-holder a span {
  margin: 0 0 0 14px;
}
.video {
  margin: 0 0 26px;
}
.text-holder {
  font-size: 18px;
  line-height: 26px;
  color: #262626;
  margin: 0 0 33px;
}
.drop .text-holder {
  padding: 20px 10px 0 10px;
  margin: 0 0 10px;
}
.text-holder p {
  margin: 0 0 22px;
}
.heading-holder {
  overflow: visible;
  margin: 0 0 23px;
}
.heading-holder h1 {
  /*overflow: hidden;*/
  margin: 0;
  color: #313131;
  font-size: 36px;
  line-height: 48px;
}
.plugin {
  float: right;
  width: auto;
  margin: 0px auto;
}
.btn-holder {
  margin: 0 0 16px;
}
.btn {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 4px 11px 5px 12px;
  margin-bottom: 7px;
  margin-right: 6px;
  display: inline-block;
}
/*#content {
  max-width: 1004px;
  margin: 0 auto 7px;
  background: #fff;
  padding: 14px 0;
}
#content .drop {
  display: block;
}*/
@media (min-width: 480px) {
  .nav-drop {
    width: 400px;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
  }
  .container {
    padding: 0 10px;
  }
  #footer {
    padding: 50px 0 10px;
  }
  .footer-nav {
    margin: 0 0 25px;
  }
  .footer-nav li {
    margin: 0 0 2px;
  }
  .foot-info h3 {
    margin: 0 0 28px;
  }
  .foot-info address {
    margin: 0 0 4px;
  }
  .foot-info .contact {
    margin: 0 0 38px;
  }
  .foot-info .contact-info {
    margin: 0 0 26px;
  }
  .foot-info .feature-info {
    margin: 0 0 46px;
  }
  .foot-info .play-icon {
    top: calc(50% + 2px);
    left: calc(50% + 1px);
  }
  .foot-info .wrap-img {
    margin: 0 35px 0 0;
  }
  .copyright-info {
    padding: 89px 0 10px;
  }
  .slider-block .pos-block {
    padding: 10px 25px;
  }
  .intro-block {
    padding: 17px 0 0;
  }
  .intro-block .bg-holder {
    height: calc(100vw / 1);
  }
  .intro-block .img-holder {
    margin: -37px 0 0;
  }
  .intro-block .img-holder:before {
    min-height: 380px;
  }
  .intro-block .play-icon {
    top: calc(50% + 54px);
  }
  .card-block {
    padding: 37px 0 47px;
  }
  .card-block .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .card-block .wrap-img {
    margin: 0;
  }
  .card-block .wrap-text {
    padding: 19px 20px;
    min-height: 163px;
  }
  .card-block .card-list {
    margin: 0 auto 46px;
  }
  .card-block .card-item {
    margin: 0 0 29px;
  }
  .card-block .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
  }
  .event-block {
    padding: 50px 0;
  }
  .event-block h2 {
    margin: 0 0 22px;
  }
  .event-block .wrap-event {
    margin: 0 0 15px;
  }
  .info-block {
    padding: 71px 0 66px;
  }
  .info-block .title {
    margin: 0 0 4px;
  }
  .info-block .content {
    margin: 0 0 38px;
  }
  .info-block .wrap-img {
    margin: 0 0 33px;
  }
  .parallax-block {
    font-size: 18px;
    padding: 35px 0 49px;
  }
  .parallax-block h2 {
    margin: 0 0 18px;
  }
  .parallax-block .title {
    font-size: 18px;
    margin: 0 0 7px;
  }
  .parallax-block .info-content {
    margin: 0 0 23px;
  }
  .parallax-block .row {
    max-width: 460px;
    margin: 0 auto;
  }
  .parallax-block .content-col {
    margin: 0 0 40px;
  }
  .parallax-block .wrap-img {
    margin: 0 0 15px;
  }
  .frame-block {
    padding: 60px 0;
  }
}
@media (min-width: 566px) {
  .logo-holder {
    float: left;
    max-width: 366px;
    margin-right: 0px;
    width: 100%;
  }
  .icon-holder {
    margin-top: 22px;
  }
  .nav-opener {
    top: 22px;
  }
}
@media (min-width: 640px) {
  #header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .logo-holder {
    float: left;
  }
  main {
    margin-top: 0px;
  }
}
@media (min-width: 736px) {
  /* show parallax section styles */
  .parallax-block {
    display: none;
  }
  .hideMobile {
    display: block;
  }
  .showMobile {
    display: none;
  }
  .logo-holder .mobileLogo {
    display: none;
  }
  .logo {
    display: block;
  }
  .nav-opener {
    width: 35px;
    height: 30px;
  }
  .container {
    padding: 0 28px;
  }
  .main-block .content-holder {
    padding: 80px 0;
  }
  .col-left {
    width: 25%;
    margin-right: 3%;
  }
  .sidebarTrue {
    margin-left: 28%;
  }
  .col-right {
    width: 72%;
  }
  h1, .h1 {
    font-size: 50px;
  }
  #footer {
    padding: 50px 0 13px;
  }
  .foot-info {
    max-width: 460px;
    margin: 0 auto;
  }
  .foot-info .wrap-img {
    margin: 0 30px 0 0;
  }
  .slider-block .pos-block br {
    display: none;
  }
  .slider-block .wrap-content {
    min-width: 644px;
  }
  .slider-block .wrap-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .slider-block .btn-hold {
    width: 33.33%;
    padding: 0 20px;
  }
  .intro-block {
    padding: 30px 0 0;
  }
  .intro-block .bg-holder {
    top: -210px;
    left: -25px;
    right: -25px;
    height: inherit;
  }
  .intro-block .img-holder:before {
    min-height: 525px;
  }
  .intro-block .play-icon {
    top: calc(50% + 47px);
  }
  .card-block {
    padding: 38px 0 53px;
  }
  .card-block .card-list {
    margin: 0 auto 51px;
  }
  .card-block .card-item {
    margin: 0 0 28px;
  }
  .event-block .sub-container {
    max-width: 656px;
  }
  .event-block .event-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 44px;
  }
  .event-block .wrap-event {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 22px;
  }
  .info-block .content {
    margin: 0 0 44px;
  }
  .info-block .wrap-img {
    margin: 0 0 43px;
  }
  .thumbnail-holder {
    width: 50%;
    padding: 0 1.0%;
    float: left;
  }
}
@media (min-width: 980px) {
  .icon-holder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 0%;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: right;
    padding-right: 20px;
    float: right;
    margin-top: 22px;
  }
  .logo-holder {
    max-width: 466px;
  }
  .logo {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .nav-opener {
    width: 33px;
    height: 30px;
  }
  h1, .h1 {
    font-size: 50px;
  }
  #footer {
    padding: 50px 0 20px;
  }
  .foot-info {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .foot-info .contact-info {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .foot-info .feature-info {
    width: 50%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .foot-info .message-info {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 33px;
  }
  /*.foot-info .message-info h3 {
		margin: 0 0 11px;
	}*/
  .foot-info .wrap-img {
    margin: 0;
  }
  .copyright-info {
    padding: 46px 0 10px;
  }
  .intro-block {
    overflow: hidden;
  }
  .intro-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intro-block .content-holder {
    width: 50%;
    margin: 0 0 18px;
  }
  .intro-block .bg-holder {
    right: 0px;
    top: 0px;
    left: 0px;
    margin-right: -140px;
  }
  /*.intro-block .bg-holder .overlay {
		display: block;
	}*/
  .intro-block .img-holder {
    width: 50%;
  }
  .intro-block .img-holder:before {
    min-height: 0;
  }
  .intro-block .play-icon {
    left: calc(50% + 92px);
  }
  .card-block .sub-container {
    max-width: 886px;
  }
  .card-block h2 {
    margin: 0 0 45px;
  }
  .card-block .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 46px;
  }
  .card-block .card-item {
    width: 50%;
    padding: 0 15px;
  }
  .info-block {
    padding: 87px 0 66px;
  }
  .info-block .content {
    margin: 0 0 25px;
  }
  .info-block .wrap-img {
    margin: 0 0 38px;
  }
  .parallax-block {
    padding: 55px 0 10px;
    margin: 0 0 20px;
  }
  .parallax-block .row {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax-block .content-col {
    width: 50%;
    padding-right: 15px;
  }
  .parallax-block .img-col {
    width: 50%;
    padding: 12px 0 0;
  }
  .frame-block {
    padding: 80px 0 0;
  }
  .thumbnail-holder {
    width: 33.33333%;
    padding: 0 1.0%;
    float: left;
  }
}
@media (min-width: 1280px) {
  #header {
    position: fixed;
  }
  #miniNav {
    display: block;
  }
  .sub-container {
    max-width: 1006px;
  }
  #footer {
    padding: 50px 0 10px;
  }
  .foot-info .contact-info {
    max-width: 445px;
    -ms-flex-preferred-size: 445px;
    flex-basis: 445px;
  }
  .foot-info .feature-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 345px;
    -ms-flex-preferred-size: 345px;
    flex-basis: 345px;
  }
  .foot-info .message-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
  .copyright-info {
    padding: 74px 0 7px;
  }
  .intro-block {
    padding: 71px 0 90px;
  }
  .intro-block .content-holder {
    width: 69%;
    padding-right: 80px;
  }
  .intro-block .bg-holder {
    right: -167px;
    top: -34px;
    left: -132px;
    margin-right: 0;
    bottom: -90px;
    z-index: -1;
  }
  .intro-block .img-holder {
    width: 31%;
  }
  .intro-block .play-icon {
    top: calc(50% + 70px);
    left: calc(50% + 15px);
  }
  .event-block .sub-container {
    max-width: 996px;
  }
  .event-block .event-list {
    margin: 0 -15px 36px;
  }
  .event-block .wrap-event {
    margin: 0 0 50px;
  }
  .event-block .wrap-event {
    width: 33.33%;
  }
  .parallax-block {
    padding: 55px 0 42px;
  }
  .parallax-block .content-col {
    width: 55%;
  }
  .parallax-block .img-col {
    width: 45%;
  }
  .parallax-block .wrap-img {
    margin: 0 0 20px;
  }
  .frame-block {
    padding: 92px 0 83px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 5px;
  }
  .sub-container {
    max-width: 1340px;
  }
  .foot-info .contact-info {
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.33%;
  }
  .foot-info .feature-info {
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.33%;
    padding-left: 10px;
  }
  .foot-info .message-info {
    padding-left: 20px;
  }
  .intro-block .content-holder {
    width: 63%;
    padding-right: 40px;
  }
  .intro-block .bg-holder {
    left: 38px;
  }
  .intro-block .bg-holder:before {
    display: block;
  }
  .intro-block .bg-holder:after {
    display: block;
  }
  .intro-block .hide {
    display: none;
  }
  .intro-block .img-holder {
    width: 37%;
  }
  .intro-block .play-icon {
    top: calc(50% + 70px);
    left: calc(50% + 98px);
  }
  .card-block .sub-container {
    max-width: 1340px;
  }
  .card-block .card-list {
    margin: 0 -15px 20px;
  }
  .card-block .card-item {
    width: 33.33%;
  }
  .event-block .event-list {
    margin: 0 -15px 28px;
  }
  .event-block .wrap-event {
    width: 25%;
  }
  .parallax-block {
    padding: 56px 0 42px;
  }
  .parallax-block .content-col {
    width: 59%;
  }
  .parallax-block .img-col {
    width: 41%;
  }
}
@media (min-width: 1401px) {
  .event-block .sub-container {
    max-width: 1340px;
  }
}
@media (min-width: 1921px) {
  .nav-active .nav-drop {
    width: 640px;
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
    
    
      .fluid-row {
    margin-left: 0px;
    margin-right: 0px;
  }
    .fluid-100 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .fluid-50 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .fluid-33 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
    .fluid-20 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
    
    
    
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes point-anim {
  0% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    opacity: 1;
  }
  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
/*#header{display:none!important;}*/
.noPict {
  margin-top: 150px;
}