/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.nightflightplus.com/assets/fontawesome-webfont-f3d6ac580dca6933f4194b8d7eefd591c8fa69826866c77246d4bcf52b047a53.eot');
  src: url('https://www.nightflightplus.com/assets/fontawesome-webfont-f3d6ac580dca6933f4194b8d7eefd591c8fa69826866c77246d4bcf52b047a53.eot?#iefix') format('embedded-opentype'), url('https://www.nightflightplus.com/assets/fontawesome-webfont-955e5aa956b31af1c4e9fbb5a8803175b2a70ef46c457cd51176032c2b8b0473.woff2') format('woff2'), url('https://www.nightflightplus.com/assets/fontawesome-webfont-63a5e17be8287d164496a99ec9a91eb822e016f505280a3cd9992544fa6dd65b.woff') format('woff'), url('https://www.nightflightplus.com/assets/fontawesome-webfont-208f42c5025b82ba67ca62a1ab223aca7baeb33b735e61b65724d421fd752194.ttf') format('truetype'), url('https://www.nightflightplus.com/assets/fontawesome-webfont-eafde12c3ecad50e72d733ea3fe1c70429f1f89cd5b9d21de086bc14f72f8a05.svg#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:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url(https://www.nightflightplus.com/assets/icomoon-bab667d9ae582d5ca8cec73b68718350b0a85899ae8be5b3faad1719bc8ff30a.eot?-lkint1);
  src: url(https://www.nightflightplus.com/assets/icomoon-bab667d9ae582d5ca8cec73b68718350b0a85899ae8be5b3faad1719bc8ff30a.eot?#iefix-lkint1) format("embedded-opentype"), url(https://www.nightflightplus.com/assets/icomoon-93b4370953407176f6f96d3375fa3b412227bbc9f4a11ce8da0d7ca418597d53.woff?-lkint1) format("woff"), url(https://www.nightflightplus.com/assets/icomoon-cf2035a3a5fdaf98a918e7905106983c0e1df805caf84ee2221b6dd6244d7a0a.ttf?-lkint1) format("truetype"), url(https://www.nightflightplus.com/assets/icomoon-d7cc26994a89b61f8ccdb9814b395507f2976a78763c40038be948a29e201892.svg?-lkint1#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'amcap_eternalregular';
  src: url(https://www.nightflightplus.com/assets/amcap_eternal-webfont-d1b25d86b0666ff01854f8676e4c747de42eb6c9aad3e94491626cb7a536dac5.eot);
  src: url(https://www.nightflightplus.com/assets/amcap_eternal-webfont-d1b25d86b0666ff01854f8676e4c747de42eb6c9aad3e94491626cb7a536dac5.eot?#iefix) format("embedded-opentype"), url(https://www.nightflightplus.com/assets/amcap_eternal-webfont-48c1460f18cdb9a21584247b228dd1854e053a64559f0b83d7f7f9f48ca315a1.woff2) format("woff2"), url(https://www.nightflightplus.com/assets/amcap_eternal-webfont-a6b3e7ff050eaff25e6f0ef87d338b9ae11fb8f06d3a79725410673505a8dafa.woff) format("woff"), url(https://www.nightflightplus.com/assets/amcap_eternal-webfont-2cd798b5815d37a32ba25147004b1af9f65fd76d9423133eed705121b0bf5752.ttf) format("truetype"), url(https://www.nightflightplus.com/assets/amcap_eternal-webfont-24eec46449b46a70569378af8317972df0d7b453121bbff1af31066382d0a173.svg#amcap_eternalregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 23, app/assets/stylesheets/site.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, app/assets/stylesheets/site.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}

/* line 39, app/assets/stylesheets/site.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
}

/* line 45, app/assets/stylesheets/site.scss */
* {
  max-height: 1000000px;
}

/* line 46, app/assets/stylesheets/site.scss */
body {
  margin: 0;
  color: #000;
  font: 15px/19px "Roboto", Arial, Helvetica, sans-serif;
  background: #000;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px;
}

/* line 56, app/assets/stylesheets/site.scss */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

/* line 59, app/assets/stylesheets/site.scss */
img {
  border-style: none;
}

/* line 60, app/assets/stylesheets/site.scss */
a {
  text-decoration: none;
  color: #0085C3;
  outline: none;
}

/* line 65, app/assets/stylesheets/site.scss */
a:hover {
  text-decoration: underline;
}

/* line 66, app/assets/stylesheets/site.scss */
input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
}

/* line 73, app/assets/stylesheets/site.scss */
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

/* line 78, app/assets/stylesheets/site.scss */
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 83, app/assets/stylesheets/site.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 88, app/assets/stylesheets/site.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/site.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 96, app/assets/stylesheets/site.scss */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 97, app/assets/stylesheets/site.scss */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* line 98, app/assets/stylesheets/site.scss */
q {
  quotes: none;
}

/* line 99, app/assets/stylesheets/site.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 104, app/assets/stylesheets/site.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 111, app/assets/stylesheets/site.scss */
sup {
  top: -0.5em;
}

/* line 112, app/assets/stylesheets/site.scss */
sub {
  bottom: -0.25em;
}

/* line 113, app/assets/stylesheets/site.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 117, app/assets/stylesheets/site.scss */
p {
  margin: 0 0 1.2em;
}

/* line 118, app/assets/stylesheets/site.scss */
::-webkit-input-placeholder {
  color: #8d8d8d;
}

/* line 119, app/assets/stylesheets/site.scss */
:-moz-placeholder {
  color: #8d8d8d;
}

/* line 120, app/assets/stylesheets/site.scss */
::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1;
}

/* line 124, app/assets/stylesheets/site.scss */
:-ms-input-placeholder {
  color: #8d8d8d;
}

/* line 125, app/assets/stylesheets/site.scss */
.widget ::-webkit-input-placeholder {
  color: #8d8d8d;
}

/* line 126, app/assets/stylesheets/site.scss */
.widget :-moz-placeholder {
  color: #8d8d8d;
}

/* line 127, app/assets/stylesheets/site.scss */
.widget ::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

/* line 131, app/assets/stylesheets/site.scss */
.widget :-ms-input-placeholder {
  color: #a3a3a3;
}

/* line 132, app/assets/stylesheets/site.scss */
.payment-form ::-webkit-input-placeholder {
  color: #000;
}

/* line 133, app/assets/stylesheets/site.scss */
.payment-form :-moz-placeholder {
  color: #000;
}

/* line 134, app/assets/stylesheets/site.scss */
.payment-form ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* line 138, app/assets/stylesheets/site.scss */
.payment-form :-ms-input-placeholder {
  color: #000;
}

/* line 139, app/assets/stylesheets/site.scss */
.signup-form ::-webkit-input-placeholder {
  color: #a3a3a3;
}

/* line 140, app/assets/stylesheets/site.scss */
.signup-form :-moz-placeholder {
  color: #a3a3a3;
}

/* line 141, app/assets/stylesheets/site.scss */
.signup-form ::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

/* line 145, app/assets/stylesheets/site.scss */
.signup-form :-ms-input-placeholder {
  color: #a3a3a3;
}

/* line 146, app/assets/stylesheets/site.scss */
.font-eternal {
  font-family: 'amcap_eternalregular', Arial, Helvetica, sans-serif;
}

/* line 149, app/assets/stylesheets/site.scss */
.btn {
  background: #ffa61e;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  padding: 13px 10px 12px;
}

/* line 159, app/assets/stylesheets/site.scss */
.btn-2 {
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 11px 8px 12px;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
  text-transform: uppercase;
  text-align: center;
}

/* line 172, app/assets/stylesheets/site.scss */
.btn-add {
  min-width: 264px;
}

/* line 173, app/assets/stylesheets/site.scss */
.btn:hover {
  opacity: .7;
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/site.scss */
.btn-2:hover {
  text-decoration: none;
  background: #333;
}

/* line 181, app/assets/stylesheets/site.scss */
.btn-more-blogs {
  display: none;
}

/* line 182, app/assets/stylesheets/site.scss */
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 73px 0 0;
}

/* line 188, app/assets/stylesheets/site.scss */
.alignleft {
  float: left;
}

/* line 189, app/assets/stylesheets/site.scss */
.alignright {
  float: right;
}

/* line 190, app/assets/stylesheets/site.scss */
.wrapper.add {
  padding: 108px 0 0;
}

/* line 191, app/assets/stylesheets/site.scss */
.nav-opener {
  float: right;
  width: 42px;
  height: 31px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

/* line 202, app/assets/stylesheets/site.scss */
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 3px;
  margin-top: -2px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 215, app/assets/stylesheets/site.scss */
.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 10px;
}

/* line 220, app/assets/stylesheets/site.scss */
.nav-opener:after {
  top: 22px;
}

/* line 221, app/assets/stylesheets/site.scss */
.nav-active .nav-opener span {
  opacity: 0;
}

/* line 222, app/assets/stylesheets/site.scss */
.nav-opener:hover {
  opacity: .9;
}

/* line 223, app/assets/stylesheets/site.scss */
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}

/* line 233, app/assets/stylesheets/site.scss */
.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 239, app/assets/stylesheets/site.scss */
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background: #fea61e;
}

/* line 242, app/assets/stylesheets/site.scss */
#header {
  position: fixed;
  min-width: 320px;
  top: 0;
  left: 0;
  width: 100%;
  color: #e0e0e0;
  padding: 13px 10px 3px;
  background: #000;
  z-index: 9999;
}

/* line 253, app/assets/stylesheets/site.scss */
#header > .holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 9px 0 13px;
}

/* line 258, app/assets/stylesheets/site.scss */
#header > .holder:after {
  content: "";
  display: block;
  clear: both;
}

/* line 263, app/assets/stylesheets/site.scss */
#header > .frame {
  color: #383a49;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 7px 13px 4px 14px;
}

/* line 272, app/assets/stylesheets/site.scss */
#header > .frame p {
  margin: 0;
}

/* line 273, app/assets/stylesheets/site.scss */
#header > .frame .text-frame {
  overflow: hidden;
  max-width: 500px;
}

/* line 277, app/assets/stylesheets/site.scss */
#header > .frame:after {
  content: "";
  display: block;
  clear: both;
}

/* line 282, app/assets/stylesheets/site.scss */
#header h1 {
  float: right;
  font: 30px/35px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  color: #f9a11e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* line 290, app/assets/stylesheets/site.scss */
#header .call {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  margin: 0;
}

/* line 296, app/assets/stylesheets/site.scss */
#header h1 .text {
  color: #0085C3;
}

/* line 297, app/assets/stylesheets/site.scss */
.logo {
  float: left;
  width: 174px;
  margin: 0 18px 0 0;
}

/* line 302, app/assets/stylesheets/site.scss */
.logo img {
  display: block;
  max-width: 174px;
  height: auto;
  width: 100%;
}

/* line 308, app/assets/stylesheets/site.scss */
#header .search-form {
  margin-top: 15px;
  position: relative;
  background: #e0e0e0;
  float: left;
  border-radius: 8px;
  overflow: hidden;
}

/* line 316, app/assets/stylesheets/site.scss */
#header .search-form input[type="search"],
#header .search-form input[type="text"] {
  background: #e0e0e0;
  border-radius: 0;
  border: 0;
  float: left;
  width: 100%;
  padding: 3px 10px 2px;
  color: #8d8d8d;
  height: 24px;
  box-shadow: none;
  outline: none;
  font: 15px/19px Arial, Helvetica, sans-serif;
}

/* line 330, app/assets/stylesheets/site.scss */
#header .search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  background: #e0e0e0 url(https://www.nightflightplus.com/assets/sprite-45430b9689a4d77bf9e471c5cd5f319337be0d97983bbb061ea89f0802c712ae.png) no-repeat 9px 4px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
}

/* line 342, app/assets/stylesheets/site.scss */
#header .search-form input[type="submit"]:hover {
  opacity: .5;
}

/* line 343, app/assets/stylesheets/site.scss */
.search-form input[type="submit"]:hover {
  opacity: .7;
}

/* line 344, app/assets/stylesheets/site.scss */
#nav {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}

/* line 350, app/assets/stylesheets/site.scss */
#nav ul {
  padding: 0;
  list-style: none;
  float: left;
  max-width: 400px;
}

/* line 356, app/assets/stylesheets/site.scss */
#nav ul li {
  vertical-align: top;
  margin: 0 15px 0 0;
}

/* line 360, app/assets/stylesheets/site.scss */
#nav ul li span,
#nav ul li a {
  color: #e0e0e0;
  padding: 5px 15px;
  border-radius: 10px;
  display: block;
}

/* line 367, app/assets/stylesheets/site.scss */
#nav ul li a:hover,
#nav ul li.active a {
  color: #f9a11e;
  background: #2d2e3b;
  text-decoration: none;
}

/* line 373, app/assets/stylesheets/site.scss */
#nav .nav-list {
  margin: 15px 15px 0 15px;
}

/* line 376, app/assets/stylesheets/site.scss */
#nav .list-login {
  float: right;
  margin: 15px 0;
}

@media (min-width: 1024px) {
  /* line 381, app/assets/stylesheets/site.scss */
  #nav .nav-list li {
    margin: 0 0 0 7px;
    display: inline-block;
  }
  /* line 385, app/assets/stylesheets/site.scss */
  #nav .list-login li {
    margin: 0 0 0 7px;
    display: inline-block;
  }
}

/* line 390, app/assets/stylesheets/site.scss */
#main {
  background: #e0e0e0;
  padding: 49px 10px 5px;
  border-bottom: 22px solid #0085C3;
  position: relative;
  overflow: hidden;
}

/* line 397, app/assets/stylesheets/site.scss */
#main > .holder {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 401, app/assets/stylesheets/site.scss */
#main > .holder:after {
  content: "";
  display: block;
  clear: both;
}

/* line 406, app/assets/stylesheets/site.scss */
#main.blog > .holder {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0 0 101px;
}

/* line 411, app/assets/stylesheets/site.scss */
#main.blog.post > .holder {
  padding: 0 0 0 110px;
}

/* line 412, app/assets/stylesheets/site.scss */
#main h1 {
  font-weight: 300;
  font-size: 54px;
  line-height: 65px;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 29px;
}

/* line 420, app/assets/stylesheets/site.scss */
#main.browse h1 {
  margin: 0 0 40px;
}

/* line 421, app/assets/stylesheets/site.scss */
#main.subscribe {
  padding: 49px 10px 79px;
}

/* line 422, app/assets/stylesheets/site.scss */
.visual-gallery {
  position: relative;
  box-shadow: 0 0 24px 6px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 1;
}

/* line 428, app/assets/stylesheets/site.scss */
.visual-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: default;
  height: 116px;
  width: 100%;
  z-index: 11;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIyIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.95) 25%, rgba(0, 0, 0, 0.87) 36%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0.22) 76%, rgba(0, 0, 0, 0.09) 89%, rgba(0, 0, 0, 0.02) 97%, rgba(0, 0, 0, 0.02) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(18%, rgba(0, 0, 0, 0.98)), color-stop(25%, rgba(0, 0, 0, 0.95)), color-stop(36%, rgba(0, 0, 0, 0.87)), color-stop(50%, rgba(0, 0, 0, 0.67)), color-stop(76%, rgba(0, 0, 0, 0.22)), color-stop(89%, rgba(0, 0, 0, 0.09)), color-stop(97%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.02)));
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.95) 25%, rgba(0, 0, 0, 0.87) 36%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0.22) 76%, rgba(0, 0, 0, 0.09) 89%, rgba(0, 0, 0, 0.02) 97%, rgba(0, 0, 0, 0.02) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.95) 25%, rgba(0, 0, 0, 0.87) 36%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0.22) 76%, rgba(0, 0, 0, 0.09) 89%, rgba(0, 0, 0, 0.02) 97%, rgba(0, 0, 0, 0.02) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.95) 25%, rgba(0, 0, 0, 0.87) 36%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0.22) 76%, rgba(0, 0, 0, 0.09) 89%, rgba(0, 0, 0, 0.02) 97%, rgba(0, 0, 0, 0.02) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.95) 25%, rgba(0, 0, 0, 0.87) 36%, rgba(0, 0, 0, 0.67) 50%, rgba(0, 0, 0, 0.22) 76%, rgba(0, 0, 0, 0.09) 89%, rgba(0, 0, 0, 0.02) 97%, rgba(0, 0, 0, 0.02) 100%);
}

/* line 446, app/assets/stylesheets/site.scss */
.visual-gallery:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 11;
  box-shadow: -72px 0 306px 186px #000;
}

/* line 456, app/assets/stylesheets/site.scss */
.visual-gallery .mask {
  position: relative;
  overflow: hidden;
  height: 439px;
}

/* line 461, app/assets/stylesheets/site.scss */
.visual-gallery .mask .slideset {
  float: left;
  width: 9999px;
}

/* line 465, app/assets/stylesheets/site.scss */
.visual-gallery .mask .slide {
  float: left;
  top: 0;
  height: 100%;
  background-size: cover;
}

/* line 471, app/assets/stylesheets/site.scss */
.visual-gallery .mask .slide.active {
  z-index: 1;
}

/* line 472, app/assets/stylesheets/site.scss */
.visual-gallery .btn-prev,
.visual-gallery .btn-next {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 88;
  background: url(https://www.nightflightplus.com/assets/sprite-45430b9689a4d77bf9e471c5cd5f319337be0d97983bbb061ea89f0802c712ae.png) no-repeat 0 -17px;
  width: 37px;
  height: 36px;
}

/* line 484, app/assets/stylesheets/site.scss */
.visual-gallery .mask .banner {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/* line 489, app/assets/stylesheets/site.scss */
.visual-gallery .btn-next {
  left: auto;
  right: 40px;
  background-position: -50px -17px;
}

/* line 494, app/assets/stylesheets/site.scss */
.visual-gallery .btn-prev:hover,
.visual-gallery .btn-next:hover {
  opacity: .7;
}

/* line 496, app/assets/stylesheets/site.scss */
.visual-caption {
  color: #fff;
  text-shadow: 2px 0 #000;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  z-index: 22;
  width: 366px;
  display: table;
  height: 439px;
  left: 50%;
  margin: 0 0 0 5.9%;
}

/* line 509, app/assets/stylesheets/site.scss */
.visual-caption .holder {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 65px 0 38px;
  overflow: hidden;
}

/* line 517, app/assets/stylesheets/site.scss */
.visual-caption h2 {
  margin: 0 0 8px;
}

/* line 518, app/assets/stylesheets/site.scss */
.visual-caption h3 {
  margin: 0 0 7px;
}

/* line 519, app/assets/stylesheets/site.scss */
.visual-caption img {
  vertical-align: top;
}

/* line 520, app/assets/stylesheets/site.scss */
.visual-caption .frame {
  background: rgba(0, 0, 0, 0.5);
  padding: 29px 26px 34px 34px;
  overflow: hidden;
  max-height: 333px;
}

/* line 526, app/assets/stylesheets/site.scss */
.visual-caption p {
  margin: 0;
}

/* line 527, app/assets/stylesheets/site.scss */
.visual-pagination {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
}

/* line 533, app/assets/stylesheets/site.scss */
.visual-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* line 541, app/assets/stylesheets/site.scss */
.visual-pagination ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 111;
  margin: 0 6px;
}

/* line 548, app/assets/stylesheets/site.scss */
.visual-pagination ul li a {
  display: block;
  height: 12px;
  width: 12px;
  background: #2d2e3b;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 557, app/assets/stylesheets/site.scss */
.visual-pagination ul li a:hover,
.visual-pagination ul li.active a {
  background: #f9a11e;
}

/* line 559, app/assets/stylesheets/site.scss */
.visual-pagination ul li.active a {
  cursor: default;
}

/* line 560, app/assets/stylesheets/site.scss */
#main.profile {
  padding-top: 32px;
}

/* line 561, app/assets/stylesheets/site.scss */
#main.blog {
  padding: 65px 10px 20px;
}

/* line 562, app/assets/stylesheets/site.scss */
#main.blog.post {
  padding: 65px 10px 74px;
}

/* line 564, app/assets/stylesheets/site.scss */
#main .slider-holder h2 {
  margin: 0 100px 0 0;
  font: 20px/28px "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
}

/* line 572, app/assets/stylesheets/site.scss */
#main .slider-holder h2 .red-text {
  margin: 0;
  font-size: 25px;
  font-family: "amcap_eternalregular", Arial, Helvetica, sans-serif;
  color: #0085C3;
}

/* line 578, app/assets/stylesheets/site.scss */
.slider-holder {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 582, app/assets/stylesheets/site.scss */
.cycle-gallery {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 0 0;
}

/* line 587, app/assets/stylesheets/site.scss */
.cycle-gallery:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #e0e0e0;
}

/* line 596, app/assets/stylesheets/site.scss */
.cycle-gallery .mask {
  position: relative;
  height: 240px;
  overflow: hidden;
  margin: 0 0 0 -20px;
  padding: 18px 0 18px 20px;
  min-height: 239px;
}

/* line 604, app/assets/stylesheets/site.scss */
.cycle-gallery .mask .slideset {
  height: 225px;
  width: 9999px;
}

/* line 608, app/assets/stylesheets/site.scss */
.cycle-gallery .mask .slide {
  float: left;
}

/* line 609, app/assets/stylesheets/site.scss */
.cycle-gallery .mask .slide.active {
  z-index: 1;
}

/* line 610, app/assets/stylesheets/site.scss */
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(https://www.nightflightplus.com/assets/sprite-45430b9689a4d77bf9e471c5cd5f319337be0d97983bbb061ea89f0802c712ae.png) no-repeat 0 -82px;
  width: 27px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 11;
  margin: -13px 0 0 -53px;
}

/* line 623, app/assets/stylesheets/site.scss */
.cycle-gallery .btn-next {
  left: auto;
  right: 0;
  background-position: -69px -81px;
  margin: -13px -25px 0 0;
}

/* line 629, app/assets/stylesheets/site.scss */
.cycle-gallery .post-movies, .cycle-gallery .post-playlist {
  float: left;
  margin: 0 0 10px 24px;
}

/* line 633, app/assets/stylesheets/site.scss */
.cycle-gallery .post-movies:first-child, .cycle-gallery .post-playlist:first-child {
  margin: 0 0 10px 2px;
}

/* line 636, app/assets/stylesheets/site.scss */
.post-holder {
  position: relative;
  margin: 0 -30px 0 0;
}

/* line 640, app/assets/stylesheets/site.scss */
.post-movies {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 141px;
  height: 203px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 48px 3px;
  border-radius: 5px;
  overflow: hidden;
}

/* line 652, app/assets/stylesheets/site.scss */
.post-movies > img {
  display: block;
  max-width: 141px;
  height: auto;
}

/* line 657, app/assets/stylesheets/site.scss */
.post-movies .text-box {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  color: #2d2e3b;
  background: rgba(249, 249, 249, 0.85) no-repeat 100% 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 12px;
  line-height: 14px;
  height: 0;
  opacity: 0;
}

/* line 674, app/assets/stylesheets/site.scss */
.post-movies:hover .text-box {
  padding: 10px 8px;
  height: auto;
  opacity: 1;
}

/* line 679, app/assets/stylesheets/site.scss */
#main .post-movies h3 {
  margin: 0 0 1px;
  color: #721111;
  font: 300 20px/25px "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* line 685, app/assets/stylesheets/site.scss */
#main .post-movies h3 a {
  color: #721111;
}

/* line 686, app/assets/stylesheets/site.scss */
#main .post-movies p {
  margin: 0 0 2px;
}

/* line 688, app/assets/stylesheets/site.scss */
.post-playlist {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 306px;
  height: 172px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 48px 3px;
  border-radius: 5px;
  overflow: hidden;
}

/* line 700, app/assets/stylesheets/site.scss */
.post-playlist > img {
  display: block;
  max-width: 306px;
  height: auto;
}

/* line 705, app/assets/stylesheets/site.scss */
.post-playlist .text-box {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  color: #2d2e3b;
  background: rgba(249, 249, 249, 0.85) no-repeat 100% 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 12px;
  line-height: 14px;
  height: 0;
  opacity: 0;
}

/* line 722, app/assets/stylesheets/site.scss */
.post-playlist:hover .text-box {
  padding: 10px 8px;
  height: auto;
  opacity: 1;
}

/* line 727, app/assets/stylesheets/site.scss */
#main .post-playlist h3 {
  margin: 0 0 1px;
  color: #721111;
  font: 300 20px/25px "Roboto Condensed", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* line 733, app/assets/stylesheets/site.scss */
#main .post-playlist h3 a {
  color: #721111;
}

/* line 734, app/assets/stylesheets/site.scss */
#main .post-playlist p {
  margin: 0 0 2px;
}

/* line 735, app/assets/stylesheets/site.scss */
.read-more {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2d2e3b;
}

/* line 741, app/assets/stylesheets/site.scss */
.star-rating {
  margin: 0 -2px 6px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 747, app/assets/stylesheets/site.scss */
.star-rating li {
  float: left;
}

/* line 748, app/assets/stylesheets/site.scss */
.star-rating li a.icon-star {
  display: block;
  width: 21px;
  height: 19px;
  color: #86878e;
  font-size: 21px;
}

/* line 755, app/assets/stylesheets/site.scss */
.star-rating li a.icon-star:after {
  font-family: icomoon;
  content: "\e604";
}

/* line 759, app/assets/stylesheets/site.scss */
.star-rating li.active a:after,
.star-rating li a:hover {
  text-decoration: none;
  color: #f9a11e;
}

/* line 764, app/assets/stylesheets/site.scss */
#footer {
  margin: 0 auto;
  font-size: 16px;
  padding: 34px 0 70px;
  color: #808080;
  text-align: center;
}

/* line 771, app/assets/stylesheets/site.scss */
#footer h3 {
  margin: 0 0 37px;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 100;
}

/* line 778, app/assets/stylesheets/site.scss */
#footer > .holder {
  overflow: hidden;
  padding: 0 0 98px;
  text-align: left;
}

/* line 783, app/assets/stylesheets/site.scss */
#footer .col {
  float: left;
  width: 100.0%;
  text-align: center;
}

/* line 788, app/assets/stylesheets/site.scss */
#footer .frame {
  overflow: hidden;
  padding: 10px 0 0;
}

/* line 792, app/assets/stylesheets/site.scss */
#footer .frame ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 0 10px 0 0;
}

/* line 800, app/assets/stylesheets/site.scss */
#footer .frame ul:first-child {
  width: 59.5%;
}

/* line 801, app/assets/stylesheets/site.scss */
#footer .frame ul li {
  margin: 0 0 7px;
}

/* line 802, app/assets/stylesheets/site.scss */
#footer .frame ul li a {
  color: #fff;
}

/* line 803, app/assets/stylesheets/site.scss */
.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}

/* line 810, app/assets/stylesheets/site.scss */
.social-networks li {
  overflow: hidden;
  margin: 0 0 28px;
}

/* line 814, app/assets/stylesheets/site.scss */
.social-networks li a:before {
  color: #808080;
  float: left;
  height: 20px;
  width: 42px;
  font-size: 20px;
  font-family: icomoon;
}

/* line 822, app/assets/stylesheets/site.scss */
.social-networks li a {
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  float: left;
}

/* line 827, app/assets/stylesheets/site.scss */
.social-networks li a.icon-facebook:before {
  content: "\e601";
}

/* line 828, app/assets/stylesheets/site.scss */
.social-networks li a.icon-twitter:before {
  content: "\e602";
}

/* line 829, app/assets/stylesheets/site.scss */
.social-networks li a.icon-google:before {
  content: "\e600";
}

/* line 830, app/assets/stylesheets/site.scss */
#footer > p {
  margin: 0;
}

/* line 831, app/assets/stylesheets/site.scss */
#footer > p > a {
  color: #808080;
}

/* line 832, app/assets/stylesheets/site.scss */
.add-nav {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #2d2e3b;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding: 0 6px 9px;
  letter-spacing: 1px;
  margin: 0 0 27px;
}

/* line 844, app/assets/stylesheets/site.scss */
.add-nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: #b3b3b3;
}

/* line 853, app/assets/stylesheets/site.scss */
.add-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 858, app/assets/stylesheets/site.scss */
.add-nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 5px 0 10px;
}

/* line 864, app/assets/stylesheets/site.scss */
.add-nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  bottom: 3px;
  background: #000;
}

/* line 873, app/assets/stylesheets/site.scss */
.add-nav ul li:first-child:before {
  display: none;
}

/* line 874, app/assets/stylesheets/site.scss */
.add-nav ul li:first-child {
  padding: 0 4px 0 0;
}

/* line 875, app/assets/stylesheets/site.scss */
.add-nav ul li a {
  color: #2d2e3b;
}

/* line 876, app/assets/stylesheets/site.scss */
#twocolumns:after {
  content: "";
  display: block;
  clear: both;
}

/* line 881, app/assets/stylesheets/site.scss */
#sidebar {
  float: left;
  width: 31.4%;
}

/* line 885, app/assets/stylesheets/site.scss */
.profile #sidebar {
  padding: 7px 0 0;
}

/* line 886, app/assets/stylesheets/site.scss */
.widget-full {
  position: relative;
  border-radius: 0 10px 0 0;
  background: #fff;
  padding: 26px 30px 12px 0;
  margin: 0 0 42px;
}

/* line 893, app/assets/stylesheets/site.scss */
.widget {
  margin: 0 0 22px;
}

/* line 894, app/assets/stylesheets/site.scss */
.widget h2 {
  text-transform: uppercase;
  color: #0085C3;
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 14px;
}

/* line 901, app/assets/stylesheets/site.scss */
.widget-full:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 9999px;
  height: 100%;
  top: 0;
  background: #fff;
}

/* line 910, app/assets/stylesheets/site.scss */
.search-form h2 {
  margin: 0 0 10px;
}

/* line 911, app/assets/stylesheets/site.scss */
#content {
  float: right;
  width: 65.8%;
}

/* line 915, app/assets/stylesheets/site.scss */
.tags:after {
  content: "";
  display: block;
  clear: both;
}

/* line 920, app/assets/stylesheets/site.scss */
.tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 925, app/assets/stylesheets/site.scss */
.tags ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 25px;
}

/* line 931, app/assets/stylesheets/site.scss */
.tags ul li a {
  color: #383a49;
}

/* line 932, app/assets/stylesheets/site.scss */
.tags ul li:after {
  content: ",";
}

/* line 933, app/assets/stylesheets/site.scss */
.tags ul li.add:after {
  display: none;
}

/* line 934, app/assets/stylesheets/site.scss */
.list-category {
  font-size: 16px;
  line-height: 20px;
}

/* line 938, app/assets/stylesheets/site.scss */
.list-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 943, app/assets/stylesheets/site.scss */
.list-category ul li {
  border-top: 1px solid #e5e5e5;
  padding: 9px 0 6px;
}

/* line 947, app/assets/stylesheets/site.scss */
.list-category ul li:first-child {
  border-top: none;
  padding: 2px 0 6px;
}

/* line 951, app/assets/stylesheets/site.scss */
.list-category ul li a {
  color: #383a49;
}

/* line 952, app/assets/stylesheets/site.scss */
.arrivals .post-movies, .arrivals .media {
  width: 45.6%;
  height: auto;
  margin: 0 40px 73px 3px;
}

/* line 957, app/assets/stylesheets/site.scss */
.arrivals .post-movies {
  border-radius: 5px 18px 18px 5px;
}

/* line 960, app/assets/stylesheets/site.scss */
.arrivals .post-holder {
  margin: 0 -40px 0 0;
}

/* line 961, app/assets/stylesheets/site.scss */
.arrivals .post-movies img {
  float: left;
  max-width: 213px;
  max-height: 306px;
}

/* line 966, app/assets/stylesheets/site.scss */
#main.arrivals .post-movies .text-box p {
  display: block;
}

/* line 967, app/assets/stylesheets/site.scss */
.arrivals .post-movies .text-box {
  position: static;
  overflow: hidden;
  height: auto;
  opacity: 1;
  padding: 16px 10px 10px 19px;
  background: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #2d2e3b;
}

/* line 979, app/assets/stylesheets/site.scss */
.arrivals .post-movies .text-box h4 {
  margin-top: 0;
}

/* line 982, app/assets/stylesheets/site.scss */
.arrivals .add-nav {
  margin: 0 0 38px;
}

/* line 983, app/assets/stylesheets/site.scss */
#main.arrivals .post-movies h3 {
  margin: 0;
}

/* line 984, app/assets/stylesheets/site.scss */
#content h1 {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 22px;
  padding: 0 3px 11px;
  position: relative;
}

/* line 993, app/assets/stylesheets/site.scss */
#content h1:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #b3b3b3 #b3b3b3 #e6e6e6;
  width: 9999px;
}

/* line 1004, app/assets/stylesheets/site.scss */
.profile-holder .image-box {
  height: 140px;
  width: 140px;
  border-radius: 10%;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(150, 150, 150, 0.75);
  border: 6px solid #0085C3;
  margin: 0 0 17px;
}

/* line 1013, app/assets/stylesheets/site.scss */
.profile-holder .image-box img {
  vertical-align: top;
}

/* line 1014, app/assets/stylesheets/site.scss */
#main .profile-holder h2 {
  font-size: 39px;
  line-height: 45px;
  color: #383a49;
  position: relative;
  padding: 0 0 11px;
  margin: 0 0 11px;
}

/* line 1022, app/assets/stylesheets/site.scss */
#main .profile-holder h2:after {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  background: #b2b2b2;
  width: 49px;
  bottom: 0;
}

/* line 1031, app/assets/stylesheets/site.scss */
#main .profile-holder h3 {
  overflow: hidden;
  color: #0085C3;
  font-size: 21px;
  line-height: 25px;
  margin: 0 0 4px;
  font-weight: bold;
}

/* line 1039, app/assets/stylesheets/site.scss */
#main .profile-holder h3 .number {
  float: right;
}

/* line 1040, app/assets/stylesheets/site.scss */
#main .profile-holder h3:before {
  color: #f9a11e;
  content: "\e605";
  font-size: 16px;
  float: left;
  margin: 1px 4px 0 0;
}

/* line 1047, app/assets/stylesheets/site.scss */
.profile-holder {
  padding: 0 0 0 68px;
  margin: 0 0 18px;
}

/* line 1051, app/assets/stylesheets/site.scss */
.profile-holder time {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 21px;
  margin: 0 0 4px;
}

/* line 1060, app/assets/stylesheets/site.scss */
.profile-holder time .text {
  display: block;
  font-size: 16px;
  color: #8c8c8c;
}

/* line 1065, app/assets/stylesheets/site.scss */
.advertisement {
  padding: 0 0 0 13px;
}

/* line 1066, app/assets/stylesheets/site.scss */
.advertisement.add {
  padding: 0;
}

/* line 1067, app/assets/stylesheets/site.scss */
.advertisement img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1072, app/assets/stylesheets/site.scss */
.blog #sidebar {
  float: right;
  width: 298px;
  padding-top: 48px;
}

/* line 1077, app/assets/stylesheets/site.scss */
.blog.post #sidebar {
  padding-top: 0;
}

/* line 1078, app/assets/stylesheets/site.scss */
.blog #content {
  float: left;
}

/* line 1079, app/assets/stylesheets/site.scss */
.blog .widget-full {
  border-radius: 10px 0 0 0;
  padding: 25px 10px 12px 41px;
  margin: 0;
}

/* line 1084, app/assets/stylesheets/site.scss */
.blog.post .widget-full {
  padding: 25px 10px 58px 41px;
}

/* line 1085, app/assets/stylesheets/site.scss */
.blog .widget-full:after {
  right: auto;
  left: 100%;
}

/* line 1089, app/assets/stylesheets/site.scss */
.tag-clouds {
  margin: 0 0 16px;
}

/* line 1090, app/assets/stylesheets/site.scss */
.blog.post .tag-clouds {
  margin: 0 0 38px;
}

/* line 1091, app/assets/stylesheets/site.scss */
.tag-clouds ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

/* line 1097, app/assets/stylesheets/site.scss */
.tag-clouds ul li {
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 1px;
}

/* line 1102, app/assets/stylesheets/site.scss */
.tag-clouds ul li.popular {
  font-size: 16px;
  line-height: 18px;
}

/* line 1106, app/assets/stylesheets/site.scss */
.tag-clouds ul li.v-popular {
  font-size: 21px;
  line-height: 23px;
}

/* line 1110, app/assets/stylesheets/site.scss */
.tag-clouds ul li.vv-popular {
  font-size: 26px;
  line-height: 28px;
}

/* line 1114, app/assets/stylesheets/site.scss */
.tag-clouds ul li.vvv-popular {
  font-size: 31px;
  line-height: 35px;
  color: #383a49;
}

/* line 1119, app/assets/stylesheets/site.scss */
.tag-clouds ul li a {
  color: #383a49;
}

/* line 1120, app/assets/stylesheets/site.scss */
.gallery-box {
  padding: 0 25px 0 0;
}

/* line 1121, app/assets/stylesheets/site.scss */
.carousel {
  position: relative;
}

/* line 1122, app/assets/stylesheets/site.scss */
.carousel .mask {
  position: relative;
  overflow: hidden;
}

/* line 1126, app/assets/stylesheets/site.scss */
.carousel .mask .slideset {
  width: 99999px;
  float: left;
}

/* line 1130, app/assets/stylesheets/site.scss */
.carousel .mask .slide {
  float: left;
  margin: 0 8px 0 2px;
}

/* line 1134, app/assets/stylesheets/site.scss */
.carousel .mask .slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1139, app/assets/stylesheets/site.scss */
.carousel .btn-prev,
.carousel .btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(https://www.nightflightplus.com/assets/sprite-45430b9689a4d77bf9e471c5cd5f319337be0d97983bbb061ea89f0802c712ae.png) no-repeat -1px -58px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 11;
  margin: -11px 0 0 -31px;
}

/* line 1152, app/assets/stylesheets/site.scss */
.carousel .btn-next {
  left: auto;
  right: 0;
  background-position: -44px -58px;
  margin: -11px -31px 0 0;
}

/* line 1158, app/assets/stylesheets/site.scss */
.gallery-box h2 {
  margin: 0 0 7px;
}

/* line 1159, app/assets/stylesheets/site.scss */
.blog-headings {
  overflow: hidden;
  margin: 0 0 13px;
}

/* line 1163, app/assets/stylesheets/site.scss */
.blog-headings time {
  display: block;
  color: #8f8f8f;
  font-weight: bold;
}

/* line 1168, app/assets/stylesheets/site.scss */
.blog-headings h2 {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

/* line 1173, app/assets/stylesheets/site.scss */
.blog-headings .alignleft {
  border-radius: 5px;
  margin: 0 13px 0 0;
}

/* line 1177, app/assets/stylesheets/site.scss */
.blog-headings > .holder {
  overflow: hidden;
  padding: 21px 0 0;
}

/* line 1181, app/assets/stylesheets/site.scss */
#main .blog-headings h1 {
  color: #0085C3;
  font: 62px/70px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

/* line 1187, app/assets/stylesheets/site.scss */
#main .blog-headings h1 .text {
  font: 11px/15px "Roboto", Arial, Helvetica, sans-serif;
  float: right;
  text-transform: uppercase;
  color: #000;
  margin: 28px 20px 3px 8px;
}

/* line 1194, app/assets/stylesheets/site.scss */
#main .blog-headings h1 .text a {
  color: #000;
}

/* line 1195, app/assets/stylesheets/site.scss */
#main .blog-headings h1:after {
  display: none;
}

/* line 1196, app/assets/stylesheets/site.scss */
#content p {
  margin: 0 0 17px;
}

/* line 1197, app/assets/stylesheets/site.scss */
#content .text-area {
  overflow: hidden;
  margin: 0 0 41px;
}

/* line 1201, app/assets/stylesheets/site.scss */
.add-section {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  height: 848px;
  display: table;
  width: 97%;
}

/* line 1209, app/assets/stylesheets/site.scss */
.add-section .row {
  display: table-row;
}

/* line 1210, app/assets/stylesheets/site.scss */
.add-section h2 {
  margin: 0 0 13px;
  color: #0085C3;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}

/* line 1218, app/assets/stylesheets/site.scss */
.add-section h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  letter-spacing: -1px;
}

/* line 1225, app/assets/stylesheets/site.scss */
.add-section h3 a {
  color: #000;
}

/* line 1226, app/assets/stylesheets/site.scss */
.video .add-section .row .frame {
  vertical-align: top;
}

/* line 1227, app/assets/stylesheets/site.scss */
.video .add-section {
  width: 100%;
  height: 577px;
  margin: 0 0 14px;
}

/* line 1232, app/assets/stylesheets/site.scss */
.add-section .post-frame {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

/* line 1238, app/assets/stylesheets/site.scss */
.add-section .post-frame:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  height: 1px;
  background: #ccc;
}

/* line 1247, app/assets/stylesheets/site.scss */
.post-frame .post {
  display: table-cell;
  width: 17%;
  padding: 0 8px;
  position: relative;
}

/* line 1253, app/assets/stylesheets/site.scss */
.post-frame .post:after {
  content: "";
  position: absolute;
  bottom: 22px;
  top: 8px;
  width: 1px;
  background: #ccc;
  left: 0;
}

/* line 1262, app/assets/stylesheets/site.scss */
.post-frame .post:first-child:after {
  display: none;
}

/* line 1263, app/assets/stylesheets/site.scss */
.video .add-section .frame {
  padding: 20px;
  vertical-align: middle;
}

/* line 1267, app/assets/stylesheets/site.scss */
.add-section .frame {
  display: table-cell;
  vertical-align: top;
  padding: 196px 20px 20px;
}

/* line 1272, app/assets/stylesheets/site.scss */
.add-section img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 449px;
}

/* line 1278, app/assets/stylesheets/site.scss */
.blog-post:first-child {
  padding-top: 0;
  border-top: 0;
}

/* line 1282, app/assets/stylesheets/site.scss */
.blog-post {
  line-height: 18px;
  border-top: 1px solid #c9c9c9;
  padding: 21px 0 19px;
}

/* line 1287, app/assets/stylesheets/site.scss */
.blog-post:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1292, app/assets/stylesheets/site.scss */
.blog-post h2 {
  margin: 0 0 7px;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}

/* line 1298, app/assets/stylesheets/site.scss */
.blog-post h2 a {
  color: #000;
}

/* line 1299, app/assets/stylesheets/site.scss */
.blog-post .alignleft {
  margin: 4px 29px 0 0;
}

/* line 1300, app/assets/stylesheets/site.scss */
.blog-post:first-child .holder {
  margin: -9px 0 0;
}

/* line 1301, app/assets/stylesheets/site.scss */
.blog-post .holder {
  overflow: hidden;
  position: relative;
}

/* line 1305, app/assets/stylesheets/site.scss */
.blog-post .read-more {
  color: #f9a21e;
  font-weight: bold;
}

/* line 1309, app/assets/stylesheets/site.scss */
#content .blog-post p {
  margin: 0 0 15px;
}

/* line 1310, app/assets/stylesheets/site.scss */
time {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #8f8f8f;
}

/* line 1317, app/assets/stylesheets/site.scss */
time a {
  color: #8f8f8f;
}

/* line 1318, app/assets/stylesheets/site.scss */
.widget.search-form {
  padding: 0 24px 0 0;
  margin: 0 0 35px;
}

/* line 1322, app/assets/stylesheets/site.scss */
.widget.search-form input[type="text"],
.widget.search-form input[type="search"] {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 22px;
  height: 39px;
  margin: 0 0 12px;
  color: #a3a3a3;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: inset 0 2px 5px rgba(1, 2, 2, 0.1);
}

/* line 1337, app/assets/stylesheets/site.scss */
.widget.search-form input[type="submit"] {
  display: block;
  background: #000;
  border: 0;
  border-radius: 10px;
  color: #fff;
  width: 91px;
  height: 37px;
  font-size: 16px;
  line-height: 20px;
}

/* line 1348, app/assets/stylesheets/site.scss */
.hide-desktop {
  display: none;
}

/* line 1349, app/assets/stylesheets/site.scss */
.post #content {
  width: 69%;
}

/* line 1350, app/assets/stylesheets/site.scss */
.sidebar {
  float: left;
  background: #bfbfbf url(https://www.nightflightplus.com/assets/divider-0f6c303daec8aefefcc58d29d40ef3a036960be14a51b68bbbd28c3a0f450baf.png) repeat-x 0 100%;
  position: relative;
  margin: -3px 0 0 -102px;
  padding: 29px 19px 70px 21px;
  width: 25.9%;
  border-left: 2px solid #4c4c4c;
}

/* line 1359, app/assets/stylesheets/site.scss */
.sidebar:after {
  content: "";
  background: #bfbfbf;
  right: 0;
  left: -2px;
  position: absolute;
  border-left: 2px solid #4c4c4c;
  top: 100%;
  height: 9999px;
}

/* line 1369, app/assets/stylesheets/site.scss */
.browse .post-holder {
  float: right;
  width: 86%;
  padding: 29px 0 0;
}

/* line 1374, app/assets/stylesheets/site.scss */
.browse .post-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: 30px;
  height: 2px;
  background: #e6e6e6;
  border-top: 1px solid #b3b3b3;
}

/* line 1384, app/assets/stylesheets/site.scss */
.gadget h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

/* line 1393, app/assets/stylesheets/site.scss */
.gadget h2 a {
  color: #fff;
}

/* line 1394, app/assets/stylesheets/site.scss */
.gadget {
  background: #5f5f67;
  overflow: hidden;
  margin: 0 0 31px;
  border-radius: 6px;
  min-height: 198px;
  padding: 39px 10px 20px;
}

/* line 1402, app/assets/stylesheets/site.scss */
.categories {
  padding: 45px 10px 20px;
  min-height: 292px;
}

/* line 1406, app/assets/stylesheets/site.scss */
#main .headings {
  overflow: hidden;
}

/* line 1407, app/assets/stylesheets/site.scss */
.video-holder {
  background: #fff url(https://www.nightflightplus.com/images/bg-video.png) no-repeat 100% 100%;
  border-radius: 18px 0 18px 18px;
  font-weight: 300;
  margin: 0 0 25px;
}

/* line 1413, app/assets/stylesheets/site.scss */
.video-holder blockquote {
  margin: 0;
  color: #383a49;
}

/* line 1417, app/assets/stylesheets/site.scss */
.video-holder blockquote q {
  display: block;
  margin: 0 0 9px;
}

/* line 1421, app/assets/stylesheets/site.scss */
.video-holder blockquote cite a {
  color: #383a49;
}

/* line 1422, app/assets/stylesheets/site.scss */
.video-holder blockquote cite {
  text-transform: uppercase;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  display: block;
  text-align: right;
}

/* line 1430, app/assets/stylesheets/site.scss */
.video-holder .frame {
  overflow: hidden;
  position: relative;
}

/* line 1434, app/assets/stylesheets/site.scss */
.video-holder .frame .alignright {
  width: 59.9%;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  z-index: 11;
}

/* line 1441, app/assets/stylesheets/site.scss */
.video-holder .frame .box {
  width: 59.9%;
  float: right;
  padding: 26px 27px 8px;
}

/* line 1446, app/assets/stylesheets/site.scss */
.video-holder .frame .box.add {
  padding: 0;
  background: #e0e0e0;
}

/* line 1450, app/assets/stylesheets/site.scss */
.video-holder .frame .txt-area {
  overflow: hidden;
  position: relative;
  min-height: 100px;
  padding: 10px 123px 0 34px;
}

/* line 1456, app/assets/stylesheets/site.scss */
.video-holder .frame .img-frame {
  height: 100px;
  width: 100px;
  background: #ddd url(https://www.nightflightplus.com/assets/bg-image-e63124724a032ec37b03199180c6261ed6e59be872e1344690b3d16d98f8933f.png) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

/* line 1466, app/assets/stylesheets/site.scss */
.video-holder .frame .img-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100px;
}

/* line 1472, app/assets/stylesheets/site.scss */
.video-holder .frame .img-frame:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  background: url(https://www.nightflightplus.com/assets/sprite-45430b9689a4d77bf9e471c5cd5f319337be0d97983bbb061ea89f0802c712ae.png) no-repeat 0 -116px;
  width: 20px;
  height: 25px;
}

/* line 1481, app/assets/stylesheets/site.scss */
.video-holder dl {
  margin: 0;
  color: #0085C3;
}

/* line 1485, app/assets/stylesheets/site.scss */
.video-holder dl a {
  color: #0085C3;
}

/* line 1486, app/assets/stylesheets/site.scss */
.video-holder dl dt {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1492, app/assets/stylesheets/site.scss */
.video-holder dl dd {
  margin: 0 0 10px;
}

/* line 1493, app/assets/stylesheets/site.scss */
.video-holder .frame .text-area {
  overflow: hidden;
  padding: 15px 50px 7px 33px;
}

/* line 1497, app/assets/stylesheets/site.scss */
.video-holder .frame h3 {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0085C3;
}

/* line 1504, app/assets/stylesheets/site.scss */
.video-holder .frame .txt-area h3 {
  margin: 0 0 5px;
}

/* line 1505, app/assets/stylesheets/site.scss */
.video-holder .frame:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

/* line 1514, app/assets/stylesheets/site.scss */
.video-holder .star-rating {
  margin: 0 -32px -4px 0;
  text-align: right;
}

/* line 1518, app/assets/stylesheets/site.scss */
#main .video-holder p {
  margin: 0 0 6px;
}

/* line 1519, app/assets/stylesheets/site.scss */
.video-holder .star-rating li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -3px;
}

/* line 1525, app/assets/stylesheets/site.scss */
.video-holder .star-rating li a.icon-star {
  font-size: 28px;
  height: auto;
  width: auto;
}

/* line 1530, app/assets/stylesheets/site.scss */
#main .headings h1 {
  margin: 0;
  font: 47px/50px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  color: #0085C3;
}

/* line 1535, app/assets/stylesheets/site.scss */
#main.subscribe h1 {
  font: 34px/42px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  color: #1d1e26;
  margin: 0 0 20px;
}

/* line 1540, app/assets/stylesheets/site.scss */
#main .headings h2 {
  margin: 0 0 7px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  color: #383a49;
}

/* line 1547, app/assets/stylesheets/site.scss */
.subscription-heading {
  color: #1d1e26;
  background: #fff;
  border-radius: 9px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 1px;
  overflow: hidden;
  margin: 0 0 24px;
}

/* line 1559, app/assets/stylesheets/site.scss */
.subscription-heading .holder {
  border-radius: 9px;
  background: #383a49;
  color: #fff;
  padding: 26px 15px 22px;
  text-align: left;
  margin: 0;
}

/* line 1567, app/assets/stylesheets/site.scss */
.subscription-heading .holder:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1572, app/assets/stylesheets/site.scss */
.subscription-heading .holder h2,
.subscription-heading h3 {
  float: left;
  text-align: right;
  width: 53.4%;
  font-weight: 400;
  margin: 0;
}

/* line 1580, app/assets/stylesheets/site.scss */
.subscription-heading .holder p.subtext {
  text-transform: none;
  text-align: center;
  font-size: 17px;
  margin-bottom: 0;
}

/* line 1586, app/assets/stylesheets/site.scss */
.subscription-heading .holder h2 {
  font-size: 52px;
  line-height: 60px;
  color: #fff;
}

/* line 1591, app/assets/stylesheets/site.scss */
.subscription-heading h2 {
  font-weight: 400;
  font-size: 31px;
  line-height: 36px;
  color: #0085C3;
  margin: 0;
}

/* line 1598, app/assets/stylesheets/site.scss */
.subscription-heading h3 {
  font-size: 31px;
  line-height: 35px;
}

/* line 1602, app/assets/stylesheets/site.scss */
.subscription-heading .amount {
  display: block;
  overflow: hidden;
  padding: 0 0 0 20px;
}

/* line 1607, app/assets/stylesheets/site.scss */
.subscription-heading .number {
  font: 79px/90px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  float: left;
  max-width: 160px;
  overflow: hidden;
  color: #f9a11e;
}

/* line 1614, app/assets/stylesheets/site.scss */
.subscription-heading .cent {
  font: 25px/30px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  display: block;
  color: #f9a11e;
  overflow: hidden;
  padding: 18px 7px 14px;
}

/* line 1621, app/assets/stylesheets/site.scss */
.subscription-heading .text {
  display: block;
  overflow: hidden;
  font-size: 31px;
  line-height: 40px;
}

/* line 1627, app/assets/stylesheets/site.scss */
.tabset {
  margin: 0;
  padding: 7px 0 0 9px;
  list-style: none;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}

/* line 1638, app/assets/stylesheets/site.scss */
.tabset.add {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

/* line 1643, app/assets/stylesheets/site.scss */
.tabset li {
  display: table;
  height: 94px;
  float: left;
  margin: 0 0 0 10px;
  width: 23.6%;
  border-radius: 4px;
  overflow: hidden;
}

/* line 1652, app/assets/stylesheets/site.scss */
.tabset li.bonus-features {
  width: 49.1%;
}

/* line 1653, app/assets/stylesheets/site.scss */
.tabset li:first-child {
  margin-left: 0;
}

/* line 1654, app/assets/stylesheets/site.scss */
.tabset li a {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  background: #fff;
  padding: 5px;
  text-align: center;
}

/* line 1662, app/assets/stylesheets/site.scss */
.tabset li a:hover,
.tabset li a.active {
  background: #fff url(https://www.nightflightplus.com/images/bg-tab.png) no-repeat 100% 100%;
  text-decoration: none;
}

/* line 1667, app/assets/stylesheets/site.scss */
.sub-nav {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 0 7px;
}

/* line 1673, app/assets/stylesheets/site.scss */
.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 1679, app/assets/stylesheets/site.scss */
.sub-nav ul li {
  float: left;
  color: #0085C3;
  position: relative;
  padding: 0 8px;
}

/* line 1685, app/assets/stylesheets/site.scss */
.sub-nav ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -1px;
  bottom: 4px;
  width: 2px;
  background: #0085C3;
}

/* line 1694, app/assets/stylesheets/site.scss */
.sub-nav ul li:first-child:before {
  display: none;
}

/* line 1695, app/assets/stylesheets/site.scss */
.sub-nav ul li:first-child {
  padding-left: 0;
}

/* line 1696, app/assets/stylesheets/site.scss */
.sub-nav ul li a {
  color: #0085C3;
}

/* line 1697, app/assets/stylesheets/site.scss */
.section {
  background: #fff;
  border-radius: 9px;
  padding: 38px;
}

/* line 1702, app/assets/stylesheets/site.scss */
.section.payment {
  padding: 38px;
}

/* line 1703, app/assets/stylesheets/site.scss */
.section:after {
  content: "";
  display: block;
  clear: both;
}

/* line 1708, app/assets/stylesheets/site.scss */
.section > h2 {
  margin: 0 0 34px;
  font-size: 31px;
  line-height: 40px;
  color: #0085C3;
  border-bottom: 1px solid #0085C3;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 4px;
}

/* line 1718, app/assets/stylesheets/site.scss */
.section h3 {
  margin: 0 0 29px;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
}

/* line 1725, app/assets/stylesheets/site.scss */
.section.payment h3 {
  margin: 0 0 66px;
}

/* line 1726, app/assets/stylesheets/site.scss */
.section p {
  margin: 0 0 25px;
}

/* line 1727, app/assets/stylesheets/site.scss */
.section .col {
  float: right;
  font-size: 16px;
  width: 60.3%;
  padding: 0 0 0 50px;
}

/* line 1733, app/assets/stylesheets/site.scss */
.section .col:after {
  position: absolute;
  top: 6px;
  bottom: 48px;
  content: "";
  width: 1px;
  background: #bababa;
  margin: 0 0 0 -58px;
}

/* line 1742, app/assets/stylesheets/site.scss */
.section .col .social-box {
  overflow: hidden;
}

/* line 1743, app/assets/stylesheets/site.scss */
.section .col:first-child {
  width: 38.9%;
  padding: 0 5px 0 0;
  float: left;
}

/* line 1748, app/assets/stylesheets/site.scss */
.section .col:first-child:after {
  display: none;
}

/* line 1749, app/assets/stylesheets/site.scss */
.section .col .head {
  overflow: hidden;
}

/* line 1750, app/assets/stylesheets/site.scss */
.section .social-networks li a:before {
  color: #fff;
  width: 50px;
}

/* line 1754, app/assets/stylesheets/site.scss */
.section .social-networks li {
  margin: 0 0 11px;
}

/* line 1755, app/assets/stylesheets/site.scss */
.section .social-networks li a {
  color: #fff;
  display: block;
  padding: 15px 11px 14px 18px;
  float: none;
  overflow: hidden;
  border-radius: 5px;
}

/* line 1763, app/assets/stylesheets/site.scss */
.section .social-networks li a:hover {
  text-decoration: none;
  opacity: .8;
}

/* line 1767, app/assets/stylesheets/site.scss */
.section .twocolumns {
  position: relative;
  overflow: hidden;
}

/* line 1771, app/assets/stylesheets/site.scss */
.section .social-networks {
  overflow: hidden;
  margin: 0 0 19px;
}

/* line 1775, app/assets/stylesheets/site.scss */
.section .social-networks li a.icon-facebook {
  background: #365386;
}

/* line 1776, app/assets/stylesheets/site.scss */
.section .social-networks li a.icon-twitter {
  background: #55a3cf;
}

/* line 1777, app/assets/stylesheets/site.scss */
.section .social-networks li a.icon-google {
  background: #c15136;
}

/* line 1778, app/assets/stylesheets/site.scss */
.section .social-networks li a.icon-google:before {
  margin: 0 0 0 5px;
  width: 46px;
}

/* line 1782, app/assets/stylesheets/site.scss */
.signup-form {
  overflow: hidden;
}

/* line 1783, app/assets/stylesheets/site.scss */
.signup-form label {
  display: block;
  margin: 0 0 15px;
}

/* line 1787, app/assets/stylesheets/site.scss */
.signup-form input[type="email"],
.signup-form input[type="text"],
.signup-form input[type="password"] {
  display: block;
  width: 90%;
  background: #fff;
  border: 1px solid #bababa;
  border-radius: 3px;
  font: 400 16px/20px "Roboto", Arial, Helvetica, sans-serif;
  height: 51px;
  padding: 14px 16px 15px;
  margin: 0 0 9px;
  box-shadow: none;
  outline: none;
  color: #a3a3a3;
}

/* line 1803, app/assets/stylesheets/site.scss */
.signup-form input[type="password"] {
  margin: 0 0 24px;
}

/* line 1804, app/assets/stylesheets/site.scss */
.signup-form input[type="submit"] {
  color: #787878;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  border: 1px solid #939393;
  padding: 14px 18px 14px 15px;
}

/* line 1812, app/assets/stylesheets/site.scss */
.subscription-plan {
  overflow: hidden;
  color: #fff;
  background: #f9a11e;
  padding: 13px 18px 21px;
  margin: 25px 0 16px;
  position: relative;
  border-radius: 4px;
}

/* line 1821, app/assets/stylesheets/site.scss */
.subscription-plan h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 43px;
  line-height: 50px;
  font-weight: 100;
  width: 32.8%;
  padding: 0 10px 0 0;
}

/* line 1831, app/assets/stylesheets/site.scss */
.subscription-plan .text {
  display: inline-block;
  vertical-align: middle;
  width: 38.6%;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  padding: 18px 3% 6px 6.2%;
}

/* line 1840, app/assets/stylesheets/site.scss */
.subscription-plan:after,
.subscription-plan:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 33.9%;
  bottom: 12px;
  width: 1px;
  border-style: solid;
  border-width: 0 1px;
  border-color: transparent #fdbf62 transparent #db8b15;
}

/* line 1852, app/assets/stylesheets/site.scss */
.subscription-plan:after {
  left: auto;
  right: 28.9%;
}

/* line 1856, app/assets/stylesheets/site.scss */
.btn-choose {
  vertical-align: middle;
  width: 22.6%;
  margin: 7px 0 0 3.3%;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 11px 8px 14px;
}

/* line 1865, app/assets/stylesheets/site.scss */
.subscription-plan.even {
  background: #0085C3;
}

/* line 1866, app/assets/stylesheets/site.scss */
.subscription-plan.even:after,
.subscription-plan.even:before {
  border-color: transparent #a93734 transparent #771916;
}

/* line 1868, app/assets/stylesheets/site.scss */
.payment-form {
  overflow: hidden;
  max-width: 681px;
  margin: 0 auto;
  font-size: 16px;
}

/* line 1874, app/assets/stylesheets/site.scss */
.payment-form .row {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 10px;
  margin: 0 0 8px;
}

/* line 1880, app/assets/stylesheets/site.scss */
.payment-form .box {
  float: right;
  width: 272px;
}

/* line 1884, app/assets/stylesheets/site.scss */
.payment-form input[type="text"] {
  float: right;
  width: 272px;
  height: 35px;
  font: 16px/20px "Roboto", Arial, Helvetica, sans-serif;
  padding: 6px 10px 7px;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 1, 1, 0.15);
  border: solid 1px #c1c1c1;
  background: #fff;
  border-radius: 3px;
}

/* line 1896, app/assets/stylesheets/site.scss */
.payment-form .box input[type="text"] {
  float: left;
  width: 126px;
}

/* line 1900, app/assets/stylesheets/site.scss */
.list-resources {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

/* line 1906, app/assets/stylesheets/site.scss */
.list-resources li {
  display: inline-block;
  vertical-align: middle;
}

/* line 1910, app/assets/stylesheets/site.scss */
.list-resources li img {
  vertical-align: top;
}

/* line 1911, app/assets/stylesheets/site.scss */
.payment-form .custom-select:first-child {
  float: left;
}

/* line 1912, app/assets/stylesheets/site.scss */
.payment-form .custom-select {
  position: relative;
  float: right;
  border-radius: 6px;
}

/* line 1917, app/assets/stylesheets/site.scss */
.payment-form select::-ms-expand {
  display: none;
}

/* line 1918, app/assets/stylesheets/site.scss */
.payment-form select {
  background: #fefefe url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(30%, #fbfbfb), color-stop(77%, #f2f2f2), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  display: inline-block;
  border: solid 1px #c1c1c1;
  padding: 6px 25px 4px 5px;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  appearance: none;
  border-radius: 6px;
  width: 127px;
  position: relative;
}

/* line 1938, app/assets/stylesheets/site.scss */
.payment-form .custom-select:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 35px;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  background: #fefefe url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(30%, #fbfbfb), color-stop(77%, #f2f2f2), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fbfbfb 30%, #f2f2f2 77%, #f1f1f1 100%);
}

/* line 1956, app/assets/stylesheets/site.scss */
.payment-form .custom-select:after {
  position: absolute;
  right: 17px;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  border: solid #000;
  border-width: 0 0 2px 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -6px;
  line-height: 0;
  z-index: 1;
}

/* line 1973, app/assets/stylesheets/site.scss */
.payment-form .btn-cvv {
  color: #000;
  margin: 7px 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1979, app/assets/stylesheets/site.scss */
.payment-form .btn-cvv:hover {
  text-decoration: underline;
}

/* line 1980, app/assets/stylesheets/site.scss */
.payment-form input[type="submit"] {
  float: right;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  width: 169px;
  height: 47px;
  margin: 16px 0 0 0;
}

/* line 1990, app/assets/stylesheets/site.scss */
.payment-form.tablet {
  display: none;
}

/* line 1991, app/assets/stylesheets/site.scss */
.payment-form [type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

/* line 1998, app/assets/stylesheets/site.scss */
.payment-form .fake-input,
.payment-form label {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 5px 2px 2px;
}

/* line 2004, app/assets/stylesheets/site.scss */
.payment-form .fake-input {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 27px;
  height: 27px;
  border: 1px solid #bbb;
  background: #f8f8f8;
  vertical-align: top;
  position: relative;
}

/* line 2014, app/assets/stylesheets/site.scss */
.payment-form [type=radio] + .fake-input {
  border-radius: 100%;
}

/* line 2015, app/assets/stylesheets/site.scss */
.payment-form [type="radio"] + .fake-input:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #777;
  border-radius: 100%;
  opacity: 0;
}

/* line 2026, app/assets/stylesheets/site.scss */
.payment-form [type="radio"]:checked + .fake-input:before {
  opacity: 1;
}

/* line 2027, app/assets/stylesheets/site.scss */
.payment-form input:disabled + .fake-input,
.payment-form input:disabled ~ .fake-label {
  opacity: .5;
}

/* line 2029, app/assets/stylesheets/site.scss */
.payment-form .radio-frame {
  overflow: hidden;
  padding: 0 0 0 3px;
  font-size: 17px;
}

/* line 2034, app/assets/stylesheets/site.scss */
.payment-form .radio-frame label {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 5% 0 0;
}

/* line 2041, app/assets/stylesheets/site.scss */
.payment-form .radio-frame label:first-child {
  margin: 0 4.9% 0 0;
}

/* line 2042, app/assets/stylesheets/site.scss */
.payment-form .radio-frame label:first-child img {
  margin: 0;
}

/* line 2043, app/assets/stylesheets/site.scss */
.payment-form .radio-frame label img {
  vertical-align: middle;
  margin: 0 0 0 14px;
}

/* line 2047, app/assets/stylesheets/site.scss */
.payment-form .radio-frame .fake-label {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

/* line 2052, app/assets/stylesheets/site.scss */
.payment-form.tablet .row {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}

/* line 2057, app/assets/stylesheets/site.scss */
.payment-form.tablet .row:first-child {
  margin: 0 0 44px;
}

/* line 2058, app/assets/stylesheets/site.scss */
.payment-form.tablet input[type="text"] {
  float: none;
  height: 53px;
  padding: 16px 16px 17px;
  box-shadow: none;
  color: #000;
  display: block;
  margin: 0 0 7px;
}

/* line 2067, app/assets/stylesheets/site.scss */
.payment-form.tablet .box {
  float: none;
  overflow: hidden;
  width: 272px;
}

/* line 2072, app/assets/stylesheets/site.scss */
.payment-form.tablet select {
  width: 100%;
}

/* line 2073, app/assets/stylesheets/site.scss */
.payment-form.tablet .custom-select {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 17px;
}

/* line 2079, app/assets/stylesheets/site.scss */
.payment-form.tablet label {
  max-width: 250px;
}

/* line 2080, app/assets/stylesheets/site.scss */
.payment-form.tablet .row > label {
  margin: 0 0 15px;
}

/* line 2081, app/assets/stylesheets/site.scss */
.payment-form.tablet select {
  padding: 12px 45px 13px 9px;
}

/* line 2082, app/assets/stylesheets/site.scss */
.payment-form.tablet .custom-select:after {
  height: 16px;
  width: 16px;
  margin-top: -12px;
  right: 22px;
}

/* line 2088, app/assets/stylesheets/site.scss */
.payment-form.tablet .box input[type="text"] {
  width: 272px;
}

/* line 2089, app/assets/stylesheets/site.scss */
.tablet .btn-cvv {
  margin: 0;
  color: #c0c0c0;
}

/* line 2093, app/assets/stylesheets/site.scss */
.payment-form input[type="submit"] {
  float: left;
  height: 50px;
  width: 152px;
  margin: 12px 0 0;
  border: 1px solid #939393;
}

@media only screen and (max-width: 1200px) {
  /* line 2101, app/assets/stylesheets/site.scss */
  #main.blog.post > .holder {
    padding: 0;
  }
  /* line 2102, app/assets/stylesheets/site.scss */
  .sidebar {
    margin: -3px 0 0 0;
  }
  /* line 2103, app/assets/stylesheets/site.scss */
  .browse .post-holder {
    width: 75%;
  }
  /* line 2104, app/assets/stylesheets/site.scss */
  .browse .post-holder:after {
    right: 90px;
    left: -60px;
  }
  /* line 2108, app/assets/stylesheets/site.scss */
  .cycle-gallery {
    max-width: 900px;
    padding: 0;
  }
  /* line 2112, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-movies {
    margin: 0 0 10px 10px;
  }
  /* line 2113, app/assets/stylesheets/site.scss */
  .cycle-gallery .btn-next {
    margin: -13px -53px 0 0;
  }
  /* line 2114, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist {
    width: 282px;
    height: 159px;
  }
  /* line 2117, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist img {
    max-width: 282px;
  }
}

@media only screen and (max-width: 1120px) {
  /* line 2123, app/assets/stylesheets/site.scss */
  #header .search-form {
    width: 30%;
  }
  /* line 2124, app/assets/stylesheets/site.scss */
  .visual-caption {
    margin: 0 0 0 50px;
  }
  /* line 2125, app/assets/stylesheets/site.scss */
  .cycle-gallery .btn-prev, .cycle-gallery .btn-next {
    margin: -13px 0 0 -40px;
  }
  /* line 2126, app/assets/stylesheets/site.scss */
  .cycle-gallery .btn-next {
    margin: -13px -40px 0 0;
  }
  /* line 2127, app/assets/stylesheets/site.scss */
  .browse .post-holder {
    width: 72%;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 2130, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist {
    margin: 0 12px 25px;
    width: 468px;
    height: 264px;
  }
  /* line 2132, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist:first-child {
    margin: 0 12px 25px;
  }
  /* line 2137, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist img {
    width: 468px;
    max-width: 468px;
  }
  /* line 2142, app/assets/stylesheets/site.scss */
  .wrapper.add {
    padding: 0;
  }
  /* line 2143, app/assets/stylesheets/site.scss */
  .wrapper {
    padding: 0;
  }
  /* line 2144, app/assets/stylesheets/site.scss */
  .logo {
    padding: 3px 0 0;
  }
  /* line 2145, app/assets/stylesheets/site.scss */
  #header {
    position: relative;
    padding: 9px 0 10px;
  }
  /* line 2149, app/assets/stylesheets/site.scss */
  #header > .frame {
    display: none;
  }
  /* line 2150, app/assets/stylesheets/site.scss */
  #header > .holder {
    position: relative;
    padding: 64px 12px 0 22px;
  }
  /* line 2154, app/assets/stylesheets/site.scss */
  .nav-opener {
    display: block;
  }
  /* line 2155, app/assets/stylesheets/site.scss */
  #header .search-form {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-radius: 5px;
    box-shadow: inset 2px 3px 3px rgba(1, 2, 2, 0.33);
    padding: 10px 0 9px;
    background: #fff;
    width: auto;
  }
  /* line 2166, app/assets/stylesheets/site.scss */
  #header .search-form input[type="text"],
#header .search-form input[type="search"] {
    background-color: transparent;
    padding: 4px 10px 0 40px;
  }
  /* line 2171, app/assets/stylesheets/site.scss */
  #header .search-form input[type="submit"] {
    background-color: transparent;
    right: auto;
    left: 0;
    background-position: -69px 14px;
  }
  /* line 2177, app/assets/stylesheets/site.scss */
  .visual-caption {
    margin: 0 0 0 33px;
    width: 274px;
    font-size: 12px;
    line-height: 13px;
    height: 422px;
  }
  /* line 2184, app/assets/stylesheets/site.scss */
  .visual-caption .holder {
    vertical-align: bottom;
  }
  /* line 2185, app/assets/stylesheets/site.scss */
  .visual-caption .frame {
    padding: 27px 34px 21px 28px;
  }
  /* line 2186, app/assets/stylesheets/site.scss */
  .visual-caption .frame img {
    display: block;
    height: auto;
    width: 55%;
  }
  /* line 2191, app/assets/stylesheets/site.scss */
  .visual-caption .frame h3 img {
    width: 38%;
  }
  /* line 2192, app/assets/stylesheets/site.scss */
  .visual-caption h2 {
    margin: 0 0 4px;
  }
  /* line 2193, app/assets/stylesheets/site.scss */
  .visual-gallery .btn-prev,
.visual-gallery .btn-next {
    display: none;
  }
  /* line 2195, app/assets/stylesheets/site.scss */
  .visual-gallery:after {
    display: none;
  }
  /* line 2196, app/assets/stylesheets/site.scss */
  .visual-gallery .mask {
    height: 474px;
  }
  /* line 2197, app/assets/stylesheets/site.scss */
  .visual-pagination {
    bottom: 23px;
    padding: 0 5px 0 11px;
  }
  /* line 2201, app/assets/stylesheets/site.scss */
  #nav {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  /* line 2213, app/assets/stylesheets/site.scss */
  #nav ul {
    max-width: none;
    float: none;
    margin: 0;
    padding: 0 10px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* line 2224, app/assets/stylesheets/site.scss */
  #nav ul li {
    display: block;
    margin: 0 0 10px;
  }
  /* line 2228, app/assets/stylesheets/site.scss */
  #nav .list-login {
    float: none;
    margin-left: 15px;
  }
  /* line 2232, app/assets/stylesheets/site.scss */
  #nav .list-login li {
    margin: 0 0 10px;
    display: block;
  }
  /* line 2236, app/assets/stylesheets/site.scss */
  .nav-active #nav {
    max-height: 4000px;
    padding: 20px 0;
  }
  /* line 2240, app/assets/stylesheets/site.scss */
  .nav-active #nav ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 2245, app/assets/stylesheets/site.scss */
  .visual-pagination ul li a {
    height: 23px;
    width: 23px;
  }
  /* line 2249, app/assets/stylesheets/site.scss */
  .visual-pagination ul li {
    margin: 0 4px;
  }
  /* line 2250, app/assets/stylesheets/site.scss */
  #main {
    padding: 17px 24px 10px;
  }
  /* line 2251, app/assets/stylesheets/site.scss */
  #main .slider-holder h2 {
    padding: 0 0 6px;
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 100px;
  }
  /* line 2257, app/assets/stylesheets/site.scss */
  #main .slider-holder .heading {
    border-bottom: 1px solid #b3b3b3;
    margin: 0 0 15px;
  }
  /* line 2261, app/assets/stylesheets/site.scss */
  .post-holder {
    margin: 0;
    text-align: center;
  }
  /* line 2265, app/assets/stylesheets/site.scss */
  .post-movies {
    margin: 0 41px 33px 2px;
    text-align: left;
  }
  /* line 2269, app/assets/stylesheets/site.scss */
  .star-rating li a.icon-star {
    font-size: 17px;
    height: 15px;
    width: 17px;
  }
  /* line 2274, app/assets/stylesheets/site.scss */
  #main h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 14px;
  }
  /* line 2280, app/assets/stylesheets/site.scss */
  .add-nav {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 31px;
    padding: 0 0 12px;
    letter-spacing: 0;
  }
  /* line 2287, app/assets/stylesheets/site.scss */
  .add-nav ul li:before {
    width: 2px;
  }
  /* line 2288, app/assets/stylesheets/site.scss */
  .add-nav ul li:first-child {
    padding: 0 7px 0 0;
  }
  /* line 2289, app/assets/stylesheets/site.scss */
  .add-nav ul li {
    padding: 0 6px 0 12px;
  }
  /* line 2290, app/assets/stylesheets/site.scss */
  #main.arrivals .post-movies h3, #main.arrivals .media h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 4px;
  }
  /* line 2296, app/assets/stylesheets/site.scss */
  .arrivals .post-holder {
    margin: 0;
    text-align: center;
  }
  /* line 2300, app/assets/stylesheets/site.scss */
  .arrivals .post-holder .post-movies, .arrivals .post-holder .media {
    text-align: left;
    width: 37.9%;
    margin: 0 32px 44px 27px;
  }
  /* line 2305, app/assets/stylesheets/site.scss */
  .arrivals .post-movies img {
    width: 39.1%;
    border-radius: 5px;
  }
  /* line 2309, app/assets/stylesheets/site.scss */
  .arrivals .post-movies .text-box, .arrivals .media .text-box {
    padding: 6px 7px 10px 11px;
    font-size: 12px;
    line-height: 17px;
  }
  /* line 2314, app/assets/stylesheets/site.scss */
  .arrivals .star-rating {
    margin: 0 -2px 1px;
  }
  /* line 2315, app/assets/stylesheets/site.scss */
  .arrivals .star-rating li a.icon-star {
    font-size: 27px;
    height: 30px;
    width: 26px;
  }
  /* line 2320, app/assets/stylesheets/site.scss */
  .blog #content {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  /* line 2325, app/assets/stylesheets/site.scss */
  .blog #sidebar {
    float: none;
    width: auto;
    background: #fff;
    margin: 0 -34px 0 -26px;
  }
  /* line 2331, app/assets/stylesheets/site.scss */
  #main.blog > .holder {
    padding: 0;
  }
  /* line 2332, app/assets/stylesheets/site.scss */
  .add-section {
    margin: 0 6px 0 3px;
    height: 381px;
  }
  /* line 2336, app/assets/stylesheets/site.scss */
  .add-section .frame {
    padding: 10px 20px 0 20px;
    vertical-align: middle;
  }
  /* line 2340, app/assets/stylesheets/site.scss */
  .add-section img {
    width: 35.8%;
  }
  /* line 2341, app/assets/stylesheets/site.scss */
  .blog .advertisement {
    display: none;
  }
  /* line 2342, app/assets/stylesheets/site.scss */
  #main.blog {
    padding: 65px 28px 0 23px;
  }
  /* line 2343, app/assets/stylesheets/site.scss */
  .blog #sidebar {
    padding-top: 0;
  }
  /* line 2344, app/assets/stylesheets/site.scss */
  .blog .widget-full {
    padding: 13px 7px 12px 21px;
  }
  /* line 2345, app/assets/stylesheets/site.scss */
  .gallery-box h2 {
    margin: 0 0 19px;
  }
  /* line 2346, app/assets/stylesheets/site.scss */
  .carousel .mask .slide {
    width: 126px;
    margin: 0 6px 0 5px;
  }
  /* line 2350, app/assets/stylesheets/site.scss */
  .show-desktop {
    display: none !important;
  }
  /* line 2351, app/assets/stylesheets/site.scss */
  .hide-desktop {
    display: block;
  }
  /* line 2352, app/assets/stylesheets/site.scss */
  .blog-headings img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  /* line 2357, app/assets/stylesheets/site.scss */
  #main .blog-headings h1 {
    font-size: 21px;
    line-height: 25px;
  }
  /* line 2361, app/assets/stylesheets/site.scss */
  .blog-headings h1 .text {
    display: none;
  }
  /* line 2362, app/assets/stylesheets/site.scss */
  .blog-headings > .holder {
    padding: 0 0 7px;
  }
  /* line 2363, app/assets/stylesheets/site.scss */
  #content .text-area {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 4px;
  }
  /* line 2368, app/assets/stylesheets/site.scss */
  .blog #content {
    margin: 0 0 23px;
  }
  /* line 2369, app/assets/stylesheets/site.scss */
  .blog.post #content {
    margin: 0 0 30px;
  }
  /* line 2370, app/assets/stylesheets/site.scss */
  .carousel {
    max-width: 545px;
    margin: 0 auto;
  }
  /* line 2374, app/assets/stylesheets/site.scss */
  .carousel .mask:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 2379, app/assets/stylesheets/site.scss */
  #main.blog.post {
    padding: 30px 24px 0 23px;
  }
  /* line 2380, app/assets/stylesheets/site.scss */
  .blog-post {
    border-top: 0;
    border-bottom: 1px solid #c9c9c9;
  }
  /* line 2384, app/assets/stylesheets/site.scss */
  .blog-post .alignleft {
    margin: 4px 17px 0 0;
  }
  /* line 2385, app/assets/stylesheets/site.scss */
  .blog-post time {
    font-size: 16px;
    line-height: 19px;
  }
  /* line 2389, app/assets/stylesheets/site.scss */
  .blog-post h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 3px;
  }
  /* line 2394, app/assets/stylesheets/site.scss */
  .blog-post {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 14px;
    padding: 0 0 19px;
  }
  /* line 2400, app/assets/stylesheets/site.scss */
  .btn-more-blogs {
    display: block;
  }
  /* line 2401, app/assets/stylesheets/site.scss */
  .blog-post .read-more {
    font-size: 13px;
    line-height: 15px;
  }
  /* line 2405, app/assets/stylesheets/site.scss */
  #content .blog-post p {
    margin: 0 0 5px;
  }
  /* line 2406, app/assets/stylesheets/site.scss */
  .blog.post .widget-full {
    padding: 14px 10px 4px 21px;
  }
  /* line 2407, app/assets/stylesheets/site.scss */
  .tag-clouds ul li {
    margin: 0;
  }
  /* line 2408, app/assets/stylesheets/site.scss */
  .tag-clouds ul li.popular {
    font-size: 15px;
  }
  /* line 2409, app/assets/stylesheets/site.scss */
  .tag-clouds ul li.v-popular {
    font-size: 20px;
  }
  /* line 2410, app/assets/stylesheets/site.scss */
  .tag-clouds ul li.vv-popular {
    font-size: 25px;
  }
  /* line 2411, app/assets/stylesheets/site.scss */
  .tag-clouds ul li.vvv-popular {
    font-size: 30px;
  }
  /* line 2412, app/assets/stylesheets/site.scss */
  .blog.post .tag-clouds {
    display: inline-block;
    vertical-align: top;
    width: 50.4%;
    padding: 0 20px 0 0;
  }
  /* line 2418, app/assets/stylesheets/site.scss */
  .widget.search-form {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
  /* line 2423, app/assets/stylesheets/site.scss */
  .widget h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  /* line 2428, app/assets/stylesheets/site.scss */
  .widget.search-form input[type="text"],
.widget.search-form input[type="search"] {
    height: 48px;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 14px;
  }
  /* line 2435, app/assets/stylesheets/site.scss */
  .blog.post .tag-clouds {
    margin: 0 0 24px;
  }
  /* line 2436, app/assets/stylesheets/site.scss */
  .widget.search-form {
    margin: 0 0 34px;
  }
  /* line 2437, app/assets/stylesheets/site.scss */
  .widget.search-form input[type="submit"] {
    display: none;
  }
  /* line 2438, app/assets/stylesheets/site.scss */
  .browse .post-holder:after {
    right: 45px;
  }
  /* line 2439, app/assets/stylesheets/site.scss */
  .cycle-gallery {
    width: 520px;
  }
  /* line 2440, app/assets/stylesheets/site.scss */
  .cycle-gallery .slideset {
    margin: 0;
  }
  /* line 2441, app/assets/stylesheets/site.scss */
  .cycle-gallery .slideset .slide {
    width: auto;
    text-align: center;
  }
  /* line 2445, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-movies:first-child,
.cycle-gallery .post-movies {
    margin: 0 12px 25px;
    height: 203px;
    width: 141px;
  }
  /* line 2451, app/assets/stylesheets/site.scss */
  .post-movies {
    width: 106px;
    height: 154px;
  }
  /* line 2455, app/assets/stylesheets/site.scss */
  #main .post-movies p {
    display: none;
  }
  /* line 2456, app/assets/stylesheets/site.scss */
  #main .cycle-gallery .post-movies p {
    display: block;
  }
  /* line 2457, app/assets/stylesheets/site.scss */
  .cycle-gallery .btn-next {
    margin: -13px -18px 0 0;
  }
  /* line 2458, app/assets/stylesheets/site.scss */
  .slider-holder {
    margin: 0 0 20px;
  }
  /* line 2459, app/assets/stylesheets/site.scss */
  .video-holder .frame .alignright {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 2465, app/assets/stylesheets/site.scss */
  .video-holder {
    border-radius: 0 0 5px 5px;
  }
  /* line 2466, app/assets/stylesheets/site.scss */
  .tabset {
    padding: 1px 0 0 1px;
  }
  /* line 2467, app/assets/stylesheets/site.scss */
  .tabset li.bonus-features,
.tabset li {
    float: none;
    width: 100%;
    border-radius: 0;
    margin: 0 0 1px;
    height: 75px;
  }
  /* line 2475, app/assets/stylesheets/site.scss */
  .tabset li a {
    padding: 5px 68px;
  }
  /* line 2476, app/assets/stylesheets/site.scss */
  #main .headings h1 {
    font-size: 30px;
    line-height: 35px;
  }
  /* line 2480, app/assets/stylesheets/site.scss */
  #main .headings h2 {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 2484, app/assets/stylesheets/site.scss */
  .video-holder .star-rating {
    display: none;
  }
  /* line 2485, app/assets/stylesheets/site.scss */
  .video-holder .frame .text-area {
    padding: 21px 21px 17px;
    line-height: 18px;
  }
  /* line 2489, app/assets/stylesheets/site.scss */
  .video-holder .frame h3 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 7px;
  }
  /* line 2494, app/assets/stylesheets/site.scss */
  .video-holder dl dt {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
  }
  /* line 2499, app/assets/stylesheets/site.scss */
  .video-holder dl dd {
    margin: 0 0 8px;
  }
  /* line 2500, app/assets/stylesheets/site.scss */
  .video-holder .frame .box {
    width: 58.7%;
  }
  /* line 2501, app/assets/stylesheets/site.scss */
  .video-holder .frame .img-frame {
    width: 84px;
    height: 84px;
  }
  /* line 2505, app/assets/stylesheets/site.scss */
  .video-holder .frame .txt-area {
    padding: 17px 107px 5px 24px;
  }
  /* line 2506, app/assets/stylesheets/site.scss */
  .video-holder blockquote cite {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px;
  }
  /* line 2513, app/assets/stylesheets/site.scss */
  .video .add-section .row .frame {
    vertical-align: middle;
  }
  /* line 2514, app/assets/stylesheets/site.scss */
  .video .add-section .row:first-child .frame {
    vertical-align: top;
  }
  /* line 2515, app/assets/stylesheets/site.scss */
  .video .add-section .row:first-child {
    height: 30%;
  }
  /* line 2516, app/assets/stylesheets/site.scss */
  .btn-2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 2.4% 0  0;
  }
  /* line 2521, app/assets/stylesheets/site.scss */
  .btn-add {
    min-width: 220px;
  }
  /* line 2522, app/assets/stylesheets/site.scss */
  .section .col,
.section .col:first-child {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  /* line 2529, app/assets/stylesheets/site.scss */
  .section .col:first-child {
    margin: 0 0 50px;
  }
  /* line 2530, app/assets/stylesheets/site.scss */
  .section .col {
    text-align: center;
  }
  /* line 2531, app/assets/stylesheets/site.scss */
  #main.subscribe {
    padding: 34px 23px 15px 26px;
  }
  /* line 2532, app/assets/stylesheets/site.scss */
  #main.subscribe h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 43px;
  }
  /* line 2537, app/assets/stylesheets/site.scss */
  .subscription-heading .holder h2,
.subscription-heading h3 {
    width: 55.1%;
  }
  /* line 2539, app/assets/stylesheets/site.scss */
  .subscription-heading .holder h2 {
    font-size: 37px;
    line-height: 42px;
  }
  /* line 2543, app/assets/stylesheets/site.scss */
  .subscription-heading h3,
.subscription-heading .text {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 2548, app/assets/stylesheets/site.scss */
  .subscription-heading .holder {
    padding: 19px 15px;
    margin: 0 0 6px;
  }
  /* line 2552, app/assets/stylesheets/site.scss */
  .subscription-heading .number {
    font-size: 60px;
    line-height: 67px;
    margin: 0 10px 0 0;
  }
  /* line 2557, app/assets/stylesheets/site.scss */
  .subscription-heading .cent {
    font-size: 20px;
    line-height: 25px;
    padding: 6px 1px 12px;
  }
  /* line 2562, app/assets/stylesheets/site.scss */
  .subscription-heading h2 {
    font-size: 27px;
    line-height: 33px;
  }
  /* line 2566, app/assets/stylesheets/site.scss */
  .subscription-heading {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 21px;
    padding: 0 0 12px;
    border-radius: 4px;
  }
  /* line 2573, app/assets/stylesheets/site.scss */
  #main .subscription-heading p {
    margin: 0;
  }
  /* line 2574, app/assets/stylesheets/site.scss */
  .section {
    border-radius: 4px;
    padding: 14px 23px 46px 18px;
  }
  /* line 2578, app/assets/stylesheets/site.scss */
  .section > h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 14px;
  }
  /* line 2583, app/assets/stylesheets/site.scss */
  .section h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 23px;
    text-align: left;
  }
  /* line 2589, app/assets/stylesheets/site.scss */
  .section .col .social-box p {
    margin: 0 0 35px;
  }
  /* line 2590, app/assets/stylesheets/site.scss */
  .section .col .social-box {
    padding: 0 12.0% 0 3px;
    float: left;
    width: 52.5%;
  }
  /* line 2595, app/assets/stylesheets/site.scss */
  .section .social-networks li a {
    padding: 16px 11px 16px 18px;
  }
  /* line 2596, app/assets/stylesheets/site.scss */
  .signup-form {
    width: 40.2%;
  }
  /* line 2597, app/assets/stylesheets/site.scss */
  .signup-form label {
    margin: 0 0 33px;
  }
  /* line 2598, app/assets/stylesheets/site.scss */
  .signup-form input[type="email"],
.signup-form input[type="text"],
.signup-form input[type="password"] {
    height: 53px;
    padding: 15px 16px 16px;
    margin: 0 0 12px;
  }
  /* line 2605, app/assets/stylesheets/site.scss */
  .signup-form input[type="password"] {
    margin: 0 0 31px;
  }
  /* line 2606, app/assets/stylesheets/site.scss */
  .signup-form input[type="submit"] {
    padding: 14px 24px 14px 17px;
  }
  /* line 2607, app/assets/stylesheets/site.scss */
  .subscription-plan {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 6px 22px;
    padding: 25px 8px 27px;
    border-radius: 2px;
  }
  /* line 2615, app/assets/stylesheets/site.scss */
  .section .col:after {
    display: none;
  }
  /* line 2616, app/assets/stylesheets/site.scss */
  .subscription-plan h2 {
    display: block;
    width: auto;
  }
  /* line 2620, app/assets/stylesheets/site.scss */
  .subscription-plan .text {
    display: block;
    width: auto;
    padding: 0;
  }
  /* line 2625, app/assets/stylesheets/site.scss */
  .subscription-plan:after,
.subscription-plan:before {
    display: none;
  }
  /* line 2627, app/assets/stylesheets/site.scss */
  .section .col .head {
    text-align: left;
    margin: 0 0 33px;
  }
  /* line 2631, app/assets/stylesheets/site.scss */
  .subscription-plan h2 {
    font-size: 55px;
    line-height: 63px;
    padding: 0;
    margin: 0 0 18px;
  }
  /* line 2637, app/assets/stylesheets/site.scss */
  .subscription-plan .text {
    margin: 0 0 29px;
  }
  /* line 2638, app/assets/stylesheets/site.scss */
  .btn-choose {
    display: block;
    margin: 0 auto;
    max-width: 151px;
    width: auto;
    font-size: 21px;
    line-height: 25px;
    padding: 13px 10px 20px;
  }
  /* line 2647, app/assets/stylesheets/site.scss */
  .payment-form {
    display: none;
  }
  /* line 2648, app/assets/stylesheets/site.scss */
  .payment-form.tablet {
    display: block;
  }
  /* line 2649, app/assets/stylesheets/site.scss */
  .section.payment {
    padding: 14px 19px 25px 21px;
    margin: 0 0 21px;
  }
  /* line 2653, app/assets/stylesheets/site.scss */
  .section.payment h3 {
    margin: 0 0 23px;
  }
  /* line 2654, app/assets/stylesheets/site.scss */
  .section.payment p {
    margin: 0 0 22px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2657, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist {
    margin: 0 8px 10px;
    width: 232px;
    height: 131px;
  }
  /* line 2659, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist:first-child {
    margin: 0 8px 10px;
  }
  /* line 2664, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist img {
    width: 232px;
    max-width: 232px;
  }
  /* line 2669, app/assets/stylesheets/site.scss */
  .carousel {
    max-width: 272px;
  }
  /* line 2670, app/assets/stylesheets/site.scss */
  #header > .holder {
    padding: 57px 10px 0;
  }
  /* line 2671, app/assets/stylesheets/site.scss */
  .visual-gallery .btn-prev {
    left: 10px;
  }
  /* line 2672, app/assets/stylesheets/site.scss */
  .visual-gallery .btn-next {
    right: 10px;
  }
  /* line 2673, app/assets/stylesheets/site.scss */
  #footer > .holder {
    padding: 0 0 30px;
  }
  /* line 2674, app/assets/stylesheets/site.scss */
  #footer {
    padding: 25px 10px 40px;
  }
  /* line 2675, app/assets/stylesheets/site.scss */
  .copyrights {
    font-size: 12px;
  }
  /* line 2676, app/assets/stylesheets/site.scss */
  #footer .frame {
    font-size: 12px;
  }
  /* line 2677, app/assets/stylesheets/site.scss */
  #footer .frame ul:first-child {
    width: 50%;
  }
  /* line 2678, app/assets/stylesheets/site.scss */
  #header .search-form input[type="submit"] {
    width: 35px;
    background-position: -70px 14px;
  }
  /* line 2682, app/assets/stylesheets/site.scss */
  .visual-caption {
    left: auto;
    margin: 0 auto;
    width: 276px;
    height: 320px;
  }
  /* line 2688, app/assets/stylesheets/site.scss */
  .visual-gallery .mask {
    height: 340px;
  }
  /* line 2689, app/assets/stylesheets/site.scss */
  .visual-pagination {
    bottom: 12px;
    padding: 0 4px 0 0;
  }
  /* line 2693, app/assets/stylesheets/site.scss */
  #main h1 {
    margin: 0 0 9px;
  }
  /* line 2694, app/assets/stylesheets/site.scss */
  .add-nav {
    margin: 0 0 18px;
  }
  /* line 2695, app/assets/stylesheets/site.scss */
  .post-movies {
    margin: 0 10px 24px;
  }
  /* line 2696, app/assets/stylesheets/site.scss */
  #sidebar {
    display: none;
  }
  /* line 2697, app/assets/stylesheets/site.scss */
  #content {
    float: none;
    width: auto;
  }
  /* line 2701, app/assets/stylesheets/site.scss */
  .arrivals .post-holder .post-movies {
    margin: 0 0 20px;
    width: auto;
    display: block;
  }
  /* line 2706, app/assets/stylesheets/site.scss */
  .blog #sidebar {
    display: block;
  }
  /* line 2707, app/assets/stylesheets/site.scss */
  #main.blog {
    padding: 14px 24px 0 22px;
  }
  /* line 2708, app/assets/stylesheets/site.scss */
  #content .text-area {
    margin: 0;
  }
  /* line 2709, app/assets/stylesheets/site.scss */
  .add-section {
    margin: 0;
    border-radius: 5px;
    height: 420px;
    width: 100%;
  }
  /* line 2715, app/assets/stylesheets/site.scss */
  .add-section img {
    width: 97%;
  }
  /* line 2716, app/assets/stylesheets/site.scss */
  .blog .widget-full {
    padding: 13px 7px 7px 21px;
  }
  /* line 2717, app/assets/stylesheets/site.scss */
  .blog-post .alignleft {
    float: none;
    display: block;
    max-width: 274px;
    margin: 0 auto 14px;
  }
  /* line 2723, app/assets/stylesheets/site.scss */
  .blog-post:first-child .holder {
    margin: 0;
  }
  /* line 2724, app/assets/stylesheets/site.scss */
  #main.blog.post {
    padding: 17px 24px 0 22px;
  }
  /* line 2725, app/assets/stylesheets/site.scss */
  .blog-post time {
    font-size: 15px;
  }
  /* line 2726, app/assets/stylesheets/site.scss */
  .blog.post #content {
    margin: 0 0 20px;
  }
  /* line 2727, app/assets/stylesheets/site.scss */
  .blog.post .tag-clouds {
    display: block;
    width: auto;
  }
  /* line 2731, app/assets/stylesheets/site.scss */
  .widget.search-form {
    display: block;
    width: auto;
  }
  /* line 2735, app/assets/stylesheets/site.scss */
  .blog.post .tag-clouds {
    margin: 0 0 18px;
  }
  /* line 2736, app/assets/stylesheets/site.scss */
  .widget.search-form {
    padding: 0 24px 0 4px;
    margin: 0 0 15px;
  }
  /* line 2740, app/assets/stylesheets/site.scss */
  .widget h2 {
    margin: 0 0 12px;
  }
  /* line 2741, app/assets/stylesheets/site.scss */
  .browse .post-holder {
    width: 100%;
    float: none;
  }
  /* line 2745, app/assets/stylesheets/site.scss */
  .browse .post-holder:after {
    left: 0;
    right: 0;
  }
  /* line 2749, app/assets/stylesheets/site.scss */
  .sidebar {
    margin: -3px -24px 0;
    width: auto;
    float: none;
  }
  /* line 2754, app/assets/stylesheets/site.scss */
  .browse .post-movies {
    margin: 0 8px 24px;
  }
  /* line 2755, app/assets/stylesheets/site.scss */
  .cycle-gallery {
    width: 255px;
    padding: 0;
  }
  /* line 2759, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-movies:first-child,
.cycle-gallery .post-movies {
    margin: 0 8px 10px;
    width: 106px;
    height: 154px;
  }
  /* line 2765, app/assets/stylesheets/site.scss */
  #main .cycle-gallery .post-movies p {
    display: none;
  }
  /* line 2766, app/assets/stylesheets/site.scss */
  .cycle-gallery .mask {
    margin: 0;
    padding: 0;
  }
  /* line 2770, app/assets/stylesheets/site.scss */
  .video-holder .frame .box {
    float: none;
    width: 100%;
  }
  /* line 2774, app/assets/stylesheets/site.scss */
  .video-holder {
    background-image: none;
  }
  /* line 2775, app/assets/stylesheets/site.scss */
  .add-section .post-frame {
    display: block;
  }
  /* line 2776, app/assets/stylesheets/site.scss */
  .post-frame .post {
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
  }
  /* line 2782, app/assets/stylesheets/site.scss */
  .post-frame .post:after {
    display: none;
  }
  /* line 2783, app/assets/stylesheets/site.scss */
  .add-section h2 {
    font-size: 26px;
    line-height: 30px;
  }
  /* line 2787, app/assets/stylesheets/site.scss */
  .add-section h3 {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 2791, app/assets/stylesheets/site.scss */
  #main.subscribe h1 {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 32px;
  }
  /* line 2798, app/assets/stylesheets/site.scss */
  #main.subscribe {
    padding: 34px 5px 15px;
  }
  /* line 2799, app/assets/stylesheets/site.scss */
  .subscription-heading .holder h2 {
    font-size: 26px;
    line-height: 30px;
  }
  /* line 2803, app/assets/stylesheets/site.scss */
  .subscription-heading .holder {
    padding: 13px 5px 12px;
  }
  /* line 2804, app/assets/stylesheets/site.scss */
  .subscription-heading h3, .subscription-heading .text {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 2808, app/assets/stylesheets/site.scss */
  .subscription-heading .holder h2, .subscription-heading h3 {
    width: 57.8%;
  }
  /* line 2809, app/assets/stylesheets/site.scss */
  .subscription-heading .number {
    font-size: 41px;
    line-height: 48px;
    margin: 0 4px 0 0;
  }
  /* line 2814, app/assets/stylesheets/site.scss */
  .subscription-heading {
    font-size: 15px;
    line-height: 19px;
    padding: 0 0 5px;
    margin: 0 0 9px;
  }
  /* line 2820, app/assets/stylesheets/site.scss */
  .subscription-heading .amount {
    padding: 0 0 0 4px;
  }
  /* line 2821, app/assets/stylesheets/site.scss */
  .subscription-heading .cent {
    padding: 4px 1px 0;
    font-size: 16px;
  }
  /* line 2825, app/assets/stylesheets/site.scss */
  .subscription-heading h2 {
    font-size: 19px;
    line-height: 21px;
  }
  /* line 2829, app/assets/stylesheets/site.scss */
  .section .col .social-box {
    float: none;
    padding: 0;
    width: auto;
  }
  /* line 2834, app/assets/stylesheets/site.scss */
  .signup-form {
    width: auto;
  }
  /* line 2835, app/assets/stylesheets/site.scss */
  .section .col .social-box {
    font-size: 15px;
  }
  /* line 2836, app/assets/stylesheets/site.scss */
  .section h3 {
    margin: 0 0 15px;
  }
  /* line 2837, app/assets/stylesheets/site.scss */
  .section .col .social-box p {
    margin: 0 0 18px;
  }
  /* line 2838, app/assets/stylesheets/site.scss */
  .section {
    padding: 14px 21px 46px 17px;
  }
  /* line 2839, app/assets/stylesheets/site.scss */
  .section .social-networks {
    margin: 0 0 21px;
  }
  /* line 2840, app/assets/stylesheets/site.scss */
  .signup-form label {
    font-size: 15px;
    margin: 0 0 14px;
  }
  /* line 2844, app/assets/stylesheets/site.scss */
  .signup-form input[type="email"],
.signup-form input[type="text"],
.signup-form input[type="password"] {
    margin: 0 0 10px;
  }
  /* line 2847, app/assets/stylesheets/site.scss */
  .signup-form input[type="password"] {
    margin: 0 0 25px;
  }
  /* line 2848, app/assets/stylesheets/site.scss */
  .signup-form input[type="submit"] {
    max-width: 153px;
    padding: 15px 24px 15px 17px;
  }
  /* line 2852, app/assets/stylesheets/site.scss */
  .subscription-plan {
    display: block;
    margin: 0 0 20px;
    width: auto;
  }
  /* line 2857, app/assets/stylesheets/site.scss */
  .btn-choose {
    display: inline-block;
    vertical-align: top;
    width: 154px;
  }
  /* line 2862, app/assets/stylesheets/site.scss */
  .section .col:first-child {
    margin: 0 0 29px;
  }
  /* line 2863, app/assets/stylesheets/site.scss */
  .section .col .head {
    font-size: 14px;
    margin: 0;
  }
  /* line 2867, app/assets/stylesheets/site.scss */
  .subscription-plan {
    padding: 25px 8px 18px;
    margin: 0 0 16px;
  }
  /* line 2871, app/assets/stylesheets/site.scss */
  .section {
    padding: 14px;
  }
  /* line 2872, app/assets/stylesheets/site.scss */
  #main.subscribe {
    padding: 34px 5px 0;
  }
  /* line 2873, app/assets/stylesheets/site.scss */
  .payment-form .radio-frame label:first-child,
.payment-form .radio-frame label {
    display: block;
    margin: 0 0 13px;
  }
  /* line 2878, app/assets/stylesheets/site.scss */
  .payment-form.tablet .box input[type="text"],
.payment-form.tablet input[type="text"] {
    width: 100%;
  }
  /* line 2880, app/assets/stylesheets/site.scss */
  .payment-form.tablet .box {
    width: auto;
  }
  /* line 2881, app/assets/stylesheets/site.scss */
  .payment-form.tablet .row:first-child {
    margin: 0 0 18px;
  }
  /* line 2882, app/assets/stylesheets/site.scss */
  .category2 #sidebar {
    display: block;
    float: none;
    width: 100%;
  }
  /* line 2887, app/assets/stylesheets/site.scss */
  .widget-full {
    border-radius: 10px;
    padding: 26px 30px 12px;
  }
  /* line 2891, app/assets/stylesheets/site.scss */
  .category2 .widget-full:after {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  /* line 2894, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist {
    width: 222px;
    height: 125px;
  }
  /* line 2897, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-playlist img {
    width: 222px;
    max-width: 222px;
  }
  /* line 2902, app/assets/stylesheets/site.scss */
  #footer .col {
    float: none;
    width: auto;
  }
  /* line 2906, app/assets/stylesheets/site.scss */
  #main .slider-holder h2 {
    font-size: 20px;
    margin-right: 60px;
  }
  /* line 2907, app/assets/stylesheets/site.scss */
  #main .slider-holder h2 .red-text {
    font-size: 18px;
  }
  /* line 2908, app/assets/stylesheets/site.scss */
  .cycle-gallery .btn-prev, .cycle-gallery .btn-next {
    margin: -13px 0 0 -35px;
  }
  /* line 2909, app/assets/stylesheets/site.scss */
  .cycle-gallery .btn-next {
    margin: -13px -35px 0 0;
  }
  /* line 2910, app/assets/stylesheets/site.scss */
  .cycle-gallery {
    width: 235px;
  }
  /* line 2911, app/assets/stylesheets/site.scss */
  .cycle-gallery .post-movies:first-child,
.cycle-gallery .post-movies {
    margin: 0 5px 10px;
  }
  /* line 2913, app/assets/stylesheets/site.scss */
  .carousel .btn-prev, .carousel .btn-next {
    display: none;
  }
  /* line 2914, app/assets/stylesheets/site.scss */
  .btn-2 {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  /* line 2919, app/assets/stylesheets/site.scss */
  .btn-add {
    min-width: 0;
  }
  /* line 2920, app/assets/stylesheets/site.scss */
  .btn-choose {
    display: inline-block;
    vertical-align: top;
  }
  /* line 2924, app/assets/stylesheets/site.scss */
  .tabset li a {
    padding: 5px 30px;
  }
  /* line 2925, app/assets/stylesheets/site.scss */
  .widget-full {
    border-radius: 10px;
    padding: 26px 15px 12px;
  }
}
/* line 1, app/assets/stylesheets/utility.scss */
.small {
  font-size: 80%;
}

/* line 5, app/assets/stylesheets/utility.scss */
.underline {
  text-decoration: underline;
}

/* line 9, app/assets/stylesheets/utility.scss */
.line-through {
  text-decoration: line-through;
}

/* line 13, app/assets/stylesheets/utility.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 1, app/assets/stylesheets/media.scss */
.media {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 48px 3px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 5px;
}

/* line 12, app/assets/stylesheets/media.scss */
.media > img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 18, app/assets/stylesheets/media.scss */
.media .text-box {
  position: static;
  overflow: hidden;
  height: auto;
  opacity: 1;
  padding: 16px 10px 10px 19px;
  background: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  color: #2d2e3b;
}

/* line 30, app/assets/stylesheets/media.scss */
.media .text-box h3, .media .text-box h4, .media .text-box h5, .media .text-box h6 {
  margin: 0 0 10px 0;
}
/* line 3, app/assets/stylesheets/share.css.scss */
.share-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  height: 20px;
  width: 92px;
  position: absolute;
}

/* line 20, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 [class*=entypo-]:before {
  font-family: entypo,sans-serif;
}

/* line 25, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 label {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #a29baa;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
}

/* line 38, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 label:hover {
  opacity: .8;
}

/* line 43, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 label span {
  -webkit-font-smoothing: antialiased;
  font-family: Lato,sans-serif;
  font-size: .9em;
  font-weight: 700;
  padding-left: 6px;
  text-transform: uppercase;
}

/* line 53, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: -15px;
  opacity: 0;
}

/* line 61, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.top {
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: -80px;
}

/* line 69, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.bottom {
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 76, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.middle {
  margin-top: 5px !important;
  margin-left: 0px !important;
}

/* line 82, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.middle.right {
  -ms-transform-origin: 5% 50%;
  -webkit-transform-origin: 5% 50%;
  transform-origin: 5% 50%;
  margin-left: 105px;
}

/* line 90, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.middle.left {
  -ms-transform-origin: 5% 50%;
  -webkit-transform-origin: 5% 50%;
  transform-origin: 5% 50%;
}

/* line 97, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.right {
  margin-left: 14px;
}

/* line 102, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.load {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 108, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-1 {
  width: 60px;
}

/* line 112, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-1.center, .share-button.sharer-0 .social.networks-1.left {
  margin-left: 14px;
}

/* line 116, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-1.middle.left {
  margin-left: -70px;
}

/* line 120, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-1 ul {
  width: 60px;
}

/* line 124, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-2 {
  width: 120px;
}

/* line 128, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-2.center {
  margin-left: -13px;
}

/* line 132, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-2.left {
  margin-left: -44px;
}

/* line 136, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-2.middle.left {
  margin-left: -130px;
}

/* line 140, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-2 ul {
  width: 120px;
}

/* line 144, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-3 {
  width: 180px;
}

/* line 148, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-3.center {
  margin-left: -45px;
}

/* line 152, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-3.left {
  margin-left: -102px;
}

/* line 156, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-3.middle.left {
  margin-left: -190px;
}

/* line 160, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-3 ul {
  width: 180px;
}

/* line 164, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-4 {
  width: 240px;
}

/* line 168, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-4.center {
  margin-left: -75px;
}

/* line 172, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-4.left {
  margin-left: 162px;
}

/* line 176, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-4.middle.left {
  margin-left: -250px;
}

/* line 180, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-4 ul {
  width: 240px;
}

/* line 184, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-5 {
  width: 300px;
}

/* line 188, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-5.center {
  margin-left: -105px;
}

/* line 192, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-5.left {
  margin-left: -225px;
}

/* line 196, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-5.middle.left {
  margin-left: -320px;
}

/* line 200, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.networks-5 ul {
  width: 300 !important;
}

@media screen and (max-width: 400px) {
  /* line 200, app/assets/stylesheets/share.css.scss */
  .share-button.sharer-0 .social.networks-5 ul {
    width: 240px !important;
  }
}

/* line 209, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.active {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  opacity: 1;
}

/* line 216, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.active.top {
  -ms-transform: scale(1) translateY(-10px);
  -webkit-transform: scale(1) translateY(-10px);
  transform: scale(1) translateY(-10px);
}

/* line 223, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.active.bottom {
  -ms-transform: scale(1) translateY(15px);
  -webkit-transform: scale(1) translateY(15px);
  transform: scale(1) translateY(15px);
}

/* line 230, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.active.middle.right {
  -ms-transform: scale(1) translateX(10px);
  -webkit-transform: scale(1) translateX(10px);
  transform: scale(1) translateX(10px);
}

/* line 237, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social.active.middle.left {
  -ms-transform: scale(1) translateX(-10px);
  -webkit-transform: scale(1) translateX(-10px);
  transform: scale(1) translateX(-10px);
}

/* line 244, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social ul {
  color: #fff;
  height: 46px;
  left: 0;
  list-style: none;
  margin-left: 0 !important;
  padding: 0;
  position: relative;
  right: 0;
}

/* line 256, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social ul li {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 20px;
  height: 22px;
  margin: 0;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 2;
  position: absolute;
}

/* line 277, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social ul li:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* line 282, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social li[class*=facebook] {
  background: #3b5998;
  display: block;
}

/* line 288, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social li[class*=twitter] {
  background: #6cdfea;
  display: block;
}

/* line 294, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social li[class*=gplus] {
  background: #e34429;
  display: block;
}

/* line 300, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social li[class*=pinterest] {
  background: #c5282f;
  display: block;
}

/* line 306, app/assets/stylesheets/share.css.scss */
.share-button.sharer-0 .social li[class*=paper-plane] {
  background: #42c5b0;
  display: block;
}
/* line 3, app/assets/stylesheets/custom.css.scss */
.widget.gallery-box .slide img {
  width: 105px !important;
  height: 150px !important;
}

/* line 10, app/assets/stylesheets/custom.css.scss */
.user-table {
  width: 100%;
}

/* line 12, app/assets/stylesheets/custom.css.scss */
.user-table tr.data {
  font-size: 20px;
  height: 35px;
}

/* line 16, app/assets/stylesheets/custom.css.scss */
.user-table tr:nth-of-type(odd) {
  background-color: #ccc;
}

/* line 21, app/assets/stylesheets/custom.css.scss */
.carousel-title {
  margin: 0;
  font-size: 32px;
  font-family: "amcap_eternalregular", Arial, Helvetica, sans-serif;
  color: #0085C3;
}

/* line 28, app/assets/stylesheets/custom.css.scss */
.carousel-subheader {
  color: #f9a11e;
}

/* line 32, app/assets/stylesheets/custom.css.scss */
.carousel-text {
  line-height: 18px;
  letter-spacing: 0.5px;
}

/* line 37, app/assets/stylesheets/custom.css.scss */
.no-decoration {
  color: white;
}

/* line 41, app/assets/stylesheets/custom.css.scss */
.no-decoration:hover {
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/custom.css.scss */
#nav ul.dropdown-root {
  margin: 15px 15px 0 15px;
}

@media (min-width: 1024px) {
  /* line 51, app/assets/stylesheets/custom.css.scss */
  #nav li.dropdown {
    position: relative;
    cursor: pointer;
  }
  /* line 55, app/assets/stylesheets/custom.css.scss */
  #nav li.dropdown ul {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: absolute;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
    min-width: 150px;
  }
  /* line 68, app/assets/stylesheets/custom.css.scss */
  #nav li.dropdown ul li {
    padding: 7px;
    display: block;
  }
  /* line 76, app/assets/stylesheets/custom.css.scss */
  #nav li.dropdown:hover ul {
    visibility: visible;
    display: block;
    opacity: 1;
  }
}

/* line 85, app/assets/stylesheets/custom.css.scss */
.date-selector {
  margin: 0 0 15px 0;
}

/* line 89, app/assets/stylesheets/custom.css.scss */
#user_birthday_1i, #user_birthday_2i, #user_birthday_3i {
  background: #a3a3a3;
  padding: 7px;
  font-size: 18px;
  color: #FFF;
  line-height: 1;
  border: 0px;
  border-radius: 0;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 1023px) {
  /* line 104, app/assets/stylesheets/custom.css.scss */
  #callout {
    display: none;
  }
  /* line 108, app/assets/stylesheets/custom.css.scss */
  li.dropdown ul {
    visibility: visible;
    display: block;
    opacity: 1;
    position: relative;
  }
}

/* line 115, app/assets/stylesheets/custom.css.scss */
.section .twocolumns-no-div {
  position: relative;
  overflow: hidden;
}

/* line 121, app/assets/stylesheets/custom.css.scss */
.add-section .frame {
  padding-top: 20px;
}

/* line 127, app/assets/stylesheets/custom.css.scss */
.contact #sidebar {
  float: right;
}

/* line 130, app/assets/stylesheets/custom.css.scss */
.contact #content {
  float: left;
}

@media screen and (max-width: 767px) {
  /* line 130, app/assets/stylesheets/custom.css.scss */
  .contact #content {
    float: none;
  }
}

/* line 138, app/assets/stylesheets/custom.css.scss */
.contact-form {
  overflow: hidden;
}

/* line 139, app/assets/stylesheets/custom.css.scss */
.contact-form .row:after {
  display: block;
  clear: both;
  content: '';
}

/* line 144, app/assets/stylesheets/custom.css.scss */
.contact-form .row {
  margin: 0 0 26px;
}

/* line 145, app/assets/stylesheets/custom.css.scss */
.contact-form .col {
  width: 45.7%;
  margin: 0 16px 0 0;
  float: left;
}

/* line 150, app/assets/stylesheets/custom.css.scss */
.contact-form label {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  display: block;
}

/* line 157, app/assets/stylesheets/custom.css.scss */
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, #contact_email {
  width: 100%;
  height: 44px;
  padding: 7px 5px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px #dfdfdf inset;
  outline: none;
  font-size: 17px;
  line-height: 44px;
  color: #000;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 173, app/assets/stylesheets/custom.css.scss */
.contact-form textarea {
  width: 100%;
  height: 384px;
  resize: none;
}

/* line 178, app/assets/stylesheets/custom.css.scss */
.contact-form input[type="submit"] {
  padding: 13px 51px 14px;
  display: block;
  cursor: pointer;
  font: 16px/20px 'gibsonsemibold', Arial, Helvetica, sans-serif;
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  background: #ffa019;
}

/* line 189, app/assets/stylesheets/custom.css.scss */
.contact-form input[type="submit"]:hover {
  color: #0085C3;
}

/* line 190, app/assets/stylesheets/custom.css.scss */
.contact-form .row.add {
  width: 94%;
}

/* line 192, app/assets/stylesheets/custom.css.scss */
.contact-row {
  display: inline-block;
}

/* line 196, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details {
  margin: 0;
  padding: 7px 0 0 9px;
  list-style: none;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}

/* line 207, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details.add {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

/* line 212, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details li {
  display: table;
  height: 94px;
  float: left;
  margin: 0 0 0 10px;
  width: 23.6%;
  border-radius: 4px;
  overflow: hidden;
}

/* line 221, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details li.bonus-features {
  width: 49.1%;
}

/* line 222, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details li:first-child {
  margin-left: 0;
}

/* line 223, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details li a {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  background: #fff;
  padding: 5px;
  text-align: center;
}

/* line 231, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details li span {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  background: #fff;
  padding: 5px;
  text-align: center;
}

/* line 239, app/assets/stylesheets/custom.css.scss */
.tabset-vid-details li a:hover,
.tabset-vid-details li a.active {
  background: #fff url(https://www.nightflightplus.com/images/bg-tab.png) no-repeat 100% 100%;
  text-decoration: none;
}

/* line 245, app/assets/stylesheets/custom.css.scss */
#show-bonus-features {
  margin-bottom: 20px;
}

@media only screen and (max-width: 538px) {
  /* line 245, app/assets/stylesheets/custom.css.scss */
  #show-bonus-features {
    margin-left: 4%;
  }
}

/* line 254, app/assets/stylesheets/custom.css.scss */
.bf-link .bonus-feature:hover {
  color: #f9a11e !important;
  border: 2px solid #f9a11e;
  background: url(https://www.nightflightplus.com/assets/mp-bg_6-40a5672dc9b5a089f119e35e0d8c4da3e563c454f800a6519ac7209f4bc6d98a.png);
}

/* line 260, app/assets/stylesheets/custom.css.scss */
.bf-link .current-bonus-feature {
  color: #f9a11e !important;
  border: 2px solid #f9a11e;
  background: url(https://www.nightflightplus.com/assets/mp-bg_6-40a5672dc9b5a089f119e35e0d8c4da3e563c454f800a6519ac7209f4bc6d98a.png);
}

@media only screen and (max-width: 538px) {
  /* line 267, app/assets/stylesheets/custom.css.scss */
  #bonus-features-header {
    margin-left: 2%;
  }
}

/* line 273, app/assets/stylesheets/custom.css.scss */
.medium-width {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
}

/* line 279, app/assets/stylesheets/custom.css.scss */
.video-detail {
  display: inline-block;
}

/* line 283, app/assets/stylesheets/custom.css.scss */
.video-holder {
  background: white no-repeat 100% 100%;
}

/* line 287, app/assets/stylesheets/custom.css.scss */
#bonus-feature-toggle {
  float: right;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 287, app/assets/stylesheets/custom.css.scss */
  #bonus-feature-toggle {
    width: 100%;
  }
}

/* line 295, app/assets/stylesheets/custom.css.scss */
#bonus-features {
  float: left;
  width: 400px;
}

@media screen and (max-width: 767px) {
  /* line 295, app/assets/stylesheets/custom.css.scss */
  #bonus-features {
    width: 50%;
  }
}

/* line 303, app/assets/stylesheets/custom.css.scss */
.video-holder .frame .txt-area {
  padding: 10px 34px;
}

/* line 306, app/assets/stylesheets/custom.css.scss */
.video-holder .frame .txt-area dt {
  font-size: 13px;
}

/* line 311, app/assets/stylesheets/custom.css.scss */
#error_explanation {
  color: red;
}

/* line 314, app/assets/stylesheets/custom.css.scss */
#error_explanation h2 {
  display: none;
}

/* line 317, app/assets/stylesheets/custom.css.scss */
#error_explanation ul {
  list-style-type: none;
  padding-left: 0px;
}

/* line 323, app/assets/stylesheets/custom.css.scss */
.subscription-details {
  margin: 20px 0;
}

/* line 327, app/assets/stylesheets/custom.css.scss */
.btn-2.orange {
  background-color: #f9a21e;
  margin-left: 0px;
  margin-bottom: 20px;
  color: #fff;
}

/* line 334, app/assets/stylesheets/custom.css.scss */
.btn-2.brown {
  background-color: #0085C3;
}

/* line 337, app/assets/stylesheets/custom.css.scss */
.star-rating li span.icon-star {
  display: block;
  width: 21px;
  height: 19px;
  color: #86878e;
  font-size: 21px;
}

/* line 344, app/assets/stylesheets/custom.css.scss */
.star-rating li span.icon-star:after {
  font-family: icomoon;
  content: "\e604";
}

/* line 349, app/assets/stylesheets/custom.css.scss */
#video-img-placeholder {
  padding-top: 25px;
  text-align: center;
}

/* line 354, app/assets/stylesheets/custom.css.scss */
.tiny-text {
  font-size: 12px;
  margin: 0 !important;
}

@media screen and (min-width: 1121px) {
  /* line 359, app/assets/stylesheets/custom.css.scss */
  .visual-caption {
    left: 0%;
    top: 0%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 359, app/assets/stylesheets/custom.css.scss */
  .visual-caption {
    top: 0% !important;
    left: auto !important;
    margin: 0 auto !important;
  }
}

/* line 372, app/assets/stylesheets/custom.css.scss */
.stripe-form {
  display: inline-block;
}

/* line 376, app/assets/stylesheets/custom.css.scss */
.subscription-banner {
  cursor: pointer;
}

/* line 379, app/assets/stylesheets/custom.css.scss */
.subscription-banner h3 {
  text-align: right;
}

/* line 384, app/assets/stylesheets/custom.css.scss */
#hide-stripe-btn {
  display: none !important;
}

/* line 388, app/assets/stylesheets/custom.css.scss */
.dmr-stripe-btn {
  cursor: pointer;
}

/* line 392, app/assets/stylesheets/custom.css.scss */
.view-all {
  float: right;
  margin-right: 40px;
}

@media screen and (max-width: 479px) {
  /* line 392, app/assets/stylesheets/custom.css.scss */
  .view-all {
    margin-right: 0px;
  }
}

/* line 401, app/assets/stylesheets/custom.css.scss */
.bonus-features {
  cursor: pointer;
}

/* line 405, app/assets/stylesheets/custom.css.scss */
.signup-form {
  margin-top: 20px;
}

/* line 409, app/assets/stylesheets/custom.css.scss */
.text p {
  margin: 0;
}

/* line 413, app/assets/stylesheets/custom.css.scss */
.not-enough-slides .slide-nav {
  display: none;
}

/* line 417, app/assets/stylesheets/custom.css.scss */
img.responsive {
  max-width: 100%;
}

/* line 421, app/assets/stylesheets/custom.css.scss */
.post-movies > img {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 426, app/assets/stylesheets/custom.css.scss */
  .post-movies > img {
    max-width: 100%;
  }
}

/* line 431, app/assets/stylesheets/custom.css.scss */
#favorite-placeholder {
  padding-left: 10px;
  margin-top: 2px;
}

/* line 435, app/assets/stylesheets/custom.css.scss */
#favorite-placeholder #favorites-container::before {
  content: " | ";
  font-size: 26px;
  line-height: 26px;
}

/* line 442, app/assets/stylesheets/custom.css.scss */
#favorite-placeholder .heart .fa {
  font-size: 24px;
  height: auto;
  width: auto;
  padding-left: 9px;
}

/* line 452, app/assets/stylesheets/custom.css.scss */
.to-favorite .fa {
  color: #f9a11e !important;
}

/* line 458, app/assets/stylesheets/custom.css.scss */
.sub-nav ul li:before {
  display: none;
}

/* line 462, app/assets/stylesheets/custom.css.scss */
.sub-nav ul li {
  padding-left: 0;
}

/* line 466, app/assets/stylesheets/custom.css.scss */
#link-overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1000;
  position: absolute;
  top: 0;
}

/* line 475, app/assets/stylesheets/custom.css.scss */
.text-to-subscribe div {
  display: inline-block;
}

@media screen and (max-width: 472px) {
  /* line 475, app/assets/stylesheets/custom.css.scss */
  .text-to-subscribe div {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/custom.css.scss */
  #film-description,
.film-description {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 99.5px;
  }
}

@media screen and (max-width: 768px) {
  /* line 483, app/assets/stylesheets/custom.css.scss */
  #film-description,
.film-description {
    height: 135px;
  }
}

/* line 496, app/assets/stylesheets/custom.css.scss */
.blog-headings > .holder {
  padding-top: 0px !important;
}

/* line 500, app/assets/stylesheets/custom.css.scss */
#star-ratings-container {
  display: inline-block;
}

/* line 503, app/assets/stylesheets/custom.css.scss */
#star-ratings-container li {
  cursor: pointer;
}

/* line 509, app/assets/stylesheets/custom.css.scss */
.social-networks li a:before {
  font-family: FontAwesome;
}

/* line 513, app/assets/stylesheets/custom.css.scss */
.social-networks li a.icon-facebook:before {
  content: "\f09a";
}

/* line 514, app/assets/stylesheets/custom.css.scss */
.social-networks li a.icon-twitter:before {
  content: "\f099";
}

/* line 515, app/assets/stylesheets/custom.css.scss */
.social-networks li a.icon-google:before {
  content: "\f0d5";
}

/* line 517, app/assets/stylesheets/custom.css.scss */
#main .profile-holder h3:before {
  font-family: FontAwesome;
  content: "\f005";
}

/* line 522, app/assets/stylesheets/custom.css.scss */
.star-rating li {
  padding-bottom: 3px;
}

/* line 526, app/assets/stylesheets/custom.css.scss */
.star-rating li a.icon-star:after {
  font-family: FontAwesome;
  content: "\f005";
}

/* line 532, app/assets/stylesheets/custom.css.scss */
.video-show-tags {
  font-size: 18px;
}

/* line 537, app/assets/stylesheets/custom.css.scss */
#callout-header {
  min-width: 320px;
  width: 100%;
  color: #e0e0e0;
  padding: 0 10px;
  background: transparent;
  z-index: 1000;
}

/* line 546, app/assets/stylesheets/custom.css.scss */
#callout-header > .holder {
  max-width: 1200px;
  background: transparent;
}

/* line 551, app/assets/stylesheets/custom.css.scss */
#callout-header > .holder:after {
  content: "";
  display: block;
  clear: both;
}

/* line 557, app/assets/stylesheets/custom.css.scss */
.callout-overlay {
  position: absolute;
}

@media only screen and (max-width: 1023px) {
  /* line 562, app/assets/stylesheets/custom.css.scss */
  #callout-header {
    display: none;
  }
}

/* line 567, app/assets/stylesheets/custom.css.scss */
article.subscription-plan {
  cursor: pointer;
}

/* line 570, app/assets/stylesheets/custom.css.scss */
.subscription-plans {
  margin-bottom: 50px;
}

/* line 573, app/assets/stylesheets/custom.css.scss */
section > .subscription-plans {
  margin-bottom: 0;
}

/* line 578, app/assets/stylesheets/custom.css.scss */
.subscribe p {
  font-size: 17pt;
  line-height: 1.7;
}

/* line 586, app/assets/stylesheets/custom.css.scss */
.social-networks li {
  margin-bottom: 28px;
}

@media screen and (max-width: 558px) {
  /* line 590, app/assets/stylesheets/custom.css.scss */
  .social-networks li a {
    float: none;
  }
}

@media screen and (max-width: 805px) {
  /* line 596, app/assets/stylesheets/custom.css.scss */
  .social-networks li a:before {
    float: none;
    margin-right: 12px;
  }
}

/* line 604, app/assets/stylesheets/custom.css.scss */
.col-footer.footer-links {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

/* line 610, app/assets/stylesheets/custom.css.scss */
.col-footer.streaming-logos {
  margin-bottom: 34px;
}

/* line 616, app/assets/stylesheets/custom.css.scss */
.col-footer ul {
  list-style: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}

/* line 626, app/assets/stylesheets/custom.css.scss */
.col-footer ul li {
  margin-right: 25px;
  text-align: center;
  float: left;
}

/* line 630, app/assets/stylesheets/custom.css.scss */
.col-footer ul li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 806px) {
  /* line 637, app/assets/stylesheets/custom.css.scss */
  .col-footer.footer-links {
    /* flex-direction: row; */
    /* justify-content: space-between; */
    align-items: center;
  }
  /* line 642, app/assets/stylesheets/custom.css.scss */
  .col-footer ul {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 805px) {
  /* line 649, app/assets/stylesheets/custom.css.scss */
  .col-footer {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 558px) {
  /* line 649, app/assets/stylesheets/custom.css.scss */
  .col-footer {
    font-size: 16px;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
  }
}

@media screen and (max-width: 815px) {
  /* line 663, app/assets/stylesheets/custom.css.scss */
  .col-footer ul {
    width: 80% !important;
  }
}

@media screen and (max-width: 558px) {
  /* line 663, app/assets/stylesheets/custom.css.scss */
  .col-footer ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 558px) {
  /* line 675, app/assets/stylesheets/custom.css.scss */
  .social-networks {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* line 683, app/assets/stylesheets/custom.css.scss */
#footer .holder {
  padding: 0 0 50px;
}

@media screen and (max-width: 805px) {
  /* line 683, app/assets/stylesheets/custom.css.scss */
  #footer .holder {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 558px) {
  /* line 683, app/assets/stylesheets/custom.css.scss */
  #footer .holder {
    margin-left: 30px !important;
  }
}

/* line 697, app/assets/stylesheets/custom.css.scss */
#main .video-holder p {
  padding-top: 6px;
}

/* line 701, app/assets/stylesheets/custom.css.scss */
.logo_holder {
  float: left;
}

/* line 706, app/assets/stylesheets/custom.css.scss */
.text-area img {
  max-width: 100%;
}

/* line 711, app/assets/stylesheets/custom.css.scss */
.callout-img-holder {
  max-height: 80px;
}

/* line 714, app/assets/stylesheets/custom.css.scss */
.callout-img-holder img {
  background: transparent;
}

/* line 719, app/assets/stylesheets/custom.css.scss */
span.profile-actions {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* line 723, app/assets/stylesheets/custom.css.scss */
.tag-bars {
  color: black;
  margin-left: 3px;
}

/* line 729, app/assets/stylesheets/custom.css.scss */
.show-desktop img {
  max-width: 220px;
}

/* line 735, app/assets/stylesheets/custom.css.scss */
.hide-desktop img {
  max-width: 274px;
}

/* line 740, app/assets/stylesheets/custom.css.scss */
img.show-desktop {
  max-width: 220px;
}

/* line 744, app/assets/stylesheets/custom.css.scss */
img.hide-desktop {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 749, app/assets/stylesheets/custom.css.scss */
  #main .headings h1 {
    font: 41px/48px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  }
}

/* line 754, app/assets/stylesheets/custom.css.scss */
.visual-gallery:before {
  content: none !important;
}

/* line 758, app/assets/stylesheets/custom.css.scss */
.visual-gallery:after {
  content: none !important;
}

@media only screen and (min-width: 1200px) {
  /* line 762, app/assets/stylesheets/custom.css.scss */
  .black-bars {
    background-size: contain !important;
    background-repeat: no-repeat;
  }
}

/* line 771, app/assets/stylesheets/custom.css.scss */
.hero-carousel .slide {
  background-position: 50% !important;
  height: 100%;
  width: 100%;
}

/* line 778, app/assets/stylesheets/custom.css.scss */
.main-carousel {
  border-radius: 18px;
}

@media screen and (min-width: 1024px) {
  /* line 783, app/assets/stylesheets/custom.css.scss */
  .blog-desc-holder {
    position: absolute;
    bottom: 0;
  }
  /* line 788, app/assets/stylesheets/custom.css.scss */
  .blog-holder {
    height: 214px;
  }
  /* line 792, app/assets/stylesheets/custom.css.scss */
  #main .blog-headings h1 {
    font: 41px/48px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  }
}

/* line 797, app/assets/stylesheets/custom.css.scss */
#opt-out-subscription {
  padding-bottom: 40px;
  text-align: center;
  line-height: 24px;
}

/* line 803, app/assets/stylesheets/custom.css.scss */
#main-index {
  max-width: 1180px;
  margin: auto;
}

/* line 808, app/assets/stylesheets/custom.css.scss */
#forgot-password-link {
  margin-top: 15px;
  padding-bottom: 40px;
}

/* line 811, app/assets/stylesheets/custom.css.scss */
#forgot-password-link a {
  margin-left: -50px;
}

/* line 816, app/assets/stylesheets/custom.css.scss */
.section.sign-up-prompt {
  background: none;
  padding: 0;
}

/* line 819, app/assets/stylesheets/custom.css.scss */
.section.sign-up-prompt h4 {
  font-size: 16px;
}

/* line 823, app/assets/stylesheets/custom.css.scss */
.section.sign-up-prompt .col:after {
  background: none;
}

/* line 829, app/assets/stylesheets/custom.css.scss */
.passive-stars .icon-star:hover {
  color: #86878e !important;
}

/* line 834, app/assets/stylesheets/custom.css.scss */
.subscription-heading .holder h2, .subscription-heading h3 {
  width: 100%;
  text-align: center;
}

/* line 839, app/assets/stylesheets/custom.css.scss */
.dollar-amount {
  font: 36px/40px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  color: #f9a11e;
}

@media screen and (max-width: 767px) {
  /* line 839, app/assets/stylesheets/custom.css.scss */
  .dollar-amount {
    font: 26px/32px "amcap_eternalregular", Arial, Helvetica, sans-serif;
  }
}

/* line 848, app/assets/stylesheets/custom.css.scss */
#video-show-tabset {
  padding: 0;
}

/* line 852, app/assets/stylesheets/custom.css.scss */
.pulp-plus-icon {
  width: 50px !important;
  height: 20px !important;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  /* line 859, app/assets/stylesheets/custom.css.scss */
  #blog-new-releases {
    max-width: 580px;
  }
}

@media screen and (max-width: 767px) {
  /* line 859, app/assets/stylesheets/custom.css.scss */
  #blog-new-releases {
    max-width: 225px;
  }
  /* line 867, app/assets/stylesheets/custom.css.scss */
  #blog-new-releases .btn-next {
    display: block;
  }
  /* line 871, app/assets/stylesheets/custom.css.scss */
  #blog-new-releases .btn-prev {
    display: block;
  }
}

/* line 878, app/assets/stylesheets/custom.css.scss */
.profile-flashes .flash {
  font-weight: 600;
}

/* line 883, app/assets/stylesheets/custom.css.scss */
.pagination {
  font-size: 21px;
  text-align: center;
  padding-bottom: 15px;
}

/* line 888, app/assets/stylesheets/custom.css.scss */
.pagination i {
  font-size: 18px;
}

/* line 892, app/assets/stylesheets/custom.css.scss */
.pagination .disabled {
  color: #ccc;
}

/* line 896, app/assets/stylesheets/custom.css.scss */
.pagination a, .pagination span {
  margin: 0 16px;
}

/* line 901, app/assets/stylesheets/custom.css.scss */
.bonus-feature-container {
  margin: auto;
  margin-bottom: 20px;
}

/* line 906, app/assets/stylesheets/custom.css.scss */
.bonus-feature {
  height: 100px;
  width: 149px;
  font: 18px "Roboto", Arial, Helvetica, sans-serif;
  color: white;
  padding-top: 38px;
  margin: 0px 5px 20px 0px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  border-radius: 10px;
  border: 2px solid white;
  background: url(https://www.nightflightplus.com/assets/mp-bg_8-5a68208843abe6c59d8bc40c1b10ec1776b08b057e4febe4aa8be71bbba9719c.png);
}

@media only screen and (max-width: 609px) {
  /* line 906, app/assets/stylesheets/custom.css.scss */
  .bonus-feature {
    width: 150px;
    font: 16px "Roboto", Arial, Helvetica, sans-serif;
    margin: 5px;
  }
}

/* line 928, app/assets/stylesheets/custom.css.scss */
.subscribe h5 {
  margin: 0;
}

/* line 933, app/assets/stylesheets/custom.css.scss */
.shudder h1 {
  font-size: 14pt;
}

/* line 936, app/assets/stylesheets/custom.css.scss */
.shudder .shudder-logos {
  display: flex;
  margin-bottom: 30px;
}

/* line 939, app/assets/stylesheets/custom.css.scss */
.shudder .shudder-logos .shudder-logo, .shudder .shudder-logos .nightflight-logo {
  width: 50%;
  max-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 946, app/assets/stylesheets/custom.css.scss */
.shudder .shudder-logos .shudder-logo img, .shudder .shudder-logos .nightflight-logo img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  align-self: center;
}

/* line 953, app/assets/stylesheets/custom.css.scss */
.shudder .shudder-logos .shudder-logo img {
  max-height: 75px;
}

/* line 957, app/assets/stylesheets/custom.css.scss */
.shudder .shudder-text {
  color: #d52341;
}

/* line 960, app/assets/stylesheets/custom.css.scss */
.shudder .nightflight-text {
  color: #f9a11e;
}

/* line 965, app/assets/stylesheets/custom.css.scss */
.shudder .sign-up h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/* line 974, app/assets/stylesheets/custom.css.scss */
.orange {
  color: #f9a11e;
}

/* line 978, app/assets/stylesheets/custom.css.scss */
.ifc-logo {
  display: inline-block;
  max-width: 85px;
  position: relative;
  top: 15px;
}

@media only screen and (max-width: 1023px) {
  /* line 985, app/assets/stylesheets/custom.css.scss */
  .ifc-logo {
    max-width: 65px;
    top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 991, app/assets/stylesheets/custom.css.scss */
  .ifc-logo {
    max-width: 50px;
    top: 7px;
  }
}

/* line 997, app/assets/stylesheets/custom.css.scss */
.banner-image {
  width: 100%;
  height: auto;
}

/* line 1002, app/assets/stylesheets/custom.css.scss */
a#ot-sdk-link {
  padding-left: 42px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

/* line 1003, app/assets/stylesheets/custom.css.scss */
a#ot-sdk-link:before {
  content: '';
  background-image: url(https://www.nightflightplus.com/assets/privacy-choices-icon-cdc743c3787bc63eeeff8a8b1c317a02ca6c8ae517c90625d7cfa61fb0e405c7.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 30px;
  position: absolute;
  left: 6px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
/* line 2, app/assets/stylesheets/gift-subscriptions.scss */
.gift-subscriptions input[type=text],
.gift-subscriptions #nightflight-card-element,
.gift-subscriptions select,
.gift-subscriptions textarea {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #bababa;
  border-radius: 3px;
  font: 400 16px/20px "Roboto", Arial, Helvetica, sans-serif;
  padding: 10px 16px;
  box-shadow: none;
  outline: none;
  color: #a3a3a3;
}

/* line 17, app/assets/stylesheets/gift-subscriptions.scss */
.gift-subscriptions .error {
  color: #ee4444;
  padding-top: 4px;
}

/* line 23, app/assets/stylesheets/gift-subscriptions.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem;
}

/* line 34, app/assets/stylesheets/gift-subscriptions.scss */
.row > .col, .bd-example-row .row > [class^=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

/* line 41, app/assets/stylesheets/gift-subscriptions.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 48, app/assets/stylesheets/gift-subscriptions.scss */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 55, app/assets/stylesheets/gift-subscriptions.scss */
.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 67, app/assets/stylesheets/gift-subscriptions.scss */
.fade {
  transition: opacity .15s linear;
}

/* line 70, app/assets/stylesheets/gift-subscriptions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 73, app/assets/stylesheets/gift-subscriptions.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 77, app/assets/stylesheets/gift-subscriptions.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

/* line 84, app/assets/stylesheets/gift-subscriptions.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 91, app/assets/stylesheets/gift-subscriptions.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 97, app/assets/stylesheets/gift-subscriptions.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 111, app/assets/stylesheets/gift-subscriptions.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 117, app/assets/stylesheets/gift-subscriptions.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

/* line 131, app/assets/stylesheets/gift-subscriptions.scss */
.modal-open {
  overflow: hidden;
}

/* line 134, app/assets/stylesheets/gift-subscriptions.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 138, app/assets/stylesheets/gift-subscriptions.scss */
.modal-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
}

/* line 144, app/assets/stylesheets/gift-subscriptions.scss */
.modal-header .h5, .modal-header h5 {
  font-size: 1.25rem;
}

/* line 148, app/assets/stylesheets/gift-subscriptions.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

@media (min-width: 576px) {
  /* line 162, app/assets/stylesheets/gift-subscriptions.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 576px) {
  /* line 169, app/assets/stylesheets/gift-subscriptions.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 576px) {
  /* line 175, app/assets/stylesheets/gift-subscriptions.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  /* line 182, app/assets/stylesheets/gift-subscriptions.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

/* line 190, app/assets/stylesheets/gift-subscriptions.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 198, app/assets/stylesheets/gift-subscriptions.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 1, app/assets/stylesheets/alerts.scss */
.alert {
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/alerts.scss */
.alert p {
  font-size: 16px;
  font-weight: normal;
}

/* line 12, app/assets/stylesheets/alerts.scss */
.alert p:last-child {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/alerts.scss */
.alert-info {
  background-color: #3498db;
  color: rgba(255, 255, 255, 0.85);
}

/* line 22, app/assets/stylesheets/alerts.scss */
.alert-danger {
  background-color: #e74c3c;
  color: rgba(255, 255, 255, 0.85);
}

/* line 27, app/assets/stylesheets/alerts.scss */
.alert-success {
  background-color: #2ecc71;
  color: rgba(255, 255, 255, 0.85);
}
/* line 1, app/assets/stylesheets/live.scss */
.programming > .program, .selected-program {
  padding: 8px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  margin-bottom: 8px;
}

/* line 5, app/assets/stylesheets/live.scss */
.programming > .program:hover, .programming > .program.active, .selected-program:hover, .selected-program.active {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 11, app/assets/stylesheets/live.scss */
.programming > .program .program-title, .selected-program .program-title {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
  font-size: 14px;
}

/* line 16, app/assets/stylesheets/live.scss */
.programming > .program .program-time, .selected-program .program-time {
  font-size: 12px;
}

/* line 19, app/assets/stylesheets/live.scss */
.programming > .program .program-description, .selected-program .program-description {
  display: none;
}

/* line 24, app/assets/stylesheets/live.scss */
.programming > .program.current .program-time, .selected-program.current .program-time {
  color: rgba(255, 255, 255, 0.6);
}

/* line 29, app/assets/stylesheets/live.scss */
.programming {
  max-height: 600px;
  overflow-y: auto;
}

/* line 35, app/assets/stylesheets/live.scss */
.guide-blue .program.current {
  background-color: rgba(0, 131, 195, 0.6);
}

/* line 38, app/assets/stylesheets/live.scss */
.guide-blue .program-time, .guide-blue h1 {
  color: #0083c3;
}

/* line 44, app/assets/stylesheets/live.scss */
.guide-gold .program.current {
  background-color: rgba(249, 161, 30, 0.6);
}

/* line 47, app/assets/stylesheets/live.scss */
.guide-gold .program-time, .guide-gold h1 {
  color: #da8828;
}

/* line 53, app/assets/stylesheets/live.scss */
.guide-red .program.current {
  background-color: rgba(218, 74, 40, 0.6);
}

/* line 56, app/assets/stylesheets/live.scss */
.guide-red .program-time, .guide-red h1 {
  color: #da4a28;
}

/* line 62, app/assets/stylesheets/live.scss */
.guide h1 {
  margin: 0 0 32px 0;
  font: 41px/48px "amcap_eternalregular", Arial, Helvetica, sans-serif;
}

/* line 69, app/assets/stylesheets/live.scss */
.program-thumbnail img {
  width: 100%;
  max-width: 100%;
}

/* line 75, app/assets/stylesheets/live.scss */
.selected-program {
  padding: 16px;
}

/* line 77, app/assets/stylesheets/live.scss */
.selected-program .program-title {
  font-size: 18px;
  margin-bottom: 16px;
}

/* line 81, app/assets/stylesheets/live.scss */
.selected-program .program-time {
  margin-bottom: 16px;
}

/* line 84, app/assets/stylesheets/live.scss */
.selected-program .program-description {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

/* line 92, app/assets/stylesheets/live.scss */
.grid-row {
  display: -ms-grid;
  display: grid;
  grid-gap: 60px;
}

/* line 98, app/assets/stylesheets/live.scss */
.grid-row.left-heavy {
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
}

/* line 103, app/assets/stylesheets/live.scss */
.grid-row.very-left-heavy {
  -ms-grid-columns: 7fr 3fr;
  grid-template-columns: 7fr 3fr;
}

/* line 108, app/assets/stylesheets/live.scss */
.grid-row.right-heavy {
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}

/* line 113, app/assets/stylesheets/live.scss */
.grid-row.very-right-heavy {
  -ms-grid-columns: 3fr 7fr;
  grid-template-columns: 3fr 7fr;
}

/* line 118, app/assets/stylesheets/live.scss */
.grid-row.desktop {
  display: block;
}

@media (min-width: 981px) {
  /* line 123, app/assets/stylesheets/live.scss */
  .grid-row.desktop {
    display: -ms-grid;
    display: grid;
  }
}
/* line 2, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy p, section.privacy-policy li {
  font-size: 1em;
  line-height: 1.5em;
}

/* line 6, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy li {
  margin-bottom: 0.5em;
}

/* line 9, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy p {
  margin-bottom: 1em;
}

/* line 13, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy h1 {
  margin-top: 0.5em !important;
  font-size: 2.8em !important;
  color: black;
  font-family: inherit !important;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: black;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
  margin-top: 2em;
}

/* line 29, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy table {
  border-collapse: collapse;
  border: 1px solid #666;
  margin-bottom: 2em;
}

/* line 41, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy table td, section.privacy-policy table th {
  border: 1px solid #666;
  padding: 0.5em;
}

/* line 45, app/assets/stylesheets/privacy-policy.scss */
section.privacy-policy table th {
  background-color: #efefef;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *










 */
