@charset "UTF-8";
/* breakpoints from pure-css */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* 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% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.agency-heading-and-button {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 1rem 0 2rem 0; }

.agency-heading-and-button__heading {
  margin: 0; }

.agency-heading-and-button__button,
.agency-heading-and-button__heading {
  margin-top: 1rem; }

.agency-heading-and-button__button {
  flex-wrap: wrap; }

.form-actions {
  display: flex;
  margin: 2em 0;
  align-items: center; }
  .form-actions > .pure-button {
    margin-right: 1em; }

.casting-call-preview-container {
  box-shadow: 0 0 1em #aaa;
  margin: 2em -40px; }

.casting-call-preview-container--detail {
  padding: 0 40px 40px 0; }

.casting-call-checkout-package {
  background: white;
  border-radius: 0.2em;
  box-shadow: 0 0 1em #ebebeb;
  border: 1px solid #d2d2d2;
  padding: 2em 1.5em;
  margin: 2em 0; }

.casting-call-checkout-package__heading {
  font-size: 1.5em;
  margin-top: 0; }

.casting-call-checkout-package__list {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0; }
  .casting-call-checkout-package__list li {
    margin-bottom: 0.5em; }
  .casting-call-checkout-package__list .fa {
    color: #30ab2a; }

.casting-call-checkout-package__price {
  font-size: 2em;
  float: left; }

.casting-call-checkout-package__button {
  float: right;
  font-size: 1.125em; }

.casting-call-payment-method {
  background: white;
  border-radius: 0.2em;
  box-shadow: 0 0 1em #ebebeb;
  border: 1px solid #d2d2d2;
  margin: 2em 0; }
  .pure-form .casting-call-payment-method > label {
    font-size: 1.5em;
    cursor: pointer;
    margin: 0;
    padding: 2rem; }

.casting-call-payment-method__content {
  display: none; }

.casting-call-payment-method--active .casting-call-payment-method__content {
  padding: 0 2rem 2rem 2rem;
  display: block; }

.casting-call-payment-method__radio {
  margin-right: 0.6em; }

.casting-call-payment-method__existing-billing-address {
  font-style: normal;
  color: #868686; }

.agency-checkout-success {
  padding-top: 2rem;
  text-align: center; }
  .agency-checkout-success p {
    max-width: 24em;
    margin-left: auto;
    margin-right: auto; }

.agency-checkout-success__check {
  font-size: 5em;
  color: #1db764; }

.agency-checkout-success__continue {
  font-size: 1.25em; }

* {
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: subpixel-antialiased; }

body, html {
  background: #C2CBD2; }

html, button, input, select, textarea,
.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: 'Roboto', sans-serif;
  color: #3B474E; }

a {
  color: #2980b9; }

h2 {
  font-size: 1.17em; }

small {
  font-size: 0.857em; }

/* Helpers */
.past_shows:after, .tabs:after, .series-detail__additional-images:after, .series-detail:after, .whatson-list__item:after, .whatson-filter:after, .lit-content:after, .casting-call-checkout-package:after {
  content: "";
  display: table;
  clear: both; }

.agency-backlink {
  margin: 0;
  padding: 1em 0; }

.pure-form input.error {
  border: 1px solid red; }

.pure-form label {
  font-weight: bold;
  margin-top: 1em; }
  .pure-form label small {
    font-weight: normal; }

.pure-form hr {
  margin: 2em 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.pure-form .label-style-1 {
  font-weight: normal; }

.pure-form .pure-checkbox {
  font-weight: normal; }

.pure-form label small {
  color: #888888; }

.pure-form input[type="text"],
.pure-form input[type="email"],
.pure-form input[type="password"] {
  width: 100%;
  max-width: 320px; }

.pure-form input.pure-u-23-24 {
  width: 95.8333%;
  max-width: none; }

.pure-form textarea {
  width: 100%;
  max-width: 320px; }

.pure-form--create-job-ad {
  max-width: 600px; }
  .pure-form--create-job-ad input[type="text"], .pure-form--create-job-ad textarea, .pure-form--create-job-ad label {
    width: 100%;
    max-width: 100%; }
  .pure-form--create-job-ad textarea {
    height: 160px; }

.field-feedback {
  color: red; }

.lit__wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

.lit__page {
  box-shadow: 0 2px 42px rgba(0, 0, 0, 0.25); 
        margin-top: 40px;
}

.mobile-header {
  background: #ffffff;
    padding: 0 2em 0 2em;
    color: #E22728;
    line-height: 1;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
  .mobile-header .fa {
       font-size: 2em;
    position: absolute;
    right: 1em;
    top: 0.7em;
    cursor: pointer; }
.logoarea-mbl {
    max-width: 200px;
    margin: 15px 0;
}

.logoarea-mbl a {
    display: inline-block;
}

.logoarea-mbl img {
    width: 100%;
}
  @media screen and (min-width: 35.5em) {
    .mobile-header {
      display: none; } }
.mobile-menu {
  overflow: visible;
  overflow-y: scroll;
  height: 3em;
  background: #485963; }
  @media screen and (min-width: 35.5em) {
    .mobile-menu {
      display: none; } }
.mobile-menu {
  padding: 0em;
  height: 0em;
  transition: all 0.3s ease-out; }

.mobile-menu__drop {
  display: none; }

[id^="input-mobile-drop"]:checked + .mobile-menu {
  height: 29em;
  padding: 1em 0; }

.mobile-menu__item {
  display: block;
  line-height: 3em;
  color: white;
  text-decoration: none;
  padding: 0 0 0 2em;
  border-bottom: 1px solid #5d7481;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .mobile-menu__item:last-child {
    border: none; }

.top-menu {
  font-size: 0.875em;
  text-align: right;
  padding: 20px 0;
  display: none; }
  .top-menu a {
    color: #47535A;
    text-decoration: none;
    margin-left: 20px;
      font-size: 16px;
}
    .top-menu a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 48em) {
    .top-menu {
      text-align: right; } }
  @media screen and (min-width: 35.5em) {
    .top-menu {
      display: block; } }




.header {
  background: #ffffff;
  position: relative;
  display: none; 
}
.hdr-top-area {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.hdr-top-area .logoarea {
    width: 34%;
}

.hdr-top-area .logoarea a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.hdr-top-area .logoarea img {
    width: 100%;
    height: 100%;
}

.mainmenu-area {
    width: 66%;
}
  @media screen and (min-width: 48em) {
/*
    .header {
      padding-left: 230px; } 
*/
}
  @media screen and (min-width: 35.5em) {
    .header {
      display: block; } }
.header__logo {
  width: 115px;
  height: 111px;
  background: url(../images/logo-new.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 48em) {
    .header__logo {
      width: 230px;
      height: 222px;
      background: url(../images/logo-new.png) no-repeat center 0;
      background-size: cover; } }
.header__banner {
  width: 100%;
  height: 111px;
  background: #E22728 url(../images/header-v2.jpg) no-repeat center center;
  background-size: contain; }
  @media screen and (min-width: 48em) {
    .header__banner {
      width: 100%;
      height: 222px;
      background: #E22728 url(../images/header-v2.jpg) no-repeat center center;
      background-size: contain; } }
/* Main Menu */
.main-menu {
  position: relative;
  height: 45px;
  background: #485963;
  box-sizing: content-box;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  overflow: hidden;
  display: none; }
  @media screen and (min-width: 48em) {
    .main-menu {
      height: 55px; } }
  @media screen and (min-width: 35.5em) {
    .main-menu {
      display: block; } }
.main-menu__nav {
  float: left;
  max-width: 66.66%; }

.main-menu__nav-link {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 1em;
  border-right: 2px solid #FFFFFF;
  width: 50%;
  overflow: hidden;
  white-space: nowrap; }
  .main-menu__nav-link:hover {
    background: #5d7481; }
  @media screen and (min-width: 35.5em) {
    .main-menu__nav-link {
      font-size: 1.25em;
      width: auto; } }
  @media screen and (min-width: 48em) {
    .main-menu__nav-link {
      font-size: 1.5em;
      line-height: 55px;
      height: 55px;
      padding: 0 40px; } }
.main-menu__nav-link--active {
  background: #E22728; }
  .main-menu__nav-link--active:hover {
    background: #E22728;
    cursor: default; }

.main-menu__profile {
  position: absolute;
  right: 0;
  color: #B3BEC4;
  line-height: 45px;
  padding: 0 20px;
  font-size: 0.875em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media screen and (min-width: 48em) {
    .main-menu__profile {
      line-height: 55px; } }
.main-menu__profile-link {
  color: #FFFFFF;
  margin: 0 2px; }

.main-menu__agency-area {
  color: #AEBBC2;
  line-height: 45px;
  padding: 0 40px;
  margin: 0; }
  @media screen and (min-width: 48em) {
    .main-menu__agency-area {
      line-height: 55px; } }
  .main-menu__agency-area a {
    color: #FFFFFF;
    text-decoration: none; }
    .main-menu__agency-area a:hover {
      text-decoration: underline; }

.lit-content {
  background: white;
  padding: 1px 40px 50px; }

.lit-content--nopadding {
  padding: 0; }
  .lit-content--nopadding .feedback-box {
    margin: 0 40px 30px;
    position: relative;
    top: 20px; }

.footer-menu {
  font-size: 0.875em;
  text-align: center;
  padding: 20px 0; }
  .footer-menu a {
    color: #47535A;
    text-decoration: none;
    margin-left: 20px; }
    .footer-menu a:hover {
      text-decoration: underline; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #E22728;
  color: #fff; }

.pure-button-primary-blue,
a.pure-button-primary-blue {
  background-color: #5A90BA;
  color: #fff; }

.feedback-box {
  padding: 20px 20px;
  margin: 20px 0; }

.feedback-box--positive {
  background: #e6ffe6; }

.feedback-box--negative {
  border: 1px solid #ffcccc;
  background: #ffe6e6; }

.feedback-box--info-with-action {
  background: #dfecf6; }

.job-ads-empty {
  color: #485963;
  background: #f9f9f9;
  text-align: center;
  padding: 20px 5px; }

.job-ads-status,
.mailing-status {
  border-radius: 3px;
  padding: 3px 10px;
  background: #eee;
  color: black; }

.job-ads-status--pending {
  background: #f4ce2e;
  color: black; }

.job-ads-status--approved {
  background: #459e15; }

.mailing-status--approved,
.mailing-status--approved_agency {
  background: #459e15; }

.agency-login__forgot {
  font-size: 0.875em; }

.applicants-table__photo-wrapper {
  position: relative;
  height: 60px;
  width: 60px; }

.applicants-table__photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s all; }
  .applicants-table__photo img {
    height: 100%;
    width: 100%; }
  .applicants-table__photo:hover {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    z-index: 500; }

.user-profile-inline__download_cv {
  background: url(../images/file-icon.gif) no-repeat;
  padding-left: 20px; }

/* Special classes */
.text-red {
  color: #E22728; }

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

.text-uppercase {
  text-transform: uppercase; }

.red-circle-icon {
  height: 80px;
  width: 80px;
  font-size: 2em;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: #E22728;
  border-radius: 100%; }

.red-circle-grid {
  text-align: center;
  padding: 2em 0; }
  .red-circle-grid > div {
    padding: 0 1em; }

.page-heading {
  padding-top: 20px; }

.page-subheading {
  font-size: 1.25em; }

.page-heading + .page-subheading {
  margin-top: -0.4em; }

/* Home */
.whatson-filter {
  padding: 1.5em 2em 1.6em;
  text-align: center;
  border-bottom: 2px solid #B8B8B8; }

.whatson-filter__item {
  color: #81898E;
  width: 48%;
  margin: 1%;
  float: left;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media screen and (min-width: 35.5em) {
    .whatson-filter__item {
      display: inline-block;
      width: auto;
      float: none;
      margin: 0 0.1em; } }
.whatson-filter__item--active {
  background: #485963;
  color: white; }

.whatson-list--jobs {
  border-top: 2px solid #B8B8B8; }

.whatson-list__item {
  border-bottom: 2px solid #B8B8B8;
  padding-right: 2em;
  padding-left: 2em; }
  @media screen and (min-width: 35.5em) {
    .whatson-list__item {
      padding-left: 0; } }

.whatson-list__image {
  position: relative;
  width: 50%; /* Default for mobile screens */
  margin-right: 4%;
  float: left;
  margin-top: 1.5em;
}

@media screen and (min-width: 48em) { /* Adjust for desktop screens */
  .whatson-list__image {
    width: 35%;
  }
}

  .whatson-list__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .whatson-list__image > .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .whatson-list__image .content {
    text-decoration: none;
    background: #B8B8B8;
    background-position: center center;
    background-size: cover; }
  @media screen and (min-width: 35.5em) {
    .whatson-list__image {
      margin-top: 0; } }
.whatson-list__image--take-part:after {
  content: ' ';
  height: 50%;
  width: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/take-part.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; }

.whatson-list__button {
  background: #E22728;
  color: white;
  margin-top: 2em; }

.whatson-list__heading {
  color: #E22728;
  text-transform: uppercase;
  padding: 1.5em 0 0.5em;
  margin: 0; }
  .whatson-list__heading a {
    color: inherit;
    text-decoration: none; }

.whatson-list__content {
  margin: 0 0 0 0;
  padding-bottom: 2em; }
  @media screen and (min-width: 35.5em) {
    .whatson-list__content {
      margin: 0 0 0 34%; } }
/* Series */
.series-title {
  color: #E22728;
  text-transform: uppercase;
  margin-top: 0em; }

.series-booking {
  padding: 0; }
  .series-booking legend {
    color: #485963;
    font-weight: bold;
    border-color: #DFE1E2; }
  .series-booking label {
    font-weight: normal; }
  .series-booking hr {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #B8B8B8; }

.series-booking__form {
  background: #f9f9f9;
  border: 2px solid #DFE1E2;
  padding: 2em;
  opacity: 1;
  transition: all 0.2s ease-in; }

.series-booking__form-1-wrapper {
  position: relative;
  width: 100%; }

#series-booking-sign-in {
  position: absolute;
  left: 0;
  right: 0; }

#series-booking-sign-up {
  max-height: 2000px; }

#series-booking-sign-up.series-booking__form--hidden,
.series-booking__form--hidden {
  max-height: 420px;
  opacity: 0;
  pointer-events: none; }
  @media screen and (min-width: 48em) {
    #series-booking-sign-up.series-booking__form--hidden,
    .series-booking__form--hidden {
      max-height: 300px; } }
.series-booking__in-or-up {
  text-align: center;
  padding: 1em 0 1em;
  font-weight: bold;
  color: #485963;
  position: relative;
  top: -18px; }

.series-booking__in-or-up--hidden {
  display: none; }

.series-booking-1 {
  color: #485963;
  background: #f9f9f9;
  padding: 0.5em 1.5em 1.5em;
  border: 2px solid #DFE1E2; }
  .series-booking-1 .pure-button--series {
    margin-top: 1em; }
  .series-booking-1 input[type="text"],
  .series-booking-1 input[type="email"],
  .series-booking-1 input[type="password"] {
    max-width: none; }

.series-booking__social-sign-in {
  text-align: center;
  padding: 1.6em 0 1em; }

.series-booking__social-sign-up {
  text-align: center;
  padding: 1.6em 0 1em; }
  .series-booking__social-sign-up .custom-google-sign-in, .series-booking__social-sign-up .custom-facebook-sign-in {
    margin-right: 0.5em;
    margin-left: 0.5em; }

.series-detail {
  padding-top: 2em; }

.series-detail__content {
  padding-left: 0; }
  @media screen and (min-width: 35.5em) {
    .series-detail__content {
      padding-left: 2em; } }
  .series-detail__content .series-booking-1, .series-detail__content .lit-form {
    margin-top: 1em; }

.series-detail__main-image {
  position: relative;
  width: 100%; }
  .series-detail__main-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .series-detail__main-image > .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .series-detail__main-image .content {
    background: #B8B8B8;
    background-position: center center;
    background-size: cover; }

.series-social {
  padding: 1em 0 1em;
  overflow: hidden; }
  @media screen and (min-width: 35.5em) {
    .series-social {
      padding: 0 0 1em;
      display: block; } }
.series-detail__media {
  width: 100%;
  margin-right: 4%; }

.series-detail__additional-images {
  padding-top: 2px; }

.series-detail__additional-image {
  position: relative;
  width: 25%;
  border-right: 2px solid white;
  float: left;
  background: #B8B8B8; }
  .series-detail__additional-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .series-detail__additional-image > .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .series-detail__additional-image .content {
    background-position: center center;
    background-size: cover;
    cursor: pointer; }

.series-detail__location--sidebar {
  display: none; }
  @media screen and (min-width: 35.5em) {
    .series-detail__location--sidebar {
      display: block; } }
.series-detail__location--content {
  display: block;
  border: 2px solid #efefef;
  padding: 1em 2em;
  margin-top: 1em; }
  .series-detail__location--content h3 {
    border-bottom: 2px solid #efefef;
    padding-bottom: 0.5em; }
  .series-detail__location--content hr {
    border: 0;
    border-bottom: 2px solid #efefef; }
  @media screen and (min-width: 35.5em) {
    .series-detail__location--content {
      display: none; } }
.series-detail__ad {
  padding-top: 50px;
  border-top: 2px solid #DFE1E2;
  margin-top: 50px; }

.custom-google-sign-in,
.custom-facebook-sign-in {
  cursor: pointer;
  display: inline-block;
  height: 33px;
  margin-bottom: 10px;
  width: 174px;
  text-indent: -9999px; }

.custom-google-sign-in {
  background: url(../images/google-sign-in.gif); }

.custom-facebook-sign-in {
  background: url(../images/facebook-sign-in.gif); }

.pure-button--series {
  background: #E22728;
  color: white;
  font-size: 1.333em;
  width: 100%; }

/* FAQs */
.faq-toc {
  background: #f9f9f9;
  border: 2px solid #DFE1E2;
  padding: 2em;
  margin-bottom: 2em; }

.faq-toc__item {
  padding: 0.5em; }

/* My Details */
.my-details {
  margin-top: 3em;
  position: relative; }
  .my-details hr {
    margin: 1em 0;
    border: none;
    border-top: 2px solid #DFE1E2; }

.my-details__photo {
  padding-top: 0em;
  max-width: 200px;
  margin-bottom: 1em; }
  .my-details__photo img {
    width: 100%;
    border: 1px solid #DFE1E2; }
  @media screen and (min-width: 48em) {
    .my-details__photo {
      position: absolute;
      top: 0;
      left: 0; } }
.my-details__full-name {
  margin-top: 0em;
  font-size: 2em;
  font-weight: 300; }

.additional-information__description {
  background: #fefefe;
  padding: 1em;
  color: #797979;
  border-left: 2px solid #DFE1E2;
  border-right: 2px solid #DFE1E2; }

@media screen and (min-width: 48em) {
  .additional-information__first-column {
    padding-right: 2em; } }

/*Bottomline*/
.title-1 {
  font-size: 1.5em;
  text-align: center;
  color: #485963;
  color: #3B474E;
  margin-top: 2em;
  margin-bottom: 1.25em; }

.lit-form {
  background: #f9f9f9;
  border: 2px solid #DFE1E2;
  padding: 2em; }
  .lit-form hr {
    border: 0;
    border-bottom: 1px solid #DFE1E2; }
  .lit-form p:first-child {
    margin-top: 0; }
  .lit-form p:last-child {
    margin-bottom: 0; }
  .lit-form .small-label {
    color: #a4a4a4; }
  .lit-form textarea {
    width: 100%;
    max-width: 512px; }

.lit-form--premium {
  max-width: 400px;
  text-align: center;
  margin: 2em auto; }
  .lit-form--premium select {
    margin-left: auto;
    margin-right: auto; }

.lit-form__heading {
  margin-top: 0; }

.lit-form__inline-info {
  background: #fefefe;
  padding: 1em;
  color: #6C6C6C;
  border-left: 2px solid #A6A6A6;
  border-right: 2px solid #A6A6A6; }

.lit-form--file-upload {
  padding: 1em 1em 1em 1em;
  font-size: 0.875em; }
  .lit-form--file-upload label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .lit-form--file-upload input {
    width: 100%;
    min-width: 175px; }

.small-label {
  font-size: 0.875em;
  text-transform: uppercase;
  color: #B8B8B8; }
  .small-label + p {
    margin-top: 0.2em; }

.tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tabs li {
    display: block;
    float: left;
    padding-right: 2px;
    max-width: 33%; }
    .tabs li:first-child a {
      border-left: 0; }
    .tabs li a {
      box-sizing: border-box;
      padding: 0.9em 0.7em;
      margin: 0;
      line-height: 1;
      display: block;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-decoration: none;
      color: inherit;
      background: #DFE1E2;
      border-left: 3px solid #ffffff; }
      .tabs li a.selected {
        background: #f9f9f9;
        border-top: 2px solid #DFE1E2; }

.tabs--my-details {
  margin-top: 2em; }

.tab {
  background: #f9f9f9;
  padding: 2em; }

.cookie-disclaimer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  padding: 0.5em 5em 0.5em 2em;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.cookie-disclaimer__close {
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1; }

.cc-modal__container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.cc-modal__wrapper {
  background: #fff;
  padding: 1rem 1rem 2rem 1rem;
  width: 100%;
  max-width: 25em;
  max-height: 100%;
  overflow-y: auto;
  box-shadow: 0 0 5px #34495e;
  border-radius: 0.1rem; }

.cc-modal__content-header {
  text-align: center; }
  .cc-modal__content-header img {
    max-width: 10em;
    display: inline-block; }

.cc-modal__content-footer {
  text-align: center;
  font-size: 1.125em; }
  .cc-modal__content-footer .pure-button {
    width: 100%;
    max-width: 10rem; }

.cc-modal__wrapper h2 {
  font-size: 1.25rem;
  margin: 0 0 1em 0; }

.past_shows {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0; }

.past_shows__item {
  position: relative;
  overflow: hidden;
  float: left;
  width: 24%;
  margin: 0.5%; }
  .past_shows__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 74.8768472906%; }
  .past_shows__item > .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .past_shows__item img, .past_shows__item pre {
    display: block;
    float: left;
    width: 100%; }

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  touch-action: none;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); }

#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  #strength{
    width: calc(100% - 16px);
    background: #fff;
    display: none;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  #strength span{
    display:block;
    margin-top:10px;
  }

/*==banner slider==*/
.slick-dots {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3px;
}
.slick-dots li {
  cursor: pointer;
  float: left;
  width: 33.3%;
  background: #000;
  padding: 0;
  border-right: 1px solid #fff;
}
.slick-dots li:last-child {
  border: none;
}
.slick-dots li, .slick-dots li button {
  outline: none;
}
.slick-dots li button {
  background: #99b386;
  border: none;
  width: 0px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  display: block;
}

.hero-slider .img--holder {
  background-position: bottom center;
  transform: scale(1.1) rotate(0.1deg);
  transition: transform 8s linear;
  width: 100%;
    height: 330px;
/*    background-size: cover;*/
}

.hero-slider .slide-init .img--holder {
  transform: scale(1.1) rotate(0.1deg) !important;
  transition: transform 0s linear;
}

.slick-active .img--holder {
  transform: scale(1) rotate(0.1deg);
}

.slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.slick-slide.office-photo .img--holder {
  background-position: bottom center;
}

.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
      width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.2);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/35px FontAwesome;
  color: #fff;
  z-index: 5;
  transition: background 0.1s;
}

.hero-slider .slick-arrow:focus {
  outline: 0;
}

.hero-slider .slick-arrow:hover {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.hero-slider .NextArrow {
  right: 0px;
}

.hero-slider .PrevArrow {
  left: 0px;
}

.hero-slider .NextArrow:before {
  content: "\f105";
}

.hero-slider .PrevArrow:before {
  content: "\f104";
}

.hero-slider .text--holder {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0 0 50px 0;
  font-size: 38px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
}

.hero-slider .text--holder h2 {
 
  font-size: 38px;
}

.hero-slider .text--holder p {
 
  font-size: 28px;
}
.main-banner-wrap {
    position: relative;
/*    height: 460px;*/
}

.main-bnr-content {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.bnr-cntntarea {
    background: rgb(255 255 255 / 83%);
    max-width: 345px;
    padding: 20px;
    border-radius: 15px;
}

.bnr-cntntarea h1 {
    margin: 0;
    text-transform: uppercase;
    color: #d13c34;
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.3;
}

.bnr-cntntarea h1 span {
    color: #3B474E;
    display: block;
}

@media screen and (max-width: 991px) {  
.hdr-top-area .logoarea {
    width: 29%;
}
    .mainmenu-area {
    width: 68%;
}
    .top-menu a {
    margin-left: 14px;
}
.hero-slider .img--holder {
    height: 300px;
}
    .lit__page {
    margin-top: 0;
}
}
@media screen and (max-width: 767px) {   
.top-menu {
    padding: 13px 0;
}
.top-menu a {
    margin-left: 6px;
    font-size: 14px;
}
    .mainmenu-area {
    width: 73%;
}
    .hdr-top-area .logoarea {
    width: 25%;
}
    .top-menu a:first-child {
    margin-left: 0;
}
.hero-slider .img--holder {
    height: 250px;
}
    .bnr-cntntarea {
    padding: 15px 15px;
    border-radius: 10px;
    max-width: 100%;
    text-align: center;
}
    .bnr-cntntarea h1 span {
    display: inline;

    }
    .main-bnr-content {
    position: absolute;
    top: 80px;
    padding: 0 2em;
}
    .hero-slider .slick-arrow {
    width: 30px;
    height: 30px;
    font: 20px/30px FontAwesome;
    }
}
@media screen and (max-width: 567px) {  

    .hero-slider .img--holder {
    height: 240px;
}
    .bnr-cntntarea h1 {
    font-size: 1.2em;
        line-height: 1.2;
}

/* === Banner Responsiveness Fix (Slick Flash Prevention) === */
.img--holder {
  aspect-ratio: 3 / 1;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
}

.hero-slider {
  visibility: hidden !important;
}
.hero-slider.slick-initialized {
  visibility: visible !important;
}



