/*! 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;
}
/**
 * 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;
}
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;
}
#header .icon-holder, .navigation, .navigation .slide, .footer-list, .social-network, .campus-list, .tab-links, .description-block .social-networks, .description-block .btn-list, .info-block .btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
.d-none {
  display: none;
}
.d-md-block {
  display: none;
}
.text-success {
  color: #595959 !important;
}
.clearfix:after, .container:after, .sub-container:after {
  content: "";
  display: block;
  clear: both;
}
/* helper flex order styles */
.__order-0 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.__order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
/* variable fontweight helper styles */
.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  background: #fff;
  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: 700;
  margin: 0;
  color: inherit;
  line-height: 1.2em;
}
h1, .h1 {
  font-size: 38px;
}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 16px;
}
p {
  margin: 0 0 1em;
}
a {
  color: #39f;
}
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 #919191;
  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: #919191;
}
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: #919191;
}
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: #919191;
}
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: #919191;
}
input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
  color: #919191;
}
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;
  cursor: pointer;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?u7xdna");
  src: url("../fonts/icomoon.eot?u7xdna#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u7xdna") format("truetype"), url("../fonts/icomoon.woff?u7xdna") format("woff"), url("../fonts/icomoon.svg?u7xdna#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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-home1:before {
  content: "\e905";
  color: #9bbc2f;
}
.icon-mountain:before {
  content: "\e903";
}
.icon-headphones:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e901";
}
.icon-player:before {
  content: "\e901";
}
.icon-play2:before {
  content: "\e902";
}
.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-caret-down:before {
  content: "\e904";
}
html {
  font-size: 10px;
}
img {
  max-width: 100%;
}
/* wrapper styles */
#wrapper {
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
/* container styles */
.container {
  padding: 0 7px;
}
.sub-container {
    margin: 0 auto;
}
/* global success button styles */
.success-btn {
  color: #595959 !important;
}
.success-btn:hover {
  color: #000 !important;
}
/* global mobile on off */
.goMobile {
  display: block;
}
.noMobile {
  display: none;
}
/* aspire styles */


.pop-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #003b5c;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4667;
  padding: 15px 0;
  z-index: 999;
}
.pop-block a {
  color: #fff;
}
.pop-block a:hover {
  color: #595959;
}
.pop-block .container {
  display: block;
  width: auto;
  height: auto;
  padding: 0 3px;
}
.pop-block strong {
  font-weight: 900;
}


.tabs a {
  font-size: 1.8rem;
  line-height: 1.8889;
  color: #353535;
}
.headline, .headline p {
  margin: 10px 0 20px;
}
.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;
  background-color: #333333;
  margin-right: 10px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  background: #62b6ff;
  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: #62b6ff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
  opacity: 1.0;
}
.ui-tabs-panel {
  margin-top: 50px;
}
.video-img {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.med.video-img {
  overflow: hidden;
  max-width: 740px;
  margin: 0 auto;
}
.small.video-img {
  overflow: hidden;
  max-width: 540px;
  margin: 0 auto;
}
#reorderdiv {
  margin-top: 100px;
  float: left;
  background-color: #FFCC00;
  color: #000000;
  font-size: 14px;
  padding: 3px;
  margin: 0 6px;
  cursor: pointer;
}
.rotatorLocations, .reorderButton, .slider-block .pos-block {
  position: relative !Important;
}
.reorderButton{
	z-index: 999;
}
.tcolor1 {
  color: #21419A;
}
.tcolor2 {
  color: #1764A7;
}
.tcolor3 {
  color: #595959;
}
.tcolor4 {
  color: #05AAC4;
}
.txtsm {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.txtmed {
  font-size: 28px;
  line-height: 32px;
  display: inline-block;
}
.txtlrg {
  font-size: 32px;
  line-height: 38px;
  display: inline-block;
}
.miscImage {
  padding: 10px 0;
}
.leftImage {
  margin: 0 10px 0 0;
}
.rightImage {
  margin: 0 0 0 10px;
}
.corners {
  border-radius: 30px;
}
.round {
  border-radius: 50%;
}
.fluid-row {
  clear: both;
  display: table;
  width: 100%;
}
.fluid-66 {
  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;
}
.fluid-25 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/*.noPict {
  margin-top: 100px;
}*/
.foldables {
  float: left;
  list-style: outside none none;
  margin: 25px 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;
  min-width: 100%;
}
.foldables .opener:hover {
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  text-decoration: none;
}
.foldables .icon-plus {
  border: 4px solid #003b5c;
  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: #003b5c 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 table {
  border-collapse: collapse;
  background: none;
}
.foldables .opener table tbody tr td:nth-child(2) .text {
  line-height: 0.8;
  padding-top: 6px;
}
.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;
}
.foldables .opener .text p::first-line {
  font-size: 25px;
  line-height: 28px;
  margin: 0;
}
/* global button styles */
.btn, .inputbutton {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 13px 15px;
  border-radius: 6px;
  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);
  min-width: 21.4rem;
}
.btn:hover, .inputbutton:hover {
  background: #595959;
  color: #fff;
}
.inputbuttonOne {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 10px;
  border-radius: 20px;
  background: #1764a7;
  border: none;
  max-width: 90%;
}
.inputbuttonTwo {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 10px;
  border-radius: 20px;
  background: #595959;
  border: none;
  max-width: 90%;
}
.inputbuttonThree {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 10px;
  border-radius: 20px;
  background: #05aac4;
  border: none;
  max-width: 90%;
}
.description-left .btn {
  border: 4px solid #05AAC4;
}
.description-right .col-sm-6 {
  padding-right: 25px;
}
.media .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 5px;	
}
.container .content-holder  {
  display: none;
}
.media .btn {
  width: 200px;
  position: absolute;
  bottom: -24px;
  background: rgba(0, 0, 0, .8);
}
/* media styles */
.media .headline {
  text-align: center;
	margin-top: 50px;
	display: none;
}
.content-holder{
	margin-top: 70px;
}
.text-holder {
	padding-bottom: 40px;
}
.media ul.sidebar-menu {
  text-align: center;
  float: none;
  background: #d9d9d9;
  height: 49px;
}
.sidebar-menu a, .sidebar-menu .active a {
    background-color: #595959;
    color: #ffffff;
    opacity: 1.0;
}	
.media ul.sidebar-menu > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.media ul.sidebar-menu > li a:hover {
  background-color: #595959;
  color: #ffffff;
  opacity: 1.0;
}
.media .card .inputbutton a {
  color: #ffffff;
}
.media .card .inputbutton:hover {
  background: #4783b7;
}
.media .inputbutton {
  width: 200px;
  margin-left: calc(50% - 100px);
  position: absolute;
  bottom: -54px;
  background: #a8a6a1;
}
.media .card-block .card {
  margin-bottom: 50px;
  position: relative;
  min-width: 320px;
}
.media .card-block .card-item {
  margin-bottom: 100px;
  float: left;
}
.media .btn-holder {
  margin: 30px 0;
}
.media .btn-holder .btn {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  border: 4px solid #4783b7;
  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, 1.0);
  display: inline-block;
  margin-right: 10px;
}
.media .btn:hover {
  background: #4783b7;
}
.media .video {
  margin-bottom: 40px;
}
/*.media .video {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
}
.media .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.countdownLive {
  border: solid;
  border-color: #4783b7;
  border-width: 4px;
  padding: 15px 50px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin: auto;
  white-space: nowrap;
}
.countdownLive:hover {
  background-color: #4783b7;
  border-color: #ffffff;
}
.countdownNames {
  display: inline-block;
  color: #ffffff;
}
.countdownNums {
  display: inline-block;
  color: #ffffff;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2217%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media .image-holder {
  position: relative;
}
.media .play-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% + 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-width: 10px !important;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  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;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
.media .play-icon:hover {
  text-decoration: none;
  border-color: #595959 !important;
  color: #595959;
}
.media .play-icon span {
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media .btn a {
  color: #ffffff;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.media .btn:hover {
  background: #595959;
}
.parent-block.media {
  padding-bottom: 50px;
}
/* Media Player */
.card-item .icon-next {
  font-size: 120px;
  top: 50%;
  left: 50%;
  position: absolute;
  color: rgba(255, 255, 255, .75) !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-item .icon-next:before {
  content: "\f01d";
}
.card-item .icon-next:hover {
  text-decoration: none;
  opacity: .7;
}
.card-item .icon-headphone {
  right: 11px;
  bottom: 11px;
  font-size: 35px;
  position: absolute;
  color: rgba(255, 255, 255, .75) !important;
}
.card-item .icon-headphone:before {
  content: "\e900";
}
.card-item .icon-headphone:hover {
  text-decoration: none;
  opacity: .7;
}
/* card section styles */
.card-block {
  font-size: 16px;
  line-height: 1.7;
  padding: 33px 0 51px;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, .05);
}
.card-block .sub-container {
  max-width: 428px;
}
.card-block .title {
  font-size: 22px;
  margin: 0 0 4px;
}
.card-block .text {
  display: block;
}
.card-block time {
  display: block;
}
.card-block h3 {
  font-family: inherit;
}
.card-block .wrap-img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin: 0 -5px;
  position: relative;
}
.card-block .wrap-text {
  text-align: center;
  padding: 0px 6px;
}
.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 a {
  text-decoration: none;
  color: #353535;
}
.card-block .card:hover .wrap-img {
  opacity: .8;
}
.card-block img {
  width: 100%;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  padding: 18px 0 18px 35px;
  z-index: 1;
  font-size: 12px;
  width: 214px;
  color: #fff;
  border-radius: 25px;
  top: 0px;
  border: 4px solid #595959;
}
.dropdown-content a {
  color: #fff;
  font-weight: 800;
}
.dropdown-content a:hover {
  color: #595959;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.description-block .btn-caret {
  padding: 13px 38px 13px 15px;
}
.description-block .dropdown-content .icon-caret-down {
  top: 20px;
}
.resize-active .navigation, .resize-active .navigation ul, .resize-active .nav-drop {
  -webkit-transition: none !important;
  transition: none !important;
}
/* 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;
}
.is-touch-device {
  background-size: cover;
}
/* master slider styles */
#masterslider .ms-layer {
  position: static;
  height: 100%;
  width: auto !important;
}
#masterslider .ms-text {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.214;
  display: none;
  text-align: center;
  font-weight: 700;
}
#masterslider img.ms-layer {
  max-width: 299px;
  margin: -62px 0 0 38% !important;
  display: none !important;
  pointer-events: none;
  z-index: 2;
}
/*#masterslider .ms-anim-layers {
	max-width: 197px !important;
	width: 100%;
	padding-top: 105px;
}*/
#masterslider .ms-slide-layers {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#masterslider .btn {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 6px;
  overflow: visible;
  padding: 13px 15px !important;
  box-sizing: border-box !important;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: background .3s linear, color .3s linear, border .3s linear;
  transition: background .3s linear, color .3s linear, border .3s linear;
  min-width: 197px;
  display: inline-block;
}
#masterslider .btn:hover {
  color: #595959;
}
/*#masterslider .btn:not(:last-child) {
  margin-right: 5.5% !important;
}*/
#masterslider .ms-anim-layers {
  font-size: 0;
  line-height: 0;
}
.master-slider {
  height: 100vh;
  overflow: hidden;
}
.ms-slide-bgvideocont {
  z-index: -2 !important;
}
.ms-slide-bgvideocont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 1;
}
.ms-slide-bgcont {
  z-index: -3 !important;
  height: 100% !important;
}
.ms-slide-bgcont img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: none;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  z-index: -1;
}
.ms-view {
  height: 100vh !important;
  margin: 0 !important;
}
.ms-slide {
  height: 100vh !important;
  max-height: 720px;
}
/* slider block styles */
.slider-block {
  position: relative;
}
.slider-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.slider-block h1 {
  color: #fff;
  font-size: 60px !important;
}
.slider-block h2 {
  color: #fff;
  font-size: 48px !important;
}
.slider-block h3 {
  color: #fff;
  font-size: 38px !important;
}
.slider-block .pos-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #003b5c;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4667;
  padding: 15px 0;
  z-index: 999;
}
.slider-block .pos-block a {
  color: #fff;
}
.slider-block .pos-block a:hover {
  color: #595959;
}
.slider-block .pos-block .container {
  display: block;
  width: auto;
  height: auto;
  padding: 0 3px;
}
.slider-block .pos-block strong {
  font-weight: 900;
}
.slider-block .wrap-content {
  min-width: 188px;
}
.slider-block .wrap-btn {
  padding-top: 7px;
}
.slider-block .wrap-btn .btn {
}
.slider-block .wrap-btn .btn:hover {
  color: #595959;
}
.slider-block .btn-hold {
  margin: 0 0 20px;
}
/* header styles */
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size: 1.6rem;
  padding: 12px 0;
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: -webkit-linear-gradient(bottom, transparent, black);
  background: linear-gradient(to top, transparent, black);*/
  background-color: #353535;
  z-index: -1;
  background-image: url("/images/grad.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 100% 100%;
}
#header.scrolled:before {
  background-color: #fff !important;
  background-image: none;
  transition: background-color 200ms linear;
}
#header.scrolled .logo, .logo.scrolled {
  display: none;
}
#header.scrolled .logo.scrolled {
  display: block;
}
#header.scrolled #nav .opener, #header.scrolled .navicon-holder a {
  color: #353535;
  font-weight: 500;
}
#header.scrolled #nav .nav-drop .navigation.accordion li, #header.scrolled #nav .nav-drop .navigation.accordion li a {
  color: #353535;
  font-weight: 500;
  cursor:pointer;
}
#header.scrolled #nav .nav-drop .navigation.accordion li li a {
  color: #ffffff;
}
#header.scrolled .nav-opener span {
  background: #353535;
}
#header.scrolled .nav-opener:before {
  background: #353535;
}
#header.scrolled .nav-opener:after {
  background: #353535;
}
#header.noImage {
  background: #003b5c;
}
#header .icon-holder {
  margin: 0 -12px;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .icon-holder li {
  padding: 0 12px;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#header .container:before, #header .container:after {
  display: none;
}
/* user icon styles */
.user-icon {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear;
}
.nav-active .user-icon {
  opacity: 1;
  visibility: visible;
}
.search-active #header .search-form {
  opacity: 1;
  visibility: visible;
}
/* active navigation styles */
.nav-active {
  height: 100vh;
  overflow: hidden;
}
/* logo holder styles */
.logo-holder {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 184px;
  -ms-flex-preferred-size: 184px;
  flex-basis: 184px;
  margin-left: 9px;
}
.logo-holder .logo-black {
  display: none;
}
/* logo styles */
.logo {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  display: block;
  max-width: 184px;
  margin: 0 auto;
}
.logo:hover {
  opacity: .8;
}
/* main navigation styles */
#nav {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  max-width: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  padding-top: 0px;
}
/* navigation holder styles */
.nav-drop {
  -webkit-transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
  transition: opacity .3s linear, visibility .3s linear, transform .3s linear;
  transition: opacity .3s linear, visibility .3s linear, transform .3s linear, -webkit-transform .3s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #003B5C;
  /*width: 300px;*/
  padding: 90px 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.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;
}
.nav-opener:hover {
  opacity: .9;
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: #fff;
  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;
}
.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;
}
/* navigation styles */
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation > li {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.navigation > li.navicon-holder {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  position: static;
}
.navigation > li:last-child .slide {
  right: 0;
  left: auto;
}
.navigation > li:hover .slide {
  opacity: 1;
  visibility: visible;
}
.navigation > li.active > a {
  background: #fff;
  color: #000;
}
.navigation a {
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}
.navigation a:hover {
  background: #fff;
  color: #000;
}
.navigation .slide {
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear;
}
.navigation .slide:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 100px;
  right: 0;
  height: 30px;
  background: transparent;
  display: none;
}
.navigation .slide a {
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
  display: block;
  padding: 10px 40px;
}
.nav-drop .opener {
  font-size: 24px;
  font-weight: 300;
}
.nav-drop ul.navigation.accordion li a {
  font-size: 24px;
}
.nav-drop .navigation .slide a {
  font-size: 18px;
}
.navigation .slide a:hover {
  color: #fff;
  background: #595959;
}
.navigation .opener {
  cursor: pointer;
}
/* navigation icon styles */
.navicon-holder a {
  display: inline-block;
  vertical-align: top;
}
#header .search-form {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
  transition: max-height .3s linear;
  z-index: 9999999;
  background: #ffffff;
  height: 100px;
  color: #353535;
}
#header .search-form .form-control {
  height: 100px;
  width: 100%;
  color: #353535;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0px;
  padding-right: 0px;
  overflow: hidden;
  display: block;
  border: none;
  background: #ffffff;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  text-align: right;
  padding-right: 30px;
  border: 0;
  position: absolute;
  right: 20px;
}
#header .search-form .search-opener {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #353535;
  font-weight: 800;
  font-size: 24px;
}
#header .search-opener {
  display:none;
}
.navicon-holder a {
  color: #fff;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.navicon-holder a:hover {
  text-decoration: none;
  color: #595959;
}
.navicon-holder .icon-search {
  font-size: 3rem;
  line-height: 1;
}
.navicon-holder .icon-user-circle-o {
  font-size: 3.1rem;
  line-height: 1;
}
#footer {
  background: #38383b;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  padding: 38px 0 50px;
}
#footer a {
  color: #fff;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
#footer a:hover {
  color: #595959;
  text-decoration: none;
}
#footer .row {
  margin-bottom: 35px;
}
#footer .icon-holder {
  width: 40px;
  height: 40px;
  background: #000;
  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;
  border-radius: 50%;
}
#footer .text-lg {
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: top;
}
#footer .watch-block {
  text-align: center;
}
#footer .watch-block strong {
  font-size: 24px;
  line-height: 1.2;
}
#footer .watch-block .image-holder {
  margin: 0 -7px;
}
.footer-list {
  margin-bottom: 30px;
  display: none;
}
.footer-list li {
  margin-bottom: 12px;
}
.footer-list li:last-child {
  margin-bottom: 0;
}
.footer-list strong {
  font-weight: 900;
}
#footer .play-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% + 24px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-width: 10px !important;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  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;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
#footer .play-icon:hover {
  text-decoration: none;
  border-color: #595959 !important;
  color: #595959;
}
#footer .play-icon span {
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 75%;
  left: calc(50% + 4px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#back2Top {
  width: 50px;
  line-height: 50px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  z-index: 109;
}
#back2Top:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
.campus-list {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 38px;
}
.campus-list li {
  margin-bottom: 18px;
}
.campus-list li:last-child {
  margin-bottom: 0;
}
.campus-list address {
  margin-bottom: 0;
  line-height: 1.5;
}
.campus-list dl {
  margin-bottom: 0;
}
.campus-list dd {
  margin-bottom: 0;
}
.campus-list .h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 4px;
}
.campus-list dt {
  margin-right: 7px;
  position: relative;
}
.campus-list dt:before {
  content: ":";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3px;
}
.campus-list dt, .campus-list dd {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.social-network {
  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;
  margin: 0 -2px;
  padding-top: 30px;
}
.social-network li {
  padding: 0 2px;
  margin-bottom: 2px;
}
.icon-facebook {
  font-size: 18px;
  line-height: 1;
}
.icon-twitter {
  font-size: 23px;
  line-height: 1;
}
.icon-instagram {
  font-size: 23px;
  line-height: 1;
}
.icon-play1 {
  font-size: 20px;
  line-height: 1;
}
.icon-envelope-o {
  font-size: 21px;
  line-height: 1;
}
.copyright-block {
  font-size: 1.5rem;
  line-height: 1.4;
  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-align: center;
  padding: 0;
}
.copyright-block li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
/* intro section styles */
.intro-block {
  position: relative;
  padding-top: 45px;
  margin: 0 -7px;
}
.intro-block .content-holder {
  position: relative;
  z-index: 1;
  padding: 0 7px;
  margin-bottom: 18px;
  width: 100%;
}
.intro-block .bg-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 374px;
  position: relative;
}
.intro-block .bg-holder:before {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  bottom: 0;
  right: 40px;
  background-image: -webkit-linear-gradient(left, transparent, #a2bbd2);
  background-image: linear-gradient(to right, transparent, #a2bbd2);
  display: none;
}
.intro-block .bg-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 40px);
  right: -9999px;
  bottom: 0;
  background: #a2bbd2;
  display: none;
}
.intro-block .bg-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .58) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .58) 50%, rgba(255, 255, 255, 0) 100%);
}
.intro-block .play-icon {
  width: 95px;
  height: 95px;
  position: absolute;
  top: calc(50% + 63px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-width: 12px !important;
  color: #fff;
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  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;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.7);
}
.intro-block .play-icon:hover {
  text-decoration: none;
  border-color: #595959 !important;
  color: #595959;
}
.intro-block .play-icon span {
  font-size: 39px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro-block blockquote {
  line-height: 1.7;
  margin: 0;
}
.intro-block blockquote q {
  display: block;
}
.intro-block blockquote q:before, .intro-block blockquote q:after {
  content: none;
}
.intro-block p {
  margin-bottom: 27px;
}
.order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.info-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 20px;
  width: 100%;
}
.info-block.styles-block .info-content {
  margin: 0 -7px;
}
.info-block .button-holder {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 13px;
}
.info-block .button-holder .btn {
  display: inline-block;
  vertical-align: top;
}
.info-block .info-content {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(145, 145, 145, .2);
}
.info-block .image-holder {
  /*padding-top: 56.8%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;*/
}
.info-block .image-holder img {
  width: 100%;
  border-radius: 5px;
}
.info-block .image-holder img:hover {
  opacity: 0.8;
}
.info-block .text-content {
  /*font-size: 1.6rem;
  font-weight: 400;*/
  line-height: 1.4;
  width: 100%;
  padding: 20px 10px;
}
.info-block .text-content h3 {
  /*font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0;*/
}
.info-block .text-content a {
  color: #434343;
}
.info-block .text-content a.btn {
  /*color: #ffffff;*/
}
.info-block .text-content a:hover {
  color: #05AAC4;
}
.info-block [class^="col-"] {
  margin-bottom: 15px;
}
/*.noPict, .info-block.noPict, .info-block.styles-block.noPict {
  padding-top: 140px !important;
}*/
.title h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #003b5c;
  font-weight: 800;
}
.mediaDiv .title h2 {
  text-align: center;
}
/* side menu styles */
.sidebar-menu {
  list-style: none;
  padding-left: 0;
}
.sidebar-menu a {
    color: #000000;
    background-color: #d9d9d9;
    text-decoration: none;
    padding: 10px 10px;
    min-width: 100%;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
}

.sidebar-menu a:hover {
  background-color: #595959;
  color: #ffffff;
}
.sidebar-menu .parent {
  color: #ffffff;
  background-color: #003b5c;
  padding: 10px 22px;
  display: inline-block;
  margin-bottom: 8px;
  min-width: 100%;
  font-weight: 700;
}
.sidebar-menu .selectedItem a {
  background-color: #595959;
  color: #ffffff;
}
/* map-holder styles */
.tab-holder {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  box-shadow: 0 3px 15px rgba(145, 145, 145, .2);
  padding: 35px 0 45px;
  width: 100%;
}
/* map links styles */
.tab-links {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
.tab-links .tab-link {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #919191;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  position: relative;
  font-weight: 700;
  padding: 15px 10px 15px 55px;
  margin-bottom: 8px;
}
.tab-links .tab-link:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  font-size: 4.1rem;
  line-height: 1;
}
.tab-links .tab-link:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 7px solid #b8b8b8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  -webkit-transition: border-color .3s linear;
  transition: border-color .3s linear;
}
.tab-links .tab-link:hover {
  background: #595959;
}
.tab-links .tab-link:hover:after {
  border-color: #b0cf51;
}
.tab-links .tab-link.active {
  background: #595959;
}
.tab-links .tab-link.active:after {
  border-color: #b0cf51;
}
/* google map styles */
.google-map {
  height: 400px;
  width: 100%;
}
/*google map holder styles */
.google-map-holder .btn-success {
  width: 100%;
  background: #595959;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  border: 0;
}
.gm-ui-hover-effect {
  display: none !important;
}
/* map content holder styles */
.gm-style .gm-style-iw-c {
  width: 280px !important;
  max-width: none !important;
  padding: 16px 12px;
  border-radius: 5px;
  top: -6px;
}
.gm-style .gm-style-iw-d {
  overflow: hidden;
  max-width: none !important;
  overflow-y: auto;
}
.gm-style .gn-style-iw {
  width: 280px !important;
  max-width: none !important;
}
.gm-style .gm-style-iw-t:after {
  top: -6px;
}
.gm-style .gm-svpc {
  display: none !important;
}
/* map text styles */
.map-text {
  font-size: 15px;
  line-height: 1.33;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.map-text .title {
  font-weight: 900;
  color: #003b5c;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
}
.map-text address {
  margin-bottom: 22px;
}
.map-text .opening-time {
  display: block;
  margin-bottom: 22px;
}
.map-text.online-popup {
  width: 268px !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
}
.insta-block {
  padding-top: 5px;
  margin: 0 -7px 27px;
}
.insta-block .title h2 {
  margin-bottom: 15px;
}
.insta-block .img-holder {
  text-align: center;
}
.insta-block .img-holder img {
  width: 100%;
}
/* map holder styles */
.map-holder {
  position: relative;
}
.map-holder > .map-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  display: none;
}
.map-holder > .map-text.active {
  display: block;
}
/* road info block styles */
.road-info {
  box-shadow: 0 15px 20px #f2f2f2;
  text-align: center;
  padding: 40px 0 35px;
}
.road-info h2 {
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1;
  color: #003b5c;
}
.road-info .h4 {
  font-size: 2rem;
  line-height: 1.29;
  font-weight: 700;
  margin-bottom: 0;
}
.road-info p {
  margin-bottom: 20px;
}
.road-info .title {
  margin-bottom: 20px;
  text-align: center;
}
.road-info .content-block {
  font-size: 2rem;
  line-height: 1.29;
}
.road-info .content-block a {
  color: #434343;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.road-info .content-block a:hover {
  text-decoration: none;
  color: #595959;
}
.road-info small {
  font-size: 1.4rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 10px;
}
/* individual info block styles */
.individual-info {
  box-shadow: 0 15px 20px #f2f2f2;
  margin-bottom: 35px;
  padding: 35px 0 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.individual-info p {
  margin-bottom: 10px;
}
.individual-info h2 {
  /*font-size: 2.8rem;
  line-height: 1;
  color: #003b5c;
  margin-bottom: 15px;*/
}
.individual-info h3 {
  /*font-size: 2rem;
  line-height: 1.2;
  color: #003b5c;
  font-weight: 400;*/
}
.individual-info .placeholder-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 88.5%;
  margin: 0 -7px 70px;
  position: relative;
}
.individual-info .text-link {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  font-weight: 700;
  color: #595959;
  margin-bottom: 5px;
}
.individual-info .text-link:hover {
  color: #000;
  text-decoration: none;
}
.individual-info .play-icon {
  width: 89px;
  height: 89px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: calc(100% + -45px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, .6);
  -webkit-transition: color .3s linear, border .3s linear;
  transition: color .3s linear, border .3s linear;
  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;
  box-shadow: 0 0 0 13px #fff;
  border-radius: 50%;
}
.individual-info .play-icon:hover {
  text-decoration: none;
  border-color: #595959 !important;
  color: #595959;
}
.individual-info .caption {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #595959;
  text-align: center;
  margin-bottom: 15px;
}
.individual-info .caption strong {
  font-size: 1.8rem;
  line-height: 1;
}
.individual-info .icon-play1 {
  font-size: 46px;
  line-height: 1;
  margin-left: 9px;
}
/* campus page's carousel overwrite styles */
.campus-slider-block.slider-block h1 {
  font-size: 6rem !important;
  line-height: 1;
}
/*.campus-slider-block #masterslider .ms-anim-layers {
	margin-top: -113px;
	max-width: 890px !important;
	padding-top: 326px;
}*/
.campus-slider-block #masterslider .btn {
  width: 34% !important;
  margin: 25px auto 15px !important;
}
/* description details styles */
.description-left {
  background-color: #595959;
  color: #ffffff;
}
.description-right {
  background-color: #05AAC4;
  color: #ffffff;
}
.description-block {
  position: relative;
  box-shadow: 0 3px 15px rgba(145, 145, 145, .4);
}
.description-block .image-wrapper {
  position: static;
}
.description-block .image-block {
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 -7px;
}
.description-block .social-networks {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.description-block .social-networks .icon-facebook {
  font-size: 2rem;
  line-height: 1;
}
.description-block .social-networks .icon-instagram {
  font-size: 2.1rem;
  line-height: 1;
}
.description-block .social-networks .icon-envelope-o {
  font-size: 1.9rem;
  line-height: 1;
}
.description-block .social-networks li {
  padding: 0 2px;
}
.description-block .social-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #595959;
  border-radius: 50%;
  border: 2px solid #595959;
  -webkit-transition: background .3s linear, color .3s linear;
  transition: background .3s linear, color .3s linear;
}
.description-block .social-networks a:hover {
  text-decoration: none;
  background: transparent;
  color: #595959;
}
.description-block .icon-caret-down {
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  font-size: 24px;
}
.description-block .image-block {
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 67%;
}
.description-block .btn-list, .info-block .btn-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 -4px;
  padding-top: 14px;
}
.description-block .btn-list li, .info-block .btn-list li {
  padding: 0 4px;
  margin-bottom: 5px;
}
.description-block .btn-caret {
  position: relative;
  color: #595959;
}
.description-block .btn-caret:hover {
  color: #000;
}
/* description content styles 
.description-content {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px 0 30px;
}
.description-content p {
  margin-bottom: 10px;
}
.description-content .block-header {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  color: #003b5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.description-content .block-header span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.8rem;
}
.description-content h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #003b5c;
  margin-bottom: 15px;
}*/
/**
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  max-height: 720px !important;
}
.master-slider a {
  -webkit-transition: none;
  transition: none;
}
.master-slider, .master-slider * {
  box-sizing: content-box;
}
.master-slider.ms-fullheight {
  height: 100%;
}
.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}
.ms-layout-partialview .ms-container {
  overflow: hidden;
}
.master-slider img, .ms-slide-bgvideocont video {
  max-width: none;
}
.ms-ie img {
  border: none;
}
.ms-ie8 * {
  opacity: inherit;
  filter: inherit;
}
.ms-ie7 {
  zoom: 1;
}
.ms-moz .ms-slide-bgcont > img {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}
.ms-slide-auto-height {
  display: table;
}
.ms-loading-container .ms-loading, .ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: .9;
}
/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
  cursor: auto !important;
}
.ms-grab-cursor {
  cursor: url(grab.png), move;
}
.ms-grabbing-cursor {
  cursor: url(grabbing.png), move;
}
.ms-ie .ms-grab-cursor {
  cursor: move;
}
.ms-ie .ms-grabbing-cursor {
  cursor: move;
}
.ms-view {
  margin: 0 auto;
  overflow: hidden;
  background: black;
  position: relative;
  -webkit-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.ms-view .ms-slide-container {
  position: relative;
}
.ms-slide {
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}
.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
  max-height: 720px;
}
.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0;
}
.ms-inner-controls-cont, .ms-container {
  position: relative;
  margin: 0 auto;
}
.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer, .ms-overlay-layers .ms-layer {
  position: absolute;
  pointer-events: auto;
}
.ms-layer-mask {
  position: absolute;
  overflow: hidden;
}
.ms-layer-mask .ms-layer {
  position: relative;
}
.ms-slide .ms-slide-layers, .ms-overlay-layers .ms-slide-layers, .ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0;
  pointer-events: none;
}
.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}
.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}
.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(.4px);
  transform: translateZ(.4px);
}
/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/* ------------------------------------------------------------------------------ */
/* Overlayer layers */
.ms-overlay-layers {
  position: absolute;
  top: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}
.ms-btn-container {
  position: absolute;
}
.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}
.ms-default-btn {
  background: #0074a2;
  border-radius: 5px;
  color: #fff;
}
.ms-default-btn:hover {
  background-color: #0098d5;
}
.ms-default-btn:active {
  top: 1px;
}
.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}
.ms-btn-m {
  padding: 12px 40px;
}
.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}
.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}
.ms-btn-round {
  border-radius: 5px;
}
.ms-btn-circle {
  border-radius: 100px;
}
.ms-btn-outline-round {
  border-radius: 5px;
}
.ms-btn-outline-circle {
  border-radius: 100px;
}
/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}
.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 111;
}
.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 112;
}
.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}
.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  font-family: sans-serif;
  font-size: .75em;
  display: inline-block;
  background: url(video-close-btn.png) no-repeat 0 3px;
  padding-left: 15px;
  height: 15px;
  color: #dbdbdb;
  margin-top: 7px;
}
.ms-wk .ms-slide .ms-slide-vcbtn, .ms-wk .ms-slide .ms-slide-layers, .ms-wk .ms-slide .ms-slide-vpbtn, .ms-wk .ms-slide .ms-slide-video, .ms-wk .ms-slide-link {
  -webkit-transform: translateZ(.44px);
  transform: translateZ(.44px);
}
.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}
/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}
.ms-thumb-list.ms-dir-h {
  width: 100%;
}
.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}
.ms-thumbs-cont {
  position: relative;
}
.ms-thumb-frame img {
  width: 100%;
  height: auto;
}
.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: .5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-thumb-frame-selected {
  opacity: 1;
}
.ms-tabs .ms-thumb-frame {
  background-color: #f6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}
.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0;
}
.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
  margin-top: -12px;
}
.ms-tabs .ms-thumb {
  padding: 20px 20px;
}
.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #ededed;
}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #f6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #ededed;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0;
  top: auto;
  border-bottom: 0;
  border-top: solid 12px #f6f6f6;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #ededed;
}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #ededed;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #ededed;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #ededed;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #ededed;
}
/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, .5);
  text-align: center;
  color: white;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  right: 0;
  left: auto;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0;
  display: block;
  border-right-color: #fff;
  width: 6px;
  height: 1px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  left: 7px;
}
/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, .5);
  text-align: center;
  color: white;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  bottom: 0;
  top: auto;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0 5px 5px 5px;
  display: block;
  border-bottom-color: #fff;
  height: 1px;
  top: 5px;
  width: 0;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0 5px;
  border-top-color: #fff;
  top: 7px;
}
.ms-bullet {
  cursor: pointer;
  float: left;
}
.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}
.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}
.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}
.ms-sbar {
  position: absolute;
}
.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}
.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}
.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}
.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}
.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-timerbar {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
.ms-time-bar {
  -webkit-transition: width 120ms linear;
  transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow {
  height: 0;
}
.ms-slide-info {
  position: absolute;
}
.ms-slide-info.ms-dir-v {
  top: 0;
}
.ms-slide-info.ms-dir-h {
  width: 100%;
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}
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;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* 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;
}
/* Styling for Small-Screen Devices */
@media (min-width: 480px) {
  .slider-block .pos-block {
    padding: 12px 25px;
  }
  .media .card-block .card {
    min-width: 428px;
  }
  .card-block {
    padding: 37px 0 47px;
  }
  .card-block .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .card-block .wrap-img {
    margin: 0;
    position: relative;
  }
  .card-block .wrap-text {
  }
  .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);
  }
  .nav-drop {
    width: 400px;
  }
  .intro-block {
    padding-top: 18px;
  }
  .intro-block .play-icon {
    top: calc(50% + 54px);
  }
  /* global mobile on off */
  .goMobile {
    display: none;
  }
  .noMobile {
    display: block;
  }
  .fluid-row {
    clear: both;
    display: table;
    width: 100%;
  }
  .fluid-66 {
    float: left;
    width: 66%;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    display: table-cell;
  }
  .fluid-50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    display: table-cell;
  }
  .fluid-33 {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    display: table-cell;
  }
  .fluid-25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .sidebar-menu a {
  color: #000000;
  background-color: #d9d9d9;
  text-decoration: none;
  padding: 10px 22px;
  min-width: 100%;
  margin-bottom: 8px;
  display: inline-block;
	font-weight: 500;
font-size: 18px;
}
	.d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .__order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .__order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .__font-weight-normal {
    font-weight: 400;
  }
  .container {
    padding: 0 15px;
  }
  #masterslider .ms-layer {
    width: 100% !important;
  }
  #masterslider .ms-text {
    display: block;
  }
  #masterslider img.ms-layer {
    display: block !important;
    margin: -62px 0 0 38.2% !important;
  }
  #masterslider .ms-anim-layers {
    overflow: hidden;
    /*max-width: 645px !important;*/
  }
  /*#masterslider .btn {
    width: 193px !important;
    float: left !important;
    margin: -48px 0 15px !important;
  }
  #masterslider .btn:not(:last-child) {
    margin-right: 1.7% !important;
    margin-left: 20% !important;
  }*/
  .card-block {
    padding: 38px 0 53px;
	  margin-top:50px;
  }
  .card-block .card-list {
    margin: 0 auto 51px;
  }
  .card-block .card-item {
    margin: 0 0 28px;
  }
  .media .inputbutton {
    bottom: -24px;
  }
  .slider-block h1 {
    display: block;
    margin: 0 0 16px;
    font-size: 100px !important;
    line-height: 1.0 !important;
  }
  .slider-block .pos-block br {
    display: none;
  }
  .slider-block .pos-block .container {
    padding: 0 15px;
  }
  .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;
  }
  .user-icon {
    right: 50px;
  }
  .logo-holder {
    margin-left: 0;
  }
  .nav-opener {
    width: 35px;
    height: 30px;
  }
  /*.navicon-holder .search-form {
    width: 150px;
  }*/
  #footer {
    padding: 68px 0 25px;
  }
  #footer .text-lg {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  #footer .watch-block .image-holder {
    margin: 0;
  }
  .footer-list {
    margin-bottom: 0;
  }
  .copyright-block {
    text-align: left;
    padding: 0 22px;
  }
  .intro-block {
    padding-top: 30px;
    margin: 0;
    box-shadow: 0 3px 15px rgba(145, 145, 145, .2);
  }
  /* .intro-block .content-holder {
    width: 50%;
    padding: 0 3px 25px;
    margin-bottom: 0;
  }
  .intro-block .bg-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 46%;
    height: auto;
  }
  .intro-block .bg-holder .overlay {
    background-image: -webkit-linear-gradient(right, transparent, #fff);
    background-image: linear-gradient(to left, transparent, #fff);
    right: auto;
    height: auto;
    bottom: 0;
    width: 140px;
    display: block;
  }*/
  .intro-block .play-icon {
    top: calc(50% + 47px);
    width: 113px;
    height: 113px;
  }
  .intro-block .play-icon span {
    font-size: 48px;
  }
  .order-wrapper {
    margin: 0;
  }
  .info-block {
    box-shadow: 0 3px 15px rgba(145, 145, 145, .2);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 0 35px;
  }
  .info-block.styles-block {
    padding: 80px 0 47px;
  }
  .info-block.styles-block .info-content {
    margin: 0;
  }
  .info-block .title {
    display: none;
  }
  .info-block .button-holder {
    margin-bottom: 0;
  }
  .info-block .image-holder {
    /*padding-top: 56.5%;*/
  }
  .info-block .text-content {
    /*line-height: 1.8;
    padding: 15px 20px 11px;*/
  }
  .info-block .text-content h3 {
    /*font-size: 2.4rem;
    margin-bottom: 3px;*/
  }
  .title h2 {
    margin-bottom: 18px;
  }
  .tab-holder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tab-holder > .title {
    display: none;
  }
  .google-map {
    height: 525px;
  }
  .gm-style .gm-style-iw-c {
    width: 268px !important;
  }
  .insta-block {
    margin: 0;
    margin-bottom: 0;
    padding: 50px 0;
  }
  .insta-block .title {
    display: none;
  }
  .road-info {
    padding: 68px 0 87px;
  }
  .road-info .title {
    margin-bottom: 77px;
  }
  .individual-info {
    text-align: left;
    margin-bottom: 0;
    padding: 50px 0 30px;
  }
  .individual-info h2 {
    /*font-size: 3.3rem;*/
  }
  .individual-info .placeholder-block {
    margin: 0 0 55px;
  }
  .individual-info .text-link {
    margin-bottom: 12px;
  }
  .individual-info .caption {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .campus-slider-block #masterslider .btn {
    width: 21.8% !important;
    margin: 43px 0 15px 40.1% !important;
  }
  .description-block .image-block {
    margin: 0;
  }
  .description-block .social-networks .icon-facebook {
    font-size: 2.5rem;
  }
  .description-block .social-networks .icon-instagram {
    font-size: 2.6rem;
  }
  .description-block .social-networks .icon-envelope-o {
    font-size: 2.4rem;
  }
  .description-block .social-networks a {
    width: 42px;
    height: 42px;
  }
  .description-block .image-block {
    position: absolute;
    bottom: 0;
    right: calc(50% + 14px);
    padding-top: 0;
  }
  .description-block .image-block.image-right {
    left: calc(50% + 14px);
    right: 0;
  }
  .description-block .btn-caret {
    padding: 13px 38px 13px 15px;
  }
  .description-content {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  /*#masterslider .ms-anim-layers {
		padding-bottom: 30px;
		padding-top: 218px;
	}*/
  .master-slider {
    max-height: 720px !important;
  }
  .ms-view {
    max-height: 720px !important;
  }
  .ms-slide {
    max-height: 720px !important;
  }
  .slider-block h1 {
    margin: 0;
    font-size: 103px !important;
  }
  .slider-block .wrap-content {
    margin: 0 0 32px;
  }
  .user-icon {
    top: 36px;
  }
  .logo-holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 208px;
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px;
  }
  .logo {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .nav-opener {
    width: 33px;
    height: 30px;
  }
  .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;
  }
  #footer .row {
    margin-bottom: 150px;
  }
  .footer-list {
    display: block;
  }
  .campus-list {
    margin-bottom: 0;
  }
  .social-network {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .intro-block {
    overflow: hidden;
    padding: 50px 0;
  }
  .intro-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-holder {
    /*padding: 95px 0 100px;*/
  }
  .mediaDiv .title h2 {
    font-size: 4.4rem;
    margin-bottom: 40px;
  }
  .title h2 {
    font-size: 4.4rem;
    margin-bottom: 40px;
  }
  .road-info h2 {
    font-size: 4.4rem;
  }
  .road-info .h4 {
    font-size: 2.8rem;
  }
  .road-info small {
    font-size: 1.8rem;
  }
  .individual-info {
    font-size: 1.8rem;
    line-height: 1.8889;
    padding: 86px 0 69px;
  }
  .individual-info h2 {
    /*font-size: 4.4rem;
    margin-bottom: 10px;*/
  }
  .individual-info h3 {
    /*font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 33px;*/
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 18px 0;
    background-image: url('/MediaPlayer/images/bkgg.jpg');
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
}
  #header::before {
    position: absolute;
    background: -webkit-linear-gradient(bottom, transparent, black);
    background: linear-gradient(to top, transparent, black);
}
  #header .icon-holder {
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 33px;
  }
  .user-icon {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  #nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
  }
  .nav-drop {
    position: static;
    background: none;
    width: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
  }
  .nav-active .nav-drop {
    overflow-y: visible;
  }
  .nav-opener {
    display: none;
  }
  .navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -16px;
  }
  .navigation > li {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 10px;
    width: auto;
  }
  .navigation a {
    padding: 0;
  }
  .navigation a:hover {
    background: none;
    color: #595959;
  }
  .navigation .slide {
    background: rgba(0, 0, 0, .7);
    width: 220px;
    position: absolute;
    top: 27px;
    right: 0;
    padding: 11px 0;
    opacity: 0;
    visibility: hidden;
	text-align: right;
  }
  .card-block .card-list {
    margin: 0 -15px 20px;
  }
  .navigation .slide:before {
    display: block;
  }
  .navigation .slide a {
    padding: 3px 17px;
    font-size: 16px;
    line-height: 1.2;
  }
  .nav-drop ul.navigation.accordion li a {
    font-size: 16px;
  }
  .navicon-holder {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .nav-drop .opener {
    font-size: inherit;
    font-weight: inherit;
  }
  .nav-drop .navigation .slide a {
    font-size: inherit;
  }
  .intro-block .bg-holder .overlay {
    width: 270px;
  }
  .intro-block .play-icon {
    top: calc(50% + 50px);
    left: 30%;
  }
  .intro-block p {
    margin-bottom: 35px;
  }
  .info-block {
    padding: 84px 0 64px;
  }
  .insta-block {
    padding: 100px 0 105px;
  }
  .road-info p {
    margin-bottom: 40px;
  }
  .road-info .content-block {
    font-size: 2.8rem;
  }
  .individual-info .caption {
    font-size: 1.8rem;
    line-height: 1.89;
  }
  .campus-slider-block.slider-block h1 {
    font-size: 8.8rem !important;
  }
  .description-block .btn-list, .info-block .btn-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .description-content {
    font-size: 1.8rem;
    line-height: 1.8889;
    padding: 88px 0 112px;
  }
  .description-content h3 {
    margin-bottom: 35px;
  }
}
@media (min-width: 1500px) {
  .card-block .sub-container {
    max-width: 1340px;
  }
  .card-block .card-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  #masterslider .ms-slide-layers {
    width: 100%;
  }
  .same-height {
    height: auto !important;
  }
}
@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);
  }
}
@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;
  }
}
@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;
  }
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}