@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

/*!
 *  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);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  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; }

html {
  height: 100%; }

body {
  height: 100%;
  min-width: 320px;
  font-family: "Sarabun", sans-serif;
  font-size: 17px;
  line-height: 1.52941;
  color: #777777;
  background: #fff;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  margin: 0; }
  body.scrolled .btn-up {
    opacity: 1;
    visibility: visible; }
  body.document-end .btn-up {
    bottom: 300px; }
    @media (max-width: 767px) {
      body.document-end .btn-up {
        bottom: 425px; } }

button {
  -webkit-tap-highlight-color: transparent; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0; }

blockquote, q {
  quotes: none; }

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
    outline: none; }

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  #wrapper #main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow-x: hidden;
    overflow-y: auto; }
  #wrapper #footer {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg-img > img,
.open-menu {
  display: none; }

.container {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto; }

.filter-01 {
  position: relative; }
  .filter-01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4; }
  .filter-01 > * {
    position: relative;
    z-index: 5; }

blockquote {
  padding: 30px 30px 30px 90px;
  background-color: #f7f7f7;
  border-radius: 20px;
  width: 515px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.222222222222222;
  color: #000; }
  @media (max-width: 767px) {
    blockquote {
      width: 100%;
      min-height: auto;
      padding: 15px 15px 15px 50px;
      font-size: 16px; } }
  blockquote .bg-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      blockquote .bg-img {
        margin-bottom: 15px; } }
  blockquote q {
    display: block;
    margin-bottom: 19px;
    position: relative;
    padding-left: 55px;
    margin-left: -55px; }
    @media (max-width: 767px) {
      blockquote q {
        padding-left: 50px;
        margin-left: -50px;
        margin-bottom: 15px; } }
    blockquote q:before {
      content: '“';
      float: left;
      margin-top: -5px;
      margin-left: -60px;
      font-weight: 700;
      line-height: 1;
      font-size: 70px;
      color: #000; }
      @media (max-width: 767px) {
        blockquote q:before {
          margin-left: -35px;
          font-size: 50px; } }
  blockquote cite {
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #29abe2; }

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 15px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 45px; } }

h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.075;
  color: #000;
  margin: 0 0 15px; }
  h2 span {
    color: #29abe2; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.208333333333333;
  color: #fff;
  margin: 0 0 15px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 19px; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none; }
  .btn-play {
    min-width: 211px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 17px;
    line-height: 1.058823529411765;
    font-weight: 700;
    padding: 16px;
    color: #fff; }
    @media (max-width: 767px) {
      .btn-play {
        min-width: auto;
        padding: 12px; } }
    .btn-play img {
      display: inline-block;
      vertical-align: top;
      max-width: 16px;
      height: 16px;
      margin-right: 10px;
      position: relative;
      bottom: -1px; }
    .btn-play:hover {
      text-decoration: none;
      color: #fff;
      border-color: #29abe2; }
  .btn-down {
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20; }
    @media (max-width: 767px) {
      .btn-down {
        bottom: 15px; } }
    .btn-down img {
      max-width: 7px;
      height: 34px;
      vertical-align: top; }
  .btn-up {
    position: fixed;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #29abe2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #111;
    opacity: 0;
    visibility: hidden;
    margin-left: 500px;
    z-index: 90; }
    @media (max-width: 1279px) {
      .btn-up {
        margin-left: 45%; } }
    @media (max-width: 767px) {
      .btn-up {
        margin-left: 0;
        width: 35px;
        height: 35px;
        bottom: 0;
        left: auto;
        -webkit-transform: none;
                transform: none;
        right: 15px; } }
    .btn-up img {
      max-width: 14px;
      height: 7px;
      vertical-align: top;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .btn-up:hover {
      border-color: #fff; }
  .btn-circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #29abe2;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 767px) {
      .btn-circle {
        font-size: 15px;
        width: 40px;
        height: 40px; } }
    .btn-circle.lg {
      width: 140px;
      height: 140px;
      border: 1px solid transparent; }
      @media (max-width: 767px) {
        .btn-circle.lg {
          width: 80px;
          height: 80px; } }
      .btn-circle.lg:hover {
        background-color: #fff;
        color: #29abe2;
        text-decoration: none;
        border-color: #29abe2; }
    @media (min-width: 1025px) {
      .btn-circle:hover {
        background-color: #fff;
        color: #29abe2;
        text-decoration: none; } }
    .btn-circle img {
      max-width: 30px;
      height: 26px;
      vertical-align: top; }
  .btn-default {
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    border: 1px solid #29abe2;
    border-radius: 22px;
    min-width: 120px;
    padding: 11px 12px 13px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .btn-default .arrow-left {
      display: inline-block;
      vertical-align: top;
      width: 15px;
      height: 7px;
      margin: 5px 0 0 10px; }
      .btn-default .arrow-left polygon,
      .btn-default .arrow-left rect {
        fill: #000;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .btn-default:hover {
      text-decoration: none;
      color: #29abe2; }
      .btn-default:hover .arrow-left polygon,
      .btn-default:hover .arrow-left rect {
        fill: #29abe2; }
    .btn-default input {
      position: absolute;
      left: -1px;
      top: -1px;
      z-index: 10;
      width: 110%;
      height: 110%;
      opacity: 0; }

/* buttons */
.slick-slider + .right-sidebar {
  bottom: 105px; }
  @media (max-width: 767px) {
    .slick-slider + .right-sidebar {
      bottom: 80px; } }

.right-sidebar {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 20; }
  @media (max-width: 767px) {
    .right-sidebar {
      right: 15px;
      bottom: 20px; } }
  .right-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .right-sidebar ul li {
      position: relative;
      z-index: 5; }
      @media (min-width: 1025px) {
        .right-sidebar ul li:hover > a {
          background-color: #fff; }
          .right-sidebar ul li:hover > a .svg path {
            fill: #29abe2; }
        .right-sidebar ul li:hover .drop-holder {
          opacity: 1;
          visibility: visible;
          right: calc(100% - 20px); } }
      .right-sidebar ul li + li {
        margin-top: 10px; }
      .right-sidebar ul li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 5;
        padding: 15px; }
        @media (max-width: 767px) {
          .right-sidebar ul li > a {
            padding: 8px; } }
        .right-sidebar ul li > a .svg {
          max-width: 100%;
          width: 100%;
          max-height: 100%;
          vertical-align: top; }
          .right-sidebar ul li > a .svg path {
            fill: #fff; }
        .right-sidebar ul li > a.uk-open {
          background-color: #fff; }
          .right-sidebar ul li > a.uk-open .svg path {
            fill: #29abe2; }
      .right-sidebar ul li .drop-holder {
        position: absolute;
        z-index: 0;
        right: 0;
        left: auto !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        min-width: 170px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 22px 0 0 22px;
        padding: 8px 25px 10px 5px;
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        background-color: #29abe2; }
        .right-sidebar ul li .drop-holder a {
          display: inline-block;
          vertical-align: top;
          text-decoration: none; }
        .right-sidebar ul li .drop-holder.uk-open {
          opacity: 1;
          visibility: visible;
          right: calc(100% - 20px); }

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 50px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: fixed; }
  @media (min-width: 768px) {
    #header:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: -1;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: all .5s;
      transition: all .5s;
      -webkit-transition-delay: .5s;
              transition-delay: .5s; } }
  @media (max-width: 1024px) {
    #header {
      background-color: #29abe2 !important;
      min-height:15%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    #header {
      
      padding: 2.318548387096774vw 15px; } }
  #header ul li.active a {
    color: #29abe2; }
    @media (max-width: 767px) {
      #header ul li.active a {
        color: #000; } }
  #header ul li a {
    position: relative; }
    #header ul li a:hover {
      color: #29abe2; }
      @media (max-width: 767px) {
        #header ul li a:hover {
          color: #000; } }
  #header.colored {
    background-color: #fff; }
    #header.colored .open-menu span {
      background: #000; }
    #header.colored .log-in {
      border-color: #29abe2;
      color: #000; }
    #header.colored ul li a:before {
      background-color: #000; }
    #header.colored #main-nav li {
      color: #000; }
      @media (min-width: 1025px) {
        #header.colored #main-nav li.has-drop:hover > a:after {
          border-bottom-color: #000; } }
      #header.colored #main-nav li.has-drop > a:after {
        border-top-color: #000; }
      #header.colored #main-nav li.has-drop > a.uk-open:after {
        border-bottom-color: #000; }
      @media (max-width: 767px) {
        #header.colored #main-nav li.active a {
          color: #000; } }
      @media (max-width: 767px) {
        #header.colored #main-nav li a:hover {
          color: #29abe2; } }
      #header.colored #main-nav li ul {
        background: #fff; }
    @media (min-width: 1025px) {
      #header.colored #main-nav .lang:hover .has-drop:after {
        border-bottom-color: #000; } }
    #header.colored #main-nav .lang a {
      color: #000; }
      @media (max-width: 767px) {
        #header.colored #main-nav .lang a:hover {
          color: #29abe2; } }
      #header.colored #main-nav .lang a.has-drop:after {
        border-top-color: #000; }
      #header.colored #main-nav .lang a.has-drop.uk-open:after {
        border-bottom-color: #000; }
    #header.colored #main-nav .lang ul {
      background-color: #fff; }
  #header.opened .logo img,
  #header.opened .log-in img {
    display: inline-block !important; }
  @media (min-width: 768px) {
    #header.opened .open-menu {
      display: none; }
    #header.opened #main-nav .navigation li {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  #header .nav-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #header .logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (max-width: 1279px) {
      #header .logo {
        margin-right: 15px;
        /*20px*/ } }
    @media (max-width: 991px) {
      #header .logo {
        margin-right: 9px; } }
    #header .logo img {
      width: auto;
      height: 54px;
      vertical-align: top; }
      #header .logo img.type-colored {
        display: none; }
      @media (max-width: 1279px) {
        #header .logo img {
          height: 4vw;
          /*43*/ } }
      @media (max-width: 991px) {
        #header .logo img {
          min-height: 30px; } }
  #header .log-in {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.058823529411765;
    font-weight: 700;
    padding: 10px 11px 12px;
    color: #fff;
    text-align: center;
    min-width: 110px;
    border: 1px solid #fff;
    border-radius: 22px;
    text-decoration: none; }
    @media (max-width: 1279px) {
      #header .log-in {
        font-size: 16px;
        padding: 8px 8px 10px; } }
    @media (max-width: 991px) {
      #header .log-in {
        font-size: 1.7137096774193548vw;
        min-width: 11.088709677419354vw; } }
    @media (max-width: 767px) {
      #header .log-in {
        font-size: 15px; } }
    #header .log-in img {
      max-width: 15px;
      height: 14px;
      vertical-align: baseline;
      margin-right: 5px; }
      #header .log-in img.type-colored {
        display: none; }
      @media (max-width: 991px) {
        #header .log-in img {
          height: 1.411290322580645vw; } }
      @media (max-width: 767px) {
        #header .log-in img {
          height: 12px; } }
    #header .log-in:hover {
      text-decoration: none;
      color: #29abe2; }
      @media (max-width: 767px) {
        #header .log-in:hover {
          color: #000; } }
  #header .nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0px; }
    @media (max-width: 1279px) {
      #header .nav-list {
        margin-left: 13px; } }
    @media (max-width: 991px) {
      #header .nav-list {
        margin-left: 7px; } }
    @media (max-width: 767px) {
      #header .nav-list {
        margin: 0;
        -ms-flex-item-align: end;
            align-self: flex-end;
        position: absolute;
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #header #main-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
    @media (max-width: 767px) {
      #header #main-nav {
        padding: 50px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-transition-delay: .7s;
                transition-delay: .7s; } }
    #header #main-nav .navigation li {
      -webkit-transition: opacity .5s, -webkit-transform .5s;
      transition: opacity .5s, -webkit-transform .5s;
      transition: transform .5s, opacity .5s;
      transition: transform .5s, opacity .5s, -webkit-transform .5s;
      opacity: 0; }
      @media (min-width: 768px) {
        #header #main-nav .navigation li {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%); } }
      #header #main-nav .navigation li:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      #header #main-nav .navigation li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      #header #main-nav .navigation li:nth-child(3) {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      #header #main-nav .navigation li:nth-child(4) {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      #header #main-nav .navigation li:nth-child(5) {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      #header #main-nav .navigation li:nth-child(6) {
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      #header #main-nav .navigation li:nth-child(7) {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s; }
      #header #main-nav .navigation li:nth-child(8) {
        -webkit-transition-delay: 0.7s;
                transition-delay: 0.7s; }
      #header #main-nav .navigation li:nth-child(9) {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s; }
      #header #main-nav .navigation li:nth-child(10) {
        -webkit-transition-delay: 0.9s;
                transition-delay: 0.9s; }
      #header #main-nav .navigation li:nth-child(11) {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
      #header #main-nav .navigation li:nth-child(12) {
        -webkit-transition-delay: 1.1s;
                transition-delay: 1.1s; }
      #header #main-nav .navigation li:nth-child(13) {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      #header #main-nav .navigation li:nth-child(14) {
        -webkit-transition-delay: 1.3s;
                transition-delay: 1.3s; }
      #header #main-nav .navigation li:nth-child(15) {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s; }
      #header #main-nav .navigation li:nth-child(16) {
        -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s; }
      #header #main-nav .navigation li:nth-child(17) {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s; }
      #header #main-nav .navigation li:nth-child(18) {
        -webkit-transition-delay: 1.7s;
                transition-delay: 1.7s; }
      #header #main-nav .navigation li:nth-child(19) {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s; }
      #header #main-nav .navigation li:nth-child(20) {
        -webkit-transition-delay: 1.9s;
                transition-delay: 1.9s; }
    #header #main-nav ul {
      margin-left: -20px !important; /*hack fix*/
      display: inline-block;
      vertical-align: top;
      list-style: none;
      padding: 0;
      margin: 0 0 -28px;
      font-size: 0;
      line-height: 0;
      text-align: right; }
      @media (max-width: 1279px) {
        #header #main-nav ul {
          margin-bottom: -2.1875vw; } }
      @media (max-width: 991px) {
        #header #main-nav ul {
          margin-bottom: -2.82258064516129vw; } }
      @media (max-width: 767px) {
        #header #main-nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin: 0;
          height: 100%;
          overflow-y: auto; } }
      #header #main-nav ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        padding: 0 9px 28px; /* Fix the French menu lenght */
        /* padding: 0 14px 28px; Original menu lenght */
        position: relative; }
        @media (max-width: 1279px) {
          #header #main-nav ul li {
            font-size: 16px;
            padding: 0 9px 2.1875vw; } }
        @media (max-width: 991px) {
          #header #main-nav ul li {
            font-size: 1.7137096774193548vw;
            padding: 0 8px 2.82258064516129vw; } }
        @media (max-width: 767px) {
          #header #main-nav ul li {
            display: block;
            text-align: center;
            font-size: 17px;
            padding: 10px;
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%); } }
        @media (min-width: 1025px) {
          #header #main-nav ul li.has-drop:hover > a:after {
            border-top: none;
            border-bottom: 8px solid #fff; }
          #header #main-nav ul li.has-drop:hover > ul {
            opacity: 1;
            visibility: visible; } }
        #header #main-nav ul li.has-drop > a {
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-right: 20px;
          text-decoration: none; }
          @media (max-width: 991px) {
            #header #main-nav ul li.has-drop > a {
              padding-right: 15px; } }
          #header #main-nav ul li.has-drop > a:after {
            content: '';
            position: absolute;
            top: calc(50% + 2px);
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
          #header #main-nav ul li.has-drop > a.uk-open:after {
            border-top: none;
            border-bottom: 8px solid #fff; }
        #header #main-nav ul li ul {
          top: calc(100% - 20px) !important;
          left: 5px !important;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
          transition: all .3s;
          padding: 10px 5px;
          text-align: left;
          z-index: 50; }
          @media (min-width: 768px) {
            #header #main-nav ul li ul {
              position: absolute; } }
          @media (max-width: 767px) {
            #header #main-nav ul li ul {
              display: none;
              background: transparent; } }
          #header #main-nav ul li ul.uk-open {
            opacity: 1;
            visibility: visible;
            display: block; }
          #header #main-nav ul li ul li {
            padding: 5px; }
        #header #main-nav ul li a {
          text-decoration: none; }
          #header #main-nav ul li a:hover {
            text-decoration: none; }
    #header #main-nav .lang {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      margin-left: 5px; }
      @media (max-width: 1279px) {
        #header #main-nav .lang {
          margin-left: 15px; } }
      @media (max-width: 991px) {
        #header #main-nav .lang {
          margin-left: 7px; } }
      #header #main-nav .lang:hover > a {
        color: #29abe2; }
        @media (max-width: 767px) {
          #header #main-nav .lang:hover > a {
            color: #000; } }
      @media (min-width: 1025px) {
        #header #main-nav .lang:hover .has-drop:after {
          border-top: none;
          border-bottom: 8px solid #fff; }
        #header #main-nav .lang:hover > ul {
          opacity: 1;
          visibility: visible; } }
      #header #main-nav .lang a {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        position: relative;
        padding-right: 20px; }
        @media (max-width: 1279px) {
          #header #main-nav .lang a {
            font-size: 16px; } }
        @media (max-width: 991px) {
          #header #main-nav .lang a {
            font-size: 1.7137096774193548vw; } }
        @media (max-width: 767px) {
          #header #main-nav .lang a {
            font-size: 15px; } }
        #header #main-nav .lang a.has-drop {
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding-right: 20px;
          text-align: left; }
          @media (max-width: 991px) {
            #header #main-nav .lang a.has-drop {
              padding-right: 15px; } }
          #header #main-nav .lang a.has-drop:after {
            content: '';
            position: absolute;
            top: calc(50% + 2px);
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #fff;
            -webkit-transition: all .3s;
            transition: all .3s; }
            @media (max-width: 991px) {
              #header #main-nav .lang a.has-drop:after {
                top: 50%; } }
          #header #main-nav .lang a.has-drop.uk-open:after {
            border-top: none;
            border-bottom: 8px solid #fff; }
      #header #main-nav .lang ul {
        position: absolute;
        top: 100% !important;
        left: 0 !important;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: transparent;
        padding: 10px 5px;
        text-align: left; }
        @media (max-width: 767px) {
          #header #main-nav .lang ul {
            display: block;
            overflow: visible;
            top: 100% !important;
            padding: 5px; } }
        #header #main-nav .lang ul.uk-open {
          opacity: 1;
          visibility: visible; }
        #header #main-nav .lang ul li {
          padding: 5px; }
          #header #main-nav .lang ul li a {
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
            padding-right: 0; }
            #header #main-nav .lang ul li a:hover {
              color: #29abe2; }
            #header #main-nav .lang ul li a:hover {
              text-decoration: none; }

.open-menu {
  display:none;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 24px;
  padding: 0;
  position: relative;
  z-index: 101;
  -webkit-transition: all .0s;
  transition: all .0s;
  float: left;
  margin: 7px 0 7px 30px; }
  @media (max-width: 1279px) {
    .open-menu {
      margin-left: 13px; } }
  .open-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    margin-top: -2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .open-menu span:nth-child(1) {
      margin-top: -12px; }
    .open-menu span:nth-child(3) {
      margin-top: 8px; }

@media (max-width: 767px) {
  /*mobile menu*/
  .open-menu {
    display:block; }
  .colored #main-nav {
    background-color: #fff; }
  .colored .open-menu span {
    background-color: #000; }
  #header:not(.colored) .logo {
    z-index: 101; }
  #header:not(.colored) #main-nav {
    top: 0;
    padding-top: 109px; }
    #header:not(.colored) #main-nav .nav-list {
      top: 66px; }
  #main-nav {
    display: block;
    position: fixed;
    top: 52px;
    left: -100%;
    bottom: 0;
    width: 50%;
    z-index: 50;
    background-color: #29abe2; }
    #main-nav ul {
      max-height: 100%; }
  /* /mobile menu*/ }
/* bug on submenus */ .menu-opened #header #main-nav ul li li {display:block;}
.menu-visible .open-menu span {
  margin-top: -2px; }
  .menu-visible .open-menu span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-visible .open-menu span:nth-child(2) {
    opacity: 0; }
  .menu-visible .open-menu span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.menu-visible #header:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.menu-visible #header #main-nav .navigation li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.colored-theme .open-menu span {
  background-color: #000; }

.colored-theme:not(.menu-opened) #header .logo img.type-colored {
  display: inline-block; }

.colored-theme:not(.menu-opened) #header .logo img:not(.type-colored) {
  display: none; }

.colored-theme:not(.menu-opened) #header .log-in {
  color: #000;
  border-color: #000; }
  .colored-theme:not(.menu-opened) #header .log-in img.type-colored {
    display: inline-block; }
  .colored-theme:not(.menu-opened) #header .log-in img:not(.type-colored) {
    display: none; }

.colored-theme:not(.menu-opened) #header #main-nav .lang:hover > a {
  color: #29abe2; }
  .colored-theme:not(.menu-opened) #header #main-nav .lang:hover > a:after {
    border-bottom-color: #000; }

.colored-theme:not(.menu-opened) #header #main-nav .lang a {
  color: #000; }
  .colored-theme:not(.menu-opened) #header #main-nav .lang a:after {
    border-top-color: #000; }
  .colored-theme:not(.menu-opened) #header #main-nav .lang a.uk-open:after {
    border-bottom-color: #000; }

.colored-theme:not(.menu-opened) #header #main-nav .lang ul {
  background-color: #fff; }

.colored-theme:not(.menu-opened) #header #main-nav ul li {
  color: #000; }
  .colored-theme:not(.menu-opened) #header #main-nav ul li.has-drop.has-active > a:after {
    border-bottom-color: #000; }
  .colored-theme:not(.menu-opened) #header #main-nav ul li.has-drop > a.uk-open:after {
    border-bottom-color: #000; }
  .colored-theme:not(.menu-opened) #header #main-nav ul li.has-drop > a:after {
    border-top-color: #000; }
  .colored-theme:not(.menu-opened) #header #main-nav ul li.has-drop ul {
    background-color: #fff; }

@media (min-width: 768px) {
  .menu-opened .open-menu span {
    background-color: #000; } }

@media (min-width: 768px) {
  .menu-opened #header .logo img.type-colored {
    display: inline-block; }
  .menu-opened #header .logo img:not(.type-colored) {
    display: none; }
  .menu-opened #header .log-in {
    color: #000;
    border-color: #000; }
    .menu-opened #header .log-in img.type-colored {
      display: inline-block; }
    .menu-opened #header .log-in img:not(.type-colored) {
      display: none; } }

.menu-opened #header #main-nav {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  @media (min-width: 768px) {
    .menu-opened #header #main-nav .lang:hover > a {
      color: #29abe2; }
      .menu-opened #header #main-nav .lang:hover > a:after {
        border-bottom-color: #000; }
    .menu-opened #header #main-nav .lang a {
      color: #000; }
      .menu-opened #header #main-nav .lang a:after {
        border-top-color: #000; }
      .menu-opened #header #main-nav .lang a.uk-open:after {
        border-bottom-color: #000; }
    .menu-opened #header #main-nav .lang ul {
      background-color: #fff; } }
  @media (min-width: 768px) {
    .menu-opened #header #main-nav ul li {
      color: #000; } }
  @media (min-width: 768px) {
    .menu-opened #header #main-nav ul li.has-drop.has-active > a:after {
      border-bottom-color: #000; }
    .menu-opened #header #main-nav ul li.has-drop > a.uk-open:after {
      border-bottom-color: #000; }
    .menu-opened #header #main-nav ul li.has-drop > a:after {
      border-top-color: #000; }
    .menu-opened #header #main-nav ul li.has-drop ul {
      background-color: #fff; } }

@media (max-width: 767px) {
  .menu-opened .open-menu span {
    margin-top: -2px; }
    .menu-opened .open-menu span:nth-child(1) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-opened .open-menu span:nth-child(2) {
      opacity: 0; }
    .menu-opened .open-menu span:nth-child(3) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .menu-opened #header #main-nav .navigation li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes topanimate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes topanimate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative; }
  .visual .container {
    min-height: 480;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (max-width: 767px) {
      .visual .container {
        min-height: 500px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .visual > .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .visual > .container {
    position: relative;
    z-index: 10;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .visual > .container .text-center {
      padding: 150px 184px 184px;
      width: 100%; }
      @media (max-width: 767px) {
        .visual > .container .text-center {
          padding: 60px 15px 120px; } }
    .visual > .container h1 {
      margin-bottom: 35px; }
    .visual > .container p {
      margin: 0; }
  .visual h1 {
    margin-bottom: 50px; }
  .visual .text-center {
    padding: 150px; }
    @media (max-width: 767px) {
      .visual .text-center {
        padding: 60px 15px 180px;
        width: 100vw; } }
  .visual .btn-circle.lg {
    position: absolute;
    bottom: 0;
    left: 105px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    @media (max-width: 991px) {
      .visual .btn-circle.lg {
        left: 50px; } }
    @media (max-width: 767px) {
      .visual .btn-circle.lg {
        left: 15px; } }
  .visual.type2 .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 480px; }
    .visual.type2 .container .text-center {
      padding-top: 140px;
      padding-bottom: 80px; }
      @media (max-width: 767px) {
        .visual.type2 .container .text-center {
          padding-top: 120px;
          padding-bottom: 120px; } }

.slick-slider {
  width: 100%; }
  .slick-slider .slick-slide {
    position: relative;
    outline: none; }
  .slick-slider .container {
    position: relative;
    z-index: 5; }
  .slick-slider .bg-img > img {
    display: none; }
  .slick-slider.slider-01 .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slick-slider.slider-01 .slick-dots {
    left: auto;
    right: 50px;
    bottom: 40px; }
    @media (max-width: 767px) {
      .slick-slider.slider-01 .slick-dots {
        right: 15px;
        bottom: 15px; } }
  .slick-slider.slider-01 .bg-img {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .slick-slider.slider-02 {
    position: relative;
    width: auto;
    margin: 0 0 100px;
    padding-top: 100px; }
    @media (max-width: 991px) {
      .slick-slider.slider-02 {
        padding-top: 100px;
        margin-bottom: 100px; } }
    @media (max-width: 767px) {
      .slick-slider.slider-02 {
        width: 100%;
        padding-top: 80px;
        margin-bottom: 80px;
        clear: both; } }
    .slick-slider.slider-02 .slick-list {
      overflow: visible; }
      @media (max-width: 767px) {
        .slick-slider.slider-02 .slick-list {
          overflow: hidden; } }
    .slick-slider.slider-02 .slick-slide {
      padding: 0 37px; }
      @media (max-width: 1279px) {
        .slick-slider.slider-02 .slick-slide {
          padding: 0; } }
      .slick-slider.slider-02 .slick-slide.slick-active .thumbnail {
        left: -24px; }
        @media (max-width: 991px) {
          .slick-slider.slider-02 .slick-slide.slick-active .thumbnail {
            left: 0; } }
    .slick-slider.slider-02 .thumbnail {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all .5s;
      transition: all .5s;
      left: 0;
      position: relative; }
      @media (max-width: 991px) {
        .slick-slider.slider-02 .thumbnail {
          margin: 0 15px;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; } }
      @media (max-width: 767px) {
        .slick-slider.slider-02 .thumbnail {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: calc(100vw - 30px); } }
      .slick-slider.slider-02 .thumbnail figcaption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #f7f7f7;
        width: 600px;
        height: 100%;
        padding: 64px 165px 51px 48px;
        min-height: 540px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1.529411764705882; }
        @media (max-width: 1279px) {
          .slick-slider.slider-02 .thumbnail figcaption {
            width: 46.875vw;
            min-height: 42.1875vw;
            padding: 5vw 12.890625vw 3.9843749999999996vw 3.75vw; } }
        @media (max-width: 991px) {
          .slick-slider.slider-02 .thumbnail figcaption {
            width: 50%;
            padding: 40px 30px;
            border-radius: 16px 0 0 16px; } }
        @media (max-width: 767px) {
          .slick-slider.slider-02 .thumbnail figcaption {
            width: 100%;
            border-radius: 0 0 16px 16px;
            padding: 20px 15px; } }
        .slick-slider.slider-02 .thumbnail figcaption .head-title small {
          margin-bottom: 3px; }
        .slick-slider.slider-02 .thumbnail figcaption .head-title h2 {
          font-size: 36px;
          line-height: 1.194444444444444;
          margin-bottom: 37px; }
          @media (max-width: 767px) {
            .slick-slider.slider-02 .thumbnail figcaption .head-title h2 {
              font-size: 28px;
              margin-bottom: 20px; } }
        .slick-slider.slider-02 .thumbnail figcaption .holder {
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
        .slick-slider.slider-02 .thumbnail figcaption .btn {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      .slick-slider.slider-02 .thumbnail .bg-img {
        padding-bottom: 0;
        margin-left: -120px;
        height: 440px;
        margin-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        z-index: 5; }
        @media (max-width: 1279px) {
          .slick-slider.slider-02 .thumbnail .bg-img {
            margin-left: -9.375vw;
            width: 42.96875vw;
            height: 34.375vw; } }
        @media (max-width: 991px) {
          .slick-slider.slider-02 .thumbnail .bg-img {
            width: 50%;
            height: auto;
            margin-left: 0;
            border-radius: 0 16px 16px 0; } }
        @media (max-width: 767px) {
          .slick-slider.slider-02 .thumbnail .bg-img {
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            border-radius: 16px 16px 0 0; } }
    .slick-slider.slider-02 .slick-arrow {
      right: auto;
      left: 50%;
      margin-left: 490px; }
      @media (max-width: 1279px) {
        .slick-slider.slider-02 .slick-arrow {
          margin-left: 38.28125vw; } }
      @media (max-width: 991px) {
        .slick-slider.slider-02 .slick-arrow {
          margin-left: 0;
          left: auto;
          right: -15px; } }
    .slick-slider.slider-02 .slick-dots {
      position: absolute;
      left: 50%;
      bottom: -62px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 767px) {
        .slick-slider.slider-02 .slick-dots {
          bottom: -45px; } }
      .slick-slider.slider-02 .slick-dots li.slick-active button {
        background-color: #29abe2; }
      .slick-slider.slider-02 .slick-dots li button {
        border-color: #29abe2; }
  .slick-slider.slider-03 {
    width: 2000px; }
    @media (max-width: 767px) {
      .slick-slider.slider-03 {
        width: 100%; } }
    @media (min-width: 768px) {
      .slick-slider.slider-03 .slick-slide {
        background-color: #f7f7f7;
        border-radius: 20px;
        height: auto;
        margin: 0 25px; } }
    .slick-slider.slider-03 .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0 -7px -14px;
  position: absolute;
  bottom: 0;
  left: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 14px; }
    .slick-dots li.slick-active button {
      background-color: #fff; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      border: none;
      padding: 0;
      background: none;
      width: 12px;
      height: 12px;
      border: 1px solid #fff;
      border-radius: 50%; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #29abe2 url(../images/ico-arrow.svg) 50% 50% no-repeat;
  background-size: 14px 7px;
  border: 1px solid #29abe2;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .slick-arrow:hover {
    background: #fff url(../images/ico-arrowColored.svg) 50% 50% no-repeat;
    background-size: 14px 7px;
    text-decoration: none; }
  .slick-arrow.slick-prev {
    top: calc(50% + 35px);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .slick-arrow.slick-next {
    top: calc(50% + -35px); }

.holder-nav {
  position: absolute;
  bottom: -81px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20; }
  @media (max-width: 767px) {
    .holder-nav {
      position: relative;
      bottom: -40px; } }
  .holder-nav .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    width: 50px;
    height: 50px; }
    .holder-nav .slick-arrow.slick-next {
      right: 0; }
    .holder-nav .slick-arrow.slick-prev {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      left: 0; }
  .holder-nav .slick-dots {
    position: static;
    padding: 0 100px; }
    @media (max-width: 767px) {
      .holder-nav .slick-dots {
        padding: 0; } }
    .holder-nav .slick-dots li {
      font-size: 0;
      line-height: 0; }
      .holder-nav .slick-dots li.slick-active button {
        background-color: #29abe2; }
      .holder-nav .slick-dots li button {
        border-color: #29abe2; }

.thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  border: none;
  text-decoration: none; }
  @media (max-width: 991px) {
    .thumbnail {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 767px) {
    .thumbnail {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .thumbnail:hover {
    text-decoration: none; }
  .thumbnail img,
  .thumbnail .bg-img {
    width: 550px;
    height: auto;
    vertical-align: top;
    border-radius: 16px;
    float: left;
    margin-right: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    @media (max-width: 1279px) {
      .thumbnail img,
      .thumbnail .bg-img {
        width: 42.96875vw;
        margin-right: 3.90625vw; } }
    @media (max-width: 767px) {
      .thumbnail img,
      .thumbnail .bg-img {
        width: 100%;
        margin-right: 0;
        padding-bottom: 56.25%; } }
  .thumbnail .bg-img {
    height: 340px; }
    @media (max-width: 1279px) {
      .thumbnail .bg-img {
        height: 26.5625vw; } }
  .thumbnail figcaption,
  .thumbnail .text-holder {
    font-size: 17px;
    line-height: 1.52941;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .thumbnail figcaption p,
    .thumbnail .text-holder p {
      margin: 0 0 50px; }
      @media (max-width: 767px) {
        .thumbnail figcaption p,
        .thumbnail .text-holder p {
          margin-bottom: 20px; } }

.thumbnails-list {
  position: relative;
  margin: -60px 0; }
  .thumbnails-list:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 74px;
    left: 0;
    width: 100%;
    background-color: #29abe2; }
    @media (max-width: 991px) {
      .thumbnails-list:before {
        bottom: 65px; } }
  .thumbnails-list .row {
    margin: 0 -12px;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .thumbnails-list .row .col {
      padding: 0 12px 24px;
      width: 33.33%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      @media (max-width: 767px) {
        .thumbnails-list .row .col {
          width: 100%;
          padding-bottom: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .thumbnails-list .row .col-lg {
        width: 66.66%; }
        @media (max-width: 767px) {
          .thumbnails-list .row .col-lg {
            width: 100%; } }
  .thumbnails-list .thumbnail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    border-radius: 16px;
    height: 340px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .thumbnails-list .thumbnail {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: 240px; } }
    @media (max-width: 767px) {
      .thumbnails-list .thumbnail {
        height: auto;
        min-height: 240px;
        width: 100%; } }
    .thumbnails-list .thumbnail:hover {
      -webkit-box-shadow: 0 0 15px #000;
              box-shadow: 0 0 15px #000; }
    .thumbnails-list .thumbnail .bg-img {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin-right: 0; }
      @media (max-width: 767px) {
        .thumbnails-list .thumbnail .bg-img {
          padding-bottom: 0; } }
      .thumbnails-list .thumbnail .bg-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 180px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(16%, rgba(0, 0, 0, 0.5)), color-stop(56%, rgba(0, 0, 0, 0.26)), color-stop(97%, rgba(0, 0, 0, 0.02)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 16%, rgba(0, 0, 0, 0.26) 56%, rgba(0, 0, 0, 0.02) 97%);
        z-index: 5; }
    .thumbnails-list .thumbnail figcaption,
    .thumbnails-list .thumbnail .text-holder {
      position: relative;
      z-index: 10;
      padding: 24px 30px;
      color: #fff;
      max-height: 50%;
      z-index: 6; }
      @media (max-width: 991px) {
        .thumbnails-list .thumbnail figcaption,
        .thumbnails-list .thumbnail .text-holder {
          padding: 15px; } }
    .thumbnails-list .thumbnail .read-more-txt {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: 100%;
      position: relative;
      z-index: 6;
      background-color: #fff;
      padding: 18px 30px;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.222222222222222;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      max-height: 50%; }
      @media (max-width: 991px) {
        .thumbnails-list .thumbnail .read-more-txt {
          padding: 10px 15px; } }
      @media (max-width: 767px) {
        .thumbnails-list .thumbnail .read-more-txt {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .thumbnails-list .thumbnail .read-more-txt > *:not(.btn-default) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .thumbnails-list .thumbnail .read-more-txt p {
        margin: 0; }
        @media (max-width: 767px) {
          .thumbnails-list .thumbnail .read-more-txt p br {
            display: none; } }
      .thumbnails-list .thumbnail .read-more-txt .btn {
        margin-left: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media (max-width: 767px) {
          .thumbnails-list .thumbnail .read-more-txt .btn {
            margin-left: 0;
            margin-top: 15px; } }

.head-title small {
  display: block;
  color: #29abe2;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 6px; }
  .head-title small span {
    color: #000; }

.head-title h2 {
  margin-bottom: 41px; }
  @media (max-width: 767px) {
    .head-title h2 {
      margin-bottom: 20px; } }

.one-column {
  margin: 0 0 220px; }
  @media (max-width: 1279px) {
    .one-column {
      margin-bottom: 220px; } }
  @media (max-width: 767px) {
    .one-column {
      margin-bottom: 220px; } }
  .one-column .thumbnail figcaption {
    padding-top: 14px; }
    @media (max-width: 767px) {
      .one-column .thumbnail figcaption {
        width: 100%; } }

.testimonials {
  position: relative;
  margin-bottom: 150px;
  padding-top: 136px; }
  @media (max-width: 767px) {
    .testimonials {
      padding-top: 85px;
      margin-bottom: 30px; } }
  .testimonials .head-title {
    text-align: center;
    margin-bottom: 72px; }
    @media (max-width: 767px) {
      .testimonials .head-title {
        margin-bottom: 40px; } }
    .testimonials .head-title h2 {
      margin-bottom: 0; }

.partners {
  padding-top: 50px; }
  .partners > .container {
    padding: 43px 0 16px;
    position: relative; }
    .partners > .container:before {
      content: '';
      position: absolute;
      /*width: 200vw;*/
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 0;
      top: 0;
      height: 1px;
      background-color: #f7f7f7; }
    @media (max-width: 767px) {
      .partners > .container {
        padding: 15px 0 0; } }
  .partners .head-title {
    text-align: center;
    margin-bottom: 54px; }
    @media (max-width: 767px) {
      .partners .head-title {
        margin-bottom: 20px; } }
  .partners .list {
    list-style: none;
    padding: 0;
    margin: 0 -10px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .partners .list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0; } }
    .partners .list li {
      display: inline-block;
      vertical-align: top;
      width: 20%;
      padding: 0 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin-bottom: 30px;
      text-align: center; }
      @media (max-width: 767px) {
        .partners .list li {
          min-width: 50%; } }
      .partners .list li a {
        display: inline-block;
        vertical-align: top;
        max-width: 220px;
        max-height: 134px;
        opacity: .5;
        text-decoration: none; }
        .partners .list li a:hover {
          text-decoration: none;
          opacity: 1; }
        .partners .list li a img {
          width: 100%;
          height: auto;
          vertical-align: top; }

.three-column .head-title {
  text-align: center;
  padding: 96px 0 86px;
  margin: 0 auto;
  max-width: 490px; }
  @media (max-width: 767px) {
    .three-column .head-title {
      padding: 40px 0; } }
  .three-column .head-title p {
    margin: 0; }

.three-column h2 {
  text-align: center;
  margin-bottom: 35px; }

.three-column .holder-colored {
  background-color: #f7f7f7;
  padding: 82px 0 102px; }
  @media (max-width: 767px) {
    .three-column .holder-colored {
      padding: 40px 0; } }

.three-column .list-values {
  list-style: none;
  margin: 0 -40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .three-column .list-values {
      margin: 0 -20px; } }
  .three-column .list-values li {
    display: block;
    width: 33.33%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0 40px 36px; }
    @media (max-width: 991px) {
      .three-column .list-values li {
        padding: 0 20px 30px; } }
    @media (max-width: 767px) {
      .three-column .list-values li {
        width: 100%; } }
    .three-column .list-values li .head {
      margin-bottom: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .three-column .list-values li .head .img-holder {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 42px;
        height: 42px;
        margin-right: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .three-column .list-values li .head .img-holder img {
          width: 100%;
          height: auto;
          vertical-align: top; }
      .three-column .list-values li .head h4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 0;
        font-weight: 800;
        font-size: 24px;
        line-height: 1;
        color: #000; }
    .three-column .list-values li p {
      margin: 0 0 10px; }

.three-column footer {
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 45px; }
  @media (max-width: 767px) {
    .three-column footer {
      padding-top: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .three-column footer .holder {
    color: #000;
    margin: 0 -15px;
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
    max-width: 80%;
    width: 100%; }
    @media (max-width: 767px) {
      .three-column footer .holder {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .three-column footer .holder .img-holder {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 42px;
      height: 42px;
      margin-right: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 767px) {
        .three-column footer .holder .img-holder {
          margin-right: 0;
          margin-bottom: 10px; } }
      .three-column footer .holder .img-holder img {
        width: 100%;
        height: auto;
        vertical-align: top; }
    .three-column footer .holder p {
      width: 100%;
      margin: 0; }
    @media (max-width: 767px) {
      .three-column footer .holder {
        max-width: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
  .three-column footer .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

#footer {
  background-color: #111111;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  line-height: 1;
  padding: 58px 0;
  position: relative; }
  @media (max-width: 767px) {
    #footer {
      padding: 40px 0; } }
  @media (min-width: 768px) {
    #footer .container {
      position: relative; } }
  #footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    #footer .row .col {
      width: 25%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 0 15px; }
      @media (max-width: 767px) {
        #footer .row .col {
          width: 50%; } }
      @media (min-width: 768px) {
        #footer .row .col:nth-last-child(2) h4 {
          padding-right: 60px; } }
      #footer .row .col-12 {
        margin-top: 80px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #footer .row .col-12 > p {
          max-width: 50%;
          margin: 0 -15px;
          padding: 0 15px; }
        @media (max-width: 767px) {
          #footer .row .col-12 {
            margin-top: 40px; } }
  #footer h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #666;
    margin: 0 0 35px; }
    @media (max-width: 767px) {
      #footer h4 {
        margin-bottom: 20px; } }
  #footer .btn {
    color: #fff; }
    @media (max-width: 767px) {
      #footer .btn {
        min-width: auto;
        margin-bottom: 40px; } }
    #footer .btn:hover {
      color: #29abe2; }
  #footer .list {
    list-style: none;
    padding: 0;
    margin: 0 0 48px; }
    @media (max-width: 767px) {
      #footer .list {
        margin-bottom: 40px; } }
    #footer .list li {
      font-weight: 400;
      font-size: 15px;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 5px; }
      #footer .list li.active a {
        text-decoration: underline; }
      #footer .list li a {
        display: inline-block;
        vertical-align: top;
        color: inherit;
        position: relative; }
        #footer .list li a.view-link {
          padding-right: 30px; }
          @media (max-width: 767px) {
            #footer .list li a.view-link {
              padding-right: 20px; } }
          #footer .list li a.view-link img {
            top: calc(50% + 3px);
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            position: absolute; }
        #footer .list li a + a {
          font-weight: 700;
          font-size: 17px;
          margin-top: 25px; }
        #footer .list li a:hover {
          text-decoration: underline; }
        #footer .list li a img {
          max-width: 15px;
          height: 7px;
          vertical-align: middle; }
    #footer .list-nav li {
      font-weight: 700;
      margin-bottom: 11px; }
    #footer .list-social {
      margin: 0 -10px;
      padding-right: 80px; }
      @media (max-width: 767px) {
        #footer .list-social {
          padding-right: 0; } }
      #footer .list-social li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px 20px; }
        #footer .list-social li a img {
          max-width: 18px;
          height: 18px;
          vertical-align: top;
          -webkit-transition: all .3s;
          transition: all .3s;
          margin-left: 0; }
        #footer .list-social li a:hover {
          opacity: .5;
          text-decoration: none; }
  #footer p {
    margin: 0; }
    #footer p span {
      color: #fff; }

/*info-row*/
.info-row-holder .info-row:nth-child(3n+2) {
  background-color: #1c98cd; }
  .info-row-holder .info-row:nth-child(3n+2) > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media (max-width: 1280px) {
    .info-row-holder .info-row:nth-child(3n+2) .image img {
      border-radius: 30px 0 0 30px / 18px 0 0 18px; } }
  @media (min-width: 1280px) {
    .info-row-holder .info-row:nth-child(3n+2) .text {
      padding-left: 7.8125%; } }

.info-row-holder .info-row:nth-child(3n+3) {
  background-color: #1882af; }

.info-row {
  background-color: #29abe2;
  color: #fff;
  font-size: 17px;
  line-height: 1.5294117647; }
  @media (max-width: 991px) {
    .info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .info-row {
      font-size: 14px;
      padding: 20px 0; } }
  .info-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px; }
    @media (max-width: 1279px) {
      .info-row .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 991px) {
      .info-row .container {
        min-height: 300px; } }
    @media (max-width: 767px) {
      .info-row .container {
        max-width: 480px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 1px; } }
  .info-row .image {
    margin: 0;
    width: 50%; }
    @media (min-width: 1281px) {
      .info-row .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media all and (min-width: 1281px) and (-ms-high-contrast: none), (min-width: 1281px) and (-ms-high-contrast: active) {
    .info-row .image {
      /* IE10 & IE11 CSS styles go here */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .info-row .image .top-v {
        display: none; } }
    @media (max-width: 991px) {
      .info-row .image {
        width: 40%; } }
    @media (max-width: 767px) {
      .info-row .image {
        width: 100%; } }
    .info-row .image img {
      width: 100%; }
      @media (max-width: 1280px) {
        .info-row .image img {
          border-radius: 0 30px 30px 0 / 0 18px 18px 0; } }
      @media (min-width: 1281px) {
        .info-row .image img {
          border-radius: 30px/18px; } }
      @media (max-width: 767px) {
        .info-row .image img {
          border-radius: 20px !important; } }
  .info-row img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .info-row .text {
    width: 50%;
    padding: 1.71875% 3.125%; }
    @media (min-width: 1280px) {
      .info-row .text {
        padding: 5.78125% 6.25% 2.34375%; } }
    @media (max-width: 991px) {
      .info-row .text {
        width: 60%; } }
    @media (max-width: 767px) {
      .info-row .text {
        width: 100%;
        padding: 20px 10px 0; } }
  .info-row h3 {
    font-size: 2.3529411765em;
    line-height: 1;
    margin: 0 0 1em;
    font-weight: 800; }
    @media (max-width: 991px) {
      .info-row h3 {
        font-size: 2em;
        margin-bottom: 0.5em; } }
  .info-row p {
    margin: 0; }
    .info-row p + p {
      margin-top: 1em; }

/* member-block */
.member-block {
  padding: 44px 0;
  background: #29abe2;
  color: #fff; }
  .member-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -30px; }
  .member-block .col {
    padding: 0 30px; }
    .member-block .col:nth-child(1) {
      width: 68.5%; }
    .member-block .col:nth-child(2) {
      width: 31.5%; }
  .member-block p {
    margin: 0; }
  .member-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .member-block hr {
    margin: 28px 0 30px;
    border: none;
    height: 1px;
    background: #1c98cd; }
  .member-block .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .member-block .txt .ico {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: -15px 30px 0 0; }
    .member-block .txt p {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  @media (max-width: 1023px) {
    .member-block .col:nth-child(n) {
      width: 100%; }
    .member-block .col + .col {
      padding-top: 26px; } }
  @media (max-width: 767px) {
    .member-block .txt .ico {
      margin-right: 15px; } }

/* steps-head */
.steps-head {
  padding: 42px 0 45px;
  text-align: center; }
  .steps-head h2 {
    margin: 0; }
  @media (max-width: 767px) {
    .steps-head {
      padding: 30px 0; } }

/* steps-list */
.steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  list-style: none;
  margin: 0 0 -40px;
  padding: 0;
  font-size: 40px;
  line-height: 1.075;
  font-weight: 700;
  text-align: center;
  color: #111; }
  .steps-list:before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 2px;
    margin-top: -1px;
    background: #29abe2;
    content: ""; }
  .steps-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    width: 80px;
    height: 80px;
    margin: 0 70px;
    padding: 14px;
    border: 2px solid #29abe2;
    border-radius: 50%;
    background: #fff; }
    .steps-list li.active {
      background: #29abe2;
      color: #fff; }
  @media (max-width: 1023px) {
    .steps-list li {
      margin: 0 40px; } }
  @media (max-width: 767px) {
    .steps-list {
      margin: 0 0 -20px;
      font-size: 20px; }
      .steps-list li {
        width: 40px;
        height: 40px;
        margin: 0 20px;
        padding: 7px; } }
  @media (max-width: 374px) {
    .steps-list li {
      margin: 0 15px; } }

/* steps-form */
.steps-form {
  padding: 92px 0 63px;
  background: #f7f7f7; }
  .steps-form + .partners .container:before {
    display: none; }
  .steps-form h2 {
    margin: 0 0 50px; }
  .steps-form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -45px; }
  .steps-form .col {
    width: 33.33%;
    padding: 0 45px; }
  .steps-form .btn {
    min-width: 130px;
    margin: 15px 0 0; }
  @media (max-width: 1023px) {
    .steps-form .row {
      margin: 0 -15px; }
    .steps-form .col {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .steps-form {
      padding: 60px 0 30px; }
      .steps-form h2 {
        margin: 0 0 30px; }
      .steps-form .col {
        width: 100%; } }

.form-group {
  margin: 0 0 34px; }
  .form-group label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .form-group {
      margin: 0 0 15px; }
      .form-group label {
        margin: 0 0 8px; } }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 19px 11px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  background: #fff;
  color: #777777;
  font: 15px/20px "Sarabun", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none; }
  .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #bbb;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #bbb;
    opacity: 1; }
  .form-control::placeholder {
    color: #bbb;
    opacity: 1; }  
  .form-group label[for="policy"] {
    display: inline; }
/*! jQuery UI - v1.12.1 - 2019-05-07
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*# sourceMappingURL=styles.css.map */

.oneTimeMessage {
    background-color: #111 !important;
    font-size:14px !important;
}

.oneTimeMessageClose {
    width:20px !important; 
    height:auto;
}
#map {
    text-align:center;
    margin: 0 auto;
}
#map_outer {position:static !important;}
#map_zoom {position:static !important;}

#afpop-search-form {width: 150px}
#afpop-search-form .form-control {font-size:15px;}


.form-error {
  font-size: 0.85em;
  color: red;
}

.form-success {
  font-size: 1.25em;
  color: #29abe2;
  margin: 1.25em 0 0;
}


/* Home Marquee */
#section-marquee {
  margin-top: 90px;
}
#section-marquee .head-title {
  padding: 0 20px 8px 20px;
  margin-bottom: 0;
}
#section-marquee .head-title h2 {
  margin-bottom: 0;
}