@charset "UTF-8";
/* utilities */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext");
/* plugins */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -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: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/* base */
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
}

.btn-md {
  padding: 8px 15px;
  font-size: 22px;
  font-weight: 500;
}

.text-upper {
  text-transform: uppercase !important;
}

.btn-block {
  display: block;
}

.btn-bold {
  font-weight: 700;
}

.btn-red {
  background: #ff1800;
  border: 1px solid #ff1800;
  color: #ffffff;
}
.btn-red:focus, .btn-red.focus {
  background-color: #b31100;
  border: 1px solid #b31100;
  color: #ffffff;
}
.btn-red:hover {
  background-color: #b31100;
  border: 1px solid #b31100;
  color: #ffffff;
}
.btn-red:active, .btn-red.active, .open > .btn-red.dropdown-toggle {
  background-color: #b31100;
  border: 1px solid #b31100;
  color: #ffffff;
}
.btn-red:active:hover, .btn-red:active:focus, .btn-red:active.focus, .btn-red.active:hover, .btn-red.active:focus, .btn-red.active.focus, .open > .btn-red.dropdown-toggle:hover, .open > .btn-red.dropdown-toggle:focus, .open > .btn-red.dropdown-toggle.focus {
  background-color: #b31100;
  border: 1px solid #b31100;
  color: #ffffff;
}
.btn-red:active, .btn-red.active, .open > .btn-red.dropdown-toggle {
  background-image: none;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled].focus, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red.focus {
  background-color: #b31100;
  border: 1px solid #b31100;
  color: #ffffff;
}

.btn-white {
  background: #ffffff;
  border: 1px solid #ff1800;
  color: #ff1800;
}
.btn-white:focus, .btn-white.focus {
  background-color: #ff1800;
  border: 1px solid #ff1800;
  color: #ffffff;
}
.btn-white:hover {
  background-color: #ff1800;
  border: 1px solid #ff1800;
  color: #ffffff;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-color: #ff1800;
  border: 1px solid #ff1800;
  color: #ffffff;
}
.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
  background-color: #ff1800;
  border: 1px solid #ff1800;
  color: #ffffff;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
  background-color: #ff1800;
  border: 1px solid #ff1800;
  color: #ffffff;
}

.btn-blue {
  background: #ffffff;
  border: 1px solid #687fb7;
  color: #687fb7;
}
.btn-blue:focus, .btn-blue.focus {
  background-color: #687fb7;
  border: 1px solid #687fb7;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #687fb7;
  border: 1px solid #687fb7;
  color: #ffffff;
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  background-color: #687fb7;
  border: 1px solid #687fb7;
  color: #ffffff;
}
.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
  background-color: #687fb7;
  border: 1px solid #687fb7;
  color: #ffffff;
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  background-image: none;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus {
  background-color: #687fb7;
  border: 1px solid #687fb7;
  color: #ffffff;
}

.btn-blue.full {
  background: #687fb7;
  border: 1px solid #687fb7;
  color: #ffffff;
}
.btn-blue.full:focus, .btn-blue.full.focus {
  background-color: #445a8f;
  border: 1px solid #445a8f;
  color: #ffffff;
}
.btn-blue.full:hover {
  background-color: #445a8f;
  border: 1px solid #445a8f;
  color: #ffffff;
}
.btn-blue.full:active, .btn-blue.full.active, .open > .btn-blue.full.dropdown-toggle {
  background-color: #445a8f;
  border: 1px solid #445a8f;
  color: #ffffff;
}
.btn-blue.full:active:hover, .btn-blue.full:active:focus, .btn-blue.full:active.focus, .btn-blue.full.active:hover, .btn-blue.full.active:focus, .btn-blue.full.active.focus, .open > .btn-blue.full.dropdown-toggle:hover, .open > .btn-blue.full.dropdown-toggle:focus, .open > .btn-blue.full.dropdown-toggle.focus {
  background-color: #445a8f;
  border: 1px solid #445a8f;
  color: #ffffff;
}
.btn-blue.full:active, .btn-blue.full.active, .open > .btn-blue.full.dropdown-toggle {
  background-image: none;
}
.btn-blue.full.disabled:hover, .btn-blue.full.disabled:focus, .btn-blue.full.disabled.focus, .btn-blue.full[disabled]:hover, .btn-blue.full[disabled]:focus, .btn-blue.full[disabled].focus, fieldset[disabled] .btn-blue.full:hover, fieldset[disabled] .btn-blue.full:focus, fieldset[disabled] .btn-blue.full.focus {
  background-color: #445a8f;
  border: 1px solid #445a8f;
  color: #ffffff;
}

.btn-white,
.btn-blue {
  border-width: 2px !important;
}
.btn-white.btn-md,
.btn-blue.btn-md {
  padding-top: 8px;
  padding-bottom: 6px;
}

.panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.rewind-btn {
  background: url(../pic/new/rewind.png) no-repeat center;
  background-size: 34px 34px;
  width: 74px;
  height: 74px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 4px 4px 8px rgba(183, 195, 207, 0.5), -4px -4px 16px rgba(183, 195, 207, 0.5);
  -webkit-box-shadow: 4px 4px 8px rgba(183, 195, 207, 0.5), -4px -4px 16px rgba(183, 195, 207, 0.5);
  box-shadow: 4px 4px 8px rgba(183, 195, 207, 0.5), -4px -4px 16px rgba(183, 195, 207, 0.5);
  display: block;
  margin: 0 auto;
}

.form-control {
  border: 1px solid #c3c3c3;
  height: 43px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  width: 100%;
  outline: none;
  font-family: 'Fira Sans', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control-sm{
  height: 25px;	
  padding: 0 8px;
  font-size: 14px;
}
textarea.form-control {
  resize: none;
  padding: 10px 15px;
}

.form-group {
  margin-bottom: 15px;
  display: block;
}
.form-group .label-txt {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.form-group select {
  height: 40px;
  width: 100%;
  font-size: 18px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #c3c3c3;
  padding: 0 8px;
}

.radio-line {
  clear: left;
  float: left;
  line-height: 26px;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 38px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
.radio-line input {
  display: none;
}
.radio-line input + i {
  float: left;
  width: 26px;
  height: 26px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: -38px;
  position: relative;
}
.radio-line input + i:after {
  width: 26px;
  height: 26px;
  content: '';
  background: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.218s linear;
  -o-transition: all 0.218s linear;
  -webkit-transition: all 0.218s linear;
  transition: all 0.218s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.radio-line input:checked + i:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.checkbox-line {
  clear: left;
  float: left;
  line-height: 24px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: normal;
  padding: 0 0 0 30px;
}
.checkbox-line input {
  display: none;
}
.checkbox-line input + i {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: -30px;
  position: relative;
  border: 3px solid #000000;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.218s linear;
  -o-transition: all 0.218s linear;
  -webkit-transition: all 0.218s linear;
  transition: all 0.218s linear;
}
.checkbox-line input + i:after {
  content: '\f00c';
  position: absolute;
  left: -1px;
  top: -3px;
  font-size: 17px;
  font-family: 'FontAwesome';
  color: #ffffff;
  height: 100%;
  overflow: hidden;
  -moz-transition: all 0.218s linear;
  -o-transition: all 0.218s linear;
  -webkit-transition: all 0.218s linear;
  transition: all 0.218s linear;
  width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-align: left;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 24px;
  width: 24px;
}
.checkbox-line input:checked + i {
  background-color: #ff1800;
  border-color: #ff1800;
}
.checkbox-line input:checked + i:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.checkbox-line.small {
  line-height: 18px;
  font-size: 14px;
}
.checkbox-line.small input + i {
  width: 14px;
  height: 14px;
  border-width: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.checkbox-line.small input + i:after {
  width: 18px;
  height: 18px;
  left: -1px;
  top: -1px;
  font-size: 13px;
}
.checkbox-line.small input:checked + i {
  background-color: #ffffff;
  border-color: #000000;
}
.checkbox-line.small input:checked + i:after {
  color: #ff1800;
}

/* subscription */
.subscription {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
}
.subscription p {
  font-size: 18px;
}
.subscription h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}

.subscription-types {
  max-width: 770px;
  margin: 0 auto;
  padding: 30px 0 60px;
}
.subscription-types h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.subscription-types .row {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 20px;
}
.subscription-types .row .col {
  float: left;
  width: 265px;
  line-height: 26px;
}
.subscription-types .row .col:last-child {
  float: right;
  position: relative;
}
.subscription-types .row .col:last-child:after {
  content: '';
  position: absolute;
  left: -100px;
  border-left: 1px solid #c3c3c3;
  top: 70px;
  height: 216px;
}
.subscription-types .row figure {
  height: 138px;
  position: relative;
  margin: 0 0 15px;
}
.subscription-types .row figure img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subscription-types .row p {
  margin-bottom: 30px;
}

.subscription-packages {
  background-color: #f4f2e8;
  padding: 40px 0 50px;
  margin: 0 -20px;
}
.subscription-packages h2, .subscription-packages h3 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  margin-bottom: 45px;
  line-height: 35px;
}
.subscription-packages h3 .fa {
  color: #687fb7;
  font-size: 22px;
  cursor: pointer;
}
.subscription-packages h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.subscription-packages .box {
  background-color: #f6f6f3;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-height: 320px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  padding: 0 25px 140px;
  position: relative;
}
.subscription-packages .box h3 {
  font-size: 26px;
}
.subscription-packages .box .fa-certificate {
  position: absolute;
  font-size: 75px;
  color: #f7af2c;
  right: -35px;
  top: -35px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.subscription-packages .box .fa-thumbs-up {
  font-size: 34px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subscription-packages .box .title {
  background-color: #687fb7;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
  padding: 10px 0;
  margin-bottom: 30px;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
.subscription-packages .box .title span {
  font-size: 18px;
  display: block;
}
.subscription-packages .box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subscription-packages .box ul li {
  text-align: left;
  padding-left: 25px;
  position: relative;
}
.subscription-packages .box ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ff1800;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.subscription-packages .box ul li .fa {
  color: #687fb7;
  font-size: 22px;
  cursor: pointer;
}
.subscription-packages .box .price {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 10px;
  text-transform: uppercase;
}
.subscription-packages .box .price span {
  font-size: 36px;
}
.subscription-packages .box .price small {
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #000000;
  text-transform: none;
}
.subscription-packages .box .price .btn {
  margin-top: 5px;
}
.subscription-packages .box figure {
  margin: 0 0 -15px;
}
.subscription-packages .box del {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.subscription-packages .box del span {
  font-size: 36px;
}
.subscription-packages .box del:after, .subscription-packages .box del:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 108px;
  height: 3px;
  background-color: #ff1800;
  top: 50%;
}
.subscription-packages .box del:after {
  -webkit-transform: rotate(20deg) translate(-50%, -50%);
  -moz-transform: rotate(20deg) translate(-50%, -50%);
  -ms-transform: rotate(20deg) translate(-50%, -50%);
  -o-transform: rotate(20deg) translate(-50%, -50%);
  transform: rotate(20deg) translate(-50%, -50%);
  margin-top: 12px;
  margin-left: -10px;
}
.subscription-packages .box del:before {
  -webkit-transform: rotate(-20deg) translate(-50%, -50%);
  -moz-transform: rotate(-20deg) translate(-50%, -50%);
  -ms-transform: rotate(-20deg) translate(-50%, -50%);
  -o-transform: rotate(-20deg) translate(-50%, -50%);
  transform: rotate(-20deg) translate(-50%, -50%);
  margin-top: -23px;
  margin-left: -10px;
}
.subscription-packages .box.hover, .subscription-packages .box.hover.big {
  border: 10px solid transparent;
  border-top: none;
  margin-bottom: 0;
  margin-top: -10px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-shadow: 0 5px 15px #687fb7 !important;
  -webkit-box-shadow: 0 5px 15px #687fb7 !important;
  box-shadow: 0 5px 15px #687fb7 !important;
}
.subscription-packages .box.hover .btn, .subscription-packages .box.hover.big .btn {
  margin-left: -10px;
  margin-right: -10px;
}
.subscription-packages .box.selected, .subscription-packages .box.selected.big {
  border: 10px solid #687fb7;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.subscription-packages .box.selected .btn, .subscription-packages .box.selected.big .btn {
  margin-left: -10px;
  margin-right: -10px;
}
.subscription-packages .row {
  max-width: 778px;
  margin: 0 auto;
}
.subscription-packages .row .col {
  width: 245px;
  padding-top: 130px;
  float: left;
}
.subscription-packages .row .col.highlighted {
  width: 288px;
  padding-top: 0;
}
.subscription-packages .row .col.highlighted .box {
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.subscription-packages .row .col.highlighted .box .title {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.subscription-packages .row .col.highlighted .box .price {
  color: #ff1800;
  font-weight: 700;
}
.subscription-packages .row .col.highlighted .box .price span {
  font-size: 42px;
}
.subscription-packages .row .col.highlighted .box .price sup {
  position: relative;
  top: 8px;
}
.subscription-packages .row .col.highlighted .box h3 .fa {
  font-size: 35px;
  color: #ff1800;
  cursor: none;
  display: block;
}
.subscription-packages .row .col:last-child .box {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
.subscription-packages .row .col:last-child .box .title {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
  margin-bottom: 52px;
}
.subscription-packages .row .col:last-child .box h3 {
  margin-left: -25px;
  margin-right: -25px;
}
.subscription-packages.print {
  padding-bottom: 10px;
}
.subscription-packages.print h3 {
  margin-bottom: 10px;
}
.subscription-packages.print .box {
  padding-top: 20px;
  padding-bottom: 110px;
}
.subscription-packages.print .box ul li .red {
  font-size: 24px;
}
.subscription-packages.print .box.selected .fa-certificate, .subscription-packages.print .box.selected.big .fa-certificate, .subscription-packages.print .box.hover.big .fa-certificate {
  right: -45px;
}
.subscription-packages.print .row .col {
  padding-top: 60px;
  margin-bottom: 40px;
}
.subscription-packages.print .row .col.highlighted {
  padding-top: 0;
}
.subscription-packages.print .row .col.highlighted .box ul {
  margin: 55px 0;
}
.subscription-packages.print p {
  font-size: 14px;
}

.previous-pages {
  max-width: 770px;
  margin: 0 auto;
  padding: 30px 0 10px;
}
.previous-pages .row {
  padding-top: 30px;
}
.previous-pages .row .col {
  float: left;
  width: 20%;
  margin-bottom: 15px;
  font-weight: 700;
}
.previous-pages .row .col figure {
  margin: 5px 0;
}
.previous-pages .row .col figure img {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.previous-pages .row .col .checkbox-line {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.subscription-basket {
  background-color: #f4f2e8;
  padding: 40px 0;
  margin: 0 -20px;
}
.subscription-basket .cont {
  max-width: 770px;
  margin: 0 auto;
}
.subscription-basket table {
  margin-bottom: 20px;
}
.subscription-basket table thead td {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px solid #c3c3c3;
}
.subscription-basket table thead td + td {
  padding-left: 10px;
}
.subscription-basket table thead td.sum, .subscription-basket table thead td.delete {
  text-align: right;
}
.subscription-basket table tbody td {
  border-bottom: 1px solid #c3c3c3;
  padding: 10px 0;
  font-size: 18px;
}
.subscription-basket table tbody td + td {
  padding-left: 10px;
}
.subscription-basket table tbody td.sum, .subscription-basket table tbody td.delete {
  text-align: right;
}
.subscription-basket table tbody td .fa-trash-o {
  color: #000000;
  font-size: 24px;
  margin-right: 10px;
}
.subscription-basket table tbody td .fa-trash-o:hover {
  color: #ff1800;
}
.subscription-basket table tbody td.db span {
  display: inline-block;
  vertical-align: middle;
}
.subscription-basket table tbody td.db span.arrow {
  font-size: 24px;
  cursor: pointer;
  margin: -10px 0 -10px 10px;
}
.subscription-basket table tbody td.db span.arrow .fa {
  display: block;
  line-height: 20px;
}
.subscription-basket table tbody td.db span.arrow .fa:hover {
  color: #687fb7;
}
.subscription-basket .coupon {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  float: right;
  padding-left: 60px;
  margin-bottom: 20px;
}
.subscription-basket .coupon .fa {
  float: left;
  margin-left: -60px;
  font-size: 44px;
  color: #ff1800;
}
.subscription-basket .coupon > div {
  margin-bottom: 5px;
}
.subscription-basket .coupon .input {
  border: 1px solid #c3c3c3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  width: 200px;
  height: 41px;
  font-size: 22px;
  font-family: Courier;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: top;
  margin: 0;
}
.subscription-basket .coupon .btn {
  border: 1px solid #c3c3c3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #ff1800;
  font-size: 20px;
  font-weight: 900;
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  vertical-align: top;
  margin: 0;
}
.subscription-basket hr {
  border-color: #c3c3c3;
  clear: both;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  margin: 30px 0;
}
.subscription-basket .summary {
  text-align: right;
}
.subscription-basket .summary strong {
  font-weight: 700;
  font-size: 24px;
  margin-left: 5px;
}
.subscription-basket .refresh {
  float: left;
  margin-top: 5px;
}
.subscription-basket .refresh .fa {
  font-size: 42px;
  margin: -10px 10px 0 0;
  vertical-align: top;
}
.subscription-basket .refresh a {
  color: #000000;
}
.subscription-basket .refresh a:hover {
  color: #687fb7;
}

.subscription-reg {
  max-width: 770px;
  margin: 0 auto;
  padding: 30px 0;
}
.subscription-reg h2 {
  margin-bottom: 35px;
}
.subscription-reg h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.subscription-reg h5 span {
  font-size: 14px;
}
.subscription-reg p {
  font-size: 14px;
}
.subscription-reg .form {
  padding-top: 30px;
}
.subscription-reg .checkbox-line.gift {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.subscription-reg textarea.form-control {
  height: 120px;
}
.subscription-reg .row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-reg .row .col {
  float: left;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-reg .row .col.col-full {
  float: none;
  clear: both;
}
.subscription-reg .row .col.col-3 {
  width: 33.33333333333%;
}
.subscription-reg .row .col.col-2 {
  width: 50%;
}
.subscription-reg .row .col.col-4 {
  width: 66.66666666666%;
}

.subscription-pay {
  background: #f4f2e8;
  padding: 40px 0 50px;
  margin: 0 -20px;
  text-align: center;
}
.subscription-pay .row {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 20px;
}
.subscription-pay .row .col {
  float: left;
  width: 50%;
  line-height: 26px;
}
.subscription-pay .row .col.center {
  float: none;
  margin: 0 auto;
}
.subscription-pay .row .col.center .cont {
  float: none !important;
  margin: 0 auto;
}
.subscription-pay .row .col.center .cont .fill:after {
  display: none;
}
.subscription-pay .row .col:first-child .cont .fill {
  position: relative;
}
.subscription-pay .row .col:first-child .cont .fill:after {
  content: '';
  position: absolute;
  border-right: 1px solid #c3c3c3;
  right: -101px;
  top: 0;
  bottom: 0;
}
.subscription-pay .row .col:last-child .cont {
  float: right;
}
.subscription-pay .cont {
  width: 264px;
}
.subscription-pay .cont .fill {
  height: 186px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.subscription-pay p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.subscription-pay p span {
  font-size: 36px;
}
.subscription-pay .fa {
  font-size: 60px;
  margin-bottom: 15px;
}
.subscription-pay hr {
  border-color: #c3c3c3;
  clear: both;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  margin: 20px 0;
}
.subscription-pay .btn {
  font-weight: 800;
  display: block;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.only-prev {
  width: 480px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px auto;
  text-align: center;
  font-weight: 500;
}
.only-prev .title {
  border: 3px solid #ff1800;
  border-bottom: none;
  line-height: 42px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.only-prev .btn {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}

.subscription-payments {
  background-color: #f4f2e8;
  padding: 40px 0;
  margin: 0 -20px;
}
.subscription-payments h2 {
  margin-bottom: 30px;
}
.subscription-payments .cont {
  max-width: 770px;
  margin: 0 auto;
}

.subscription-button {
  background: #f4f2e8;
  padding: 20px 0;
  margin: 0 -20px;
  text-align: center;
}

/* registration */
.registration {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
}
.registration p {
  font-size: 18px;
}
.registration h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
}
.registration hr {
  border-color: #c3c3c3;
  clear: both;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  margin: 30px 0;
}

.subscription-reg {
  max-width: 770px;
  margin: 0 auto;
  padding: 30px 0;
}
.subscription-reg h2 {
  margin-bottom: 35px;
}
.subscription-reg h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.subscription-reg h5 span {
  font-size: 14px;
}
.subscription-reg p {
  font-size: 14px;
}
.subscription-reg .form {
  padding-top: 30px;
}
.subscription-reg .checkbox-line.gift {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.subscription-reg textarea.form-control {
  height: 120px;
}
.subscription-reg .row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-reg .row .col {
  float: left;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-reg .row .col.col-full {
  float: none;
  clear: both;
}
.subscription-reg .row .col.col-3 {
  width: 33.33333333333%;
}
.subscription-reg .row .col.col-2 {
  width: 50%;
}
.subscription-reg .row .col.col-4 {
  width: 66.66666666666%;
}
.subscription-reg .coupon {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  float: right;
  padding-left: 60px;
  margin-bottom: 40px;
}
.subscription-reg .coupon .fa-info-circle {
  color: #687fb7;
  font-size: 22px;
  cursor: pointer;
  margin-left: 5px;
}
.subscription-reg .coupon .fa:not(.fa-info-circle) {
  float: left;
  margin-left: -60px;
  font-size: 44px;
  color: #687fb7;
}
.subscription-reg .coupon > div {
  margin-bottom: 5px;
}
.subscription-reg .coupon .input {
  border: 1px solid #c3c3c3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  width: 380px;
  height: 41px;
  font-size: 22px;
  font-family: Courier;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: top;
  margin: 0;
}
.subscription-reg .btn-white {
  font-weight: 800;
  font-size: 20px;
}

.success-reg h2 {
  font-size: 28px;
  color: #687fb7;
  margin-bottom: 25px;
}
.success-reg p {
  font-size: 18px;
}
.success-reg figure {
  margin: 40px -40px 0;
}
.success-reg .form {
  padding-top: 0;
}
.success-reg .sides .left-side {
  float: left;
  width: 425px;
  margin-left: -105px;
  border-right: 1px solid #c3c3c3;
  padding-left: 95px;
  padding-right: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../pic/new/success-bg.jpg) no-repeat right bottom;
}
.success-reg .sides .right-side {
  float: left;
  width: 450px;
  border-left: 1px solid #c3c3c3;
  margin-left: -1px;
  margin-right: -100px;
  padding-left: 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* latest-issues */
.act-menu {
  position: relative;
  z-index: 10;
  margin: -10px -20px 20px 0;
  padding: 0;
  list-style-type: none;
  float: right;
  font-family: 'Fira Sans', sans-serif;
}
.act-menu li {
  float: left;
}
.act-menu li a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 5px 15px 0;
  color: #000000;
  border-top: 4px solid transparent;
}
.act-menu li a.active {
  border-color: #687fb7;
  color: #687fb7;
}
.act-menu li a:hover {
  color: #687fb7;
}

.latest-issues {
  margin-right: -20px;
  margin-bottom: 15px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  clear: both;
}
.latest-issues p {
  font-size: 18px;
}
.latest-issues h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
}
.latest-issues h3 {
  font-size: 22px;
  font-weight: 500;
}
.latest-issues .pic {
  float: left;
  width: 275px;
  padding-left: 55px;
}
.latest-issues .pic figure {
  margin: 0 0 10px -55px;
  padding-bottom: 50px;
  position: relative;
}
.latest-issues .pic figure:after {
  content: '';
  position: absolute;
  right: -25px;
  bottom: 0;
  background: url(../pic/new/li-shadow.jpg);
  width: 216px;
  height: 36px;
}
.latest-issues .pic figure img {
  display: block;
  margin: 0 auto;
  -webkit-transform: rotate(5deg) scale(0.95);
  -moz-transform: rotate(5deg) scale(0.95);
  -ms-transform: rotate(5deg) scale(0.95);
  -o-transform: rotate(5deg) scale(0.95);
  transform: rotate(5deg) scale(0.95);
}
.latest-issues .text {
  float: right;
  width: 600px;
}
.latest-issues .text h3 {
  margin-left: 15px;
  margin-bottom: 5px;
}
.latest-issues .text h2 {
  background-color: #687fb7;
  color: #ffffff;
  line-height: 46px;
  padding: 0 15px;
}
.latest-issues .preview {
  font-size: 20px;
  font-weight: 700;
  color: #4a67aa;
}
.latest-issues .preview:hover {
  color: #3b5186;
}
.latest-issues .preview:hover .fa-eye {
  background-color: #3b5186;
}
.latest-issues .preview .fa-eye {
  font-size: 40px;
  width: 58px;
  height: 58px;
  background-color: #4a67aa;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: top;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  margin: -20px 20px 0 0;
}
.latest-issues .subscribe-cont {
  border-top: 2px dotted #d0d0d0;
  margin: 45px 0 0 -55px;
  padding: 45px 0 0 55px;
}
.latest-issues .subscribe-cont .cont {
  display: inline-block;
  vertical-align: top;
  padding-left: 78px;
}
.latest-issues .subscribe-cont .cont .btn {
  font-size: 16px;
  display: block;
  width: 90px;
  margin-top: 15px;
}
.latest-issues .subscribe-cont .cont h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ff1800;
}
.latest-issues .subscribe-cont .cont h5 .fa-shopping-cart {
  font-size: 40px;
  width: 58px;
  height: 58px;
  background-color: #ff1800;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: top;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  margin: -20px 20px 0 -78px;
}
.latest-issues .content-tab {
  border: 1px solid #e6e6e6;
  line-height: 40px;
  font-weight: 500;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -1px;
}
.latest-issues .content-box {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 20px 20px 20px 235px;
  line-height: 20px;
  -moz-box-shadow: -1px 2px 3px #e6e6e6;
  -webkit-box-shadow: -1px 2px 3px #e6e6e6;
  box-shadow: -1px 2px 3px #e6e6e6;
  margin-right: -1px;
  margin-bottom: 10px;
}
.latest-issues .content-box figure {
  float: left;
  margin: 0 0 0 -215px;
}
.latest-issues .content-box h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.latest-issues .content-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4664a9;
  margin: 0 0 10px;
}
.latest-issues .content-box p {
  margin-bottom: 0;
}
.latest-issues .content-box a {
  color: #4664a9;
}
.latest-issues .content-box a:hover {
  color: #687fb7;
}
.latest-issues .content-box a.more {
  font-size: 16px;
  font-weight: 700;
}

.mini-news {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  background-color: #f4f2e8;
  margin: 0 -20px;
  padding: 0 20px;
  font-weight: 500;
}
.mini-news .list > div:not(.sep) {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mini-news .list > div:not(.sep).odd {
  padding-left: 45px;
}
.mini-news .list > .sep {
  border-top: 1px solid #ffffff;
  clear: both;
  position: relative;
  clear: both;
}
.mini-news .list > .sep:after {
  content: '';
  width: 1px;
  height: 28px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: -14px;
}
.mini-news .list a {
  color: #000000;
  display: block;
  padding-left: 30px;
  line-height: 28px;
}
.mini-news .list a:hover {
  color: #4a67aa;
}
.mini-news .list a:before {
  content: '\f138';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #4a67aa;
  float: left;
  margin-left: -30px;
  line-height: 28px;
}

/* previous-pages-list */
.previous-pages-list {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  padding: 30px 0 10px;
}
.previous-pages-list > p {
  max-width: 770px;
  margin: 0 auto 35px;
}
.previous-pages-list p {
  font-size: 18px;
}
.previous-pages-list h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.previous-pages-list .row {
  position: relative;
}
.previous-pages-list .row:after {
  content: '';
  position: absolute;
  left: 33.33333333333%;
  border-left: 1px solid #eeecde;
  top: 0;
  bottom: 0;
}
.previous-pages-list .row:before {
  content: '';
  position: absolute;
  left: 66.66666666666%;
  border-left: 1px solid #eeecde;
  top: 0;
  bottom: 0;
}
.previous-pages-list .row .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.333333333333%;
  padding: 0 12px;
}
.previous-pages-list .row .col:nth-child(3n+1) {
  clear: left;
}
.previous-pages-list .row .col:nth-child(odd) .box {
  background-color: #f4f2e8;
}
.previous-pages-list .box {
  padding: 20px;
}
.previous-pages-list .box h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.previous-pages-list .box h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  min-height: 48px;
}
.previous-pages-list .box figure {
  margin: 0 0 40px;
}
.previous-pages-list .box figure img {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.previous-pages-list .box .preview {
  font-size: 20px;
  font-weight: 700;
  color: #4a67aa;
  padding-left: 25px;
}
.previous-pages-list .box .preview .fa-eye {
  font-size: 40px;
  width: 58px;
  height: 58px;
  background-color: #4a67aa;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: top;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  margin: -20px 10px 0 0;
}
.previous-pages-list .box .preview a span {
  font-size: 20px;
  font-weight: 700;
}
.previous-pages-list .box .preview a:hover {
  color: #3b5186;
}
.previous-pages-list .box .preview a:hover .fa-eye {
  background-color: #3b5186;
}
.previous-pages-list .box .preview a.text-upper {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 73px;
  margin-top: -5px;
  float: left;
}
.previous-pages-list .box .preview a.text-upper:hover {
  text-decoration: none;
}
.previous-pages-list .box .subscribe-cont {
  border-top: 2px dotted #d0d0d0;
  margin: 15px 0 0;
  padding: 15px 0 0 25px;
}
.previous-pages-list .box .subscribe-cont .cont {
  display: inline-block;
  vertical-align: top;
  padding-left: 72px;
}
.previous-pages-list .box .subscribe-cont .cont .btn {
  font-size: 16px;
  display: block;
  width: 90px;
  margin-top: 15px;
}
.previous-pages-list .box .subscribe-cont .cont .fa-shopping-cart {
  font-size: 40px;
  width: 58px;
  height: 58px;
  background-color: #4a67aa;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: top;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  margin: 0 0 0 -72px;
  float: left;
}

/* login-page */
.login-page {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  max-width: 980px;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .login-page {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .login-page .tt {
    display: block;
    height: auto;
  }
}
.login-page .tt .tc {
  vertical-align: top;
  width: 490px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .login-page .tt .tc {
    display: block;
    height: auto;
    width: auto;
  }
}
.login-page p {
  font-size: 18px;
}
.login-page h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.login-page .form-group {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.login-page .lstpwd {
  font-size: 14px;
  margin-bottom: 40px;
}
.login-page .btn {
  width: 100%;
  max-width: 250px;
  margin-bottom: 40px;
}
.login-page .socials a {
  font-size: 60px;
  margin: 0 25px;
}
.login-page .socials a.fa-facebook-square {
  color: #4267b2;
}
.login-page .socials a.fa-twitter-square {
  color: #1da1f2;
}
.login-page .socials a.fa-google-plus {
  color: #ea4335;
}
.login-page .checkbox-line {
  float: none;
  display: inline-block;
}

.not-reg {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 35px 0;
  margin: 0;
  text-transform: uppercase;
  background-color: #f4f2e8;
}
.not-reg p {
  font-size: 18px;
  margin-bottom: 40px;
}
.not-reg .btn {
  font-size: 20px;
  font-weight: 800;
}

/* profile */
.profile-cont {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  clear: both;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}
.profile-cont p {
  font-size: 18px;
}
.profile-cont h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 25px;
}
.profile-cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.profile-cont h5 {
  font-size: 18px;
}
.profile-cont .package {
  margin-bottom: 15px;
}
.profile-cont .package .left {
  float: left;
  width: 230px;
}
.profile-cont .package .right {
  float: left;
  width: 570px;
}
.profile-cont .package span {
  display: inline-block;
}
.profile-cont .package span.sep {
  color: #5772b0;
  margin: 0 13px;
}
.profile-cont .datas {
  padding-top: 40px;
  line-height: 28px;
}
.profile-cont .datas h3 {
  margin-bottom: 10px;
}
.profile-cont .datas .left {
  float: left;
  width: 299px;
  padding: 15px 15px 15px 0;
  border-right: 1px solid #c3c3c3;
  word-wrap: break-word;
}
.profile-cont .datas .right {
  float: left;
  width: 455px;
  padding: 15px 0 15px 30px;
  border-left: 1px solid #c3c3c3;
  margin-left: -1px;
}
.profile-cont .pwd {
  padding-top: 30px;
}
.profile-cont .pwd .row .col {
  float: left;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-cont .pwd .row .col.col-3 {
  width: 33.333333333%;
}
.profile-cont .pwd .row .col.col-4 {
  width: 66.666666666%;
}
.profile-cont .social-login {
  padding-top: 30px;
}
.profile-cont .social-login a {
  font-size: 60px;
}
.profile-cont .social-login a + a {
  margin-left: 50px;
}
.profile-cont .social-login a.fa-facebook-square {
  color: #4267b2;
}
.profile-cont .social-login a.fa-twitter-square {
  color: #1da1f2;
}
.profile-cont .social-login a.fa-google-plus {
  color: #ea4335;
}
.profile-cont .btn-line .tc:first-child {
  border-right: 20px solid #ffffff;
  position: relative;
}
.profile-cont .btn-line .tc:first-child:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  height: 1px;
  right: 0;
  background-color: #c3c3c3;
}
.profile-cont .btn-line .fa {
  font-size: 24px;
  color: #687fb7;
}

.coupon-page {
  clear: both;
  border-bottom-color: none;
}

.profile-sheets {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  clear: both;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}
.profile-sheets p {
  font-size: 18px;
}
.profile-sheets h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 25px;
}
.profile-sheets hr {
  border-color: #c3c3c3;
  clear: both;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 0;
  margin: -30px 0 30px;
}
.profile-sheets img {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.profile-sheets .row .col {
  float: left;
  width: 20%;
  margin-bottom: 10px;
  min-height:200px;
}

/* papperModal */
.papperModal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: #ffffff;
  padding: 40px 20px 20px 20px;
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 10001;
  display: none;
}
.papperModal .fa {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.modalbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: none;
}
.modalbg.modalbgBlack {
  background-color: rgba(0, 0, 0, 0.8);
}

.modalPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10001;
  font-family: 'Fira Sans', sans-serif;
  display: none;
}
.modalPopup .close {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 5px;
}
.modalPopup .close .fa {
  font-size: 32px;
  line-height: 40px;
  vertical-align: top;
  margin: -3px 0 0 10px;
}
.modalPopup .cont {
  background-color: #ffffff;
  width: 896px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.modalPopup .cont h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 35px;
}
.modalPopup .cont h2 span {
  display: block;
  color: #ff1800;
}
.modalPopup .cont .left {
  float: left;
  background-color: #eeecde;
  width: 498px;
  padding: 30px 45px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}
.modalPopup .cont .left figure {
  margin: 0;
}
.modalPopup .cont .left img {
  margin: 0 10px 40px 0;
}
.modalPopup .cont .left img:last-child {
  margin-right: -20px;
}
.modalPopup .cont .left .title {
  background-color: #687fb7;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 89px;
  margin: 0 -45px;
  text-align: center;
  font-weight: 500;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
.modalPopup .cont .right {
  float: right;
  width: 398px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  padding: 50px 60px 0;
  text-align: center;
}
.modalPopup .cont .right h2 {
  display: none;
}
.modalPopup .cont .right img {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin-bottom: 45px;
}
.modalPopup .cont .right .btn .fa {
  font-size: 32px;
  vertical-align: top;
  margin: -4px 0 -4px 10px;
}
.modalPopup .cont .right .link {
  margin-top: 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.modalPopup .cont .right .link a {
  color: #565656;
}
.modalPopup .cont .right .link a:hover {
  text-decoration: underline;
}
.modalPopup .cont img {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 7px rgba(0, 0, 0, 0.1);
}
.modalPopup.reminder .cont {
  width: auto;
  padding: 6vw;
}
.modalPopup.reminder .cont .form-group .label-txt span {
  color: #ff1800;
}

.popup-mobil-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

/* olvaso */
.olvaso-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 58px;
  background-color: white;
  padding: 0 3%;
  font-family: 'Fira Sans', sans-serif;
}
.olvaso-header img {
  margin-top: 10px;
  float: left;
}
.olvaso-header .title {
  margin: 9px 0 0 25px;
  padding-left: 35px;
  border-left: 2px solid #3a3a3a;
  float: left;
  width: calc(100% - 151px - 3% - 40px - 140px);
}
.olvaso-header h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
  float: left;
}
@media (max-width: 1199px) {
  .olvaso-header h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
.olvaso-header h2 {
  font-size: 24px;
  margin-bottom: 0;
  float: right;
  font-weight: 400;
  font-style: italic;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .olvaso-header h2 {
    float: left;
    clear: left;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .olvaso-header h2 {
    font-size: 16px;
  }
}
.olvaso-header h2 span {
  text-transform: uppercase;
}
.olvaso-header .btn-close {
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 58px;
  width: 180px;
  text-align: center;
  text-transform: uppercase;
}
.olvaso-header .btn-close a {
  color: #3a3a3a;
}
.olvaso-header .btn-close .fa {
  font-size: 24px;
  margin-right: 20px;
}
@media (max-width: 720px) {
  .olvaso-header .btn-close {
    width: 30px;
  }
  .olvaso-header .btn-close span {
    display: none;
  }
  .olvaso-header .title {
    width: calc(100% - 235px);
  }
}
@media (max-width: 640px) {
  .olvaso-header h1 {
    display: none;
  }
}
@media (max-width: 480px) {
  .olvaso-header h2 {
    font-size: 12px;
    line-height: 14px;
  }
  .olvaso-header h2 span {
    display: none;
  }
  .olvaso-header .title {
    padding-left: 15px;
    margin: 9px 0 0 0;
    min-height: 40px;
    width: calc(100% - 235px);
  }
}

/* subscription-plus */
.subscription-plus {
  background-color: #f4f2e8;
  padding: 20px 0;
  font-family: 'Fira Sans', sans-serif;
  overflow: hidden;
}
.subscription-plus .head {
  table-layout: fixed;
  width: 530px;
  margin: 0 auto;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .subscription-plus .head {
    width: 80%;
    display: block;
    height: auto;
    text-align: center;
    margin: 0 auto 40px;
  }
}
.subscription-plus .head:after, .subscription-plus .head:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.subscription-plus .head:before {
  top: -3px;
  border-top: 1px solid #c2c2c2;
}
.subscription-plus .head:after {
  bottom: -3px;
  border-bottom: 1px solid #c2c2c2;
}
.subscription-plus .head .tc {
  width: 310px;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .subscription-plus .head .tc {
    width: 100% !important;
    display: block;
    font-size: 22px;
  }
}
.subscription-plus .head .tc:first-child {
  width: 220px;
}
@media (max-width: 767px) {
  .subscription-plus .head .tc:first-child {
    margin-bottom: 20px;
  }
}
.subscription-plus .head figure {
  position: relative;
}
.subscription-plus .head figure:before {
  content: '';
  position: absolute;
  left: -35px;
  bottom: -35px;
  width: 314px;
  height: 26px;
  background: url(../pic/new/paper-shadow.png) no-repeat;
}
.subscription-plus .head figure img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.subscription-plus h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .subscription-plus h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .subscription-plus h3 span {
    display: block;
  }
}
.subscription-plus h3 span {
  font-weight: 400;
  text-transform: none;
}
.subscription-plus .box {
  background-color: #ffffff;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 26px;
  width: 530px;
  margin: 0 auto 10px;
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.19);
  table-layout: fixed;
}
@media (max-width: 767px) {
  .subscription-plus .box {
    display: block;
    height: auto;
    width: 80%;
    margin: 0 auto 10px;
  }
}
.subscription-plus .box .tc {
  width: auto;
}
@media (max-width: 767px) {
  .subscription-plus .box .tc {
    display: block;
    height: auto;
    width: 100% !important;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .subscription-plus .box .tc:first-child {
    padding-right: 10px;
  }
}
.subscription-plus .box .tc:last-child {
  width: 110px;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}
.subscription-plus .box .tc:last-child del {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.subscription-plus .box .tc:last-child del:after, .subscription-plus .box .tc:last-child del:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 108px;
  height: 3px;
  background-color: #ff1800;
  top: 50%;
}
.subscription-plus .box .tc:last-child del:after {
  -webkit-transform: rotate(20deg) translate(-50%, -50%) scale(0.6);
  -moz-transform: rotate(20deg) translate(-50%, -50%) scale(0.6);
  -ms-transform: rotate(20deg) translate(-50%, -50%) scale(0.6);
  -o-transform: rotate(20deg) translate(-50%, -50%) scale(0.6);
  transform: rotate(20deg) translate(-50%, -50%) scale(0.6);
  margin-top: 18px;
  margin-left: -14px;
}
.subscription-plus .box .tc:last-child del:before {
  -webkit-transform: rotate(-20deg) translate(-50%, -50%) scale(0.6);
  -moz-transform: rotate(-20deg) translate(-50%, -50%) scale(0.6);
  -ms-transform: rotate(-20deg) translate(-50%, -50%) scale(0.6);
  -o-transform: rotate(-20deg) translate(-50%, -50%) scale(0.6);
  transform: rotate(-20deg) translate(-50%, -50%) scale(0.6);
  margin-top: -17px;
  margin-left: -17px;
}
.subscription-plus .question {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 40px;
}
.subscription-plus .question a {
  color: #000000;
}
.subscription-plus .question a:hover {
  text-decoration: underline;
}
.subscription-plus .question a .fa {
  font-size: 36px;
  color: #687fb7;
  vertical-align: top;
  margin: -9px 10px 0 0;
}
.subscription-plus .button-cont {
  width: 530px;
  margin: 0 auto 60px;
  text-align: right;
  position: relative;
}
@media (max-width: 767px) {
  .subscription-plus .button-cont {
    display: block;
    height: auto;
    width: 80%;
    margin: 0 auto 60px;
    text-align: center;
  }
}
.subscription-plus .button-cont:after, .subscription-plus .button-cont:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.subscription-plus .button-cont:before {
  bottom: -51px;
  border-top: 1px solid #c2c2c2;
}
.subscription-plus .button-cont:after {
  bottom: -53px;
  border-bottom: 1px solid #c2c2c2;
}

input[type='number'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pBg {
  background-image: url("../pic/v2/bg_pBg.png") !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.red {
  color: #ff1800 !important;
}

.logov2 {
  margin: -30px 0 0 -10px;
  background-color: #ffffff;
  padding: 6px 0 0 46px;
  width: 283px;
}
.logov2 img {
  max-width: 258px;
  height: auto;
}

.mb10 {
  margin-bottom: 10px !important;
}

.tt {
  display: table;
  width: 100%;
  height: 100%;
}

.tc {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar .navbar-brand {
    background-image: url(../img/icons@2x.png) !important;
    background-size: 500px 500px !important;
  }
}
