@charset "UTF-8";
/*!
 *  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");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") 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 {
  -webkit-filter: none;
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased; }

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

a {
  text-decoration: none; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

body {
  margin: 0; }

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative; }

a:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: normal;
  -webkit-appearance: none; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

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

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

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

textarea {
  resize: vertical; }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .container:after {
    clear: both; }

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px; }
  @media screen and (max-width: 1200px) {
    .cell {
      padding: 0 10px; } }
  .cell.parent {
    padding: 0; }

.x1 {
  width: 8.33333%; }

.x2 {
  width: 16.66667%; }

.x3 {
  width: 25%; }

.x4 {
  width: 33.33333%; }

.x5 {
  width: 41.66667%; }

.x6 {
  width: 50%; }

.x7 {
  width: 58.33333%; }

.x8 {
  width: 66.66667%; }

.x9 {
  width: 75%; }

.x10 {
  width: 83.33333%; }

.x11 {
  width: 91.66667%; }

.by2 {
  width: 50%; }

.by3 {
  width: 33.33333%; }

.by4 {
  width: 25%; }

.by5 {
  width: 20%; }

.by6 {
  width: 16.66667%; }

.by7 {
  width: 14.28571%; }

.by8 {
  width: 12.5%; }

.by9 {
  width: 11.11111%; }

.by10 {
  width: 10%; }

.by11 {
  width: 9.09091%; }

.by12 {
  width: 8.33333%; }

@font-face {
  font-family: 'noto_sansregular';
  src: url("fonts/notosans-regular-webfont.woff2") format("woff2"), url("fonts/notosans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noto_sansbold_italic';
  src: url("fonts/notosans-bolditalic-webfont.woff2") format("woff2"), url("fonts/notosans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noto_sansitalic';
  src: url("fonts/notosans-italic-webfont.woff2") format("woff2"), url("fonts/notosans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noto_sansbold';
  src: url("fonts/notosans-bold_0-webfont.woff2") format("woff2"), url("fonts/notosans-bold_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'noto_sansregular';
  color: #666666; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 16px;
      line-height: 30px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'noto_sansbold';
  color: #0d0d0d; }

h1 {
  font-size: 36px;
  line-height: 1.333;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 30px;
  line-height: 1.333;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px; }
  @media screen and (max-width: 640px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 15px; }

h5 {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 15px; }

h6 {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px; }

p, span, label, li {
  color: #666666; }

p {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0; }
  @media screen and (max-width: 640px) {
    p {
      font-size: 16px;
      line-height: 30px; } }
  p p, p a, p span, p label, p em {
    font-size: 100%;
    margin: 0; }
  p strong {
    font-family: 'noto_sansbold'; }
  p em {
    font-family: 'noto_sansitalic'; }

a {
  color: #333333;
  margin: 0; }
  a:hover {
    text-decoration: underline; }
  a span {
    color: inherit; }

span, label, a {
  display: inline-block; }

blockquote {
  padding: 30px 30px 30px 60px;
  position: relative;
  margin: 30px 0 20px;
  color: white; }
  @media screen and (max-width: 767px) {
    blockquote {
      margin: 20px 0;
      padding: 20px 20px 20px 60px; } }
  @media screen and (max-width: 640px) {
    blockquote {
      padding-left: 45px; } }
  blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0054a6; }
  blockquote:after {
    content: '\f10e';
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: 30px;
    left: 30px; }
    @media screen and (max-width: 767px) {
      blockquote:after {
        top: 20px;
        left: 20px; } }
  blockquote p {
    margin: 0;
    color: white;
    font-size: 16px;
    font-family: 'noto_sansitalic';
    position: relative; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  font-family: 'noto_sansregular';
  font-size: 15px;
  border-style: none;
  border: 1px solid #e2e2e2;
  color: #333333;
  width: 100%;
  line-height: 1;
  padding: 10px 15px;
  margin-bottom: 10px;
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    border-color: #7295ae;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(114, 149, 174, 0.5);
    -moz-box-shadow: 0px 0px 20px 2px rgba(114, 149, 174, 0.5);
    box-shadow: 0px 0px 20px 2px rgba(114, 149, 174, 0.5); }

button[type="submit"],
input[type="submit"] {
  font-size: 15px;
  font-family: 'noto_sansbold';
  letter-spacing: 0.05em;
  border-style: none;
  background: #0054a6;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 30px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  outline: none;
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase; }

.no-touch button[type="submit"]:hover,
.no-touch input[type="submit"]:hover {
  background: #003a73; }

select {
  height: auto;
  line-height: normal;
  outline: none; }

textarea {
  height: 100px;
  line-height: 1.5;
  padding-top: 10px;
  margin-bottom: 10px; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #e2e2e2;
  background: white; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 4px;
  line-height: 0.8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: #0054a6;
  width: 8px;
  height: 8px; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.button, .button2 {
  background: #0054a6;
  color: white;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-family: 'noto_sansbold';
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0.05em; }
  .button:hover, .button2:hover {
    color: white;
    background: #003a73;
    text-decoration: none; }

.button2 {
  background: #0070bb; }
  .button2:hover {
    background: #005188; }

ul li {
  list-style: none; }

.main-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  padding: 25px 100px 0 100px;
  z-index: 2; }
  @media screen and (max-width: 1400px) {
    .main-nav {
      padding: 15px 40px 0 40px; } }
  @media screen and (max-width: 960px) {
    .main-nav {
      padding: 15px 20px 0 20px; } }
  @media screen and (max-width: 767px) {
    .main-nav {
      padding: 10px 10px 0 10px; } }

.quote {
  display: block;
  position: absolute;
  font-size: 12px;
  font-family: 'noto_sansitalic';
  max-width: 270px;
  opacity: 0.7;
  line-height: 16px;
  z-index: 3;
  top: 105%;
  color: white; }
  @media screen and (max-width: 767px) {
    .quote {
      max-width: 300px; } }

.logo-header {
  display: block;
  width: 142px;
  height: 90px; }
  @media screen and (max-width: 1200px) {
    .logo-header {
      width: 126px;
      height: 80px; } }
  @media screen and (max-width: 767px) {
    .logo-header {
      width: 107px;
      height: 70px; } }
  @media screen and (max-width: 480px) {
    .logo-header {
      width: 87px;
      height: 55px; } }
  .logo-header img {
    width: inherit; }

.header-left, .header-right {
  width: 25%; }
  @media screen and (max-width: 960px) {
    .header-left, .header-right {
      width: auto; } }

.header-right {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .header-right {
      float: right;
      padding-top: 10px;
      margin-right: 15px; } }

.header-center {
  width: auto; }

@media screen and (max-width: 767px) {
  .header-right, .header-left {
    display: block; } }

@media screen and (max-width: 960px) {
  .menu-header {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .menu-header {
    width: 260px;
    position: fixed;
    top: 0;
    right: -260px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    height: 100%;
    background: #0d0d0d;
    padding-top: 20px; } }

.menu-header li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px; }
  @media screen and (max-width: 1200px) {
    .menu-header li {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .menu-header li {
      display: block;
      padding: 0;
      border-bottom: 1px solid #272727; } }

.menu-header a {
  font-family: 'noto_sansbold';
  font-size: 14px;
  letter-spacing: 0.1em;
  opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .menu-header a {
      opacity: 1;
      padding: 15px 20px; } }
  .menu-header a:hover {
    opacity: 1;
    text-decoration: none; }

@media screen and (max-width: 480px) {
  .download-header {
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: 0; }
    .download-header span {
      display: none; } }

.download-header i {
  margin-right: 5px; }

.menu-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .menu-btn {
      display: block;
      float: right; } }

.hamburger-menu {
  display: block;
  position: relative;
  width: 27px;
  height: 20px;
  margin-top: 22px;
  z-index: 333;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .hamburger-menu {
      margin-top: 18px; } }

.button-menu-line {
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 2px;
  background-color: white;
  transition: all 0.3;
  -moz-transition: all 0.3;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -webkit-transition-timing-function: ease; }

.button-menu-line--1 {
  top: 0;
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.button-menu-line--2 {
  top: 7px;
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.button-menu-line--3 {
  top: 14px;
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0); }

.menu-open {
  overflow: hidden; }
  .menu-open body {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    right: 260px;
    position: relative;
    overflow: hidden; }
  .menu-open .menu-header {
    right: 0; }
  .menu-open .button-menu-line {
    transition: all 0.3;
    -moz-transition: all 0.3;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    -webkit-transition-timing-function: ease; }
  .menu-open .button-menu-line--1 {
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10); }
  .menu-open .button-menu-line--2 {
    width: 27px;
    -webkit-transform-origin: center center 0px;
    -ms-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
    -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3); }
  .menu-open .button-menu-line--3 {
    opacity: 0; }

.quote-author {
  color: inherit; }

body {
  position: relative;
  right: 0;
  text-rendering: optimizeLegibility;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  counter-reset: item;
  overflow: hidden; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */ }

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.svg img.svg {
  display: block; }

img.svg {
  display: none; }

.svg img.normal {
  display: none; }

.right {
  float: right; }

.left {
  float: left; }

.t-right {
  display: table;
  margin: 0 0 0 auto; }

.show {
  display: block !important; }

.hide {
  display: none; }

.p-t-xxl {
  padding-top: 120px; }
  @media screen and (max-width: 960px) {
    .p-t-xxl {
      padding-top: 50px; } }

.p-t-xl {
  padding-top: 70px; }
  @media screen and (max-width: 960px) {
    .p-t-xl {
      padding-top: 50px; } }

.p-b-xl {
  padding-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .p-b-xl {
      padding-bottom: 50px; } }

.p-b-xxl {
  padding-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .p-b-xxl {
      padding-bottom: 60px; } }

.p-v-xxl {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .p-v-xxl {
      padding-top: 60px;
      padding-bottom: 60px; } }

.p-v-xl {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .p-v-xl {
      padding-top: 50px;
      padding-bottom: 50px; } }

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .p-v-lm {
      padding-top: 30px;
      padding-bottom: 30px; } }

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (max-width: 960px) {
    .p-v-ml {
      padding-top: 20px;
      padding-bottom: 20px; } }

.p-l-ml {
  padding-left: 25px; }

.p-r-ml {
  padding-right: 25px; }

.p-l-lm {
  padding-left: 50px; }
  @media screen and (max-width: 767px) {
    .p-l-lm {
      padding-left: 30px; } }
  @media screen and (max-width: 700px) {
    .p-l-lm {
      padding-left: 0; } }

.p-r-lm {
  padding-right: 50px; }
  @media screen and (max-width: 767px) {
    .p-r-lm {
      padding-right: 30px; } }
  @media screen and (max-width: 700px) {
    .p-r-lm {
      padding-right: 0; } }

.p-t-m {
  padding-top: 20px; }

.p-m {
  padding: 20px; }

.m-v-xxl {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .m-v-xxl {
      margin-top: 60px;
      margin-bottom: 60px; } }

.m-v-xl {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .m-v-xl {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .m-v-xl {
      margin-top: 30px;
      margin-bottom: 30px; } }

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .m-v-lm {
      margin-top: 30px;
      margin-bottom: 30px; } }

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .m-v-l {
      margin-top: 20px;
      margin-bottom: 20px; } }

.m-v-70 {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .m-v-70 {
      margin-top: 70px;
      margin-bottom: 70px; } }

.m-b-70 {
  margin-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .m-b-70 {
      margin-bottom: 70px; } }

.m-t-xxl {
  margin-top: 120px; }
  @media screen and (max-width: 960px) {
    .m-t-xxl {
      margin-top: 60px; } }

.m-t-100 {
  margin-top: 100px; }
  @media screen and (max-width: 960px) {
    .m-t-100 {
      margin-top: 60px; } }

.m-t-xl {
  margin-top: 70px; }
  @media screen and (max-width: 960px) {
    .m-t-xl {
      margin-top: 50px; } }

.m-b-xl {
  margin-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .m-b-xl {
      margin-bottom: 30px; } }

.m-b-xxl {
  margin-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .m-b-xxl {
      margin-bottom: 60px; } }

.m-t-lm {
  margin-top: 50px; }
  @media screen and (max-width: 960px) {
    .m-t-lm {
      margin-top: 30px; } }

.m-b-lm {
  margin-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .m-b-lm {
      margin-bottom: 30px; } }

.m-t-l {
  margin-top: 30px; }
  @media screen and (max-width: 960px) {
    .m-t-l {
      margin-top: 20px; } }

.m-t-m {
  margin-top: 20px; }

.m-b-m {
  margin-bottom: 20px; }

.m-b-l {
  margin-bottom: 30px; }
  @media screen and (max-width: 960px) {
    .m-b-l {
      margin-bottom: 20px; } }

.m-t-0 {
  margin-top: 0; }

.m-0 {
  margin: 0; }
  .m-0 a, .m-0 p {
    margin: 0; }

.a-tdu {
  text-decoration: underline; }

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }

.ovh:after {
  clear: both; }

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.ttu {
  text-transform: uppercase; }

.relative {
  position: relative; }

.table {
  display: table;
  height: 100%;
  width: 100%; }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.top {
  vertical-align: top; }

.bottom {
  vertical-align: bottom; }

.white-txt p, .white-txt span, .white-txt a, .white-txt h1, .white-txt h2, .white-txt h3, .white-txt h4, .white-txt h5, .white-txt h6, .white-txt li {
  color: white; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block; }

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; } }

.video_loop {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(img/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .video_loop {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background: black;
      z-index: 22222; } }
  @media screen and (max-width: 767px) {
    .video_loop .table_cell {
      width: 100%;
      height: 100%; } }
  .video_loop video {
    min-width: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .video_loop video {
        display: block; } }

@media screen and (max-width: 767px) {
  .hero-home {
    background: url(img/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; } }

.hero-content {
  display: table;
  width: 100%;
  height: 100%;
  padding: 140px 100px 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0d0d+0,0d0d0d+99&0+0,1+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.99) 99%, #0d0d0d 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.99) 99%, #0d0d0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center ellipse, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.99) 99%, #0d0d0d 100%);
  background: -o-radial-gradient(center ellipse, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.99) 99%, #0d0d0d 100%);
  background: radial-gradient(ellipse at center, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.99) 99%, #0d0d0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d0d0d', endColorstr='#0d0d0d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1400px) {
    .hero-content {
      padding: 120px 40px 20px; } }
  @media screen and (max-width: 960px) {
    .hero-content {
      padding: 80px 20px 20px; } }
  @media screen and (max-width: 767px) {
    .hero-content {
      padding: 170px 10px 10px; } }
  .hero-content:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.4);
    left: 0;
    top: 0; }

.play-mobile {
  display: none; }
  .play-mobile span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .play-mobile {
      display: inline-block; } }

.close-video {
  display: none;
  float: right;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 333;
  width: 24px;
  height: 24px; }
  @media screen and (max-width: 767px) {
    .close-video {
      display: block; } }
  .close-video:before, .close-video:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    background-color: white;
    height: 24px; }
  .close-video:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px; }
  .close-video:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 12px; }

.hero-top {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 2; }
  .hero-top h1 {
    font-size: 52px;
    line-height: 1.2; }
    @media screen and (max-width: 1400px) {
      .hero-top h1 {
        font-size: 46px; } }
    @media screen and (max-width: 1200px) {
      .hero-top h1 {
        font-size: 42px; } }
    @media screen and (max-width: 767px) {
      .hero-top h1 {
        font-size: 32px;
        margin-top: 30px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 480px) {
      .hero-top h1 {
        font-size: 24px;
        margin-top: 20px; } }
  .hero-top h4 {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'noto_sansitalic';
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .hero-top h4 {
        font-size: 18px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      .hero-top h4 {
        font-size: 16px; } }
  .hero-top .button2 {
    padding: 20px 40px; }

.hero-bottom {
  width: 600px;
  height: 320px;
  right: 101px;
  bottom: 0;
  position: absolute; }
  @media screen and (max-width: 1400px) {
    .hero-bottom {
      width: 500px;
      height: 270px;
      right: 41px; } }
  @media screen and (max-width: 1200px) {
    .hero-bottom {
      width: 360px;
      height: 200px; } }
  @media screen and (max-width: 960px) {
    .hero-bottom {
      right: 21px; } }
  @media screen and (max-width: 767px) {
    .hero-bottom {
      position: relative;
      right: 0;
      width: 100%;
      height: 360px; } }
  @media screen and (max-width: 480px) {
    .hero-bottom {
      height: 260px; } }

.item-slider {
  display: block;
  position: relative;
  bottom: 0; }
  .item-slider:before, .item-slider:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .item-slider:after {
    clear: both; }
  .item-slider:hover .item-slider_image:before {
    background: rgba(0, 0, 0, 0.2); }

.item-slider_image {
  width: 480px;
  height: 320px;
  display: block;
  float: right;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .item-slider_image {
      width: 400px;
      height: 270px; } }
  @media screen and (max-width: 1200px) {
    .item-slider_image {
      width: 300px;
      height: 200px; } }
  @media screen and (max-width: 767px) {
    .item-slider_image {
      width: 100%;
      height: 320px; } }
  @media screen and (max-width: 480px) {
    .item-slider_image {
      height: 260px; } }
  .item-slider_image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    background: rgba(0, 0, 0, 0.5); }

.item-slider_text {
  font-size: 24px;
  font-family: 'noto_sansbold';
  color: white;
  position: absolute;
  bottom: 100px;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .item-slider_text {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .item-slider_text {
      width: 100%;
      text-align: center;
      bottom: auto;
      top: 100px;
      padding: 0 20px; } }
  @media screen and (max-width: 480px) {
    .item-slider_text {
      font-size: 18px; } }
  @media screen and (max-width: 400px) {
    .item-slider_text {
      padding-bottom: 50px; } }
  .item-slider_text:hover {
    text-decoration: none; }

.owl-nav {
  position: absolute;
  bottom: 50px; }
  @media screen and (max-width: 767px) {
    .owl-nav {
      bottom: auto;
      top: 30px;
      right: 10px; } }
  @media screen and (max-width: 400px) {
    .owl-nav {
      right: 50%;
      margin-right: -42px;
      bottom: 20px;
      top: auto; } }

.owl-prev, .owl-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .owl-prev, .owl-next {
      width: 40px;
      height: 40px; } }
  .owl-prev:before, .owl-next:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #0054a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    font-family: FontAwesome; }
    @media screen and (max-width: 767px) {
      .owl-prev:before, .owl-next:before {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
  .owl-prev:hover:before, .owl-next:hover:before {
    background: #0070bb; }

.owl-prev:before {
  content: "\f104"; }

.owl-next {
  margin-left: 5px; }
  .owl-next:before {
    content: "\f105"; }

.video-open .video_loop {
  display: table;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black; }

.video-open video {
  width: 100%;
  height: auto; }

.hero-list {
  display: table;
  border-collapse: separate;
  border-spacing: 30px;
  width: 100%; }
  @media screen and (max-width: 1400px) {
    .hero-list {
      border-spacing: 20px; } }
  @media screen and (max-width: 960px) {
    .hero-list {
      border-spacing: 15px; } }
  @media screen and (max-width: 767px) {
    .hero-list {
      border-spacing: 10px; } }
  .hero-list li {
    display: table-cell;
    vertical-align: top;
    background: rgba(12, 12, 12, 0.7); }
    @media screen and (max-width: 767px) {
      .hero-list li {
        display: block;
        margin: 10px 0;
        border-spacing: 0; } }
    .hero-list li:hover {
      background: rgba(12, 12, 12, 0.95); }
  .hero-list strong {
    font-family: 'noto_sansbold'; }

.list-img {
  display: block;
  height: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .list-img {
      height: 30px; } }
  .list-img img {
    display: block;
    height: 50px;
    width: auto;
    margin: 0 auto 10px; }
    @media screen and (max-width: 767px) {
      .list-img img {
        height: 30px; } }

.list-box {
  max-width: 340px;
  margin: 0 auto;
  padding: 30px 20px; }
  @media screen and (max-width: 767px) {
    .list-box {
      padding: 20px 15px; } }
  .list-box:hover {
    text-decoration: none; }
  .list-box h5 {
    font-size: 22px;
    margin-bottom: 15px; }
    @media screen and (max-width: 960px) {
      .list-box h5 {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .list-box h5 {
        font-size: 18px; } }
  .list-box p {
    margin: 0;
    font-size: 16px;
    line-height: 26px; }
    @media screen and (max-width: 960px) {
      .list-box p {
        font-size: 14px;
        line-height: 24px; } }

.list-wrapper {
  margin: -30px; }
  @media screen and (max-width: 1400px) {
    .list-wrapper {
      margin: -15px; } }
  @media screen and (max-width: 767px) {
    .list-wrapper {
      margin: -10px; } }

.hero-inner {
  height: 470px;
  position: relative;
  padding: 140px 100px 70px;
  display: table;
  width: 100%;
  /*.container{
		max-width: 600px;
	}*/ }
  .hero-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 1400px) {
    .hero-inner {
      padding: 120px 40px 60px; } }
  @media screen and (max-width: 960px) {
    .hero-inner {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    .hero-inner {
      padding: 90px 0 30px; } }
  @media screen and (max-width: 640px) {
    .hero-inner {
      padding-top: 160px;
      height: 320px; } }
  .hero-inner .table_cell {
    vertical-align: bottom; }
  .hero-inner h1 {
    font-size: 52px; }
    @media screen and (max-width: 1400px) {
      .hero-inner h1 {
        font-size: 46px; } }
    @media screen and (max-width: 1200px) {
      .hero-inner h1 {
        font-size: 42px;
        margin: 0; } }
    @media screen and (max-width: 480px) {
      .hero-inner h1 {
        font-size: 36px; } }
    .hero-inner h1 a:hover {
      text-decoration: none; }
  .hero-inner p {
    font-size: 20px;
    font-family: 'noto_sansbold';
    line-height: 30px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .hero-inner p {
        font-size: 16px;
        line-height: 1.6; } }
    @media screen and (max-width: 480px) {
      .hero-inner p {
        font-family: 'noto_sansregular'; } }

.about-content {
  margin-top: 120px;
  /*.container{
		max-width: 600px;
	}*/ }
  @media screen and (max-width: 960px) {
    .about-content {
      margin-top: 70px; } }
  @media screen and (max-width: 640px) {
    .about-content {
      margin-top: 50px; } }

.regular-list li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0; }
  .regular-list li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0; }

.about-image1 {
  height: 800px;
  width: 100%;
  margin: 100px 0; }
  @media screen and (max-width: 960px) {
    .about-image1 {
      margin: 70px 0;
      height: 600px; } }
  @media screen and (max-width: 640px) {
    .about-image1 {
      margin: 50px 0;
      height: 420px; } }
  @media screen and (max-width: 640px) {
    .about-image1 {
      height: 300px; } }

.adv-icon img {
  height: 60px;
  margin-bottom: 30px; }
  @media screen and (max-width: 960px) {
    .adv-icon img {
      height: 45px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .adv-icon img {
      height: 36px;
      margin-bottom: 15px; } }

.adv-title {
  font-family: 'noto_sansbold';
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px; }

@media screen and (max-width: 640px) {
  .adv-icon {
    width: 60px; } }

@media screen and (max-width: 640px) {
  .adv-list span {
    display: table-cell; } }

.adv-list li {
  margin: 50px 0; }
  @media screen and (max-width: 960px) {
    .adv-list li {
      margin: 35px 0; } }
  @media screen and (max-width: 640px) {
    .adv-list li {
      margin: 25px 0; } }

.about-last {
  margin-top: 100px;
  padding: 150px 10px;
  background-color: #f3f3f2;
  background-repeat: no-repeat;
  background-position: left center; }
  @media screen and (max-width: 640px) {
    .about-last {
      margin-top: 50px;
      padding: 200px 10px 50px;
      background-size: 100%;
      background-position: left top; } }
  .about-last h5 {
    color: #0d0d0d;
    font-size: 18px;
    font-family: 'noto_sansregular'; }
    .about-last h5 a {
      text-decoration: underline;
      color: inherit; }
      .about-last h5 a:hover {
        color: #0054a6; }

.about-last-cell {
  max-width: 400px;
  margin-left: auto;
  margin-right: 0; }

.about-image-top {
  height: 400px;
  margin: 60px 0; }
  @media screen and (max-width: 767px) {
    .about-image-top {
      margin: 30px 0; } }

.sidebar-title {
  background: #0054a6;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .sidebar-title {
      margin-bottom: 20px; } }
  .sidebar-title h2 {
    color: white;
    font-size: 20px;
    margin: 0; }

.sidebar-list a {
  display: block;
  height: 250px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease; }
  @media screen and (max-width: 767px) {
    .sidebar-list a {
      height: auto; } }
  .sidebar-list a:hover {
    text-decoration: none; }

.sidebar-list li {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .sidebar-list li {
      margin-bottom: 15px; } }

.sidebar-list .table {
  position: relative; }

.sidebar-list .table_cell {
  position: absolute;
  top: 0;
  background: rgba(0, 84, 166, 0.8);
  padding: 15px;
  height: 68px;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease; }
  @media screen and (max-width: 767px) {
    .sidebar-list .table_cell {
      position: initial;
      height: 100%;
      text-align: center;
      padding: 20px 15px; } }

@media screen and (max-width: 767px) {
  .sidebar-list p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 0; } }

.no-touch .sidebar-list a:hover .more-text {
  height: auto;
  opacity: 1; }

.no-touch .sidebar-list a:hover .table_cell {
  position: initial;
  top: 0;
  height: inherit; }

.touch .sidebar-list .more-text {
  height: auto;
  opacity: 1; }

.touch .sidebar-list .table_cell {
  position: initial;
  top: 0;
  height: inherit; }

.more-text {
  height: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease; }

.list-top {
  position: relative; }
  .list-top h5 {
    font-size: 17px;
    margin: 0;
    padding-left: 50px;
    padding-top: 6px; }
    @media screen and (max-width: 767px) {
      .list-top h5 {
        font-size: 18px;
        padding-left: 0;
        padding-top: 0; } }

.list2-img {
  height: 35px;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .list2-img {
      height: 30px;
      margin-bottom: 10px;
      position: relative;
      text-align: center; } }
  .list2-img img {
    height: 100%;
    width: auto; }

@media screen and (max-width: 767px) {
  .cell-content, .cell-sidebar {
    width: 100%; } }

.contact-hero {
  min-height: 470px;
  position: relative;
  padding: 200px 100px 300px;
  display: table;
  width: 100%;
  background-color: #e1ecf2;
  background-size: 1200px;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .contact-hero:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1400px) {
    .contact-hero {
      padding: 200px 40px 300px; } }
  @media screen and (max-width: 960px) {
    .contact-hero {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    .contact-hero {
      padding-right: 0;
      padding-left: 0;
      background-size: 700px;
      padding-top: 170px; } }
  .contact-hero .table_cell {
    vertical-align: bottom; }
  .contact-hero h1 {
    font-size: 52px;
    line-height: 1.2; }
    @media screen and (max-width: 1400px) {
      .contact-hero h1 {
        font-size: 46px; } }
    @media screen and (max-width: 1200px) {
      .contact-hero h1 {
        font-size: 42px; } }
    @media screen and (max-width: 767px) {
      .contact-hero h1 {
        font-size: 36px;
        margin-bottom: 20px; } }
  .contact-hero .container {
    max-width: 600px; }

.contact-page .quote {
  color: #666666; }

.contact-page .menu-header a {
  color: #333333; }
  @media screen and (max-width: 767px) {
    .contact-page .menu-header a {
      color: white; } }

.contact-page .button-menu-line {
  background: #0054a6; }

.contact-form-heading {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .contact-form-heading {
      font-size: 22px; } }

.contact-form {
  margin-top: 80px; }
  @media screen and (max-width: 767px) {
    .contact-form {
      margin-top: 50px; } }
  .contact-form span {
    display: block; }
  .contact-form label {
    color: #333333; }
  .contact-form form {
    margin-left: -15px;
    margin-right: -15px; }
    .contact-form form:before, .contact-form form:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .contact-form form:after {
      clear: both; }
    @media screen and (max-width: 1200px) {
      .contact-form form {
        margin-left: -10px;
        margin-right: -10px; } }
  @media screen and (max-width: 480px) {
    .contact-form .cell.x6 {
      width: 100%; } }

.contact-details {
  max-width: 400px; }
  .contact-details li {
    font-size: 15px;
    color: #333333;
    position: relative;
    padding-left: 120px;
    line-height: 30px;
    margin: 20px 0; }
    .contact-details li strong {
      font-family: 'noto_sansregular';
      position: absolute;
      left: 0; }
    .contact-details li a {
      text-decoration: underline;
      display: block; }
      .contact-details li a:hover {
        color: #0054a6; }
    .contact-details li i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      color: white;
      background: #0070bb;
      margin-right: 10px;
      font-size: 13px; }

.service-list:before, .service-list:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }

.service-list:after {
  clear: both; }

@media screen and (max-width: 960px) {
  .service-list {
    margin-left: -10px;
    margin-right: -10px; } }

.service-list li {
  float: left;
  width: 25%;
  height: 160px;
  padding: 1px; }
  @media screen and (max-width: 767px) {
    .service-list li {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .service-list li {
      height: 180px; } }

.service-list a {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }
  .service-list a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .service-list a:hover {
    text-decoration: none; }
    .service-list a:hover:before {
      background: rgba(0, 0, 0, 0.2); }

.service-list span {
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-align: center;
  font-family: 'noto_sansbold';
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding: 10px;
  line-height: 1.33; }
  @media screen and (max-width: 960px) {
    .service-list span {
      font-size: 16px; } }

.small-content {
  margin-left: auto;
  margin-right: auto; }

.service-top {
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .service-top {
      margin-bottom: 30px; } }
  .service-top h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .service-top h2 {
        margin-bottom: 20px; } }

.service-img {
  height: 340px;
  margin-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .service-img {
      margin-left: -10px;
      margin-right: -10px; } }
  @media screen and (max-width: 767px) {
    .service-img {
      position: relative;
      z-index: 1; } }
  @media screen and (max-width: 640px) {
    .service-img {
      height: 320px;
      margin-bottom: 20px; } }

.service-section {
  margin: 60px 0;
  counter-increment: my-counter;
  position: relative; }
  @media screen and (max-width: 960px) {
    .service-section {
      margin: 50px 0; } }
  @media screen and (max-width: 640px) {
    .service-section {
      margin: 40px 0; } }
  .service-section h2 {
    font-family: 'noto_sansregular';
    color: #0054a6; }
    .service-section h2 strong {
      font-family: 'noto_sansbold'; }
    .service-section h2 a:hover {
      text-decoration: none;
      color: #0054a6; }

.service-description {
  position: relative; }
  @media screen and (max-width: 767px) {
    .service-description {
      position: initial; } }
  @media screen and (max-width: 640px) {
    .service-description h2 {
      padding-left: 65px; } }
  .service-description:before {
    content: counter(my-counter) ".";
    color: white;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    font-family: 'noto_sansbold';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #0070bb; }
    @media screen and (max-width: 767px) {
      .service-description:before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: 378px; } }
    @media screen and (max-width: 640px) {
      .service-description:before {
        width: 114px;
        height: 114px;
        line-height: 147px;
        text-align: right;
        padding-right: 37px;
        top: 270px;
        left: -50px; } }
  .service-description h2 {
    padding-left: 70px; }

.scrollToTop {
  padding: 10px 15px;
  text-align: center;
  background: #333333;
  font-family: 'noto_sansbold';
  color: white;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 4; }
  @media screen and (max-width: 767px) {
    .scrollToTop {
      bottom: 50px; } }
  @media screen and (max-width: 640px) {
    .scrollToTop {
      bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .scrollToTop {
      bottom: 10px;
      right: 10px; } }
  .scrollToTop:hover {
    background: #1a1a1a; }

.scrollToTop:hover {
  text-decoration: none; }
