@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.player_mobile, .nav_top_mobile
{
    display:none;    
    
}

/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.slower {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.slowest {
  animation-duration: 3s;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: .25s;
}
.delay-500 {
  animation-delay: .5s;
}
.delay-750 {
  animation-delay: .75s;
}
.delay-1000 {
  animation-delay: 1.0s;
}
.delay-1250 {
  animation-delay: 1.25s;
}
.delay-1500 {
  animation-delay: 1.5s;
}
.delay-1750 {
  animation-delay: 1.75s;
}
.delay-2000 {
  animation-delay: 2.0s;
}
.delay-2500 {
  animation-delay: 2.5s;
}
.delay-2000 {
  animation-delay: 2.0s;
}
.delay-2500 {
  animation-delay: 2.5s;
}
.delay-3000 {
  animation-delay: 3.0s;
}
.delay-3500 {
  animation-delay: 3.5s;
}

.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
  opacity: 0;
  transform: translateX(400px);
}
.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
  opacity: 0;
  transform: translateX(400px);
}

.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
  opacity: 0;
}

.lightSpeedInRight,
.lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px);
}

/***********
* bounceIn *
************/

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn.go {
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.bounceInRight.go {
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInUp.go {
  animation-name: bounceInUp;
}


/******************
* Bounce in down *
*******************/

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInDown.go {
  animation-name: bounceInDown;
}


/**********
* Fade In *
**********/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.go {
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@keyframes growIn {
  0% {
    transform: scale(.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  transform: scale(.2);
  opacity: 0;
}
.growIn.go {
  animation-name: growIn;
}

/********
* Shake *
********/
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake.go {
  animation-name: shake;
}

/********
* ShakeUp *
********/
@keyframes shakeUp {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px);
}
.fadeInLeft.go {
  animation-name: fadeInLeft;
}


/*************
* FadeInRight *
*************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  transform: translateX(400px);
}
.fadeInRight.go {
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(400px);
}
.fadeInUp.go {
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-400px);
}
.fadeInDown.go {
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  transform-origin: top center;
  animation-name: swing;
}

/*******
* tada *
********/
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  animation-name: tada;
}

/*********
* wobble *
**********/
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  animation-name: wobble;
}

/********
* pulse *
*********/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}


/*******
* Flip *
*******/
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
          backface-visibility: visible !important;
          animation-name: flip;
}

/**********
* flipInX *
**********/
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          backface-visibility: visible !important;
          animation-name: flipInX;
}

/**********
* flipInY *
**********/
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          backface-visibility: visible !important;
          animation-name: flipInY;
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(.3);
  }
}
.bounceOut.goAway {
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  animation-name: bounceOutDown;
}


/************
* bounceOutLeft *
*************/
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
          animation-name: flipOutX;
          backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          backface-visibility: visible !important;
          animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}


/************
* lightSpeedOutLeft *
*************/
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  animation-name: rotateOut;
}


/************
* rotateOutUpLeft *
*************/
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  animation-name: rollOut;
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}
.fadeInUpShort.go {
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px);
}
.fadeInDownShort.go {
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}
.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}
.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1042;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1043;
  overflow: scroll;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.mfp-container {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Magnific Popup fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .45s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  text-align: center;
  opacity: 0;
  transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Magnific Popup zoom */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all .45s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  background: rgba(0, 149, 218, 0.8);
  opacity: 1;
}
.mfp-preloader {
  color: #fff;
}
.mfp-preloader a {
  color: #fff;
}
.mfp-preloader .fa {
  font-size: 50px;
}
.mfp-close-btn-in .mfp-close {
  width: 42px;
  height: 42px;
  background: #9fddf9;
  transition: all 0.4s linear;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 12px;
}
.mfp-close-btn-in .mfp-close:before {
  height: 42px;
  color: #fff;
  font: 22px FontAwesome;
  content: "\f00d";
  line-height: 40px;
  display: block;
}
.mfp-close-btn-in .mfp-close:active {
  top: 12px;
}
.mfp-close-btn-in .mfp-close:hover {
  background: #0095da;
}
.mfp-content {
  padding: 10px 0;
}
.news_item {
  width: 100%;
  max-width: 1022px;
  text-align: left;
  background: #fff;
  position: relative;
  padding: 28px 34px;
  margin: 0 auto;
}
.news_item__date {
  font: 18px/1.2 "Open Sans", sans-serif;
  padding: 0 0 24px 0;
  display: block;
}
.news_item__date_color {
  color: #0095da;
}
.news_item__headline {
  color: #1a4889;
  font: bold 28px/1.2 "Open Sans", sans-serif;
  padding: 0 0 40px 0;
}
.news_item__video_wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 47px auto;
}
.news_item__video {
  height: 0;
  padding: 0 0 56.25% 0;
  position: relative;
}
.news_item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_item p {
  font: 14px/1.74 "Open Sans", sans-serif;
  padding: 0 0 20px 0;
}

.cookie_notice {
  padding: 20px;
  background: #f1f3f3;
  color: #58595b;
  font-size: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  display: none;
}
.cookie_notice .wraper {
    max-width: 100%;
}
.cookie_notice p {
  padding: 0 10px;
  line-height: 1.5;
  font-size: 14px;
}
.cookie_notice a {
  color: #1a4889;
  text-decoration: underline;
}
.cookie_notice button {
  height: 27px;
  color: #fff;
  font: 13px 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .5s linear;
  background: #1a4889;
  border: 0;
  padding: 0 15px;
  display: inline-block;
  float: right;
  margin-top: 7px;
  border-radius: 8px;
  cursor: pointer;
}
.cookie_notice button:hover {
  background: #0095da;
}
.cookie_notice * {
	transition: none !important;
}
.cookie_notice a:hover{
    text-decoration: none;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.container-gdpr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #eee;
}
.container-gdpr:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-gdpr input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-gdpr input:checked ~ .checkmark:after {
  display: block;
}
.container-gdpr .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.f-gdpr{
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
}

@media (max-width: 767px) {
  .news_item {
    padding: 28px 15px;
  }
  .news_item__headline {
    font: bold 22px/1.2 "Open Sans", sans-serif;
    padding: 0 0 20px 0;
  }
  .news_item__video_wrapper {
    margin: 0 auto 20px auto;
  }
}
/*! jQuery UI - v1.12.1 - 2017-12-04
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img,
fieldset {
  border: 0;
}
img {
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
a {
  color: #0095da;
  text-decoration: none;
  transition: all 0.4s linear;
}
a:hover {
  text-decoration: underline;
}
iframe {
  border: none;
}
body {
  height: 100%;
  color: #191919;
  font: 16px/1.3 "Open Sans", sans-serif;
  background-color: #caf0ff !important;
}
.wrapper {
  overflow: hidden;
  display: block;
}
.main {
  width: 1240px;
  margin: 0 auto;
}
.app_links {
  position: absolute;
  right: 0;
  top: 120px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  z-index: 5;
  width: auto;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.app_links__bg {
  background: #1a4889;
  padding: 19px 24px 19px 20px;
  display: inline-block;
}
.app_links__container {
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 0 13px;
  white-space: nowrap;
}
.app_links__container span {
  float: left;
  line-height: 38px;
}
.apps_close_btn {
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  display: none;
}
.side_url {
  padding: 8px 5px;
  z-index: 9;
  float: left;
}
.side_url#iphone {
  padding: 6px 5px 8px;
}
.header {
  height: 124px;
  background: rgba(255, 255, 255, 0.7);
}
.site-logo {
  margin: 11px 0 0 35px;
  float: left;
}
.site-logo img {
  width: 240px;
}
.marquee {
  float: left;
  width: calc(100% - 930px);
  margin: 41px 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.marquee__text {
  padding-right: 100px;
  font: 18px/36px "Open Sans", sans-serif;
  color: #0095da;
  display: inline-block;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% { transform: translateX(0);}
  100% { transform: translateX(-100%);}
}
.nav_top {
  margin: 41px 0 0 0;
  float: right;
}
.nav_top__items {
  color: #0095da;
  font: 18px/36px "Open Sans", sans-serif;
  margin: 0 0 0 24px;
  position: relative;
  float: left;
}
a.nav_top__links {
  color: #0095da;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 52px;
  position: relative;
  float: left;
}
a.nav_top__links:hover {
  color: #1a4889;
}
.nav_top__circle {
  width: 37px;
  height: 37px;
  color: #fff;
  font: bold 13px/36px "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #0095da;
  transition: all 0.4s linear;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.nav_top__circle .fa-phone,
.nav_top__circle .fa-facebook {
  font-size: 16px;
  line-height: 38px;
}
.nav_top ul {
  float: left;
}
.social {
  margin-left: 50px;
}
.social__items {
  height: 38px;
  display: inline-block;
  margin-left: 5px;
}
.social__items a.nav_top__links {
  padding: 0 0 0 38px;
}
.social__items .fa {
  font-size: 23px;
  line-height: 38px;
}
a.nav_top__links:hover .nav_top__circle {
  background: #1a4889;
}
a.nav_toggle {
  color: #0095da;
  font: bold 18px/36px "Open Sans", sans-serif;
  text-decoration: none;
  padding: 0 0 0 38px;
  margin: 41px 45px 0 70px;
  position: relative;
  float: right;
}
a.nav_toggle:hover {
  color: #1a4889;
}
a.nav_toggle img {
  position: absolute;
  left: 0;
  bottom: 11px;
}
.nav {
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.nav.open {
  visibility: visible;
}
.nav__close_bg {
  width: 0;
  transition: all 0.4s linear;
  background: rgba(0, 149, 218, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
.nav.open .nav__close_bg {
  width: 100%;
}
.nav__holder {
  width: 310px;
  height: 100%;
  font: bold 18px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
  background: #052644;
  transition: all 0.4s linear;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  right: -320px;
}
.nav.open .nav__holder {
  right: 0;
}
a.nav__close {
  height: 124px;
  color: #0095da;
  line-height: 118px;
  text-align: center;
  text-decoration: none;
  background: #04375c;
  margin: 0 0 1px 0;
  display: block;
}
a.nav__close:hover {
  color: #fff;
}
.nav__close_txt {
  padding: 0 36px 0 0;
  position: relative;
  display: inline-block;
}
.nav__close_txt img {
  position: absolute;
  top: 48px;
  right: 0;
}
.nav__list_items {
  margin: 0 0 1px 0;
}
.nav__list_items.sub_open {
  margin: 0;
}
a.nav__list_links {
  color: #0095da;
  text-decoration: none;
  padding: 21px 10px 22px 25px;
  position: relative;
  display: block;
}
a.nav__list_links:hover,
a.nav__list_links.active,
.sub_open a.nav__list_links {
  color: #fff;
  background: #04375c;
}
a.nav__list_links.drop {
  padding-right: 35px;
}
a.nav__list_links.drop:before {
  font: 22px FontAwesome;
  content: "\f107";
  transition: all 0.4s linear;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
}
.sub_open a.nav__list_links.drop:before {
  transform: rotate(180deg);
}
.nav__list_drop {
  max-height: 0;
  transition: all 0.4s linear;
  border-bottom: 1px solid #0095da;
  visibility: hidden;
  overflow: hidden;
  position: relative;
}
.sub_open .nav__list_drop {
  max-height: 100vh;
  visibility: visible;
  overflow: visible;
}
.nav__list_drop_items {
  margin: 1px 0 0 0;
}
a.nav__list_drop_links {
  font: bold 16px/1.2 "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 10px 10px 35px;
  display: block;
}
a.nav__list_drop_links:hover,
a.nav__list_drop_links.active {
  color: #fff;
  background: #04375c;
}
.body h1 {
  color: #0095da;
  font: bold 36px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 0 0 26px 0;
}
.home_slider_wrapper,
.inner_top_image {
  width: 100%;
  margin: 31px 0 51px 0px;
  position: relative;
  overflow: hidden;
  float: left;
}
.home_slider_wrapper img,
.inner_top_image img {
  width: 700px;
  height: auto;
}
.home_slider_wrapper {
  max-width: 800px;
}
.inner_top_image {
  max-width: 700px;
}
.home_slider {
  width: 100%;
  float: left;
}
.home_slider__panel {
  padding: 0 100px 0 0;
  position: relative;
}
.home_slider__promo {
  max-width: 500px;
  color: #fff;
  background: rgba(0, 149, 218, 0.8);
  padding: 20px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
.home_slider__promo_txt {
  font: 22px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  display: block;
}
.home_slider__promo_headline {
  font: bold 30px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
}
.home_slider .slick-arrow {
  width: 44px;
  height: 44px;
  background: #fff;
  transition: all 0.4s linear;
  border: none;
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  z-index: 1;
}
.home_slider .slick-arrow.slick-prev {
  left: 50px;
}
.home_slider .slick-arrow.slick-prev .fa {
  padding: 0 5px 0 0;
}
.home_slider .slick-arrow.slick-next {
  left: 106px;
}
.home_slider .slick-arrow.slick-next .fa {
  padding: 0 0 0 5px;
}
.home_slider .slick-arrow .fa:before {
  font-size: 38px;
  line-height: 30px;
}
.home_slider .slick-arrow:hover {
  color: #fff;
  background: #0095da;
}
.home_slider_progress {
  padding: 4px 100px 0 0;
  clear: both;
  display: block;
}
.home_slider_progress .progress {
  height: 8px;
  background: #0095da;
  float: left;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.big_play_wrapper {
  float: right;
}
.big_play {
  width: 246px;
  height: 246px;
  text-align: center;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 117px 148px 0 0;
  position: relative;
  float: right;
}
.big_play__txt {
  color: #1a4889;
  font: bold 16px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
  display: none;
}
.big_play__circle_1 {
  width: 200px;
  height: 200px;
  background: #0095da;
  border-radius: 50%;
  animation: rotating 5s linear infinite;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
}
.big_play__circle_2 {
  width: 194px;
  height: 194px;
  background: url(../img/big_play_txt.svg) no-repeat #0095da center center;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 97px);
  left: calc(50% - 97px);
}
.big_play__circle_2--date {
  background: url(../img/pasirink_data.svg) no-repeat #0095da center center;
}
.big_play__circle_2:before {
  width: 118px;
  height: 118px;
  content: "";
  background: #9fddf9;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 59px);
  left: calc(50% - 59px);
}
.big_play__calendar {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 30px);
  background: none;
  border: none;
}
.big_play .fa {
  color: #fff;
  font-size: 76px;
  line-height: 246px;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.big_play:hover .fa {
  color: #1a4889;
}
.home_columns {
  padding: 0 0 14px 0;
  margin: 0 -18px;
  clear: both;
}
.home_columns__items {
  width: 33.333%;
  padding: 0 18px 36px 18px;
  float: left;
}
.home_columns__items .animated {
  transition: all 0.4s linear;
}
.home_columns__items:hover .animated {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.31);
}
a.home_columns__links {
  text-decoration: none;
  display: block;
}
.home_columns__headline {
  color: #fff;
  font: bold 22px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
  background: #0095da;
  transition: all 0.4s linear;
  padding: 10px 25px;
  position: absolute;
  left: 0;
  bottom: 27px;
}
a.home_columns__links:hover .home_columns__headline {
  background: #1a4889;
}
.home_columns__image {
  position: relative;
  display: block;
}
.home_columns__image img {
  width: 100%;
}
.home_columns__event_headline {
  color: #1a4889;
  text-transform: uppercase;
  font-size: 24;
  font-weight: bold;
}
.home_columns__txt_box {
  background: #fff;
  padding: 11px 122px 14px 26px;
  overflow: hidden;
  position: relative;
  display: block;
}
.home_columns__txt_box--event {
  padding: 11px 26px 112px;
}
.home_columns__event_txt {
  color: #0095da;
  font-size: 14px;
  padding-top: 30px;
  display: none;
}
.show_text .home_columns__event_txt  {
  display: block;
}
.show_text .more {
  display: none;
}
.less {
  display: none;
}
.show_text .less {
  display: inline-block;
}
.event_text_toggle:hover .home_columns__circle:before {
  background: #1a4889;
}
.home_columns__event_date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0095da;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 25px;
  color: #fff;
}
.home_columns__name {
  color: #1a4889;
  font: bold 24px/1.26 "Open Sans", sans-serif;
  padding: 0 0 10px 0;
}
.home_columns__txt {
  color: #0095da;
  font: 14px/1.24 "Open Sans", sans-serif;
  padding: 0 0 16px 0;
  display: block;
}
.home_columns__circle {
  width: 242px;
  height: 242px;
  background: #99dbf9;
  border-radius: 50%;
  position: absolute;
  right: -115px;
  bottom: -132px;
}
.home_columns__circle:before {
  width: 193px;
  height: 193px;
  content: "";
  transition: all 0.4s linear;
  background: #0095da;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: 12px;
}
.home_columns__circle_txt {
  width: 115px;
  color: #fff;
  font: bold 14px/1.2 "Open Sans", sans-serif;
  text-align: center;
  padding: 40px 0 0 12px;
  position: absolute;
  top: 24px;
  left: 12px;
}
.events .events__title {
  padding: 50px 0 20px;
  float: left;
  max-width: 55%;
}
.events__txt {
  background: #0095da;
  color: #fff;
  font-size: 22px;
  padding: 30px 25px;
  width: 606px;
  float: left;
  clear: left;
  margin-bottom: 40px;
}
.events__txt--small {
  margin-top: -30px;
  font-size: 16px;
  padding: 20px 25px;
  display: none;
}
.display_all {
  float: right;
  border: 2px solid #fff;
  background: transparent;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}
.big_play--events .big_play {
  margin: 50px 148px 40px 0;
}
a.home_columns__links:hover .home_columns__circle:before {
  background: #1a4889;
}
.banner__box {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.banner__container img{
  max-width: 100%;
}
.news {
  clear: both;
  display: block;
}
.news__list {
  padding: 0 0 38px 0;
  flex-wrap: wrap;
  display: flex;
}
.news__list_items {
  width: 50%;
  padding: 0 0 35px 0;
  display: flex;
}
.news__list_image {
  width: 50%;
  max-width: 310px;
  padding: 0 7px 0 0;
  position: relative;
  z-index: 1;
  flex-flow: column nowrap;
  display: flex;
}
.news__list_image img {
  width: 100%;
}
a.news__list_audio {
  width: 70px;
  height: 70px;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 35px);
  right: -28px;
}
a.news__list_audio .fa {
  transition: all 0.4s linear;
}
a.news__list_audio .fa:before {
  font-size: 70px;
  line-height: 1;
}
a.news__list_audio:hover .fa {
  color: #28a7e1;
}
.news__list_box {
  width: 50%;
  padding: 0 35px 0 55px;
  justify-content: center;
  flex-flow: column nowrap;
  display: flex;
}
.news__list_date {
  font: 12px/1.2 "Open Sans", sans-serif;
  padding: 0 0 5px 0;
  display: block;
}
.news__list_color {
  color: #0095da;
}
.news__list_url {
  color: #1a4889;
  font: bold 16px/1.2 "Open Sans", sans-serif;
  display: inline-block;
}
a.news__list_url {
  text-decoration: none;
}
a.news__list_url:hover {
  color: #0095da;
}
.breadcrumb {
  margin: 0 0 10px 0;
}
.breadcrumb__items {
  color: #0095da;
  font: 14px/1.2 "Open Sans", sans-serif;
  padding: 0 0 6px 0;
  float: left;
}
.breadcrumb__items:before {
  content: "/";
  padding: 0 10px;
  float: left;
}
.breadcrumb__items:first-child:before {
  display: none;
}
.breadcrumb__links {
  color: #0095da;
  float: left;
}
.main_container {
  background: #fff;
}
.main_container--tight {
  width: 65%;
  float: right;
}
.content {
  width: 65%;
  padding: 40px 36px;
  float: right;
}
.content--wide {
  width: 100%;
}
.main_container--tight .content {
  width: 100%;
}
.content h2 {
  color: #1a4889;
  font: bold 18px/1.2 "Open Sans", sans-serif;
  padding: 0 0 27px 0;
}
.content h3 {
  color: #1a4889;
  font: bold 15px/1.2 "Open Sans", sans-serif;
  padding: 0 0 27px 0;
}
.content p {
  font: 14px/1.72 "Open Sans", sans-serif;
  padding: 0 0 24px 0;
}
.content ul:not([class]) {
  font: 14px/1.72 "Open Sans", sans-serif;
  padding: 0 0 19px 0;
  flex-flow: column nowrap;
  display: flex;
}
.content ul:not([class]) li {
  padding: 0 0 5px 20px;
  position: relative;
  display: block;
}
.content ul:not([class]) li:before {
  width: 6px;
  height: 6px;
  content: "";
  background: #1a4889;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.content ul:not([class]) li ul {
  padding: 5px 0 0 0;
  margin: 0 0 -5px 0;
}
.content ol:not([class]) {
  font: 14px/1.72 "Open Sans", sans-serif;
  counter-reset: li;
  padding: 0 0 19px 0;
  flex-flow: column nowrap;
  display: flex;
}
.content ol:not([class]) li {
  padding: 0 0 5px 20px;
  position: relative;
}
.content ol:not([class]) li:before {
  color: #1a4889;
  font-weight: bold;
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 1px;
}
.content ol:not([class]) li ol {
  padding: 5px 0 0 0;
  margin: 0 0 -5px 0;
}
.content ol:not([class]) li ol li {
  padding: 0 0 5px 32px;
}
.content ol:not([class]) li ol li:before {
  content: counters(li, ".") ". ";
}
.content .img_left {
  max-width: calc(50% - 30px);
  margin: 6px 30px 20px 0;
  float: left;
}
.content .img_right {
  max-width: calc(50% - 30px);
  margin: 6px 0 20px 30px;
  float: right;
}
.content .table-responsive {
  clear: both;
  overflow-x: auto;
  margin: 0 0 20px 0;
}
.content table {
  width: 100%;
  border-top: 1px solid #1a4889;
  border-right: 1px solid #1a4889;
}
.content table th {
  font: bold 14px/1.2 "Open Sans", sans-serif;
  text-align: left;
  border-left: 1px solid #1a4889;
  border-bottom: 1px solid #1a4889;
  padding: 15px 8px;
}
.content table td {
  font: 14px/1.2 "Open Sans", sans-serif;
  border-left: 1px solid #1a4889;
  border-bottom: 1px solid #1a4889;
  padding: 8px;
}
.sidebar {
  width: 31%;
  float: left;
}
.sub_nav {
  border: 3px solid #0095da;
  padding: 30px 20px 30px 36px;
  position: relative;
}
.sub_nav:after {
  width: 52px;
  height: 52px;
  color: #fff;
  font: 24px/52px FontAwesome;
  text-align: center;
  content: "\f004";
  background: #9fddf9;
  transition: all 0.4s linear;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  bottom: -26px;
}
.sub_nav:hover:after {
  color: #1a4889;
}
.sub_nav__items {
  padding: 10px 0;
  display: block;
}
a.sub_nav__links {
  color: #1a4889;
  font: bold 18px/1.2 "Open Sans", sans-serif;
  text-decoration: none;
  padding: 10px 0 10px 35px;
  position: relative;
  display: block;
}
a.sub_nav__links:before {
  color: #0095da;
  font: 40px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  top: 0;
  left: 0;
}
a.sub_nav__links:hover,
a.sub_nav__links.active {
  color: #0095da;
}
.show_desc img {
  width: 100%;
}
.show_desc h3 {
  color: #1a4889;
  font: bold 24px/1.26 "Open Sans", sans-serif;
  word-spacing: 100vw;
  text-transform: uppercase;
  padding: 11px 0 14px 26px;
}
.show_desc__shedule {
  padding: 11px 15px 6px 26px;
  display: table;
}
.show_desc__shedule_items {
  color: #0095da;
  font: bold 14px/1.2 "Open Sans", sans-serif;
  display: table-row;
}
.show_desc__shedule_column {
  padding: 0 0 14px 0;
  display: table-cell;
}
.show_desc__shedule_column:first-child {
  padding-right: 5px;
}
.share {
  display: inline-block;
}
.main_container .share {
  border-top: 3px solid #1a4889;
  padding: 35px 36px;
  clear: both;
  display: block;
}
.share__items {
  font: 14px/56px "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 12px 0 0;
  float: left;
}
.share__links {
  width: 56px;
  height: 56px;
  color: #191919;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  border: 2px solid #0095da;
  float: left;
}
.share__links:hover {
  color: #0095da;
}
.pages {
  padding: 0 0 10px 0;
}
.pages__items {
  color: #0095da;
  font: bold 14px/36px "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  float: left;
}
.pages__items:first-child {
  margin-right: 20px;
}
a.pages__links {
  width: 36px;
  height: 36px;
  color: #0095da;
  text-align: center;
  text-decoration: none;
  float: left;
}
a.pages__links.active {
  background: #fff;
}
.playlist {
  text-align: center;
  background: #fff;
  padding: 35px 0 25px 0;
}
.playlist h2 {
  color: #1a4889;
  font: bold 36px/1.2 "Open Sans", sans-serif;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 44px 0;
}
.playlist__list {
  padding: 0 0 20px 0;
}
.playlist__list_items {
  width: 50%;
  text-align: left;
  padding: 0 25px 29px 25px;
  float: left;
}
a.playlist__list_links {
  width: 100%;
  color: #1a4889;
  text-decoration: none;
  position: relative;
  float: left;
}
a.playlist__list_links .fa {
  font-size: 28px;
  background: #fff;
  padding: 0 0 0 10px;
  margin: -5px 0 0 0;
  position: relative;
  z-index: 1;
  float: right;
}
a.playlist__list_links:hover {
  color: #0095da;
}
a.playlist__list_links:before {
  width: 100%;
  height: 1px;
  content: "";
  background: #ececec;
  position: absolute;
  top: 10px;
  left: 0;
}
.playlist__list_txt {
  max-width: calc(100% - 38px);
  font: 16px/1.2 "Open Sans", sans-serif;
  background: #fff;
  padding: 0 10px 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
}
a.playlist__url_all {
  color: #1a4889;
  font: bold 14px/1.2 "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
a.playlist__url_all:hover {
  color: #0095da;
}
.footer {
  color: #fff;
  font: 14px/1.2 "Open Sans", sans-serif;
  padding: 50px 0 42px 0;
}
.footer__bottom {
  background: #1a4889;
  padding: 38px 44px 24px 44px;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer__copy {
  background: #052644;
  padding: 24px 44px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #0095da;
}
.contact_list__items {
  padding: 0 0 13px 0;
  display: block;
}
a.contact_list__links {
  line-height: 1.4;
  text-decoration: none;
  padding: 0 0 0 32px;
  position: relative;
  display: inline-block;
}
a.contact_list__links .fa {
  width: 18px;
  text-align: center;
  position: absolute;
  left: 0;
}
a.contact_list__links .fa-phone {
  font-size: 20px;
  top: 0;
}
a.contact_list__links .fa-envelope {
  font-size: 16px;
  top: 1px;
}
a.contact_list__links .fa-map-marker {
  font-size: 22px;
  top: 0;
}
a.contact_list__links .fa-facebook {
  font-size: 20px;
  top: 0;
}
.bottom_contacts {
  width: 259px;
  height: 371px;
  background-color: #7691b8;
  padding: 36px 10px 41px;
}
.bottom_elements {
  margin-top: 30px;
}
.bottom_elements__url_download {
  line-height: 1.4;
  padding: 0 0 0 32px;
  margin-top: 32px;
  position: relative;
}
.bottom_elements__url_download .fa {
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
.fb-page {
  border: 2px solid #7691b8;
  width: 259px;
  height: 371px;
  font-size: 0;  
  margin-bottom: 20px;
}
.instafeed {
  width: 259px;
  height: 371px;
  border: 2px solid #7691b8;
  margin-bottom: 20px;
  background: #fff;
}
.instafeed__logo {
  height: 35px;
  text-align: center;
}
.instafeed__logo img {
  height: 35px;
  width: auto;
  display: inline-block;
}
.instafeed__list {
  width: 100%;
  height: calc(100% - 36px);
}
.instafeed__item {
  float: left;
  padding: 1px;
  width: 33.333%;
  height: 25%;
  overflow: hidden;
}
.instafeed__item img {
  width: 100%;
}
.bottom_elements__url_member {
  margin: 35px 0 0 0;
  clear: both;
  float: left;
}
.bottom_elements__url_member_txt {
  max-width: 100px;
  text-align: right;
  text-transform: uppercase;
  padding: 15px 12px 0 0;
  float: left;
}

input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}
input:not([type=checkbox]):not([type=radio]):focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* FOCUS WebKit, Blink, Edge */
  color: transparent;
}
input:not([type=checkbox]):not([type=radio]):focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* FOCUS Mozilla Firefox 19+ */
  color: transparent;
}
input:not([type=checkbox]):not([type=radio]):focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  /* FOCUS Internet Explorer 10-11 */
  color: transparent;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.clearfix:after,
.clear {
  height: 0;
  content: "";
  clear: both;
  display: table;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}
#calendar {
  display: inline-block;
  width: 100%;
  max-width: 370px;
}
#calendar .ui-datepicker {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #0095da;
  padding: 0 20px 20px;
  width: 100%;
}
#calendar .ui-datepicker-header {
  background: #99dbf9;
  border: none;
  border-radius: 0;
  color: #487db1;
  font-size: 24px;
  margin: 0 -20px;
}
#calendar .ui-datepicker th {
  color: #fff;
  font-weight: normal;
}
#calendar .ui-datepicker td a{
  background: #0095da;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: block;
  height: 42px;
  width: 42px;
  padding: 12px;
}
#calendar .ui-datepicker td .ui-state-hover {
  background: #99dbf9;
  color: #487db1;
}
#calendar .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  left: 0;
  top: 13%;
  cursor: pointer;
}
#calendar .ui-datepicker .ui-datepicker-prev:hover {
  background: none;
  border: none;
}
#calendar .ui-datepicker .ui-datepicker-prev:before{
  font-family: FontAwesome;
  content: "\f104";
  display: inline-block;
  font-weight: normal;
  color: #487db1;
  font-size: 30px;
}
#calendar .ui-datepicker .ui-datepicker-next {
  font-family: FontAwesome;
  content: "\f054";
  border-bottom-right-radius: 0;
  top: 13%;
  cursor: pointer;
}
#calendar .ui-datepicker .ui-datepicker-next:hover {
  background: none;
  border: none;
}
#calendar .ui-datepicker .ui-datepicker-next:before{
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  font-weight: normal;
  color: #487db1;
  font-size: 30px;
}
#calendar .ui-datepicker a:hover {
  text-decoration: none;
}
.bottom_container {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.bottom_container .main{
  position: relative;
}
.form_button_bg {
  padding: 10px 30px;
  background: #1a4889;
  position: absolute;
  right: 0;
  bottom: 0;
}
.form_button {
  border: 2px solid #fff;
  background: #1a4889;
  color: #fff;  
  border-radius: 10px;
  font-size: 12px;
  padding: 7px 25px;
}
.form_close {
  position: absolute;
  background: transparent;
  color: #fff;
  right: 5px;
  top: 5px;
  border: none;
  font-size: 20px;
}
.contact_form {
  position: absolute;
  right: 0;
  bottom: -400px;
  display: inline-block;
  background: #1a4889;
  width: 100%;
  max-width: 366px;
  transition: all 0.5s linear;  z-index: 10;
  padding-bottom: 20px;
}
.contact_form.open {
  bottom: 0;
}
.form_text {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 10px;
  background: #0095da;
}
.form_msg {
  color: #fff;
  text-align: center;
  min-height: 1.5em;
  margin-top: 10px;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="reset"]):not([type="submit"]),
textarea {
  width: 100%;
  color: #fff;
  font: 12px "Open Sans", sans-serif;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  background: transparent;
  margin-bottom: 10px;
}
textarea {
  height: 90px;
  overflow: auto;
  resize: none;
}
input[type="submit"] {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  padding: 5px 25px;
  font-size: 12px;
}
.form_inputs {
  width: 233px;
  margin: 10px auto;
  font-size: 0;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .site-logo img {
        margin-top:-20px;
        height:135px;
   }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .open_menu,
  .modal_open {
    max-height: 100%;
    overflow: hidden;
  }
   .home_slider__panel
    {
        padding:0;
    }
  .main {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main.body {
    width: 768px;
  }
  .site-logo {
    margin: 11px 0 0 -15px;
  }
  .marquee {
    width: calc(100% - 344px);
    margin-top: 20px;
  }
  .nav_top {
    margin: 10px 25px 0 0;
    clear: right;
  }
  a.nav_toggle {
    margin: 20px 25px 0 15px;
  }
  .big_play {
    margin: 50px 0 0 0;
  }
  .home_slider_wrapper,
  .inner_top_image {
    width: calc(100% - 260px);
    margin: 31px 0 51px 0;
  }
  .home_slider_wrapper img,
  .inner_top_image img {
   max-width:100%;
  }
  .home_slider__promo {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .home_slider__promo_txt {
    font: 18px/1.2 "Open Sans", sans-serif;
  }
  .home_slider__promo_headline {
    font: bold 24px/1.2 "Open Sans", sans-serif;
  }
  .home_slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .home_slider .slick-arrow.slick-next {
    left: 76px;
  }
  .home_slider_progress {
    padding: 4px 0 0 0;
  }
  .home_columns__items {
    width: 50%;
  }
  .app_links {
    position: static;
    transform: none;
  }
  .app_links__bg {
    width: 100%;
  }
  .app_links__container {
    display: inline-block;
  }
  .apps_close_btn {
    display: inline-block;
  }
  .events__txt {
    width: 404px;
  }
  .big_play--events .big_play {
    margin: 50px 0 40px 0;
  }
  .news__list_items {
    width: 100%;
  }
  .main_container--tight {
    width: 100%;
  }
  .content {
    padding: 30px 36px 30px 0;
  }
  .content.content--wide {
    padding: 30px 36px;
  }
  .main_container--tight .content {
    padding: 30px 36px;
  }
  .content .table-responsive {
    padding: 0 0 5px 0;
  }
  .content .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .content .table-responsive::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .content .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .content .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .sidebar {
    display: none;
  }
  .main_container .sidebar {
    display: block;
  }
  .show_desc h3 {
    font: bold 18px/1.26 "Open Sans", sans-serif;
    padding: 11px 0 14px 16px;
  }
  .show_desc__shedule {
    padding: 11px 15px 6px 16px;
  }
  .playlist .main {
    width: 768px;
  }
  .playlist__list_items {
    width: 100%;
    padding: 0 0 29px 0;
  }
  .daily_joke {
    width: 50%;
  }
  .footer__bottom {
    padding: 38px 0 28px;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .open_menu,
  .modal_open {
    max-height: 100%;
    overflow: hidden;
    height: 100%;
  }
  .main {
    width: 100%;
    padding-left: 15px;
    padding-right:15px;
   }
  .player_mobile, .nav_top_mobile
{
    display:inline-block;
    background: rgba(255, 255, 255, 0.7);
    width:100%;
    margin-bottom:15px;        
}
.player_desktop, .nav_top_desktop
{
    display:none;
}
a.nav_toggle{
  text-indent: -9999px;  
 
text-indent: -9999px;    padding-right: 15px;
  }
  .side_url {
    display: none;
  }
  .side_url.iphone#iphone, .side_url.android#android {
    display: inline-block;
  }         auto;
  .header {
    height: 170px;
  }
  .site-logo {
    margin: 11px 0 0 15px;
  }
  .site-logo img {
    width: 140px;
  }
  .marquee {
    width: calc(100% - 30px);
    margin-top: 0;
  }
  .social {
    margin-left: 5px;
  }
  .nav_top {
    margin: 5px 15px 0 0;
    clear: right;
  }
  a.nav_top__links {
    width: 37px;
    height: 37px;
    padding: 0;
  }
  .nav_top__txt {
    display: none;
  }
  a.nav_toggle {
    margin: 35px 15px 0 0;
  }
  a.nav_toggle img
  {
    left:10px;
  }
  a.nav__close {
    height: 64px;
    line-height: 64px;
  }
  .nav__close_txt img {
    top: 21px;
    right: 0;
  }
  .nav_top__items {
    margin: 0 0 0 10px;
  }
  .body h1 {
    font: bold 30px/1.2 "Open Sans", sans-serif;
    padding: 0 0 30px 0;
  }
  .home_slider_wrapper,
  .inner_top0mage {
    width: 100%;
    margin: 5px 0;
  }
  .inner_top_image img {
    width: 100%;
  }
  .home_slider__promo {
    max-width: none;
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .home_slider__promo_txt {
    font: 16px/1.2 "Open Sans", sans-serif;
  }
  .home_slider__promo_headline {
    font: bold 22px/1.2 "Open Sans", sans-serif;
  }
  .home_slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .home_slider .slick-arrow.slick-next {
    left: 76px;
  }
  .home_slider_progress {
    padding: 4px 0 0 0;
  }
  .app_links {
    position: static;
    transform: none;
  }
  .app_links__bg {
    width: 100%;
  }
  .app_links__container {
    display: inline-block;
  }
  .apps_close_btn {
    display: inline-block;
  }
  .events__txt {
    width: 100%;
  }
  
  .big_play_wrapper {
    width: 100%;
    text-align: center;
    padding:
    
    } 
  .big_play {
    width: 290px;
    height: 100px;
    background: none;
    margin: 0;
    display: inline-block;
    float: none;
  }
  .big_play__txt {
    display: block;
  }
  .big_play__circle_1 {
    display: none;
  }
  .big_play__circle_2 {
    display: none;
  }
  .big_play .fa {
    font-size: 55px;
    line-height: 83px;
  }
  .big_play--events .big_play {
    margin: 0;
  }
  .big_play--events{
    padding: 0;
  }
  .home_columns {
    margin: 0;
  }
  .home_columns__items {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .home_columns__txt_box {
    background: #fff;
    padding: 11px 15px 95px 15px;
  }
  .home_columns__txt_box--event {
    padding: 11px 15px 110px 15px;
  }
  .news__list {
    padding: 0 0 10px 0;
  }
  .news__list_items {
    width: 100%;
    padding: 0 0 36px 0;
    display: block;
  }
  .news__list_image {
    width: 100%;
    max-width: none;
    padding: 0;
    display: block;
  }
  .news__list_image img {
    width: 100%;
  }
  a.news__list_audio {
    top: calc(100% - 35px);
    right: calc(50% - 35px);
  }
  .news__list_box {
    width: 100%;
    padding: 45px 0 0 0;
    display: block;
  }
  .breadcrumb {
    display: none;
  }
  .main_container--tight {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 20px 15px;
  }
  .content .img_left,
  .content .img_right {
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0;
  }
  .content .table-responsive {
    padding: 0 0 5px 0;
  }
  .content .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .content .table-responsive::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .content .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .content .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .sidebar {
    width: 100%;
    display: none;
  }
  .main_container .sidebar {
    display: block;
  }
  .show_desc h3 {
    font: bold 18px/1.26 "Open Sans", sans-serif;
    padding: 11px 0 14px 15px;
  }
  .show_desc__shedule {
    padding: 11px 15px 6px 15px;
  }
  .main_container .share {
    padding: 35px 15px;
  }
  .pages {
    padding: 0 0 25px 0;
  }
  .playlist h2 {
    font: bold 30px/1.2 "Open Sans", sans-serif;
  }
  .playlist__list {
    padding: 0;
  }
  .playlist__list_items {
    width: 100%;
    padding: 0 0 29px 0;
  }
  .playlist__list_txt {
    font: 15px/1.2 "Open Sans", sans-serif;
  }
  .footer {
    padding: 15px 0;
  }
  .footer__bottom {
    padding: 20px;
  }
  .footer__copy {
    padding: 20px;
  }
  .footer__copy .fr {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .contact_list {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .daily_joke {
    width: 100%;
    margin: 0 0 32px 0;
 }
 .header
 {
    line-height:60px;
    height:85px;
 }
  .site-logo img
    {
        width:110px;
     }
    .big_play_wrapper
    {
        padding:0;
     }
    .player_mobile
    {
        width:auto;
        background:none;
        margin-top:20px;                
     }
    .big_play
    {
        width:auto;
            margin-left: 40px;
    margin-top: -20px;                
            
            
    }       
    a.nav_toggle
    {
            margin: 33px -5px 0 0;
    }       
    .fa-play-circle:before, .fa-pause-circle:before
    {
        color: rgba(0, 149, 218, 0.8);
    }
    .nav_top
    {
        text-align:center;
        float:none;
    }
    .nav_top ul
    {
        display:inline-block;
        float:none;
    }
    button.slick-next.slick-arrow, button.slick-prev.slick-arrow
    {
        display:none!important;
    }
    .home_slider__promo
    {
        display:none;
    }
    .home_slider__panel
    {
        padding:0;
    }
    .home_slider__panel.slick-slide img
    {
        max-width:100%;
    }
    .home_slider_wrapper img, .inner_top_image img
    {
        max-width:100%;
        margin:0;
    }
}

    @media screen and (max-width: 767px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .site-logo img {
       
        height:100px;
        margin-top:-20px;
   }
    
}
@media (max-width: 480px) {
    
   
}

