html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}
@font-face {
  font-family: 'FontAwesome';
  src: url("/ig-assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/ig-assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'),
  url("/ig-assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),
  url("/ig-assets/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),
  url("/ig-assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),
  url("/ig-assets/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.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("/ig-assets/photoswipe/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/ig-assets/photoswipe/default-skin.svg"); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url("/ig-assets/photoswipe/preloader.gif") 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/*======================================
  #General
======================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/*======================================
  #Typography
======================================*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font: 14px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
p,
ul,
ol {
  margin-bottom: 20px;
}
.text-big {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .text-big {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-small {
  font-size: 12px;
  line-height: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  margin-bottom: .4em;
}
h1.pre-head,
h2.pre-head,
h3.pre-head,
h4.pre-head,
h5.pre-head,
h6.pre-head {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: .4em;
  line-height: 1;
  margin-bottom: 10px;
  opacity: .7;
}
@media only screen and (max-width: 768px) {
  h1.pre-head,
  h2.pre-head,
  h3.pre-head,
  h4.pre-head,
  h5.pre-head,
  h6.pre-head {
    font-size: 12px;
  }
}
h1.section-head,
h2.section-head,
h3.section-head,
h4.section-head,
h5.section-head,
h6.section-head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
small {
  font-size: 80%;
}
mark {
  background: #fcf8e3;
  padding: 0 0.3em;
}
abbr {
  border-bottom: 1px dotted #e6e6e6;
  cursor: help;
}
kbd {
  background: #111;
  color: white;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 80%;
}
a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
hr {
  border: none;
  height: 1px;
  background: #e6e6e6;
  margin: 20px 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
blockquote {
  font-style: normal;
  font-size: 18px;
  position: relative;
  line-height: 26px;
  font-weight: 300;
  max-width: 520px;
  margin: 70px auto 60px;
  text-align: center;
}
blockquote::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10d";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
  line-height: 1;
}
blockquote cite {
  display: block;
  font-size: 80%;
}
ul,
ol {
  padding-left: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.thin {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}
/*======================================
  #Format image classes
======================================*/
.image-left {
  float: left;
  margin: 0 10px 10px 0;
}
.image-right {
  float: right;
  margin: 0 0 10px 10px;
}
.image-left,
.image-right {
  display: block;
}
@media only screen and (max-width: 768px) {
  .image-left,
  .image-right {
    float: none;
  }
}
figcaption {
  color: #999;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  padding-top: 5px;
}
img[data-sizes="auto"] {
  display: block;
  width: 100%;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
/*======================================
  #Tables
======================================*/
.table-wrap {
  min-height: .01%;
  overflow-x: auto;
}
table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  padding: 7px;
}
table th {
  font-weight: bold;
  text-align: left;
}
table thead tr {
  border-bottom: 2px solid #e6e6e6;
}
table tbody tr {
  border-top: 1px solid #e6e6e6;
}
table tbody tr:first-child {
  border-top: 0;
}
table tbody tr:hover {
  background: #f6f6f6;
}
/*======================================
  #Loader
======================================*/
.loading {
  position: relative;
  z-index: 1;
}
.loading::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  z-index: 99999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0.2rem solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*======================================
  #Helpers
======================================*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.nm {
  margin: 0 !important;
}
.np {
  padding: 0 !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex-center {
  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;
}
.responsive-img {
  width: auto!important;
  height: auto!important;
  max-width: 100%!important;
  max-height: 100%!important;
}
.hidden {
  visability: hidden;
  opacity: 0;
}
.ng-hide {
  display: none !important;
}
.hide {
  display: none;
}
.hide--important {
  display: none !important;
}
.show--s {
  display: none!important;
}
.show--m {
  display: none!important;
}
.show--xs {
  display: none!important;
}
@media only screen and (max-width: 992px) {
  .hide--m {
    display: none !important;
  }
  .show--m {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide--s {
    display: none !important;
  }
  .show--s {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .hide--xs {
    display: none !important;
  }
  .show--xs {
    display: block !important;
  }
}
/*======================================
  #General
======================================*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: inherit;
  cursor: pointer;
  outline: 0;
}
/*======================================
  #Forms
======================================*/
form label,
.form-label {
  margin-bottom: 8px;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea,
select {
  display: block;
  padding: 15px;
  color: #444;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  border: 0;
  background-color: white;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-bottom: 40px;
  border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: white;
  -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
}
input[type="text"]:required:valid,
input[type="email"]:required:valid,
input[type="url"]:required:valid,
input[type="tel"]:required:valid,
input[type="password"]:required:valid,
input[type="search"]:required:valid,
input[type="number"]:required:valid,
input[type="date"]:required:valid,
textarea:required:valid,
select:required:valid {
  position: relative;
  -webkit-box-shadow: 0 0 1px 1px #2ecc71 !important;
  box-shadow: 0 0 1px 1px #2ecc71 !important;
  background-color: white!important;
}
input[type="text"]:required:valid + i,
input[type="email"]:required:valid + i,
input[type="url"]:required:valid + i,
input[type="tel"]:required:valid + i,
input[type="password"]:required:valid + i,
input[type="search"]:required:valid + i,
input[type="number"]:required:valid + i,
input[type="date"]:required:valid + i,
textarea:required:valid + i,
select:required:valid + i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
input[type="text"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="number"][disabled],
input[type="date"][disabled],
textarea[disabled],
select[disabled] {
  cursor: not-allowed;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="tel"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  textarea,
  select {
    margin-bottom: 20px;
  }
}
.form-validate-wrap {
  position: relative;
}
.form-validate-wrap > i {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #2ecc71;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.white-bg input[type="text"],
.white-bg input[type="email"],
.white-bg input[type="url"],
.white-bg input[type="tel"],
.white-bg input[type="password"],
.white-bg input[type="search"],
.white-bg input[type="number"],
.white-bg input[type="date"],
.white-bg textarea,
.white-bg select {
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
}
.white-bg input[type="text"]:focus,
.white-bg input[type="email"]:focus,
.white-bg input[type="url"]:focus,
.white-bg input[type="tel"]:focus,
.white-bg input[type="password"]:focus,
.white-bg input[type="search"]:focus,
.white-bg input[type="number"]:focus,
.white-bg input[type="date"]:focus,
.white-bg textarea:focus,
.white-bg select:focus {
  -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0);
}
select {
  line-height: 1;
  height: 49px;
  padding: 10px;
}
textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
/*======================================
  #Umbraco forms
======================================*/
.contourMessageOnSubmit,
.umbraco-forms-submitmessage {
  color: #2ecc71;
  font-weight: 300;
  text-align: center;
  font-size: 32px;
  margin: 0 0 30px 0;
}
.contourMessageOnSubmit::before,
.umbraco-forms-submitmessage::before {
  font-weight: normal;
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 70px;
  display: block;
  line-height: 1;
  margin-bottom: 30px;
}
.success-color {
  color: #2ecc71;
}
legend {
  padding: 10px 15px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.025);
  font-weight: 700;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
legend.legend-dark {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
}
.radiobuttonlist,
.multiplechoice,
.fileupload {
  margin-bottom: 30px;
  display: block;
}
.contourPage .checkbox {
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
}
.contourPage .checkbox .checkbox-single {
  position: absolute;
  top: -6px;
  left: 6px;
}
#recaptcha_area {
  margin-bottom: 30px;
}
#recaptcha_area table {
  border: 0 !important;
}
.radio-list-item,
.checkbox-list-item {
  position: relative;
  padding: 10px 10px 10px 30px;
  margin-bottom: 2px;
}
.radio-list-item label,
.checkbox-list-item label {
  text-transform: none;
}
.radio-list-item input,
.checkbox-list-item input {
  position: absolute;
  left: 7px;
  top: 8px;
}
.radio-list-item label,
.checkbox-list-item label {
  margin: 0;
  font-size: 13px;
  padding: 0;
  text-transform: none;
}
.umbraco-forms-field.checkbox {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
.umbraco-forms-field.checkbox label {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .umbraco-forms-field.checkbox {
    margin-bottom: 20px;
  }
}
.help-block {
  font-size: 12px;
  display: block;
  color: #999;
  padding: 0 0 5px 0;
  margin-top: -7px;
}
.field-validation-error {
  display: block;
  color: #e74c3c;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 5px 0;
  margin-top: -7px;
}
.umbraco-forms-indicator,
.validation-summary-errors,
.error-color {
  color: #e74c3c;
}
/*======================================
  #Buttons
======================================*/
.button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  -webkit-appearance: none;
  border: 0;
  line-height: 1;
  padding: 15px 30px;
  letter-spacing: 0.04em;
  font-size: 13px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none!important;
}
.button.button--block,
input[type="submit"].button--block,
input[type="button"].button--block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.button.button--small,
input[type="submit"].button--small,
input[type="button"].button--small {
  padding: 10px 15px;
  font-size: 12px;
  min-width: 32px;
}
.button.button--big,
input[type="submit"].button--big,
input[type="button"].button--big {
  padding: 20px 30px;
  font-size: 18px;
}
.button.button--dark,
input[type="submit"].button--dark,
input[type="button"].button--dark {
  background: #111;
  color: white!important;
}
.button.button--dark:hover,
input[type="submit"].button--dark:hover,
input[type="button"].button--dark:hover {
  background: #444;
  color: white!important;
}
.button.button--light,
input[type="submit"].button--light,
input[type="button"].button--light {
  background: #f1f1f1;
  color: #111!important;
}
.button.button--light:hover,
input[type="submit"].button--light:hover,
input[type="button"].button--light:hover {
  background: white;
  color: #111!important;
}
.button.button--gray,
input[type="submit"].button--gray,
input[type="button"].button--gray {
  background: rgba(0, 0, 0, 0.05);
  color: #111!important;
}
.button.button--gray:hover,
input[type="submit"].button--gray:hover,
input[type="button"].button--gray:hover {
  background: rgba(0, 0, 0, 0.09);
  color: #111!important;
}
.button.button--border,
input[type="submit"].button--border,
input[type="button"].button--border {
  background: transparent;
}
.button.button--border:hover,
input[type="submit"].button--border:hover,
input[type="button"].button--border:hover {
  color: #fff!important;
}
.button.button--border.button--dark,
input[type="submit"].button--border.button--dark,
input[type="button"].button--border.button--dark {
  -webkit-box-shadow: inset 0 0 0 1px #111;
  box-shadow: inset 0 0 0 1px #111;
  color: #111!important;
}
.button.button--border.button--dark:hover,
input[type="submit"].button--border.button--dark:hover,
input[type="button"].button--border.button--dark:hover {
  color: #f1f1f1!important;
  background: #111;
}
.button.button--border.button--light,
input[type="submit"].button--border.button--light,
input[type="button"].button--border.button--light {
  -webkit-box-shadow: inset 0 0 0 1px #f1f1f1;
  box-shadow: inset 0 0 0 1px #f1f1f1;
  color: #f1f1f1!important;
}
.button.button--border.button--light:hover,
input[type="submit"].button--border.button--light:hover,
input[type="button"].button--border.button--light:hover {
  color: #111!important;
  background: #f1f1f1;
}
.button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
.button.button--disabled,
input[type="submit"].button--disabled,
input[type="button"].button--disabled {
  cursor: not-allowed;
  background: #e6e6e6 !important;
  color: #999 !important;
}
.button[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
.button.button--disabled:hover,
input[type="submit"].button--disabled:hover,
input[type="button"].button--disabled:hover {
  background: #e6e6e6 !important;
  color: #999 !important;
}
/*======================================
  #Checkbox
======================================*/
/* Customize the label (the container) */
.cb-wrap,
.rb-wrap {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0;
  overflow-wrap:break-word;
}
.cb-wrap p,
.rb-wrap p {
  margin-bottom: 0px;
}
/* Hide the browser's default checkbox */
.cb-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.cb-wrap .checkmark {
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
/* cb-wrap mouse-over, add a grey background color */
.cb-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.cb-wrap .checkmark:after {
  content: "";
  position: absolute;
}
/* Show the checkmark when checked */
.cb-wrap input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1) translateZ(0);
  transform: translate(-50%, -50%) scale(1) translateZ(0);
}
/* Style the checkmark/indicator */
.cb-wrap .checkmark:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: white;
  line-height: 1;
  font-size: 12px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0) translateZ(0);
  transform: translate(-50%, -50%) scale(0) translateZ(0);
  opacity: 0;
}
/*======================================
  #Radio Button
======================================*/
/* Customize the label (the container) */
/* Hide the browser's default radio button */
.rb-wrap input {
  position: absolute;
  opacity: 0;
}
/* Create a custom radio button */
.rb-wrap .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
/* On mouse-over, add a grey background color */
.rb-wrap:hover input ~ .radiobtn {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.rb-wrap .radiobtn:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
/* Show the indicator (dot/circle) when checked */
.rb-wrap input:checked ~ .radiobtn:after {
  display: block;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
/* Style the indicator (dot/circle) */
.rb-wrap .radiobtn:after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
/*======================================
  #Grid Settings
======================================*/
/*======================================
  #Container
======================================*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 992px) {
  .container-fluid,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .container-fluid,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container {
  max-width: 1300px;
}
.container--small {
  max-width: 1100px;
}
.container--big {
  max-width: 1700px;
}
.container--fluid {
  max-width: 100%;
}
/*======================================
  #Row
======================================*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 992px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media only screen and (max-width: 480px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.row.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.row--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row.row--v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.row--flat {
  margin-left: 0;
  margin-right: 0;
}
.row.row--flat > [class*='col-'],
.row.row--flat > .col {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .row.row--flat-s {
    margin-left: 0;
    margin-right: 0;
  }
  .row.row--flat-s > [class*='col-'],
  .row.row--flat-s > .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.row.row--grow > [class*='col-'],
.row.row--grow > .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/*======================================
  #Cols
======================================*/
[class*='col-'],
.col {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  [class*='col-'],
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  [class*='col-'],
  .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media only screen and (max-width: 480px) {
  [class*='col-'],
  .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
[class*='col-'].col--v-center,
.col.col--v-center {
  -ms-flex-item-align: center;
  align-self: center;
}
[class*='col-'].col--grow,
.col.col--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.col-10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%;
}
.col-16 {
  -ms-flex-preferred-size: 16.666666666666667%;
  flex-basis: 16.666666666666667%;
  max-width: 16.66666667%;
}
.col-20 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.col-25 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-30 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
}
.col-33 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-40 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.col-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-60 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.col-66 {
  -ms-flex-preferred-size: 66.66666666%;
  flex-basis: 66.66666666%;
  max-width: 66.66666666%;
}
.col-70 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
}
.col-75 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-80 {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.col-90 {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  max-width: 90%;
}
.col-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-l-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-l-16 {
    -ms-flex-preferred-size: 16.666666666666667%;
    flex-basis: 16.666666666666667%;
    max-width: 16.66666667%;
  }
  .col-l-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-l-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-l-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-l-33 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-l-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-l-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-l-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-l-66 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
  .col-l-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-l-75 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-l-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-l-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-l-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .col-m-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-m-16 {
    -ms-flex-preferred-size: 16.666666666666667%;
    flex-basis: 16.666666666666667%;
    max-width: 16.66666667%;
  }
  .col-m-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-m-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-m-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-m-33 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-m-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-m-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-m-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-m-66 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
  .col-m-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-m-75 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-m-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-m-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-m-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-s-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-s-16 {
    -ms-flex-preferred-size: 16.666666666666667%;
    flex-basis: 16.666666666666667%;
    max-width: 16.66666667%;
  }
  .col-s-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-s-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-s-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-s-33 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-s-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-s-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-s-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-s-66 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
  .col-s-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-s-75 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-s-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-s-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-s-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col-xs-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  .col-xs-16 {
    -ms-flex-preferred-size: 16.666666666666667%;
    flex-basis: 16.666666666666667%;
    max-width: 16.66666667%;
  }
  .col-xs-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-xs-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-xs-33 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-xs-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-xs-66 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
  .col-xs-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-xs-75 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-xs-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
  .col-xs-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/*======================================
  #Fallback
======================================*/
.browser-explorer.browser-version-9 .row:before,
.browser-explorer.browser-version-8 .row:before,
.browser-explorer.browser-version-9 .row:after,
.browser-explorer.browser-version-8 .row:after {
  content: " ";
  display: table;
}
.browser-explorer.browser-version-9 .row:after,
.browser-explorer.browser-version-8 .row:after {
  clear: both;
}
.browser-explorer.browser-version-9 [class*='col-'],
.browser-explorer.browser-version-8 [class*='col-'],
.browser-explorer.browser-version-9 .col,
.browser-explorer.browser-version-8 .col {
  float: left;
}
/*======================================
  #Header
======================================*/
.top {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 500;
	transition: background .4s ease,
					box-shadow .4s ease;
}

.scroll .top{
	position: fixed;
	top: 0;
}

.top .top-inner {
  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;
  margin: 0 auto;
}
.top.top--light {
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.top.top--light:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.top.top--full-width .top-inner {
  max-width: 100%;
}
.scroll .top.top--light {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.top.top--scroll-bg {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top.top--scroll-bg:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.scroll .top.top--scroll-bg.top--light {
  background: white;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
/*======================================
  #Logo
======================================*/
.logo-wrap {
  height: 100%;
}
.logo {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
}
.logo img {
  
  display: block;
  max-width: 100%;
	max-height: 100%;
}
.top--dark .logo--on-light {
  display: none;
}
.top--dark .logo--on-dark {
  display: block;
}
.top--light .logo--on-light {
  display: block;
}
.top--light .logo--on-dark {
  display: none;
}
.top--scroll-light .logo--on-light {
  display: none;
}
.top--scroll-light .logo--on-dark {
  display: block;
}
.top--scroll-dark .logo--on-light {
  display: block;
}
.top--scroll-dark .logo--on-dark {
  display: none;
}
.scroll .top--light .logo--on-light {
  display: block;
}
.scroll .top--light .logo--on-dark {
  display: none;
}
.scroll .top--dark .logo--on-light {
  display: none;
}
.scroll .top--dark .logo--on-dark {
  display: block;
}
.browser-explorer.browser-version-9 .logo {
  position: absolute;
  top: 0;
  left: 0;
}
/*======================================
  #Main navigation
======================================*/
.main-nav li.mobile-contact,
.main-nav .expand {
  display: none;
}
@media only screen and (max-width: 992px) {
  .main-nav .expand {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    display: block;
    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: rgba(255, 255, 255, 0.08);
  }
  .main-nav .expand i {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .main-nav .expand.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav > ul > li {
  display: block;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.main-nav > ul > li > a {
  color: white;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  white-space: nowrap;
}
.main-nav > ul > li > a > i.fa-chevron-down {
  font-size: 70%;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 3px;
}
.main-nav > ul > li.btn {
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav > ul > li.btn > a {
  line-height: 1!important;
  padding: 10px 20px;
}
.main-nav > ul > li.btn:hover {
  background: transparent!important;
}
@media only screen and (max-width: 992px) {
  .main-nav > ul > li.btn {
    padding: 20px 20px 0;
    display: block;
    text-align: center;
  }
  .main-nav > ul > li.btn > a {
    display: inline-block;
  }
}
.main-nav > ul > li.lang > a {
  padding: 0;
}
.main-nav > ul > li.lang > a span {
  display: none;
}
.main-nav > ul > li.lang > a img {
  max-width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-nav > ul > li.lang ul li a img {
  max-width: 18px;
  position: relative;
  bottom: -1px;
  margin-right: 4px;
}
@media only screen and (max-width: 992px) {
  .main-nav > ul > li.lang > a {
    display: none;
  }
  .main-nav > ul > li.lang ul {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav > ul > li.lang ul li {
    display: block;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav > ul > li.lang ul li a {
    text-align: center!important;
    background-color: #111 !important;
    padding: 15px 0;
  }
}
.main-nav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .125s ease;
  -o-transition: all .125s ease;
  transition: all .125s ease;
}
.main-nav > ul > li ul.go-right {
  left: auto;
  right: 0;
}
.main-nav > ul > li ul li {
  display: block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}
.main-nav > ul > li ul li a {
  display: block;
  line-height: 1!important;
  font-size: 14px;
  color: white;
  padding: 20px;
  font-weight: bold;
}
.main-nav > ul > li ul li a > i {
  font-size: 70%;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-nav > ul > li ul li:hover {
  background: rgba(255, 255, 255, 0.03);
}
.main-nav > ul > li ul ul {
  top: 0;
  left: 100%;
}
.main-nav > ul > li ul ul.go-right {
  left: auto;
  right: 100%;
}
.main-nav > ul > li:hover,
.main-nav > ul > li.touch-open {
  background: rgba(255, 255, 255, 0.03);
}
.main-nav > ul > li:hover > ul,
.main-nav > ul > li.touch-open > ul {
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li:hover > ul li:hover > ul,
.main-nav > ul > li.touch-open > ul li:hover > ul,
.main-nav > ul > li:hover > ul li.touch-open > ul,
.main-nav > ul > li.touch-open > ul li.touch-open > ul {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 992px) {
  .main-nav {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 50px;
    background-color: #111;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
  }
  .main-nav li.mobile-contact {
    display: block;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .main-nav li.mobile-contact a {
    text-align: center;
    padding: 15px 0;
    font-weight: normal;
  }
  .main-nav li.mobile-contact a i {
    margin-right: 3px;
    font-size: 100%;
  }
  .main-nav li.mobile-contact:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-nav > ul > li {
    width: 100%;
  }
  .main-nav > ul > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1!important;
    padding: 15px 25px;
  }
  .main-nav > ul > li > a i.fa-chevron-down {
    display: none;
  }
  .main-nav > ul > li:hover {
    background-color: inherit;
  }
  .main-nav > ul > li:hover > a {
    color: white;
  }
  .main-nav > ul > li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main-nav > ul > li ul li a {
    background-color: rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 25px;
    position: relative;
  }
  .main-nav > ul > li ul li a > i {
    display: none;
  }
  .main-nav > ul > li ul li:hover {
    background: inherit;
  }
  .main-nav > ul > li ul li:hover a {
    color: white;
  }
  .main-nav > ul > li ul li ul {
    background-color: rgba(255, 255, 255, 0.08);
  }
  .main-nav > ul > li ul li ul li:hover {
    background: none;
  }
  .main-nav > ul > li ul li ul li:hover a {
    color: white;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-nav-visible {
    overflow: hidden;
  }
  .mobile-nav-visible .main-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.top--light .main-nav > ul > li a {
  color: #111;
}
.top--light .main-nav > ul > li a i.fa-chevron-down,
.top--light .main-nav > ul > li a .fa-chevron-right {
  color: rgba(0, 0, 0, 0.5);
}
.top--light .main-nav > ul > li:hover {
  background: rgba(0, 0, 0, 0.02);
}
.top--light .main-nav > ul > li ul {
  background: #ffffff;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
}
.top--light .main-nav > ul > li ul li a {
  color: #111;
}
.top--light .main-nav > ul > li ul li:hover {
  background: rgba(0, 0, 0, 0.02);
}
.top--scroll-light .main-nav > ul > li > a {
  color: white;
}
.top--scroll-light .main-nav > ul > li > a i.fa-chevron-down {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 992px) {
  .top--scroll-light .main-nav > ul > li > a {
    color: inherit;
  }
}
.top--scroll-dark .main-nav > ul > li > a {
  color: #111;
}
.top--scroll-dark .main-nav > ul > li > a i.fa-chevron-down {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  .top--scroll-dark .main-nav > ul > li > a {
    color: inherit;
  }
}
@media only screen and (max-width: 992px) {
  .top--dark .main-nav > ul > li > a {
    color: white;
  }
}
.scroll .top--light .main-nav > ul > li > a {
  color: #111;
}
.scroll .top--light .main-nav > ul > li > a i.fa-chevron-down {
  color: rgba(0, 0, 0, 0.5);
}
.scroll .top--dark .main-nav > ul > li > a {
  color: white;
}
.scroll .top--dark .main-nav > ul > li > a i.fa-chevron-down {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 992px) {
  .top--light .main-nav {
    background: white;
  }
  .top--light .main-nav li.mobile-contact:nth-child(2) {
    border-left-color: rgba(0, 0, 0, 0.08);
  }
  .top--light .main-nav .expand {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .top--light .main-nav > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .top--light .main-nav > ul > li.lang ul {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }
  .top--light .main-nav > ul > li.lang ul li {
    border-left-color: rgba(0, 0, 0, 0.08);
  }
  .top--light .main-nav > ul > li.lang ul li a {
    background-color: white!important;
  }
  .top--light .main-nav > ul > li:hover {
    background: inherit;
  }
  .top--light .main-nav > ul > li:hover > a {
    color: #111;
  }
  .top--light .main-nav > ul > li ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .top--light .main-nav > ul > li ul li a {
    background-color: rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .top--light .main-nav > ul > li ul li ul {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .top--light .main-nav > ul > li ul li:hover {
    background: inherit;
  }
  .top--light .main-nav > ul > li ul li:hover a {
    color: #111;
  }
}
@media only screen and (min-width: 992px) {
  .main-nav > ul > li ul {
    display: block!important;
  }
}
.browser-explorer.browser-version-9 .main-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.browser-explorer.browser-version-9 .main-nav li.mobile-contact {
  display: none;
}
.browser-explorer.browser-version-9 .main-nav ul li {
  display: inline-block;
}
/*======================================
  #Search
======================================*/
.toggle-search a {
  font-size: 17px!important;
  text-align: center;
  padding: 0!important;
}
.mobile-actions {
  display: none;
  right: 50px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .mobile-actions {
    display: block;
  }
}
.mobile-actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-actions ul li a {
  width: 50px;
  height: 50px;
  font-size: 19px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top--light .mobile-actions ul li a {
  color: #111;
}
.top--scroll-dark .mobile-actions ul li a {
  color: #111;
}
.top--scroll-light .mobile-actions ul li a {
  color: white;
}
.scroll .top--light .mobile-actions ul li a {
  color: #111;
}
.scroll .top--dark .mobile-actions ul li a {
  color: white;
}
/*======================================
  #Toggle mobile nav
======================================*/
.toggle-mobile-nav {
  width: 30px;
  position: relative;
  margin: 20px 0;
  display: none;
  z-index: 4;
}
.toggle-mobile-nav span {
  display: block;
  height: 3px;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.toggle-mobile-nav span:nth-child(2) {
  width: 80%;
}
.toggle-mobile-nav span:last-child {
  margin-bottom: 0;
  width: 95%;
}
@media only screen and (max-width: 992px) {
  .toggle-mobile-nav {
    display: block;
  }
}
.top--light .toggle-mobile-nav span {
  background-color: #111;
}
.top--scroll-dark .toggle-mobile-nav span {
  background-color: #111;
}
.top--scroll-light .toggle-mobile-nav span {
  background-color: white;
}
.scroll .top--light .toggle-mobile-nav span {
  background-color: #111;
}
.scroll .top--dark .toggle-mobile-nav span {
  background-color: white;
}
.mobile-nav-visible .toggle-mobile-nav span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(-3px);
  -ms-transform: rotate(45deg) translateY(-3px);
  transform: rotate(45deg) translateY(-3px);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mobile-nav-visible .toggle-mobile-nav span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.mobile-nav-visible .toggle-mobile-nav span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(3px);
  -ms-transform: rotate(-45deg) translateY(3px);
  transform: rotate(-45deg) translateY(3px);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
/*======================================
  #Footer
======================================*/
.footer {
  background: #111;
  padding: 30px 0;
  position: relative;
}
.footer .footer-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer.footer--light {
  background: white;
  color: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
  .footer .footer-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*======================================
  #Items
======================================*/
.footer-item {
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}
.footer-item h6 {
  margin-bottom: 15px;
}
.footer-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-item a {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .footer-item {
    text-align: center;
    margin: 10px 0;
  }
  .footer-item h6 {
    margin-bottom: 10px;
  }
}
.footer--light .footer-item {
  color: rgba(0, 0, 0, 0.6);
}
.footer--light .footer-item a {
  color: rgba(0, 0, 0, 0.6);
}
/*======================================
  #Contact
======================================*/
.footer-item--text {
  font-size: 14px;
}
.footer-item--text a {
  text-decoration: underline;
}
/*======================================
  #Links
======================================*/
.footer-item--links ul li a {
  padding: 5px 0;
  line-height: 1.1em;
  display: inline-block;
}
.footer-item--links ul li:first-child a {
  padding-top: 0;
}
/*======================================
  #Logos
======================================*/
.footer-item--logos {
  margin-bottom: 0;
}
.footer-item--logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -20px 0 0;
}
.footer-item--logos ul li a img,
.footer-item--logos ul li > div img {
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-item--logos ul li a img,
  .footer-item--logos ul li > div img {
    padding: 10px;
  }
}
.footer-item--logos.text-right ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-item--logos.text-center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-item--logos ul {
    margin: -10px 0 0;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .footer-item--logos ul li {
    width: 50%;
  }
}
/*======================================
  #Contact
======================================*/
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.contact-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  text-align: center;
}
.contact-list li i.fa-envelope {
  font-size: 80%;
  top: 5px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.text-right .contact-list li,
.text-center .contact-list li {
  padding-left: 0;
}
.text-right .contact-list li i,
.text-center .contact-list li i {
  position: static;
  margin-right: 3px;
}
@media only screen and (max-width: 768px) {
  .footer .contact-list {
    text-align: center;
  }
  .footer .contact-list li {
    padding-left: 0;
  }
  .footer .contact-list li i {
    position: static;
  }
}
/*======================================
  #Social
======================================*/
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.social-nav li {
  margin: 0 10px 10px 0;
}
.social-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 768px) {
  .social-nav {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}
.text-right .social-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.text-right .social-nav li {
  margin: 0 0 10px 10px;
}
.text-center .social-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-center .social-nav li {
  margin: 0 5px 10px;
}
.footer--light .social-nav li a {
  background: rgba(0, 0, 0, 0.05);
}
/*======================================
  #Opening hours
======================================*/
.opening-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.opening-hours li {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px;
}
.opening-hours li:first-child {
  border-top: 0;
  padding-top: 0;
}
.opening-hours li .time {
  float: right;
}
@media only screen and (max-width: 768px) {
  .opening-hours {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.footer--light .opening-hours li {
  border-top-color: #e6e6e6;
}
/*======================================
  #Bottom info
======================================*/
.footer-bottom-info {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom-info a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
.footer-bottom-info a:hover {
  color: #ffffff;
}
.footer--light .footer-bottom-info {
  color: rgba(0, 0, 0, 0.4);
}
.footer--light .footer-bottom-info a {
  color: rgba(0, 0, 0, 0.4);
}
.footer--light .footer-bottom-info a:hover {
  color: #000000;
}
.us-symbol {
  display: block;
  opacity: .4;
  width: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.us-symbol img {
  width: 100%;
  display: block;
}
.us-symbol svg {
  display: block;
}
.us-symbol:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .us-symbol {
    position: static;
    margin: 10px auto;
  }
}
.footer--light #usite_symbol,
.footer--light #igloo_symbol {
  fill: #111!important;
}
/*======================================
  #To-top button
======================================*/
.to-top {
  position: fixed;
  bottom: -40px;
  right: 20px;
  background: #111;
  width: 40px;
  height: 40px;
  font-size: 14px;
  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;
  border-radius: 4px;
  color: white;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .to-top {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.to-top.to-top--light {
  background: white;
  color: #111;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
}
.to-top.to-top--light:hover {
  -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
}
.to-top.to-top--theme {
  color: white;
}
.scroll .to-top {
  bottom: 20px;
}
/*======================================
  #Hero
======================================*/
.hero {
  position: relative;
  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: #3d3d3d;
  padding: 80px 0;
  max-width: 100%;
}
.hero.hero--v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero.hero--v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 60px 0;
  }
}
.hero.hero--25 {
  min-height: 25vh;
}
.hero.hero--30 {
  min-height: 30vh;
}
.hero.hero--35 {
  min-height: 35vh;
}
.hero.hero--40 {
  min-height: 40vh;
}
.hero.hero--45 {
  min-height: 45vh;
}
.hero.hero--50 {
  min-height: 50vh;
}
.hero.hero--55 {
  min-height: 55vh;
}
.hero.hero--60 {
  min-height: 60vh;
}
.hero.hero--65 {
  min-height: 65vh;
}
.hero.hero--70 {
  min-height: 70vh;
}
.hero.hero--75 {
  min-height: 75vh;
}
.hero.hero--80 {
  min-height: 80vh;
}
.hero.hero--85 {
  min-height: 85vh;
}
.hero.hero--90 {
  min-height: 90vh;
}
.hero.hero--95 {
  min-height: 95vh;
}
.hero.hero--100 {
  min-height: 100vh;
}
.hero .hero-background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.hero .hero-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.hero.overlay--light {
  background: white;
}
.browser-explorer.browser-version-11 .hero .hero-inner,
.browser-explorer.browser-version-10 .hero .hero-inner,
.browser-explorer.browser-version-9 .hero .hero-inner {
  overflow: hidden;
  padding: 10px 0;
}
.browser-explorer.browser-version-11 .hero.hero--25,
.browser-explorer.browser-version-10 .hero.hero--25,
.browser-explorer.browser-version-9 .hero.hero--25 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 25vh;
}
.browser-explorer.browser-version-11 .hero.hero--30,
.browser-explorer.browser-version-10 .hero.hero--30,
.browser-explorer.browser-version-9 .hero.hero--30 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 30vh;
}
.browser-explorer.browser-version-11 .hero.hero--35,
.browser-explorer.browser-version-10 .hero.hero--35,
.browser-explorer.browser-version-9 .hero.hero--35 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 35vh;
}
.browser-explorer.browser-version-11 .hero.hero--40,
.browser-explorer.browser-version-10 .hero.hero--40,
.browser-explorer.browser-version-9 .hero.hero--40 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 40vh;
}
.browser-explorer.browser-version-11 .hero.hero--45,
.browser-explorer.browser-version-10 .hero.hero--45,
.browser-explorer.browser-version-9 .hero.hero--45 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 45vh;
}
.browser-explorer.browser-version-11 .hero.hero--50,
.browser-explorer.browser-version-10 .hero.hero--50,
.browser-explorer.browser-version-9 .hero.hero--50 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 50vh;
}
.browser-explorer.browser-version-11 .hero.hero--55,
.browser-explorer.browser-version-10 .hero.hero--55,
.browser-explorer.browser-version-9 .hero.hero--55 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 55vh;
}
.browser-explorer.browser-version-11 .hero.hero--60,
.browser-explorer.browser-version-10 .hero.hero--60,
.browser-explorer.browser-version-9 .hero.hero--60 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 60vh;
}
.browser-explorer.browser-version-11 .hero.hero--65,
.browser-explorer.browser-version-10 .hero.hero--65,
.browser-explorer.browser-version-9 .hero.hero--65 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 65vh;
}
.browser-explorer.browser-version-11 .hero.hero--70,
.browser-explorer.browser-version-10 .hero.hero--70,
.browser-explorer.browser-version-9 .hero.hero--70 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 70vh;
}
.browser-explorer.browser-version-11 .hero.hero--75,
.browser-explorer.browser-version-10 .hero.hero--75,
.browser-explorer.browser-version-9 .hero.hero--75 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 75vh;
}
.browser-explorer.browser-version-11 .hero.hero--80,
.browser-explorer.browser-version-10 .hero.hero--80,
.browser-explorer.browser-version-9 .hero.hero--80 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 80vh;
}
.browser-explorer.browser-version-11 .hero.hero--85,
.browser-explorer.browser-version-10 .hero.hero--85,
.browser-explorer.browser-version-9 .hero.hero--85 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 85vh;
}
.browser-explorer.browser-version-11 .hero.hero--90,
.browser-explorer.browser-version-10 .hero.hero--90,
.browser-explorer.browser-version-9 .hero.hero--90 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 90vh;
}
.browser-explorer.browser-version-11 .hero.hero--95,
.browser-explorer.browser-version-10 .hero.hero--95,
.browser-explorer.browser-version-9 .hero.hero--95 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 95vh;
}
.browser-explorer.browser-version-11 .hero.hero--100,
.browser-explorer.browser-version-10 .hero.hero--100,
.browser-explorer.browser-version-9 .hero.hero--100 {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .browser-safari .top + .hero.hero--100 {
    min-height: 90vh;
  }
}
/*======================================
  #Hero text
======================================*/
.hero-inner {
  position: relative;
  z-index: 10;
}
.hero-inner h1,
.hero-inner h2 {
  /*font-size: 40px;*/
  margin-bottom: 0;
	font-size: 2.8em;
}
.hero-inner .hero-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0;
}
.hero-inner .hero-text p:last-of-type {
  margin-bottom: 0;
}
.hero-inner .button-wrap {
  margin-top: 30px;
}
.hero-inner .button-wrap .button + .button {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .hero-inner h1,
  .hero-inner h2 {
    /*font-size: 36px;*/
  }
  .hero-inner .hero-text {
    font-size: 16px;
    line-height: 22px;
  }
}
/*======================================
  #Hero animation
======================================*/
.hero.hero--animate {
  overflow: hidden;
}
.hero.hero--animate .hero-background {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}
.hero.hero--animate .hero-inner {
  opacity: 0;
  -webkit-transform: scale(0.95) translateZ(0);
  transform: scale(0.95) translateZ(0);
  -webkit-transition: all .6s ease .1s;
  -o-transition: all .6s ease .1s;
  transition: all .6s ease .1s;
}
.hero.hero--animate .hero-inner .button-wrap .button {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
  opacity: 0;
  -webkit-transition: opacity .5s ease .5s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .5s;
  -o-transition: opacity .5s ease .5s, transform .5s ease .5s, background .3s ease 0s, color .3s ease 0s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, background .3s ease 0s, color .3s ease 0s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .5s;
}
.hero.hero--animate .hero-inner .button-wrap .button:nth-child(2) {
  -webkit-transition: opacity .5s ease .7s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .7s;
  transition: opacity .5s ease .7s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .7s;
  -o-transition: opacity .5s ease .7s, transform .5s ease .7s, background .3s ease 0s, color .3s ease 0s;
  transition: opacity .5s ease .7s, transform .5s ease .7s, background .3s ease 0s, color .3s ease 0s;
  transition: opacity .5s ease .7s, transform .5s ease .7s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .7s;
}
.hero.hero--animate .hero-inner .button-wrap .button:nth-child(3) {
  -webkit-transition: opacity .5s ease .9s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .9s;
  transition: opacity .5s ease .9s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .9s;
  -o-transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s, color .3s ease 0s;
  transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s, color .3s ease 0s;
  transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .9s;
}
.page-loaded .hero.hero--animate .hero-background {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.page-loaded .hero.hero--animate .hero-inner {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.page-loaded .hero.hero--animate .hero-inner .button-wrap .button {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  opacity: 1;
}
.row--center .hero-inner {
  text-align: center;
}
/*======================================
  #Overlay
======================================*/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: #111;
  opacity: .3;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.overlay.overlay--light {
  background: #fff;
}
/*======================================
  #Scroll icon
======================================*/
.icon-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: white;
  z-index: 9;
  width: 30px;
  text-align: center;
  margin-left: -15px;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.icon-scroll.overlay--light {
  color: #111;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0.5);
    transform: translateY(36px) scale(0.5);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.9);
    transform: translateY(-5px) scale(0.9);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0.5);
    transform: translateY(36px) scale(0.5);
  }
  81% {
    opacity: 0;
    -webkit-transform: translateY(-5px) scale(0.9);
    transform: translateY(-5px) scale(0.9);
  }
}
/*======================================
  #Video
======================================*/
.hero-video {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.hero-video .hero-video__player {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-mute {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 12;
  color: #111;
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 1;
  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;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulse 1.35s infinite;
  animation: pulse 1.35s infinite;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.video-mute .fa-volume-off {
  display: none;
}
.video-mute:active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.video-mute.sound-on {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
  color: white;
}
.video-mute.sound-on .fa-volume-up {
  display: none;
}
.video-mute.sound-on .fa-volume-off {
  display: block;
}
.video-mute.sound-on:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*======================================
  #General
======================================*/
.block {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .block {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .block {
    padding: 30px 0;
  }
}
.block.block--compact {
  padding: 30px 0;
}
.block-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}
.block-header .block-header-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.block-header .block-header-text img {
  height: auto!important;
}
.block-header .block-header-text p:last-of-type {
  margin-bottom: 0;
}
.block-header h1,
.block-header h2,
.block-header h3 {
  margin-bottom: 0;
}
.block-header h1 + .block-header-text,
.block-header h2 + .block-header-text,
.block-header h3 + .block-header-text {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .block-header .block-header-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-header + .block-body {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block-header + .block-body {
    margin-top: 30px;
  }
}
.block-body + .button-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block-body + .button-wrap {
    margin-top: 20px;
  }
}
.block-header + .button-wrap {
  margin-top: 30px;
}
.block .button-wrap {
  padding: 0 20px;
  text-align: center;
}
.block .button-wrap .button + .button {
  margin-left: 10px;
}
/*======================================
  #Block text
======================================*/
.block-text-col {
  padding-left: 0px;
  padding-right: 0px;
}
.block-text-col.block-text-col--2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}
.block-text-col.block-text-col--3 {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}
.block-text-col + .block-text-col {
  margin-top: 2em;
}
/*======================================
  #Form block
======================================*/
.block.form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*======================================
  #Block background
======================================*/
.block-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.gallery,
.gallery-simple {
  padding: 5px;
}
.gallery .gallery-item,
.gallery-simple .gallery-item {
  display: block;
  margin: 5px;
  overflow: hidden;
}
.gallery .gallery-item img,
.gallery-simple .gallery-item img {
  width: 100%;
  display: block;
}
.gallery.gallery .gallery-item,
.gallery-simple.gallery .gallery-item,
.gallery .instagram-image-link,
.gallery-simple .instagram-image-link {
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery.gallery .gallery-item img,
.gallery-simple.gallery .gallery-item img,
.gallery .instagram-image-link img,
.gallery-simple .instagram-image-link img,
.gallery.gallery .gallery-item .bg,
.gallery-simple.gallery .gallery-item .bg,
.gallery .instagram-image-link .bg,
.gallery-simple .instagram-image-link .bg {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px) translate3d(0, 0, 0);
  transform: translateY(0px) translate3d(0, 0, 0);
}
.gallery.gallery .gallery-item:hover,
.gallery-simple.gallery .gallery-item:hover,
.gallery .instagram-image-link:hover,
.gallery-simple .instagram-image-link:hover {
  z-index: 2;
}
.gallery.gallery .gallery-item:hover img,
.gallery-simple.gallery .gallery-item:hover img,
.gallery .instagram-image-link:hover img,
.gallery-simple .instagram-image-link:hover img,
.gallery.gallery .gallery-item:hover .bg,
.gallery-simple.gallery .gallery-item:hover .bg,
.gallery .instagram-image-link:hover .bg,
.gallery-simple .instagram-image-link:hover .bg {
  -webkit-transform: translateY(-3px) translate3d(0, 0, 0);
  transform: translateY(-3px) translate3d(0, 0, 0);
  -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
}
.gallery .gallery-instagram .gallery-item,
.gallery-simple .gallery-instagram .gallery-item {
  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;
  min-height: 100%;
}
.gallery .gallery-instagram .gallery-item figure,
.gallery-simple .gallery-instagram .gallery-item figure {
  position: relative;
}
.gallery .gallery-instagram .gallery-item .instagram-user-link,
.gallery-simple .gallery-instagram .gallery-item .instagram-user-link {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  display: block;
  padding: 10px;
  line-height: 1;
  border-radius: 100%;
  z-index: 3;
}
.browser-explorer.browser-version-10 .gallery,
.gallery-simple .gallery-instagram .gallery-item {
  display: block;
}
/*======================================
  #List
======================================*/
.animate-in {
  opacity: 0;
  -webkit-transition: all .8s ease .3s;
  -o-transition: all .8s ease .3s;
  transition: all .8s ease .3s;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
}
.page-loaded .animate-in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.feed {
  background: #f9f9f9;
}
@media only screen and (max-width: 768px) {
  .feed [class*='col-'] {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.feed .feed-post {
  background: white;
  height: 100%;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: block;
}
.feed .feed-post img {
  display: block;
}
.feed .feed-post .feed-post-image {
  overflow: hidden;
}
.feed .feed-post .feed-post-text {
  padding: 30px;
  position: relative;
}
.feed .feed-post .feed-post-text h4 {
  font-size: 20px;
}
.feed .feed-post .feed-post-text .feed-post-meta {
  font-size: 11px;
  color: #999;
  line-height: 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.feed .feed-post .feed-post-text p {
  margin-bottom: 0;
  font-size: 14px;
}
.feed .feed-post:hover {
  -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
	.feed .feed-post .feed-post-text{padding: 20px}

}

/*
@media only screen and (max-width: 768px) {
  .feed .feed-post {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feed .feed-post .feed-post-image {
    width: 25%;
  }
  .feed .feed-post img {
    -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.6);
  }
  .feed .feed-post .feed-post-text {
    padding: 0 0 0 15px;
    width: 75%;
  }
  .feed .feed-post .feed-post-text h4 {
    font-size: 16px;
  }
  .feed .feed-post:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}*/
/*======================================
  #Pager
======================================*/
ul.pager {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pager li {
  display: inline-block;
  margin: 0 3px 6px;
}
ul.pager li a {
  display: block;
  line-height: 1;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 13px;
  background: white;
  border-radius: 4px;
  color: #111;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
}
ul.pager li a:hover {
  -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
}
ul.pager li.selected a {
  cursor: default;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: transparent!important;
  color: #999 !important;
}
.white-bg ul.pager li a {
  color: #555;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 -2px rgba(0, 0, 0, 0);
}
.white-bg ul.pager li a:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.09);
}
/*======================================
  #Post
======================================*/
.post-image {
  max-width: 1100px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.post-image img {
  display: block;
  margin: 0 auto;
}
.post-meta {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  margin: 15px 0;
}
.post-body {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.post-body img {
  height: auto!important;
}
/*======================================
  #Share
======================================*/
.share {
  text-align: center;
  margin-top: 80px;
}
.share h6 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .share {
    margin-top: 20px;
  }
}
ul.share-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.share-list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 6px;
}
ul.share-list li a {
  display: block;
  color: white;
  line-height: 1;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  ul.share-list li a {
    font-size: 16px;
    padding: 10px 0;
  }
}
ul.share-list li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
ul.share-list li.share-facebook a {
  background: #3b5998;
}
ul.share-list li.share-facebook a:hover {
  background: #4264aa;
}
ul.share-list li.share-twitter a {
  background: #4099FF;
}
ul.share-list li.share-twitter a:hover {
  background: #5aa7ff;
}
ul.share-list li.share-google a {
  background: #dd4b39;
}
ul.share-list li.share-google a:hover {
  background: #e15f4f;
}
ul.share-list li.share-linkedin a {
  background: #007bb5;
}
ul.share-list li.share-linkedin a:hover {
  background: #008ccf;
}
ul.tags + .share {
  margin-top: 30px;
}
/*======================================
  #Tags
======================================*/
.block-header ul.tags {
  margin-top: 20px;
}
ul.tags {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
ul.tags li {
  display: inline-block;
}
ul.tags li a {
  display: block;
  background: #f1f1f1;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
ul.tags li a i {
  position: relative;
  margin: 0 0 0 5px;
}
ul.tags li a:hover {
  background: #111;
  color: white;
}
ul.tags li a.active {
  background: #111;
  color: white;
}
ul.tags li a.active:hover {
  background: #f1f1f1;
  color: #666;
}
.map {
  min-height: 200px;
}
.map.map--25 {
  height: 25vh;
}
.map.map--30 {
  height: 30vh;
}
.map.map--35 {
  height: 35vh;
}
.map.map--40 {
  height: 40vh;
}
.map.map--45 {
  height: 45vh;
}
.map.map--50 {
  height: 50vh;
}
.map.map--55 {
  height: 55vh;
}
.map.map--60 {
  height: 60vh;
}
.map.map--65 {
  height: 65vh;
}
.map.map--70 {
  height: 70vh;
}
.map.map--75 {
  height: 75vh;
}
.map.map--80 {
  height: 80vh;
}
.map.map--85 {
  height: 85vh;
}
.map.map--90 {
  height: 90vh;
}
.map.map--95 {
  height: 95vh;
}
.map.map--100 {
  height: 100vh;
}
.map .map-canvas {
  height: 100%;
  width: 100%;
}
.map.map--split {
  height: auto;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.map.map--split.map--25 {
  min-height: 25vh;
}
.map.map--split.map--30 {
  min-height: 30vh;
}
.map.map--split.map--35 {
  min-height: 35vh;
}
.map.map--split.map--40 {
  min-height: 40vh;
}
.map.map--split.map--45 {
  min-height: 45vh;
}
.map.map--split.map--50 {
  min-height: 50vh;
}
.map.map--split.map--55 {
  min-height: 55vh;
}
.map.map--split.map--60 {
  min-height: 60vh;
}
.map.map--split.map--65 {
  min-height: 65vh;
}
.map.map--split.map--70 {
  min-height: 70vh;
}
.map.map--split.map--75 {
  min-height: 75vh;
}
.map.map--split.map--80 {
  min-height: 80vh;
}
.map.map--split.map--85 {
  min-height: 85vh;
}
.map.map--split.map--90 {
  min-height: 90vh;
}
.map.map--split.map--95 {
  min-height: 95vh;
}
.map.map--split.map--100 {
  min-height: 100vh;
}
.map.map--split .map-content {
  width: 40%;
  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;
}
.map.map--split .map-content .map-content-inner {
  padding: 100px 40px;
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.map.map--split .map-canvas {
  width: 60%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .map.map--split {
    height: auto;
    display: block;
  }
  .map.map--split .map-content {
    width: 100%;
  }
  .map.map--split .map-content .map-content-inner {
    padding: 40px 20px;
  }
  .map.map--split .map-canvas {
    width: 100%;
  }
  .map.map--split.map--25 .map-canvas {
    height: 25vh;
  }
  .map.map--split.map--30 .map-canvas {
    height: 30vh;
  }
  .map.map--split.map--35 .map-canvas {
    height: 35vh;
  }
  .map.map--split.map--40 .map-canvas {
    height: 40vh;
  }
  .map.map--split.map--45 .map-canvas {
    height: 45vh;
  }
  .map.map--split.map--50 .map-canvas {
    height: 50vh;
  }
  .map.map--split.map--55 .map-canvas {
    height: 55vh;
  }
  .map.map--split.map--60 .map-canvas {
    height: 60vh;
  }
  .map.map--split.map--65 .map-canvas {
    height: 65vh;
  }
  .map.map--split.map--70 .map-canvas {
    height: 70vh;
  }
  .map.map--split.map--75 .map-canvas {
    height: 75vh;
  }
  .map.map--split.map--80 .map-canvas {
    height: 80vh;
  }
  .map.map--split.map--85 .map-canvas {
    height: 85vh;
  }
  .map.map--split.map--90 .map-canvas {
    height: 90vh;
  }
  .map.map--split.map--95 .map-canvas {
    height: 95vh;
  }
  .map.map--split.map--100 .map-canvas {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .map.map--split .map-content .map-content-inner {
    font-size: 16px;
    line-height: 22px;
  }
}
.map .opening-hours li {
  border-top-color: #e6e6e6;
}
.map .contact-list,
.map .opening-hours,
.map .button-wrap {
  margin-top: 30px;
}
.browser-explorer .map.map--split.map--25 .map-canvas {
  min-height: 25vh;
}
.browser-explorer .map.map--split.map--30 .map-canvas {
  min-height: 30vh;
}
.browser-explorer .map.map--split.map--35 .map-canvas {
  min-height: 35vh;
}
.browser-explorer .map.map--split.map--40 .map-canvas {
  min-height: 40vh;
}
.browser-explorer .map.map--split.map--45 .map-canvas {
  min-height: 45vh;
}
.browser-explorer .map.map--split.map--50 .map-canvas {
  min-height: 50vh;
}
.browser-explorer .map.map--split.map--55 .map-canvas {
  min-height: 55vh;
}
.browser-explorer .map.map--split.map--60 .map-canvas {
  min-height: 60vh;
}
.browser-explorer .map.map--split.map--65 .map-canvas {
  min-height: 65vh;
}
.browser-explorer .map.map--split.map--70 .map-canvas {
  min-height: 70vh;
}
.browser-explorer .map.map--split.map--75 .map-canvas {
  min-height: 75vh;
}
.browser-explorer .map.map--split.map--80 .map-canvas {
  min-height: 80vh;
}
.browser-explorer .map.map--split.map--85 .map-canvas {
  min-height: 85vh;
}
.browser-explorer .map.map--split.map--90 .map-canvas {
  min-height: 90vh;
}
.browser-explorer .map.map--split.map--95 .map-canvas {
  min-height: 95vh;
}
.browser-explorer .map.map--split.map--100 .map-canvas {
  min-height: 100vh;
}
.top + .split {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .top + .split {
    padding-top: 50px;
  }
}
.split {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.split.split--25 {
  min-height: 25vh;
}
.split.split--30 {
  min-height: 30vh;
}
.split.split--35 {
  min-height: 35vh;
}
.split.split--40 {
  min-height: 40vh;
}
.split.split--45 {
  min-height: 45vh;
}
.split.split--50 {
  min-height: 50vh;
}
.split.split--55 {
  min-height: 55vh;
}
.split.split--60 {
  min-height: 60vh;
}
.split.split--65 {
  min-height: 65vh;
}
.split.split--70 {
  min-height: 70vh;
}
.split.split--75 {
  min-height: 75vh;
}
.split.split--80 {
  min-height: 80vh;
}
.split.split--85 {
  min-height: 85vh;
}
.split.split--90 {
  min-height: 90vh;
}
.split.split--95 {
  min-height: 95vh;
}
.split.split--100 {
  min-height: 100vh;
}
.split.split--text-right .split-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.split.split--text-right .split-image {
  border: 5px solid #fff;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .split.split--text-right .split-image {
    border: 5px solid #fff;
  }
}
.split .split-text {
  width: 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;
}
.split .split-text .split-text-inner {
  padding: 100px 40px;
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.split .split-text .button-wrap {
  margin-top: 30px;
}
.split .split-text .button-wrap .button + .button {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .split .split-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .split .split-text .split-text-inner {
    padding: 40px 20px;
  }
  .split .split-text .split-text-inner p {
    font-size: 16px;
    line-height: 22px;
  }
}
.split .split-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 5px solid #fff;
  border-left: 0;
}
.split .split-image .split-image-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #fff;
}
.split .split-image.split-image--2 .split-image-item {
  width: 50%;
}
.split .split-image.split-image--3 .split-image-item {
  width: 50%;
  min-height: 50%;
}
.split .split-image.split-image--3 .split-image-item:nth-child(1) {
  width: 100%;
}
.split .split-image.split-image--4 .split-image-item {
  width: 50%;
  min-height: 50%;
}
.split .split-image.split-image--5 .split-image-item:nth-child(1),
.split .split-image.split-image--5 .split-image-item:nth-child(2) {
  width: 50%;
  min-height: 60%;
}
.split .split-image.split-image--5 .split-image-item {
  width: 33.3333333%;
  min-height: 40%;
}
.split .split-image.split-image--6 .split-image-item {
  width: 33.3333333%;
  min-height: 50%;
}
@media only screen and (max-width: 768px) {
  .split .split-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    min-height: 400px;
    border: 5px solid #fff;
  }
}
.browser-explorer .split.split--25 .split-image {
  min-height: 25vh;
}
.browser-explorer .split.split--30 .split-image {
  min-height: 30vh;
}
.browser-explorer .split.split--35 .split-image {
  min-height: 35vh;
}
.browser-explorer .split.split--40 .split-image {
  min-height: 40vh;
}
.browser-explorer .split.split--45 .split-image {
  min-height: 45vh;
}
.browser-explorer .split.split--50 .split-image {
  min-height: 50vh;
}
.browser-explorer .split.split--55 .split-image {
  min-height: 55vh;
}
.browser-explorer .split.split--60 .split-image {
  min-height: 60vh;
}
.browser-explorer .split.split--65 .split-image {
  min-height: 65vh;
}
.browser-explorer .split.split--70 .split-image {
  min-height: 70vh;
}
.browser-explorer .split.split--75 .split-image {
  min-height: 75vh;
}
.browser-explorer .split.split--80 .split-image {
  min-height: 80vh;
}
.browser-explorer .split.split--85 .split-image {
  min-height: 85vh;
}
.browser-explorer .split.split--90 .split-image {
  min-height: 90vh;
}
.browser-explorer .split.split--95 .split-image {
  min-height: 95vh;
}
.browser-explorer .split.split--100 .split-image {
  min-height: 100vh;
}
.image-block {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.image-block img {
  display: block;
  margin: 0 auto;
}
.image-block.image-block--small {
  max-width: 810px;
}
.image-block.image-block--large {
  max-width: 1240px;
}
.image-block.image-block--full {
  max-width: 100%;
}
.image-block.image-block--full img {
  width: 100%;
}
/*======================================
  #Newsletter
======================================*/
.newsletter {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .newsletter {
    padding: 40px 0;
  }
}
.newsletter .newsletter-inner {
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .newsletter .newsletter-inner {
    font-size: 16px;
    line-height: 22px;
  }
}
.newsletter form {
  margin: 30px 0 20px;
  background: white;
  padding: 6px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter form input {
  margin: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
@media only screen and (max-width: 768px) {
  .newsletter form input {
    padding: 15px;
  }
}
.newsletter form button {
  font-size: 18px;
  max-width: 70px;
}
.newsletter .subtext {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #999;
}
.newsletter.white-bg form {
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.newsletter.white-bg form input {
  border: 0;
}
/*======================================
  #Flickity Slider 
======================================*/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:hover .arrow {
  fill: #111;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}
.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
.flickity-prev-next-button .arrow {
  fill: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .flickity-page-dots {
    bottom: 15px;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .flickity-page-dots .dot {
    margin: 0 4px;
    width: 5px;
    height: 5px;
  }
}
.flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot:hover {
  opacity: 1;
}
/*======================================
  #Hero slider
======================================*/
.slider {
  background: #3d3d3d;
}
.slider .hero {
  width: 100%;
  /*height: 100%;*/
	
}
.flickity-viewport {
  transition: height 0.2s;
}

/*
@media only screen and (max-width: 768px) {
	.slider .hero { height: auto; }
}*/
/*======================================
  #Grid
======================================*/
.grid {
  position: relative;
}
.grid-item img {
  height: auto !important;
}
.row--flat .grid-item {
  margin-bottom: 0;
}
.grid-item--boxed {
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
}
.block--open-padding .grid-item--boxed,
.white-bg .grid-item--boxed {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.05);
}
/*======================================
  #Header
======================================*/
.grid-item--header {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.grid-item--header p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .grid-item--header {
    font-size: 16px;
    line-height: 22px;
  }
}
/*======================================
  #Text
======================================*/
.grid-item--text,
.grid-item--text .row {
  height: 100%;
}
/*======================================
  #Line break
======================================*/
.line-break.line-break--divider,
.footer.footer--light .line-break.line-break--divider {
  position: relative;
}
.line-break.line-break--divider::after,
.footer.footer--light .line-break.line-break--divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
.light-color .line-break.line-break--divider::after,
.footer .line-break.line-break--divider::after {
  background-color: rgba(255, 255, 255, 0.1);
}
/*======================================
  #Image
======================================*/
.grid-item--image {
  overflow: hidden;
}
.grid-item--image img {
  display: block;
  margin: 0 auto;
}
/*======================================
  #Video
======================================*/
.grid-item--video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid-item--video.video-shadow video {
  -webkit-box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.3);
}
/*======================================
  #Quote
======================================*/
.grid-item--quote blockquote {
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  padding-top: 50px;
}
.grid-item--quote blockquote::before {
  top: 5px;
}
.grid-item--quote blockquote footer {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #999;
  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;
}
.grid-item--quote blockquote footer img {
  margin-right: 15px;
  max-width: 45px;
  max-height: 45px;
  border-radius: 100%;
}
.light-color .grid-item--quote blockquote footer {
  color: rgba(255, 255, 255, 0.6);
}
.light-color .grid-item--quote.grid-item--boxed blockquote footer {
  color: #999;
}
/*======================================
  #Card
======================================*/
.grid-item--card {
  position: relative;
  overflow: hidden;
}
.grid-item--card span {
  display: block;
  width: 100%;
}
.grid-item--card .gid-text {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 5;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.grid-item--card .gid-text.v-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-item--card .gid-text.v-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-item--card .gid-text.v-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-item--card .gid-text.text-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid-item--card .gid-text.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-item--card .gid-text.text-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid-item--card .gid-text .gid-text-inner {
  max-width: 700px;
}
.grid-item--card .gid-text .gid-header {
  font-size: 24px;
  margin-bottom: .1em;
  line-height: 1.3em;
}
.grid-item--card .gid-text.gid-text--small {
  font-size: 14px;
  line-height: 20px;
}
.grid-item--card .gid-text.gid-text--small .gid-header {
  font-size: 18px;
}
.grid-item--card .gid-text.gid-text--big {
  font-size: 18px;
  line-height: 26px;
}
.grid-item--card .gid-text.gid-text--big .gid-header {
  font-size: 38px;
}
.grid-item--card .gid-text.gid-text--xl {
  font-size: 20px;
  line-height: 28px;
}
.grid-item--card .gid-text.gid-text--xl .gid-header {
  font-size: 68px;
}
@media only screen and (max-width: 768px) {
  .grid-item--card .gid-text.gid-text--big .gid-header {
    font-size: 32px;
  }
  .grid-item--card .gid-text.gid-text--xl .gid-header {
    font-size: 40px;
  }
}
.grid-item--card .gid-text .gid-button {
  margin-top: 15px;
	
	
}

.grid-item--card .gid-text .gid-button.seperate-buttons {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		padding: 25px;
	}

.grid-item--card .gid-bg,
.grid-item--card .gid-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid-item--card .gid-overlay {
  z-index: 3;
  background-color: white;
}
.grid-item--card.light-color .gid-overlay {
  background-color: black;
}
.grid-item--card .gid-bg {
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.grid-item--card a:hover + .gid-bg {
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
/*======================================
  #Service Pods
======================================*/
.grid-item--service .gis-image {
  overflow: hidden;
}
.grid-item--service .gis-image i {
  font-size: 70px;
  margin-bottom: 5px;
  line-height: 1;
}
.grid-item--service .gis-text {
  margin-top: 10px;
}
.grid-item--service.grid-item--boxed {
  padding: 0;
}
.grid-item--service.grid-item--boxed .gis-text {
  margin: 0;
  padding: 20px 30px 30px;
}
.grid-item--service.grid-item--boxed .gis-image i {
  margin-top: 30px;
}
.grid-item--service.grid-item--service-compact {
  position: relative;
  padding-left: 60px;
}
.grid-item--service.grid-item--service-compact.text-center {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-item--service.grid-item--service-compact.text-center article {
  position: relative;
  text-align: left;
  padding-left: 60px;
}
.grid-item--service.grid-item--service-compact.text-center article p {
  margin-bottom: 0;
}
.grid-item--service.grid-item--service-compact .gis-text {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}
.grid-item--service.grid-item--service-compact .gis-text h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.grid-item--service.grid-item--service-compact .gis-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
}
.grid-item--service.grid-item--service-compact .gis-image i {
  font-size: 30px;
  margin: 0;
}
.grid-item--service.grid-item--service-compact.grid-item--boxed {
  padding-left: 90px;
}
.grid-item--service.grid-item--service-compact.grid-item--boxed .gis-image {
  top: 30px;
  left: 30px;
}
/*======================================
  #Accordion
======================================*/
.acc {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.acc:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.acc .acc-head {
  padding: 20px 35px 20px 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.acc .acc-head i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  opacity: .5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.acc .acc-head:hover i {
  opacity: 1;
}
.acc .acc-body {
  display: none;
  padding: 0 20px 20px;
}
.acc .acc-body p:last-of-type {
  margin-bottom: 0;
}
.acc.open .acc-head i {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.grid-item--acc.grid-item--boxed {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.grid-item--acc.grid-item--boxed .acc {
  margin-bottom: 15px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.block--alt-bg .grid-item--acc.grid-item--boxed .acc,
.gray-bg .grid-item--acc.grid-item--boxed .acc {
  background: white;
  -webkit-box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
  border: 0;
}
.block--alt-bg .grid-item--acc.grid-item--boxed .acc:hover,
.gray-bg .grid-item--acc.grid-item--boxed .acc:hover {
  -webkit-box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px -15px rgba(0, 0, 0, 0.15);
}
/*======================================
  #Price list
======================================*/
.grid-item--price-list legend {
  margin-bottom: 0;
}
.grid-item--price-list article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 15px;
}
.grid-item--price-list article:last-child {
  border: 0;
}
.grid-item--price-list article .menu-info h5 {
  margin-bottom: 5px;
}
.grid-item--price-list article .menu-info p {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}
.grid-item--price-list article .menu-price {
  text-align: right;
  font-weight: bold;
}
.grid-item--price-list article.menu-image {
  padding: 0;
  margin-bottom: 30px;
}
.grid-item--price-list article.menu-image .row {
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .grid-item--price-list article.menu-image .row {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-item--price-list {
    padding: 0;
  }
}
.grid-item--price-list.grid-item--boxed legend {
  background: rgba(0, 0, 0, 0.025) !important;
  color: #555!important;
}
.grid-item--price-list.grid-item--boxed article {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
.grid-item--price-list.grid-item--boxed article .menu-info p {
  color: #999 !important;
}
.block-text {
}
.block-text.block-text--single {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
.block-text.block-text--sidebar .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-text img {
  height: auto!important;
}
/*======================================
  #Sidebar
======================================*/
.block-text-aside {
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .block-text-aside {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
  }
}
.block-text-aside .aside-item {
  margin-bottom: 30px;
}
.block-text-aside .aside-item p:last-of-type,
.block-text-aside .aside-item ul.last-of-type {
  margin-bottom: 0;
}
.block-text-aside .aside-item.aside-item--boxed {
  background-color: #f9f9f9;
  padding: 30px;
}
.block-text-aside .aside-item.aside-item--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-text-aside .aside-item.aside-item--links ul li a {
  padding: 15px;
  line-height: 1.1em;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-weight: bold;
}
.block-text-aside .aside-item.aside-item--links ul li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.block-text-aside .aside-item.aside-item--links ul li.selected a {
  background-color: rgba(0, 0, 0, 0.02);
  color: #222;
}
.block-text-aside .aside-item.aside-item--links ul li:first-child a {
  border-top: 0;
}
.logos {
  text-align: center;
}
.logos .block-header + .block-body {
  margin-top: 20px;
}
ul.logos {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.logos.black-and-white img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
ul.logos.black-and-white a img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
ul.logos.black-and-white a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
ul.logos li {
  padding: 20px;
}
ul.logos li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.logos {
    margin: -10px 0 0;
  }
  ul.logos li {
    padding: 10px;
  }
}
/*======================================
  #Search
======================================*/
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.search__close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  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;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8) rotate(90deg);
  -ms-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .search__close {
    width: 30px;
    height: 30px;
    font-size: 14px;
    right: 15px;
    margin-top: -15px;
  }
}
.search__stage {
  max-width: 600px;
  margin: 0 auto;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: scale(0.9) translateX(50px);
  -ms-transform: scale(0.9) translateX(50px);
  transform: scale(0.9) translateX(50px);
  position: relative;
}
.search__form > .fa-search {
  position: absolute;
  top: 50%;
  left: 23px;
  opacity: .3;
  font-size: 18px;
  line-height: 1;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search__form .search__input {
  margin-bottom: 0;
  font-size: 18px;
  padding-left: 55px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.search__form .search__input:required:valid {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
@media only screen and (max-width: 992px) {
  .search__form .search__input {
    font-size: 16px;
  }
}
.search__form .search__button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0;
  width: 60px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.search__form .search__button[disabled] {
  width: 0;
}
.search-overlay {
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .search-visible {
    overflow: hidden;
  }
}
.search-visible .search {
  visibility: visible;
  opacity: 1;
}
.search-visible .search__close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.search-visible .search__form {
  opacity: 1;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.search-visible .search-overlay {
  opacity: .3;
  visibility: visible;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}
/*======================================
  #Search Block
======================================*/
.search-block {
  overflow: hidden;
  position: relative;
  padding: 60px 0 50px!important;
}
/*
.search-block__text-bg{
	position: absolute;
	font-size: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(0,0,0,0.03);
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
	 user-select: none;

	@media @m{
		font-size: 120px;
	}
}*/
.search-result-info {
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.search-block .search__form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  z-index: 2;
}
.search-block .search__form input {
  -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1) !important;
}
/*======================================
  #Search Results
======================================*/
.search-result {
  background-color: white;
  padding: 25px;
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-bottom: 10px;
}
.search-result:hover {
  -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.1);
}
.search-result p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .search-result {
    padding: 20px;
  }
}
/*======================================
  #Search - No Results
======================================*/
.search-empty {
  width: 100%;
  padding: 5vh 20px;
  text-align: center;
  color: #999;
}
.search-empty h3,
.search-empty h4,
.search-empty h5 {
  color: #999;
}
.search-empty > i {
  font-size: 60px;
  display: block;
  line-height: 1;
  opacity: .3;
  margin-bottom: 20px;
}
/*======================================
  #Breadcrumbs
======================================*/
ul.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.breadcrumbs li {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
ul.breadcrumbs li::before {
  content: "/";
  padding: 0 7px;
  opacity: .6;
}
ul.breadcrumbs li:first-child::before {
  display: none;
}
ul.breadcrumbs li a {
  color: #999;
}
/*======================================
  #Cookie Concent
======================================*/
.cookie-concent {
  position: fixed;
  z-index: 4000;
  padding: 25px;
  width: 380px;
  background-color: white;
  font-size: 15px;
  border-radius: 4px;
}
.cookie-concent .cookie-concent__text {
  margin-bottom: 15px;
}
.cookie-concent .cookie-concent__link {
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
.cookie-concent .cookie-concent__link a {
  color: inherit;
  text-decoration: underline;
}
.cookie-concent.cookie-concent--float-left {
  left: 20px;
}
.cookie-concent.cookie-concent--float-right {
  right: 20px;
}
.cookie-concent.cookie-concent--float-right,
.cookie-concent.cookie-concent--float-left {
  bottom: 20px;
}
.cookie-concent.cookie-concent--float-right .button,
.cookie-concent.cookie-concent--float-left .button {
  width: 100%;
  text-align: center;
}
.cookie-concent.cookie-concent--banner-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  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;
  border-radius: 0;
}
.cookie-concent.cookie-concent--banner-bottom .cookie-concent__text {
  margin: 0;
  padding-right: 20px;
}
.cookie-concent.cookie-concent--banner-bottom .cookie-concent__link {
  display: inline;
}
.cookie-concent.cookie-concent--banner-bottom .button {
  white-space: nowrap;
}
.cookie-concent.cookie-concent--light {
  -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .cookie-concent {
    font-size: 14px;
    padding: 15px !important;
    width: 100%!important;
    left: 0!important;
    right: auto!important;
    bottom: 0!important;
    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;
    border-radius: 0;
  }
  .cookie-concent .cookie-concent__text {
    margin: 0;
    padding-right: 20px;
  }
  .cookie-concent .cookie-concent__link {
    display: inline;
  }
  .cookie-concent .button {
    white-space: nowrap;
    width: auto!important;
  }
}
/* 
	this file kept in order to make the folder stay and be loadable by Master.cshtml
*/
body{font-family:"Arial",sans-serif;padding-top:0}@media only screen and (max-width: 992px){.top{top:0}}h1,h2,h3,h4,h5,h6,.act-heading{font-family:"Montserrat",sans-serif;font-weight:bold;overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.act-heading a{color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.act-heading a:hover{color:#00a464}a,blockquote::before{color:#00a464}a:hover{color:#007145}.main-nav ul li.selected>a{opacity:0.7}.main-nav .expand{color:#00a464}.main-nav li.mobile-contact a i{color:#00a464}.footer-item a:hover{color:#fff}.social-nav li a:hover{background:#00a464;color:#fff}.to-top:hover{color:#00a464}.to-top.to-top--theme{background:#00a464;color:#fff}.to-top.to-top--light:hover{color:#00a464}.button,input[type="submit"],input[type="button"]{background:#00a464;color:#fff !important}.button.button--border,input[type="submit"].button--border,input[type="button"].button--border{color:#00a464 !important;box-shadow:inset 0 0 0 1px #00a464}.button.button--border:hover,input[type="submit"].button--border:hover,input[type="button"].button--border:hover{background:#00a464}.button:hover,input[type="submit"]:hover,input[type="button"]:hover{background:#007145;color:#fff !important}.cb-wrap input:checked~.checkmark,.rb-wrap input:checked~.radiobtn{background-color:#00a464}.cb-wrap .checkmark:after{color:#fff}.rb-wrap .radiobtn:after{background-color:#fff}ul.pager li a:hover,ul.pager li.selected a{color:#00a464}.instagram-user-link:hover{color:#00a464 !important}.theme-bg,.theme-bg-lock,.top,.scroll .top.top--scroll-bg,.footer{background-color:#00a464}.dark-bg,.dark-bg-lock,.main-nav>ul>li ul{background-color:#3d3d3d}.gray-bg,.gray-bg-lock{background-color:#f9f9f9}.white-bg,.white-bg-lock{background-color:#fff}.theme-color{color:#00a464}.white-color{color:#fff}.gray-color{color:#999}.dark-color{color:#3d3d3d}ul.breadcrumbs a:hover{color:#00a464}.grid-item--service .gis-image i{color:#00a464}.theme-bg .gis-image i{color:#fff}.split.theme-bg-lock .split-image .split-image-item,.split.theme-bg-lock .split-image{border-color:#00a464}.split.gray-bg-lock .split-image .split-image-item,.split.gray-bg-lock .split-image{border-color:#f9f9f9}.split.dark-bg-lock .split-image .split-image-item,.split.dark-bg-lock .split-image{border-color:#3d3d3d}.theme-bg .contact-list li i,.theme-bg-lock .contact-list li i{color:#fff}.theme-bg a,.theme-bg-lock a{color:#fff}body,.grid-item--boxed,.light-color .feed-post{color:#444}body h1,.grid-item--boxed h1,.light-color .feed-post h1,body h2,.grid-item--boxed h2,.light-color .feed-post h2,body h3,.grid-item--boxed h3,.light-color .feed-post h3,body h4,.grid-item--boxed h4,.light-color .feed-post h4,body h5,.grid-item--boxed h5,.light-color .feed-post h5,body h6,.grid-item--boxed h6,.light-color .feed-post h6,body .act-heading,.grid-item--boxed .act-heading,.light-color .feed-post .act-heading{color:#3d3d3d}@media only screen and (max-width: 768px){.feed .feed-post .feed-post-text h4 a{color:#00a464}}.grid-item--boxed h1,.grid-item--boxed h2,.grid-item--boxed h3,.grid-item--boxed h4,.grid-item--boxed h5,.grid-item--boxed h6{color:#3d3d3d !important}.grid-item--boxed .gis-image i{color:#00a464}h1,h2,h3,h4,h5,h6,footer.footer--light h6,.act-heading{color:#3d3d3d}.footer{color:#fff}.footer h6{color:#fff}.cookie-concent--dark{background-color:#3d3d3d;color:#fff}.footer.footer--light{color:#444}.light-color{color:#fff}.light-color h1,.light-color h2,.light-color h3,.light-color h4,.light-color h5,.light-color h6,.light-color .act-heading{color:#fff}.light-color figcaption,.light-color form label,.light-color .form-label,.light-color .help-block,.light-color .subtext,.light-color .grid-item--price-list article .menu-info p,.light-color .grid-item--quote blockquote footer{color:#fff}.light-color legend{background-color:rgba(255,255,255,0.05);color:#fff}.light-color .opening-hours li,.light-color .grid-item--price-list article,.light-color .acc{border-color:rgba(255,255,255,0.1)}.top,.top-inner,.search,.search__input{height:70px}@media only screen and (max-width: 992px){.top,.top-inner,.search,.search__input{height:50px}}.logo img{padding:10px 0}@media only screen and (max-width: 992px){.logo img{padding:12px 0}}.main-nav>ul>li>a{line-height:70px;padding:0 21px}@media only screen and (max-width: 1200px){.main-nav>ul>li>a{padding:0 21px}}@media only screen and (max-width: 992px){.main-nav>ul>li>a{padding:15px 25px}}.main-nav>ul>li.lang>a,.main-nav .toggle-search a,.main-nav .toggle-cart a{width:70px;height:70px}@media only screen and (max-width: 992px){.main-nav{background-color:#3d3d3d;top:50px}.main-nav>ul>li.lang ul li a{background-color:transparent !important}}.search__button{color:#00a464}.search__button:hover{background-color:#00a464;color:#fff}.button,input[type=button],input[type=submit]{border-radius:5px}.top+.hero,.top+.slider .hero{padding:150px 0 80px}@media only screen and (max-width: 992px){.top+.hero,.top+.slider .hero{padding:110px 0 60px}}.top+.hero .hero-background,.top+.slider .hero .hero-background,.top+.hero .hero-video,.top+.slider .hero .hero-video{top:70px}@media only screen and (max-width: 992px){.top+.hero .hero-background,.top+.slider .hero .hero-background,.top+.hero .hero-video,.top+.slider .hero .hero-video{top:50px}}.top.top--scroll-bg+.hero,.top.top--scroll-bg+.slider .hero{padding:80px 0}@media only screen and (max-width: 992px){.top.top--scroll-bg+.hero,.top.top--scroll-bg+.slider .hero{padding:60px 0}}.top.top--scroll-bg+.hero .hero-background,.top.top--scroll-bg+.slider .hero .hero-background,.top.top--scroll-bg+.hero .hero-video,.top.top--scroll-bg+.slider .hero .hero-video{top:0}.top+.block,.top+.gallery,.top+.gallery-simple,.top+.newsletter,.top+.grid,.top+.footer,.top+.store,.top+.product-post{margin-top:100px}@media only screen and (max-width: 992px){.top+.block,.top+.gallery,.top+.gallery-simple,.top+.newsletter,.top+.grid,.top+.footer,.top+.store,.top+.product-post{margin-top:50px}}.top.top--scroll-bg+.block,.top.top--scroll-bg+.gallery,.top.top--scroll-bg+.gallery-simple,.top.top--scroll-bg+.newsletter,.top.top--scroll-bg+.grid,.top.top--scroll-bg+.footer{margin-top:0}.top+.map,.top+.split{padding-top:100px}@media only screen and (max-width: 992px){.top+.map,.top+.split{padding-top:50px}}.theme-bg+.theme-bg,.dark-bg+.dark-bg,.white-bg+.white-bg,.gray-bg+.gray-bg{padding-top:0}.container-fluid,.container{padding-left:30px;padding-right:30px}@media only screen and (max-width: 992px){.container-fluid,.container{padding-left:15px;padding-right:15px}}@media only screen and (max-width: 768px){.container-fluid,.container{padding-left:15px;padding-right:15px}}@media only screen and (max-width: 480px){.container-fluid,.container{padding-left:15px;padding-right:15px}}.container,.top .top-inner{max-width:1300px}.container--small,.top.top--small-width .top-inner{max-width:1100px}.container--big,.top.top--big-width .top-inner{max-width:1600px}.top .top-inner{padding:0 30px}@media only screen and (max-width: 992px){.top .top-inner{padding:0 15px}}@media only screen and (max-width: 768px){.top .top-inner{padding:0 15px}}@media only screen and (max-width: 480px){.top .top-inner{padding:0 15px}}.row{margin-left:-15px;margin-right:-15px}@media only screen and (max-width: 992px){.row{margin-left:-7.5px;margin-right:-7.5px}}@media only screen and (max-width: 768px){.row{margin-left:-7.5px;margin-right:-7.5px}}@media only screen and (max-width: 480px){.row{margin-left:-7.5px;margin-right:-7.5px}}[class*='col-'],.col{padding-left:15px;padding-right:15px}@media only screen and (max-width: 992px){[class*='col-'],.col{padding-left:7.5px;padding-right:7.5px}}@media only screen and (max-width: 768px){[class*='col-'],.col{padding-left:7.5px;padding-right:7.5px}}@media only screen and (max-width: 480px){[class*='col-'],.col{padding-left:7.5px;padding-right:7.5px}}.grid{padding:80px 0 50px}@media only screen and (max-width: 992px){.grid{padding:60px 0 45px}}@media only screen and (max-width: 768px){.grid{padding:30px 0 15px}}@media only screen and (max-width: 480px){.grid{padding:30px 0 15px}}.grid.row--flat{padding:80px 0}.grid.grid--compact{padding:30px 0 0}@media only screen and (max-width: 992px){.grid.grid--compact{padding:15px 0 0}}@media only screen and (max-width: 768px){.grid.grid--compact{padding:15px 0 0}}@media only screen and (max-width: 768px){.grid.grid--compact{padding:15px 0 0}}.grid.grid--compact.row--flat{padding:0}.grid.grid--compact.row--flat .container-fluid{padding:0}.grid-item{margin-bottom:30px}@media only screen and (max-width: 992px){.grid-item{margin-bottom:15px}}@media only screen and (max-width: 768px){.grid-item{margin-bottom:15px}}@media only screen and (max-width: 480px){.grid-item{margin-bottom:15px}}.row--flat .grid-item{margin-bottom:0}.feed [class*='col-']{margin-bottom:30px}@media only screen and (max-width: 992px){.feed [class*='col-']{margin-bottom:15px}}@media only screen and (max-width: 768px){.feed [class*='col-']{margin-bottom:0}}.search{top:30px}@media only screen and (max-width: 992px){.search{top:0}}.scroll .search{top:0}.search__suggest{list-style:none;margin:0;padding:0}.search__suggest li a{padding:10px;border-top:1px solid rgba(0,0,0,0.05);display:flex}.search__suggest li a .search__suggest-desc{flex-grow:1;padding-top:5px;font-size:12px;line-height:16px;display:block;color:#555}.search__suggest li a .search__suggest-title{font-size:14px;display:block;font-weight:bold}.search__suggest li a:hover{background-color:rgba(0,0,0,0.03)}.search__suggest li:first-child a{border-top:0}.search__prefilled,.search__autocomplete{position:absolute;top:100%;left:0;background-color:#fff;padding:15px;border-radius:0 0 5px 5px;width:100%;max-width:600px;transition:all 0.3s ease;opacity:0;transform:translateY(20px);box-shadow:0 10px 24px rgba(0,0,0,0.15);border-top:1px solid rgba(0,0,0,0.05);max-height:calc(100vh - 70px);overflow-y:auto;-webkit-overflow-scrolling:touch}.search__prefilled>.button,.search__autocomplete>.button{margin-top:10px}@media only screen and (max-width: 992px){.search__prefilled,.search__autocomplete{max-height:calc(100vh - 50px)}}.search-visible .search__prefilled,.search-visible .search__autocomplete{opacity:1;transition-delay:0.3s;transform:translateY(0)}.search__no-results{font-weight:bold;color:#999;text-align:center;margin:20px 0 10px}.sub-top{position:absolute;width:100%;top:0;left:0;height:30px;font-size:12px;background-color:#303030;z-index:600}@media only screen and (max-width: 992px){.sub-top{display:none}}.sub-top.top--scroll-bg{background:transparent}.sub-top__inner{display:flex;justify-content:flex-end}.sub-top__naviation{list-style:none;margin:0;padding:0;display:flex}.sub-top__naviation li{position:relative}.sub-top__naviation li a{display:block;line-height:30px;color:rgba(255,255,255,0.7);font-weight:bold;transition:all 0.2s ease}.sub-top__naviation li a img{max-width:14px}.sub-top__naviation li.selected>a{color:#00a464}.sub-top__naviation li:hover>a{color:#fff}.sub-top__naviation li ul{position:absolute;background-color:#303030;width:170px;right:0;list-style:none;padding:5px 0;margin:0;visibility:hidden;opacity:0;top:100%;transition:all 0.2s ease}.sub-top__naviation li ul li a{line-height:1;padding:10px 15px;color:rgba(255,255,255,0.7)}.sub-top__naviation li ul li a:hover{background:rgba(0,0,0,0.02);color:#fff}.sub-top__naviation li ul li.selected a{color:#fff}.sub-top__naviation li:hover ul{visibility:visible;opacity:1}.sub-top__naviation--left>li{margin-right:17px}.sub-top__naviation--right>li{margin-left:17px}.feed .feed-list-item-wrap{margin-bottom:0}@media only screen and (max-width: 768px){.feed .feed-list-item-wrap{padding-top:0;padding-bottom:0}}.feed-list-item{position:relative;padding-top:8px;padding-bottom:8px;padding-left:20px;font-weight:bold;font-size:14px}.feed-list-item a{color:inherit}.feed-list-item a:hover{color:#00a464}.feed-list-item i.fa-angle-right{color:#00a464;position:absolute;top:7px;left:0;font-size:20px}@media only screen and (max-width: 768px){.feed-list-item{padding-left:20px}}.breadcrumbs{flex-wrap:wrap}.toggle-filter{margin-bottom:10px}@media only screen and (max-width: 768px){.filter{display:none}}.filter__list{list-style:none;padding:0}.filter__list li{padding:3px 5px}.toggle-advanced-search{font-weight:bold;margin-top:7px;margin-left:7px;display:inline-block}.company-item{font-size:14px}.company-item p{margin-bottom:0}@media only screen and (max-width: 768px){.company-item p{margin-bottom:15px}}.company-item__button{text-align:right}@media only screen and (max-width: 768px){.company-item__button{text-align:left}}.acc.acc--small .filter__list{margin-bottom:0}.breadcrumb-block{padding:12px 0 10px;background-color:#f9f9f9;text-align:center;border-top:1px solid #e6e6e6}.breadcrumb-block ul.breadcrumbs{margin:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
