/**
 * DOTC-MRT3 Website
 * Copyright 2015 REVLV, Inc.
 * @version v2.18.1
 * @link http://revlv.net
 */
/*!
 *  Font Awesome 4.6.3 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("../../assets/fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../assets/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format('embedded-opentype'),
  url("../../assets/fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format('woff2'),
  url("../../assets/fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3") format('woff'),
  url("../../assets/fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format('truetype'),
  url("../../assets/fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.6.3#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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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-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";
}

.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;
}
/* html5reset.css - 01/11/2011 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
@charset "UTF-8";

/* Slider */

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

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

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

.slick-loading .slick-list {
  background: #fff url("../../assets/images/ajax-loader.gif") center center no-repeat;
}

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

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

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

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

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

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

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

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



.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;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick/slick.eot");
  src: url("../../assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("../../assets/fonts/slick/slick.woff") format("woff"),
    url("../../assets/fonts/slick/slick.ttf") format("truetype"),
    url("../../assets/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */



.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*
=============================================================================
Imported Files
============================================================================= */

/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }

  .span_1_of_2 {
    width: 100%;
  }
}

/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }

  .span_2_of_3 {
    width: 100%;
  }

  .span_1_of_3 {
    width: 100%;
  }
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }

  .span_3_of_4 {
    width: 100%;
  }

  .span_2_of_4 {
    width: 100%;
  }

  .span_1_of_4 {
    width: 100%;
  }
}

/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_5_of_5 {
    width: 100%;
  }

  .span_4_of_5 {
    width: 100%;
  }

  .span_3_of_5 {
    width: 100%;
  }

  .span_2_of_5 {
    width: 100%;
  }

  .span_1_of_5 {
    width: 100%;
  }
}

/*  GRID OF SIX   ============================================================================= */

.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_1_of_6 {
  width: 15.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_6_of_6 {
    width: 100%;
  }

  .span_5_of_6 {
    width: 100%;
  }

  .span_4_of_6 {
    width: 100%;
  }

  .span_3_of_6 {
    width: 100%;
  }

  .span_2_of_6 {
    width: 100%;
  }

  .span_1_of_6 {
    width: 100%;
  }
}

/*  GRID OF SEVEN   ============================================================================= */

.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.48%;
}

.span_5_of_7 {
  width: 70.97%;
}

.span_4_of_7 {
  width: 56.45%;
}

.span_3_of_7 {
  width: 41.94%;
}

.span_2_of_7 {
  width: 27.42%;
}

.span_1_of_7 {
  width: 12.91%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_7_of_7 {
    width: 100%;
  }

  .span_6_of_7 {
    width: 100%;
  }

  .span_5_of_7 {
    width: 100%;
  }

  .span_4_of_7 {
    width: 100%;
  }

  .span_3_of_7 {
    width: 100%;
  }

  .span_2_of_7 {
    width: 100%;
  }

  .span_1_of_7 {
    width: 100%;
  }
}

/*  GRID OF EIGHT   ============================================================================= */

.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.3%;
}

.span_6_of_8 {
  width: 74.6%;
}

.span_5_of_8 {
  width: 61.9%;
}

.span_4_of_8 {
  width: 49.2%;
}

.span_3_of_8 {
  width: 36.5%;
}

.span_2_of_8 {
  width: 23.8%;
}

.span_1_of_8 {
  width: 11.1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_8_of_8 {
    width: 100%;
  }

  .span_7_of_8 {
    width: 100%;
  }

  .span_6_of_8 {
    width: 100%;
  }

  .span_5_of_8 {
    width: 100%;
  }

  .span_4_of_8 {
    width: 100%;
  }

  .span_3_of_8 {
    width: 100%;
  }

  .span_2_of_8 {
    width: 100%;
  }

  .span_1_of_8 {
    width: 100%;
  }
}

/*  GRID OF NINE   ============================================================================= */

.span_9_of_9 {
  width: 100%;
}

.span_8_of_9 {
  width: 88.71%;
}

.span_7_of_9 {
  width: 77.42%;
}

.span_6_of_9 {
  width: 66.13%;
}

.span_5_of_9 {
  width: 54.84%;
}

.span_4_of_9 {
  width: 43.55%;
}

.span_3_of_9 {
  width: 32.26%;
}

.span_2_of_9 {
  width: 20.97%;
}

.span_1_of_9 {
  width: 9.68%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_9_of_9 {
    width: 100%;
  }

  .span_8_of_9 {
    width: 100%;
  }

  .span_7_of_9 {
    width: 100%;
  }

  .span_6_of_9 {
    width: 100%;
  }

  .span_5_of_9 {
    width: 100%;
  }

  .span_4_of_9 {
    width: 100%;
  }

  .span_3_of_9 {
    width: 100%;
  }

  .span_2_of_9 {
    width: 100%;
  }

  .span_1_of_9 {
    width: 100%;
  }
}

/*  GRID OF TEN   ============================================================================= */

.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 89.84%;
}

.span_8_of_10 {
  width: 79.68%;
}

.span_7_of_10 {
  width: 69.52%;
}

.span_6_of_10 {
  width: 59.36%;
}

.span_5_of_10 {
  width: 49.2%;
}

.span_4_of_10 {
  width: 39.04%;
}

.span_3_of_10 {
  width: 28.88%;
}

.span_2_of_10 {
  width: 18.72%;
}

.span_1_of_10 {
  width: 8.56%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_10_of_10 {
    width: 100%;
  }

  .span_9_of_10 {
    width: 100%;
  }

  .span_8_of_10 {
    width: 100%;
  }

  .span_7_of_10 {
    width: 100%;
  }

  .span_6_of_10 {
    width: 100%;
  }

  .span_5_of_10 {
    width: 100%;
  }

  .span_4_of_10 {
    width: 100%;
  }

  .span_3_of_10 {
    width: 100%;
  }

  .span_2_of_10 {
    width: 100%;
  }

  .span_1_of_10 {
    width: 100%;
  }
}

/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
  width: 100%;
}

.span_10_of_11 {
  width: 90.76%;
}

.span_9_of_11 {
  width: 81.52%;
}

.span_8_of_11 {
  width: 72.29%;
}

.span_7_of_11 {
  width: 63.05%;
}

.span_6_of_11 {
  width: 53.81%;
}

.span_5_of_11 {
  width: 44.58%;
}

.span_4_of_11 {
  width: 35.34%;
}

.span_3_of_11 {
  width: 26.1%;
}

.span_2_of_11 {
  width: 16.87%;
}

.span_1_of_11 {
  width: 7.63%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_11_of_11 {
    width: 100%;
  }

  .span_10_of_11 {
    width: 100%;
  }

  .span_9_of_11 {
    width: 100%;
  }

  .span_8_of_11 {
    width: 100%;
  }

  .span_7_of_11 {
    width: 100%;
  }

  .span_6_of_11 {
    width: 100%;
  }

  .span_5_of_11 {
    width: 100%;
  }

  .span_4_of_11 {
    width: 100%;
  }

  .span_3_of_11 {
    width: 100%;
  }

  .span_2_of_11 {
    width: 100%;
  }

  .span_1_of_11 {
    width: 100%;
  }
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.86%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_12_of_12 {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}

@font-face {
  font-family: 'OSBold';
  src: url("../../assets/fonts/opensans/opensans-bold/OpenSans-Bold-webfont.eot");
  src: url("../../assets/fonts/opensans/opensans-bold/OpenSans-Bold-webfont.eot?#iefix") format('embedded-opentype'),
    url("../../assets/fonts/opensans/opensans-bold/OpenSans-Bold-webfont.woff") format('woff'),
    url("../../assets/fonts/opensans/opensans-bold/OpenSans-Bold-webfont.ttf") format('truetype'),
    url("../../assets/fonts/opensans/opensans-bold/OpenSans-Bold-webfont.svg#open_sansbold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OSExtraBold';
  src: url("../../assets/fonts/opensans/opensans-extrabold/OpenSans-ExtraBold-webfont.eot");
  src: url("../../assets/fonts/opensans/opensans-extrabold/OpenSans-ExtraBold-webfont.eot?#iefix") format('embedded-opentype'),
    url("../../assets/fonts/opensans/opensans-extrabold/OpenSans-ExtraBold-webfont.woff") format('woff'),
    url("../../assets/fonts/opensans/opensans-extrabold/OpenSans-ExtraBold-webfont.ttf") format('truetype'),
    url("../../assets/fonts/opensans/opensans-extrabold/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OSLight';
  src: url("../../assets/fonts/opensans/opensans-light/OpenSans-Light-webfont.eot");
  src: url("../../assets/fonts/opensans/opensans-light/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'),
    url("../../assets/fonts/opensans/opensans-light/OpenSans-Light-webfont.woff") format('woff'),
    url("../../assets/fonts/opensans/opensans-light/OpenSans-Light-webfont.ttf") format('truetype'),
    url("../../assets/fonts/opensans/opensans-light/OpenSans-Light-webfont.svg#open_sanslight") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OSRegular';
  src: url("../../assets/fonts/opensans/opensans-regular/OpenSans-Regular-webfont.eot");
  src: url("../../assets/fonts/opensans/opensans-regular/OpenSans-Regular-webfont.eot?#iefix") format('embedded-opentype'),
    url("../../assets/fonts/opensans/opensans-regular/OpenSans-Regular-webfont.woff") format('woff'),
    url("../../assets/fonts/opensans/opensans-regular/OpenSans-Regular-webfont.ttf") format('truetype'),
    url("../../assets/fonts/opensans/opensans-regular/OpenSans-Regular-webfont.svg#open_sansregular") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OSSemiBold';
  src: url("../../assets/fonts/opensans/opensans-semibold/OpenSans-Semibold-webfont.eot");
  src: url("../../assets/fonts/opensans/opensans-semibold/OpenSans-Semibold-webfont.eot?#iefix") format('embedded-opentype'),
    url("../../assets/fonts/opensans/opensans-semibold/OpenSans-Semibold-webfont.woff") format('woff'),
    url("../../assets/fonts/opensans/opensans-semibold/OpenSans-Semibold-webfont.ttf") format('truetype'),
    url("../../assets/fonts/opensans/opensans-semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
=============================================================================
Defaults
============================================================================= */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'OSBold';
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  color: #000;
  font-size: 40px;
  line-height: 38px;
}

h2 {
  color: #222;
  font-size: 30px;
  line-height: 28px;
}

h3 {
  color: #333;
  font-size: 22px;
  line-height: 20px;
}

h4 {
  color: #444;
  font-size: 18px;
  line-height: 16px;
}

h5 {
  color: #555;
  font-size: 16px;
  line-height: 16px;
}

h6 {
  color: #666;
  font-size: 12px;
  line-height: 12px;
}

p,
ol,
ul,
dl,
address {
  font-family: 'OSRegular';
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

small {
  font-size: 10px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

ul,
ol {
  margin: 0 0 0 17px;
  padding: 0;
}

li ul,
li ol {
  margin: 0;
  font-size: 14px;
}

a {
  color: #cc1122;
  text-decoration: none;
}

a:visited {
  color: #ee3344;
}

a:focus {
  outline: thin dotted;
  color: rgb(0,0,0);
}

a:hover,
a:active {
  outline: 0;
  color: #dd2233;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

img.floatleft {
  float: left;
  margin: 0 10px 0 0;
}

img.floatright {
  float: right;
  margin: 0 0 0 10px;
}

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

th,
td,
caption {
  padding: 10px;
}

form {
  margin: 0;
}

fieldset {
  margin-bottom: 0;
  padding: 0;
  border-width: 0;
}

legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}

label {
  font-weight: normal;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

label.inline {
  display: inline;
  margin: 0;
}

label span {
  color: #666;
  font-size: 12px;
}

label span.right {
  position: absolute;
  bottom: 0;
  right: 1em;
  text-align: right;
}

label.disabled {
  color: #ccc;
}

button,
search,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*padding: 0.5em 1em;*/
  margin: 0;
  cursor: pointer;
  /*text-shadow:0 1px 0 #fff;*/
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  margin: 0;
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder {
  color: #bbb;
}

input::-moz-focus-inner {
  border: 0;
}

input[disabled="disabled"],
input.disabled {
  color: #999;
  background: #f5f5f5;
  -moz-box-shadow: inset 0px 0px 2px #ddd;
  -webkit-box-shadow: inset 0px 1px 2px #ddd;
  box-shadow: inset 0px 1px 2px #ddd;
}

/* Colors for form validity */

input:valid,
textarea:valid {
  /* Styles */
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: 0 0 2px #f00;
  -moz-box-shadow: 0 0 2px #f00;
  box-shadow: 0 0 2px #f00;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #ccc;
}

/*
==========================================================================
Color
Palletes
==========================================================================
*/

.travel-time-bg {
  background: #4c6e79;
}

.fare-matrix-bg {
  background: #6c878f;
}

.yellow {
  background: #deb82d;
}

.darkyellow {
  background: #d4ae25;
}

.violet {
  background: #31498f;
}

.darkviolet {
  background: #2b4183;
}

.green {
  background: #0a764e;
}

.darkgreen {
  background: #0d6745;
}

/*
=============================================================================
Page
Setup
=============================================================================
*/

body {
  font-family: 'OSRegular';
  font-size: 15px;
}

a,
img,
input,
textarea {
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

* {
  box-sizing: border-box;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.container {
  width: 100%;
  position: relative;
  text-align: left;
}

header,
article,
footer {
  width: 100%;
  padding: 50px 0;
}

header {
  padding: 0 0 50px 0;
  height: auto;
  background: #1c3037;
  /*background-position: center center;''
    background-image: url('../images/inside-bg.jpg');*/
}

.header-wrapper {
  clear: both;
  width: 90%;
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #000;
}

.landing-wrapper {
  clear: both;
  width: 90%;
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #000;
  height: 100vh;
}

article {
  background: #ecf3f6;
}

.article-wrapper {
  clear: both;
  width: 90%;
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  padding: 0;
  color: #333;
  line-height: 1.5em;
  position: relative;
}

footer {
  background: #1a1a1a;
}

.footer-wrapper {
  clear: both;
  width: 90%;
  /* 1000px / 1250px */
  font-size: 0.8125em;
  /* 13 / 16 */
  max-width: 92.3em;
  /* 1200px / 13 */
  margin: 0 auto;
  padding: 0;
  color: #999;
}

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.col {
  margin: 0;
}

/*
==========================================================================
Header
Styles
==========================================================================
*/

.landing-page {
  height: 100vh;
  position: relative;
  background: rgba(0,0,0,.50);
  z-index: 1;
}

.logo {
  margin-top: 50px;
}

.search-box {
  float: right;
  margin-top: 75px;
  position: relative;
}

.gsc-results,
.gsc-result,
.gsc-control-cse {
  background-color: transparent!important;
  border: none!important;
}

.gsc-control-cse-en,
.gsc-result-info,
.gsc-result-info-container {
  padding: 0!important;
}

td.gsc-table-cell-thumbnail.gsc-thumbnail {
  display: none !important;
  /* remove to show thumbnail */
  width: 0 !important;
}

.gsc-results {
  width: 100% !important;
}

.gs-no-results-result .gs-snippet {
  font-size: 14px !important;
  background: none !important;
  border: none !important;
}

.gsc-result-info-container {
  padding: 6px 0 !important;
}

.gsc-above-wrapper-area {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gcsc-branding {
  /*background: red !important;*/
  height: 1px !important;
  border: none !important;
}

.gcsc-branding-text {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -25px !important;
}

.gsc-resultsHeader {
  display: none !important;
}

.gsc-webResult .gsc-result {
  padding-bottom: 20px !important;
}

.gs-title {
  color: #4c6e79 !important;
  font-family: "OSSemiBold";
  text-decoration: none !important;
}

.gs-title b {
  color: #4c6e79 !important;
  background: red !important;
  text-decoration: none !important;
  padding: 5px !important;
  background: rgba(0,0,0,.1) !important;
  border-radius: 3px !important;
}

.gs-visibleUrl {
  /*color: #e34 !important;*/
}

.gsc-table-result {
  margin: 0 !important;
  padding: 0 !important;
}

.gsc-table-result td {
  padding: 0 !important;
  margin: 0 !important;
}

.gsc-url-top {
  margin: 0 !important;
  padding: 0 !important;
}

.gsc-thumbnail-inside {
  padding: 0 !important;
  margin: 0 !important;
}

.gs-webResult,
.gs-snippet {
  color: #6e838a !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gsc-cursor-box {
  font-size: 14px !important;
  border-top: none !important;
  padding: 0 !important;
  padding-top: 0px !important;
  margin: 0 !important;
}

.gsc-cursor {
  background: transparent !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background: #9d9d9d !important;
  padding: 6px 12px 6px 12px !important;
  color: #fff !important;
  margin-right: 2px !important;
  height: auto;
  display: inline-block !important;
  border-radius: 3px !important;
  font-family: "OSLight";
  text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font-family: "OSBold";
  cursor: pointer !important;
  background: #06724b !important;
}

.search-box input {
  padding: 12px 65px 12px 15px;
  font-size: 14px;
  font-family: "OSRegular";
  border-radius: 15px;
  color: #c6d8e0;
  width: 300px;
  background: transparent;
  border: solid 1px #c6d8e0;
  opacity: .7;
  transition: all .35s ease;
}

.search-box input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: auto;
  padding: 11px 16px;
  border-radius: 0 12px 12px 0;
  background: #0a764e;
  border: solid 1px #0a764e;
  opacity: 1;
}

.search-box input[type="submit"]:hover {
  background: #0c8458;
  border: solid 1px #0c8458;
}

.search-box input:focus {
  outline: none;
  background: #c6d8e0;
  opacity: .9;
  color: #6e838a;
}

.search-box input::-webkit-input-placeholder {
  color: #c6d8e0;
  font-size: 14px;
}

.search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #c6d8e0;
  font-size: 14px;
}

.search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c6d8e0;
  font-size: 14px;
}

.search-box input:-ms-input-placeholder {
  color: #c6d8e0;
  font-size: 14px;
}

.search-box input:focus::-webkit-input-placeholder {
  color: #6e838a;
  font-size: 14px;
}

.search-box input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #6e838a;
  font-size: 14px;
}

.search-box input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #6e838a;
  font-size: 14px;
}

.search-box input:focus:-ms-input-placeholder {
  color: #6e838a;
  font-size: 14px;
}

.search-box-responsive {
  position: relative;
  margin-top: 0;
}

.search-box-responsive input {
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px 50px 15px 14px;
  width: 100%;
  font-size: 14px;
  background: #212d32;
  color: #717f84;
  border: none;
  font-family: 'OSSemiBold';
}

.search-box-responsive input:focus {
  outline: none;
}

.search-box-responsive input::-webkit-input-placeholder {
  color: #717f84;
  font-size: 14px;
  font-family: 'OSSemiBold';
}

.search-box-responsive input:-moz-placeholder {
  /* Firefox 18- */
  color: #717f84;
  font-size: 14px;
  font-family: 'OSSemiBold';
}

.search-box-responsive input::-moz-placeholder {
  /* Firefox 19+ */
  color: #717f84;
  font-size: 14px;
  font-family: 'OSSemiBold';
}

.search-box-responsive input:-ms-input-placeholder {
  color: #717f84;
  font-size: 14px;
  font-family: 'OSSemiBold';
}

.search-box-responsive input[type="submit"] {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 14px;
  top: 0;
  width: auto;
  background: #0a764e;
  color: #d5e2dc;
  font-family: 'OSSemiBold';
}

.main-nav {
  float: right;
  padding: 15px 0;
}

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

.main-nav ul li {
  list-style: none;
  display: inline-block;
}

.main-nav ul li a {
  padding: 8px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'OSBold';
  display: inline-block;
  letter-spacing: 1px;
  color: #c6d8e0;
}

.main-nav ul li a:hover {
  color: #fff;
}

.main-nav ul li a.active {
  border-radius: 15px;
  padding: 8px 12px;
  background: #0a764e;
  border: solid 1px #0a764e;
  color: #fff;
}

.main-nav ul li a.active:hover {
  background: #0a764e;
  border: solid 1px #0a764e;
  color: #fff;
}

.slide-content {
  margin: 75px 0 25px 0;
  text-align: center;
}

.slide-content hr {
  width: 50px;
  margin: 0 auto;
  opacity: .5;
  border-bottom: solid 2px #a8b9c0;
  border-top: none;
}

.slide-title {
  font-family: 'OSBold';
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  color: #c6d8e0;
  margin: 0 0 20px 0;
  padding: 0;
}

.slide-separator {
  padding: 15px 0;
}

.slide-context {
  font-family: 'OSLight';
  font-size: 22px;
  line-height: 26px;
  color: #a8b9c0;
  margin: 20px 0 0 0;
  padding: 0 15%;
}



.home-btn {
  display: inline-block;
  width: 150px;
  background: #0a764e;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 15px;
  font-family: 'OSLight';
  color: #d5e2dc;
  text-align: center;
  margin-right: 5px;
}

.home-btn:hover {
  background: #0c8458;
  color: #d5e2dc;
}

.home-btn:visited {
  color: #d5e2dc;
}

.scrl-icon {
  position: absolute;
  bottom: 25px;
  margin-left: 50%;
  left: -43px;
}

.video-holder {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  bottom: 100%;
  right: 0;
  z-index: -100;
  background-size: cover;
  background-position: center center;
}

/* please fix */

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../../assets/css/polina.jpg") no-repeat;
  background-size: cover;
}

.news-main-item video {
  position: static;
  display: block;
  transform: none;
  background: none;
  background-size: auto;
  width: 100%;
}

.pst {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.pst p {
  font-size: 15px;
  font-family: "OSLight";
  color: #ecf3f6;
}

.pst p span#label {
  opacity: .6;
}

.pst p span#time {
  font-size: 17px;
  letter-spacing: 1px;
  opacity: 1 !important;
}

.video-owner {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.video-owner a {
  font-family: 'OSLight';
  font-size: 15px;
  color: #ecf3f6;
  opacity: .4;
}

.video-owner a:hover {
  opacity: 1;
}

/*
Home Contents
 */

article h1 {
  font-family: 'OSBold';
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4c6e79;
  padding: 0;
  margin: 0;
}

article hr {
  border-bottom: solid 1px #a8bcc4 !important;
  border-top: none;
  width: 35px;
  margin: 20px 0 15px 0;
  padding: 0;
}

article p {
  font-family: 'OSRegular';
  font-size: 15px;
  line-height: 24px;
  color: #6e838a;
  margin: 0 0 20px 0;
  padding: 0;
}

.page-preview {
  padding: 0;
}

.page-preview h1 {
  font-family: 'OSBold';
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ecf3f6;
  padding: 0;
  margin: 0;
}

.page-preview hr {
  border-bottom: solid 1px #ecf3f6 !important;
  border-top: none;
  width: 35px;
  margin: 25px 0;
  padding: 0;
}

.page-preview p {
  font-family: 'OSLight';
  font-size: 18px;
  color: #ecf3f6;
  padding: 0;
  margin: 0;
}

.page-preview-content {
  padding: 50px 0;
  padding-right: 25px;
}

a.page-preview-icon {
  float: right;
  opacity: .6;
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 50px 25px;
}

a.page-preview-icon:hover {
  opacity: 1;
}

.home-news {
  padding-right: 25px;
}

.home-news-item {
  width: 100%;
  display: block;
  overflow: auto;
  padding: 25px 0;
  padding-left: 65px;
  border-bottom: solid 1px #cedbe0;
}

.home-news-item:first-of-type {
  padding-top: 0;
  margin-top: 25px;
}

.home-news-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.home-news-date {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  float: left;
  margin-left: -65px;
  vertical-align: top;
  margin-right: 15px;
  background: #b8cbd2;
  border-radius: 5px;
  overflow: auto;
}

.home-news-date span {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.home-news-date span.day {
  font-size: 28px;
  font-family: 'OSSemiBold';
  color: #4c6e79;
  padding: 12px 0 0 0;
}

.home-news-date span.month {
  font-size: 12px;
  font-family: 'OSBold';
  color: #6d8e99;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 3px 0;
}

.home-news-date span.year {
  font-size: 12px;
  font-family: 'OSBold';
  color: #cedce2;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0a764e;
  padding: 3px 0;
}

.home-news-content {
  display: inline-block;
  vertical-align: top;
}

.home-news-title,
.home-news-title:visited {
  font-family: 'OSSemiBold';
  color: #4c6e79;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin: 0;
  padding: 0 0 7px 0;
  word-wrap: break-word;
}

.home-news-title:hover {
  color: #0a764e;
}

.home-news-excerpt {
  font-family: 'OSRegular';
  font-size: 15px;
  line-height: 20px;
  color: #6e838a;
  margin: 0;
}

.home-event {
  width: 100%;
}

/* Slick JS */

.slick-slider {
  border-radius: 5px;
}

.slick-prev {
  margin-left: 50px;
  top: 40%;
  margin-top: -10px;
}

.slick-next {
  margin-right: 50px;
  top: 40%;
  margin-top: -10px;
}

.slick-dots {
  bottom: 15px;
  right: 25px;
  text-align: right !important;
}

.slick-dots li button:before {
  color: #fff !important;
}

/* Hover Overlay */

.home-event-overlay {
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 1;
}

.home-event-overlay:hover {
  background: rgba(10,118,78,.95);
}

.home-event-details {
  position: absolute;
  bottom: -125px;
  z-index: 2;
  padding: 25px;
}

.home-event-details h1 {
  font-family: 'OSBold';
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.90);
}

.home-event-details p.date {
  font-family: 'OSLight';
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 5px 0 20px 0;
  color: rgba(255,255,255,.7);
}

.home-event-details .content {
  font-family: 'OSRegular';
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.7);
}

.home-event-details .content p {
  color: rgba(255,255,255,.7);
}

.home-event-details a {
  display: inline-block;
  background: #193038;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'OSRegular';
  color: #d5e2dc;
  margin-top: 20px;
}

.home-event-details a:hover {
  background: #1e3841;
}

@-webkit-keyframes moveTop {
  0% {
    bottom: -125px;
  }

  1%, 100% {
    bottom: 0;
  }
}

@keyframes moveTop {
  0% {
    bottom: -125px;
  }

  1%, 100% {
    bottom: 0;
  }
}

.home-event-overlay:hover .home-event-details,
.home-event-slide:hover .home-event-details {
  -webkit-animation: moveTop 35s;
  animation: moveTop 35s;
}

.home-event-overlay:hover .home-event-overlay,
.home-event-slide:hover .home-event-overlay {
  background: rgba(10,118,78,.95);
}

/* Main Event Box */

.home-event-slide {
  margin-top: 25px;
  display: block;
  border-radius: 5px;
}

.home-event-box {
  position: relative;
  background: #b8cbd2;
  cursor: pointer;
}

.home-event-box img {
  border-radius: 5px;
  width: 100%;
}

.home-content-image img {
  padding-right: 20px;
}

.burger-menu-button {
  right: 40px !important;
  z-index: 5 !important;
}

.burger-menu {
  z-index: 9 !important;
}

.burger-menu-line {
  background: #05714a !important;
}

.burger-menu a {
  background: #212d32 !important;
  border-bottom: solid 1px #253237 !important;
  font-family: 'OSBold';
  text-transform: uppercase;
  font-size: 12px;
  color: #717f84 !important;
}

.burger-menu a:hover {
  color: #0a764e !important;
  padding-left: 25px !important;
  border-left: solid 3px #0a764e !important;
}

/*
Inside Page Styles
*/

.inside-page {
  padding-left: 220px;
}

.inside-page.service-status-page {
  padding-left: 110px!important;
  padding-right: 110px!important;
}

.inside-sidebar {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  margin-left: -220px !important;
  vertical-align: top;
  text-align: right;
}

.inside-sidebar h1 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "OSRegular";
  display: block;
  color: #4c6e79;
  margin-bottom: 10px;
  margin-top: 35px;
  opacity: .75;
}

.inside-sidebar h1:first-of-type {
  margin-top: 0;
}

.inside-sidebar ul {
  margin: 0 -10px 0 0;
  padding: 0;
}

.inside-sidebar ul li {
  list-style: none;
  padding: 9px;
  margin-top: 1px;
}

.inside-sidebar ul li.active,
.inside-sidebar ul li:hover {
  background: #4c6e79;
  border-radius: 15px 0 0 15px;
  position: relative;
  z-index: 2;
}

.inside-sidebar ul li.active:after {
  border-bottom: none;
}

.inside-sidebar ul li.active a {
  color: #ecf3f6;
}

.inside-sidebar ul li.active a:hover {
  color: #fff;
}

.inside-sidebar ul li:after {
  content: '';
  float: right;
  display: block;
  width: 35px;
  overflow: auto;
  border-bottom: solid 1px #a8bcc4;
  margin-top: 10px;
  clear: both;
}

.inside-sidebar ul li:hover:after {
  border-bottom: none;
  color: #0a764e;
}

.inside-sidebar ul li:last-child:after {
  border: none;
}

.inside-sidebar ul li a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'OSSemiBold';
  font-size: 15px;
  line-height: 14px;
  color: #4c6e79;
}

.inside-sidebar ul li a:hover,
.inside-sidebar ul li:hover a {
  color: #fff !important;
}

.inside-content {
  display: block;
  width: 100%;
  vertical-align: top;
}

.inside-content h1 {
  padding: 25px 0 0 0;
  line-height: 24px;
}

.inside-content .badge {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  margin-top: 15px;
  background: #0a764e;
  padding: 6px;
  display: inline-block;
  border-radius: 3px;
}

.inside-content h1:first-of-type {
  padding-top: 0;
}

.inside-content h2 {
  font-family: 'OSBold';
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  color: #4c6e79;
  padding: 0;
  margin: 0 0 20px 0;
}

.inside-content p strong,
.inside-content ul li strong {
  font-family: "OSBold";
  font-size: 15px;
  color: #6e838a;
}

/*
Table
Styles
 */

.inside-content table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.inside-content thead tr {
  background: #a8bcc4;
}

.inside-content thead tr td,
.inside-content thead tr td p,
.inside-content thead tr td b {
  color: #fff;
  font-family: "OSSemiBold";
}

.inside-content tbody tr {
  background: none;
}

.inside-content tbody tr:hover {
  background: #e3ecef;
}

.inside-content tfoot tr {
  background: #e3ecef;
}

.inside-content tfoot tr td {
  font-style: italic;
  font-family: "OSLight";
}

.inside-content table td {
  border: solid 1px #a8bcc4;
  padding: 10px;
  font-family: "OSRegular";
  font-size: 15px;
  line-height: 15px;
  color: #6e838a;
  vertical-align: middle;
}

.inside-content table td p {
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

.inside-content table td b {
  font-family: "OSBold";
  font-style: normal;
}

.inside-content table td a {
  color: #0a764e;
  font-family: "OSSemiBold";
}

/*
List
Styles
 */

.inside-content ul,
.inside-content ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}

.inside-content ol {
  margin: 0 0 25px 5px;
}

.inside-content ul li,
.inside-content ol li {
  list-style: circle;
  font-family: 'OSRegular';
  font-size: 15px;
  line-height: 24px;
  color: #6e838a;
  padding: 0;
}

.inside-content ol li {
  list-style: decimal;
}

.inside-content ol ol {
  margin-bottom: 0;
  margin-left: 25px;
}

.inside-content ol ol li {
  list-style: upper-alpha;
}

.inside-content ol ol ol li {
  list-style: upper-roman;
}

.inside-content ol ol ol ol li {
  list-style: circle;
}

.inside-content ol ol ol ol ol li {
  list-style: disc;
}

.inside-content ul ul {
  margin: 0 0 0 25px;
}

.inside-content ul ul li {
  list-style: disc;
}

.inside-content ul ul ul li {
  list-style: lower-alpha;
}

.inside-content ul li a,
.inside-content ol li a {
  text-decoration: none;
  color: #06724b;
}

.inside-content ul li a:hover,
.inside-content ol li a:hover {
  border-bottom: dotted 1px #06724b;
}

.inside-content table.downloadables tr td {
  background: #ecf3f6;
  color: #59696e;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #cbd4d8;
}

.inside-content table.downloadables tr:last-child td {
  border: none;
}

.inside-content table.downloadables td:nth-child(1) {
  text-align: left;
  width: 70%;
}

.inside-content table.downloadables td:nth-child(3) {
  text-align: center;
  width: 5%;
}

.inside-content table.downloadables td:nth-child(3) {
  text-align: right;
  width: 5%;
}

.inside-content table.downloadables td a {
  font-family: 'FontAwesome';
  text-decoration: none;
  color: #859297;
}

.inside-content table.downloadables td a:hover {
  color: #4c6e79;
}

/*
Contact Form
 */

form input,
form textarea,
form select {
  display: block;
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  font-family: 'OSRegular';
  font-size: 15px;
  background: #dae5ea;
  border: none;
  color: #8192a1;
  outline: none;
  border: solid 1px #dae5ea;
}

form textarea {
  height: 150px;
}

form input:focus,
form textarea:focus,
form select:focus {
  background: #ecf3f6;
  border: solid 1px #b7c8cf;
}

form input[type="submit"] {
  background: #0a764e;
  width: 100px;
  font-family: "OSLight";
  font-size: 16px;
  color: #ecf3f6;
  margin-top: 20px;
}

form input[type="submit"]:hover {
  background: #0c8458;
}

form label {
  font-family: 'OSRegular';
  font-size: 15px;
  line-height: 24px;
  color: #59696e;
  padding: 0;
  margin-left: 5px;
}

.form-msg-error {
  background: #ac2d2d;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
  font-family: "OSLight";
  padding: 15px 20px;
}

.form-msg-success {
  background: #0a764e;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
  font-family: "OSLight";
  padding: 15px 20px;
}

.error-input,
.error-textarea {
  border: solid 1px #dbcfcf;
  background: #dbcfcf;
}

.error-input:focus,
.error-textarea:focus {
  background: #ecf3f6;
  border: solid 1px #e69e9e;
}

/*
Careers Page
 */

ul.careers {
  margin: 0;
  padding: 0;
}

ul.careers li {
  font-family: "OSSemiBold";
  border-bottom: solid 1px #cedbe0;
  overflow: auto;
  font-size: 15px;
  line-height: 16px;
  padding: 15px 65px 10px 0;
  vertical-align: top;
}

ul.careers li:hover {
  color: #0a764e;
}

ul.careers li:last-child {
  border: none;
}

ul.careers li em {
  font-family: "OSLight";
  margin: 0 3px;
  color: #81929f;
  font-style: normal;
}

ul.careers li span {
  font-family: "OSLight";
  margin-left: 3px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #81929f;
}

ul.careers li a {
  display: inline-block;
  float: right;
  padding: 7px 10px;
  background: #0a764e;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'OSRegular';
  color: #d5e2dc;
  text-align: center;
  margin-top: -7px;
  margin-right: -65px;
  vertical-align: top;
}

ul.careers li a:hover {
  background: #0c8458;
  color: #d5e2dc;
}

ul.careers li a i {
  font-family: 'FontAwesome';
  font-style: normal;
  margin-right: 5px;
}

.file-upload-btn {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 90px;
  z-index: 1;
  text-align: right;
  margin-bottom: -100px;
  float: right;
}

.file-upload-btn span {
  display: block;
  background: red;
  margin-top: 10px;
  margin-right: 10px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 5px;
  font-family: 'OSRegular';
  font-size: 15px;
  color: #d5e2dc;
  background: #0a764e;
}

.file-upload-btn input.upload {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*
News Page
*/

.news-main-holder {
  width: 100%;
}

.news-main-item {
  width: 100%;
  border-bottom: solid 1px #cedbe0;
  padding: 25px 0;
}

.news-main-item:first-of-type {
  padding-top: 0;
}

.news-main-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.news-main-title {
  width: 100%;
  display: block;
  font-family: 'OSSemiBold';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #4c6e79 !important;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.news-main-title:hover {
  color: #0a764e;
}

.news-main-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin: 25px 0;
}

.news-main-meta {
  display: block;
  width: 100%;
  font-family: 'OSRegular';
  font-size: 14px;
  margin-bottom: 10px;
  opacity: .5;
}

.news-main-meta:hover {
  opacity: 1;
}

.news-main-meta a,
.news-main-meta span {
  color: #0a764e;
  text-decoration: none;
  border-bottom: dotted 1px #8ca3ac;
}

.news-main-meta a:hover {
  border-bottom: solid 1px;
}

.news-main-content {
  margin: 0 !important;
  padding: 0 !important;
}

.news-main-separator {
  margin: 10px 0;
}

.news-main-controls {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.news-main-share {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.news-main-share ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.news-main-share ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

.news-main-share ul li a {
  display: inline-block;
  font-family: 'OSRegular';
}

.news-main-pagination {
  display: inline-block;
  width: 100%;
  text-align: left;
}

ul.pagination {
  margin: 0;
  padding: 0;
}

ul.pagination li {
  display: inline-block;
  margin-right: 3px;
}

ul.pagination.simple {
  text-align: center;
}

ul.pagination.simple li a {
  width: 100%;
  font-family: 'OSRegular';
}

ul.pagination.simple li:first-child {
  text-align: left;
}

ul.pagination li a {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  line-height: 15px;
  padding: 10px;
  margin-bottom: 4px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  background: #0a764e;
  color: #d5e2dc;
}

ul.pagination li a:hover {
  color: #c4d4da;
  background: #0c8458;
}

ul.pagination li a.viewed,
ul.pagination li a.limit {
  background: #9d9d9d;
}

ul.pagination li a.active {
  background: #06613f;
}

/*
CCTV Page
*/

.cctv-stream-holder {
  margin-top: 10px;
  padding-right: 5px;
}

.cctv-stream {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 3px;
  border-radius: 3px;
  background: #303030;
  overflow: hidden;
}

.cctv-stream img {
  /*width: 794px;*/
  /*height: 595px;*/
  height: 100%;
  width: 100%;
}

.ind-live {
  position: absolute;
  background: #b5212f;
  left: 8px;
  bottom: 8px;
  padding: 3px 6px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #e0b2b2;
  font-family: OSBold;
}

.ind-streaming {
  background: #b5212f;
  color: rgba(255,255,255,.7);
  padding: 3px 8px;
  font-size: 10px;
  border-radius: 0 0 3px 3px;
  font-family: 'OSSemiBold';
  opacity: .8;
  letter-spacing: .5px;
}

.ind-streaming span {
  font-family: 'FontAwesome';
  float: right;
}

.ind-time {
  position: absolute;
  color: #fff;
  right: 5px;
  bottom: 3px;
  padding: 3px 6px;
  font-size: 12px;
  font-family: 'OSLight';
  letter-spacing: .5px;
  opacity: .8;
}

/* Popup Station List */

.cctv-station-list-control {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 35px;
  width: 35px;
  border: 0;
  text-shadow: none;
  z-index: 1;
  opacity: 0;
}

.dummy-station-list-control {
  position: absolute;
  visibility: hidden;
  left: 8px;
  top: 8px;
  padding: 4px 8px;
  color: red;
  font-family: 'FontAwesome';
  font-size: 14px;
  background: #b5212f;
  color: #deafb3;
  border-radius: 4px;
  z-index: 0;
}

.cctv-station-list {
  position: absolute;
  background: #212d32;
  width: 200px;
  left: -200px;
  height: 100%;
  overflow-y: scroll;
  z-index: 9;
}

.cctv-station-list ul {
  margin: 0;
  padding: 0;
}

.cctv-station-list ul li a {
  list-style: none;
  display: block;
  border-bottom: solid 1px #2d3c43;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
  font-family: 'OSRegular';
  outline: none;
  color: #658796;
}

.cctv-station-list,
.dummy-station-list-control {
  transition: left 0.2s;
}

.cctv-station-list-control:checked {
  left: 210px;
}

.cctv-station-list-control:checked ~ .dummy-station-list-control {
  left: 200px;
  background: #212d32;
  color: #658796;
  padding-left: 5px;
  border-radius: 0 5px 5px 0;
}

.cctv-station-list-control:checked ~ .cctv-station-list {
  left: 0;
}

/* Popup Station List */

.cctv-thumbnail-holder {
  margin-top: 10px;
}

.cctv-thumbnail {
  position: relative;
  background: #303030;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  border-radius: 3px;
}

.cctv-thumbnail img {
  height: 100%;
  /*width: 165px;*/
  /*height: 124px;*/
  width: 100%;
}

.cctv-thumbnail:last-of-type {
  margin-bottom: 0;
}

.stream-details p {
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px;
  margin: 0;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  background: red;
  border-radius: 0 0 3px 3px;
}

.cctv-station-control {
  display: none;
  float: right;
}

.cctv-station-control li {
  display: inline-block;
  width: auto;
}

.cctv-station-control li:last-child {
  margin-right: 10px;
}

.cctv-station-control li span {
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-top: 5px;
  color: #4c6e79;
  cursor: pointer;
}

/*
Station Map
*/

.station-list {
  vertical-align: top;
  margin-right: 10px;
}

.station-list table {
  width: 100%;
  font-family: 'OSRegular';
  color: #59696e;
  font-size: 16px;
}

.station-list table td {
  padding: 7px 10px;
  color: #fff;
  border: solid 1px #c4d4da;
}

.station-list table thead tr,
.station-list table tfoot tr {
  background: #4c6e79;
}

.station-list table thead td {
  vertical-align: bottom;
}

.station-list table tbody tr {
  background: #6c878f;
  cursor: pointer;
}

.station-list table tbody tr:hover {
  background: #4c6e79;
}

.station-list table td:first-child {
  width: 50%;
}

.station-list table td:nth-child(2),
.station-list table td:nth-child(3) {
  text-align: center;
}

.station-list table td em {
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  color: #b9ccd3;
}

.station-map {
  vertical-align: top;
  margin-top: 25px;
}

/* Navigation Menu - Background */

.container {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.brgr-nav-trigger {
  position: fixed;
  z-index: 102;
  right: 5%;
  top: 50px;
  height: 35px;
  width: 35px;
  opacity: 0;
  cursor: pointer;
}

.dummy-trigger {
  position: fixed;
  right: 5%;
  top: 50px;
  z-index: 101;
  font-family: 'FontAwesome';
  font-size: 35px;
  color: #0a764e;
}

.brgr-nav-trigger,
.dummy-trigger {
  visibility: hidden;
}

.brgr-nav {
  position: fixed;
  z-index: 100;
  right: -250px;
  width: 250px;
  height: 100vh;
  background: #212d32;
  box-shadow: inset 2px 0px 6px 0px #1c272c;
}

.brgr-nav ul {
  margin: 0;
  padding: 0 0 0 2px;
}

.brgr-nav ul li {
  list-style: none;
  border-bottom: solid 1px #253237;
}

.brgr-nav ul li:last-child {
  border: none;
}

.brgr-nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #717f84;
  font-family: 'OSSemiBold';
  font-size: 14px;
}

.brgr-nav-trigger,
.dummy-trigger,
.container,
.brgr-nav,
video {
  transition: right 0.2s;
}

.brgr-nav-trigger:checked {
  right: 270px;
}

.brgr-nav-trigger:checked ~ .dummy-trigger {
  right: 270px;
}

.brgr-nav-trigger:checked ~ video {
  right: 250px;
}

.brgr-nav-trigger:checked ~ .brgr-nav {
  right: 0;
}

.brgr-nav-trigger:checked ~ .container {
  right: 250px;
  opacity: .5;
}

/*
MRT Wifi
 */

.wifi-page {
  background: #193038;
  height: 100vh;
  padding-top: 10%;
}

.wifi-logo {
  padding-right: 20px;
}

.wifi-content h1 {
  display: block;
  font-size: 32px;
  line-height: 34px;
  font-family: 'OSBold';
  color: #436570;
  margin-bottom: 25px;
  margin-top: 10px;
}

.wifi-content p {
  font-size: 22px;
  font-family: 'OSRegular';
  color: #436570;
}

.wifi-content a {
  display: inline-block;
  font-size: 18px;
  width: auto;
  padding: 15px 25px;
  background: #08744c;
  border-radius: 5px;
  font-family: 'OSRegular';
  text-decoration: none;
  color: #c4d4da;
  margin-bottom: 30px;
  margin-top: 10px;
}

.wifi-content span {
  font-family: 'OSRegular';
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #436570;
  margin-bottom: 30px;
}

/*
Wifi Login
 */

.wifi-login-holder {
  width: 400px;
  margin: 0 auto;
}

.wifi-login-holder input {
  border: none;
  font-size: 16px;
}

.wifi-login-holder input[type="submit"] {
  width: 100%;
  margin-top: 0;
}

.wifi-login-error {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #e5b9b9;
  background: #c13c3c;
  border-radius: 5px;
  margin-bottom: 10px;
}

.wifi-login-logo {
  text-align: center;
  margin-bottom: 15px;
}

.wifi-login-logo img {
  width: 200px;
}

/*
=============================================================================
CCTV Panel
=============================================================================
*/

.cctv-panel article {
  background: #1c3037;
}

.cctv-panel header {
  padding: 0;
}

/*
=============================================================================
Footer
Styles
=============================================================================
*/

footer p {
  font-family: 'OSRegular';
  font-size: 15px;
  line-height: 20px;
  color: #5f5f5f;
  margin: 0;
  padding: 0;
}



.footer-social {
  margin: 35px 0 0 0;
  padding: 0;
}

.footer-social li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-social li a {
  font-family: 'FontAwesome';
  font-size: 30px;
  text-decoration: none;
  color: #5f5f5f;
}

.footer-social li a:hover {
  color: #436570;
}

.footer-developer {
  margin-top: 30px;
}

.footer-logo {
  display: block;
  text-align: right;
  width: 100%;
}

.footer-copyright {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: right;
}

/*
=============================================================================
Columns
============================================================================= */

.twocolumns {
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em;
}

/*
=============================================================================
Buttons
============================================================================= */

.button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  padding: .5em 1em;
  margin: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  background: #cc1122 repeat-x 0 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.button:hover {
  background: #dd2233 repeat-x 0 50%;
  color: #fff;
  text-decoration: none;
}

.button:active {
  background: #dd2233 repeat-x 0 50%;
  color: #fff;
  position: relative;
  top: 1px;
}

.button:visited {
  color: #fff;
}

/*
=============================================================================
Global Objects
============================================================================= */

.breaker {
  clear: both;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/*
=============================================================================
Vendor Specific
============================================================================= */

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgb(52,158,219);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix {
  zoom: 1;
}

::-webkit-selection {
  background: rgb(23,119,175);
  color: rgb(250,250,250);
  text-shadow: none;
}

::-moz-selection {
  background: rgb(23,119,175);
  color: rgb(250,250,250);
  text-shadow: none;
}

::selection {
  background: rgb(23,119,175);
  color: rgb(250,250,250);
  text-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

::-webkit-input-placeholder {
  font-size: .875em;
  line-height: 1.4;
}

input:-moz-placeholder {
  font-size: .875em;
  line-height: 1.4;
}

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

p {
  /* http://www.w3.org/TR/css3-text/#hyphenation */
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}

.fare-guide tbody tr td {
  color: #fff!important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .search-box {
    display: none;
  }

  .slide-context {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0 0 0;
  }

  .home-news-item {
    padding: 20px 0;
    padding-left: 75px;
  }

  .home-news-date {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    margin-left: -75px;
  }



  .home-news-date span.day {
    font-size: 12px;
    font-family: 'OSBold';
    padding: 3px 0 0 0;
    display: inline-block;
  }

  .home-news-date span.month {
    color: #4c6e79;
    letter-spacing: normal;
    padding: 0 0 3px 0;
    display: inline-block;
  }







  .home-news-excerpt {
    display: none;
  }

  .brgr-nav-trigger,
  .dummy-trigger {
    visibility: visible;
  }

  .main-nav {
    display: none;
  }

  .wifi-content h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .wifi-content p {
    font-size: 18px;
    line-height: 22px;
  }

  .wifi-content a {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wifi-content span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 479px) {
  .search-box {
    display: none;
  }

  .slide-context {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }

  .home-news {
    width: 100% !important;
    display: block;
  }

  .home-news-item {
    padding: 20px 0;
    width: 100% !important;
    padding-left: 0;
  }

  .home-event {
    width: 100%;
    display: block;
  }

  .home-news-date {
    display: none;
  }



  .home-news-date span.day {
    font-size: 12px;
    font-family: 'OSBold';
    padding: 3px 0 0 0;
    display: inline-block;
  }

  .home-news-date span.month {
    color: #4c6e79;
    letter-spacing: normal;
    padding: 0 0 3px 0;
    display: inline-block;
  }







  .home-news-excerpt {
    display: none;
  }

  a.page-preview-icon {
    float: right;
    opacity: .6;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    padding: 70px 25px;
  }

  .inside-page {
    padding-left: 0;
  }

  .inside-sidebar {
    /* width: 220px; */
    width: 100%;
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    display: block;
    /* min-width: 220px; */
    /* max-width: 220px; */
    margin-left: 0 !important;
    vertical-align: top;
    /* text-align: right; */
    padding-top: 5px;
    /* display: none; */
  }

  .inside-sidebar ul li:hover {
    border-radius: 4px;
  }

  .inside-sidebar ul li:after {
    border: none;
  }

  .fixed {
    position: fixed;
    top: 30px;
  }

  .table-wrapper {
    overflow-x: scroll;
  }

  ul.careers li {
    padding: 15px 0 10px 0;
  }

  ul.careers li a {
    display: block;
    float: none;
    width: 75px;
    margin-top: 5px;
  }

  .station-list,
  .station-map {
    display: block;
    width: 100%;
  }

  .dummy-station-list-control {
    visibility: visible;
  }

  .landing-page {
    height: 768px;
  }

  .addons,
  .scrl-icon,
  .video-owne$this->resource->content,
  .scrl-icon img {
    display: none !important;
  }

  .brgr-nav-trigger,
  .dummy-trigger {
    visibility: visible;
  }

  .main-nav {
    display: none;
  }

  .wifi-content h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .wifi-content p {
    font-size: 18px;
    line-height: 22px;
  }

  .wifi-content a {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wifi-content span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  /*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */

  .inside-page.service-status-page {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .search-box {
    display: none;
  }

  .search-box-responsive {
    margin-top: -12px;
  }

  .logo,
  .main-menu {
    margin-top: 25px;
  }

  .logo {
    width: 130px;
    height: 130px;
  }

  .burger-menu-button {
    top: 15px !important;
    right: 15px !important;
  }

  .scrl-icon {
    display: none;
  }

  .video-owner {
    display: none;
  }

  .slide-content {
    margin: 30px 0 30px 0;
  }

  .slide-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    word-wrap: break-word;
  }

  .slide-separator {
    display: none;
  }

  .slide-context {
    font-family: 'OSRegular';
    font-size: 15px;
    line-height: 19px;
    color: #a9aeb0;
    margin: 10px 0 0 0;
    padding: 0;
  }

  /*.separator-left {
        display:none;
    }*/

  .article-wrapper h1 {
    margin-bottom: 0;
  }

  .home-event {
    margin-top: 25px;
  }

  /* Hover Overlay */

  .home-event-overlay {
    background: rgba(10,118,78,.75);
  }

  .home-event-details {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 25px;
  }

  .home-event-details h1 {
    font-family: 'OSSemiBold';
    font-size: 14px;
    line-height: 14px;
    color: rgba(255,255,255,.90);
  }

  .home-event-details p.date {
    display: none !important;
  }

  .home-event-details .content {
    display: none !important;
  }

  .home-event-details a {
    margin-top: 10px;
  }

  .home-event-details a:hover {
    background: #1e3841;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .page-preview-icon {
    width: 100%;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 50px;
  }

  .page-preview p {
    font-size: 16px;
  }

  .home-content-image {
    display: none;
  }

  footer {
    text-align: center;
  }

  .footer-developer {
    text-align: center;
    display: block;
    width: 100%;
  }

  .footer-logo {
    display: none;
  }

  .footer-copyright {
    text-align: center;
  }

  .slide-separator img {
    height: 17px;
  }

  .inside-page {
    padding-left: 0;
  }

  .inside-sidebar {
    /* width: 220px; */
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    /* min-width: 220px; */
    /* max-width: 220px; */
    margin-left: 0 !important;
    vertical-align: top;
    /* text-align: right; */
    padding-top: 5px;
    max-width: none;
    /* display: none; */
    /*width:220px;*/
    /*min-width:220px;*/
    /*max-width:220px;*/
    /*margin-left:0 !important;*/
    /*vertical-align:top;*/
    /*text-align:right;*/
    /*padding-top:5px;*/
    /*display:none;*/
  }

  .inside-sidebar ul li:hover {
    border-radius: 4px;
  }

  .inside-sidebar ul li:after {
    border: none;
  }

  .fixed {
    position: fixed;
    top: 30px;
  }

  header {
    padding: 0 0 0 0;
  }

  .table-wrapper {
    overflow-x: scroll;
  }

  form input[type="submit"] {
    display: block;
    width: 100%;
  }

  ul.careers li {
    padding: 15px 0 10px 0;
  }

  ul.careers li a {
    display: block;
    float: none;
    width: 75px;
    margin-top: 5px;
  }

  .rrssb-buttons li {
    width: 35px !important;
  }

  .rrssb-buttons li a span.rrssb-text {
    display: none;
  }

  .cctv-stream-holder {
    padding-right: 0px;
  }

  .cctv-thumbnail {
    display: inline-block;
    width: 24.10%;
    margin-right: 0;
    position: relative;
    vertical-align: top;
    background: #303030;
    margin-bottom: 4px;
    border-radius: 3px;
  }

  .cctv-thumbnail-holder {
    margin-top: 3px;
  }

  .ind-streaming {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25% 0 !important;
    background: #b5212f;
    color: rgba(255,255,255,1);
    width: 100%;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
    font-family: 'OSLight';
    opacity: .8;
    letter-spacing: .5px;
  }

  .ind-streaming span {
    display: none;
  }

  .station-list {
    overflow-x: scroll;
  }

  .station-list table td em {
    display: none !important;
  }

  .dummy-station-list-control {
    visibility: visible;
  }

  .landing-page {
    height: 100%;
  }

  .addons,
  .scrl-icon,
  .video-owner,
  .scrl-icon img {
    display: none !important;
  }

  .home-btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .brgr-nav-trigger,
  .dummy-trigger {
    visibility: visible;
  }

  .main-nav {
    display: none;
  }

  .brgr-nav-trigger {
    top: 20px;
  }

  .dummy-trigger {
    top: 20px;
  }

  .brgr-nav ul {
    padding: 10px 0 10px 0;
  }

  .wifi-page {
    height: auto;
  }

  .wifi-content h1 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
  }

  .wifi-content p {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .wifi-content a {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wifi-content span {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .wifi-logo {
    text-align: center;
    padding: 0;
  }

  /*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

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

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

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

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

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

  .span_3_of_8 {
    width: 74.2%;
    margin: 1% 0 1% 3.2%;
  }

  .span_2_of_8 {
    width: 48.4%;
    margin: 1% 0 1% 3.2%;
  }

  .span_1_of_8 {
    width: 22.6%;
    margin: 1% 0 1% 3.2%;
  }

  .span_1_of_8:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }

  /*  Except in the Example */

  #example .maincontent .span_8_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_7_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_6_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_5_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_4_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_3_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_2_of_8 {
    width: 100%;
    margin-left: 0;
  }

  #example .maincontent .span_1_of_8 {
    width: 100%;
    margin-left: 0;
  }
}

#google-maps {
  height: 640px;
}

.form-msg-info {
  background: #3498db;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
  font-family: "OSLight";
  padding: 15px 20px;
}
.rrssb-buttons.large-format li a,
.rrssb-buttons.large-format li a .rrssb-text {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.rrssb-buttons,
.rrssb-buttons li,
.rrssb-buttons li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.rrssb-buttons {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.rrssb-buttons li {
  float: left;
  height: 100%;
  width: 90px !important;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2.5px;
}

.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}

.rrssb-buttons li.rrssb-email a:hover {
  background-color: #006ed6;
}

.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}

.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: #244872;
}

.rrssb-buttons li.rrssb-tumblr a {
  background-color: #32506d;
}

.rrssb-buttons li.rrssb-tumblr a:hover {
  background-color: #22364a;
}

.rrssb-buttons li.rrssb-linkedin a {
  background-color: #007bb6;
}

.rrssb-buttons li.rrssb-linkedin a:hover {
  background-color: #005983;
}

.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}

.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: #0eaad6;
}

.rrssb-buttons li.rrssb-googleplus a {
  background-color: #e93f2e;
}

.rrssb-buttons li.rrssb-googleplus a:hover {
  background-color: #ce2616;
}

.rrssb-buttons li.rrssb-youtube a {
  background-color: #df1c31;
}

.rrssb-buttons li.rrssb-youtube a:hover {
  background-color: #b21627;
}

.rrssb-buttons li.rrssb-reddit a {
  background-color: #8bbbe3;
}

.rrssb-buttons li.rrssb-reddit a:hover {
  background-color: #62a3d9;
}

.rrssb-buttons li.rrssb-pinterest a {
  background-color: #b81621;
}

.rrssb-buttons li.rrssb-pinterest a:hover {
  background-color: #8a1119;
}

.rrssb-buttons li.rrssb-pocket a {
  background-color: #ed4054;
}

.rrssb-buttons li.rrssb-pocket a:hover {
  background-color: #e4162d;
}

.rrssb-buttons li.rrssb-github a {
  background-color: #444;
}

.rrssb-buttons li.rrssb-github a:hover {
  background-color: #2b2b2b;
}

.rrssb-buttons li.rrssb-instagram a {
  background-color: #517fa4;
}

.rrssb-buttons li.rrssb-instagram a:hover {
  background-color: #406582;
}

.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  display: block;
  font-size: 12px;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.rrssb-buttons li a .rrssb-icon {
  display: block;
  height: 100%;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}

.rrssb-buttons li a span.rrssb-text {
  display: block;
  padding-left: 30px;
  text-align: left;
  line-height: 32px;
}

.rrssb-buttons li a .rrssb-icon svg {
  display: block;
  height: 15px;
  width: 17px;
  margin: 0;
  padding: 0;
}

.rrssb-buttons li a .rrssb-icon svg path,
.rrssb-buttons li a .rrssb-icon svg polygon {
  fill: #fff;
}

.rrssb-buttons li a .rrssb-text {
  color: #fff;
}

.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22,0,0,0.25);
}

.rrssb-buttons li.small a {
  padding: 0;
}

.rrssb-buttons li.small a .rrssb-icon {
  height: 100%;
  left: auto;
  overflow: hidden;
  position: relative;
  top: auto;
  width: 100%;
  margin: 0 auto;
}

.rrssb-buttons li.small a .rrssb-text {
  visibility: hidden;
}

.rrssb-buttons.large-format li a {
  border-radius: .2em;
  font-size: 1vw;
  line-height: 1vw;
  padding: 7% 0 7% 12%;
}

.rrssb-buttons.large-format li a .rrssb-icon {
  left: 7%;
  padding-top: 0;
  width: 12%;
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.rrssb-buttons.large-format li a .rrssb-text {
  font-size: 1vw;
}

.rrssb-buttons.large-format li a:hover {
  font-size: 1vw;
  border-radius: .2em;
  padding: 7% 0 7% 12%;
}

.rrssb-buttons.small-format {
  padding-top: 5px;
}

.rrssb-buttons.small-format li {
  height: 80%;
  padding: 0 1.5px;
}

.rrssb-buttons.small-format li a .rrssb-icon {
  height: 100%;
  padding-top: 0;
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
  height: 48%;
  position: relative;
  top: 6px;
  width: 80%;
}

.rrssb-buttons.tiny-format {
  height: 22px;
  position: relative;
}

.rrssb-buttons.tiny-format li {
  padding-right: 7px;
}

.rrssb-buttons.tiny-format li a {
  background-color: transparent;
  padding: 0;
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
  height: 70%;
  width: 100%;
}

.rrssb-buttons.tiny-format li a:hover,
.rrssb-buttons.tiny-format li a:active {
  background-color: transparent;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
  fill: #0a88ff;
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #0054a3;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
  fill: #306199;
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #18304b;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
  fill: #32506d;
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #121d27;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
  fill: #007bb6;
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #003650;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
  fill: #26c4f1;
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #0b84a6;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon {
  fill: #e93f2e;
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #a01e11;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
  fill: #df1c31;
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #84111d;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
  fill: #8bbbe3;
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #398bcf;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
  fill: #b81621;
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #5d0b11;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
  fill: #ed4054;
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #b61124;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
  fill: #444;
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #111;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
  fill: #517fa4;
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
  fill: #2f4a60;
}

.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
  height: auto;
}