﻿@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../font/fontawesome-webfont.eot");
  src: url("../font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg#FontAwesome") 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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #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;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
  content: "";
  content: none;
}

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

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

/* Clear fix */
.cf:before, .cf:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.cf:after,
.clearfix:after {
  clear: both;
}

/* Box sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

@font-face {
  font-family: "brodic";
  src: url("../font/brodic.eot");
  src: url("../font/brodic.eot?#iefix") format("embedded-opentype"), url("../font/brodic.woff") format("woff"), url("../font/brodic.ttf") format("truetype"), url("../font/brodic.svg#brodic") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "brodic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 
 #  Typography
*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #254e60;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  color: #404041;
}

h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #00abe8;
  font-weight: 300;
}

h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #00abe8;
  font-weight: 300;
}

h4 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333331;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333331;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333331;
  font-weight: 600;
}

h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2 {
  margin-top: 0;
}

h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3 {
  margin-top: 0;
}

h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4 {
  margin-top: 0;
}

h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5 {
  margin-top: 0;
}

h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6 {
  margin-top: 0;
}

/* Heading links */
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: #e29425;
}

/* Font styles */
strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 0.85em;
}

sub {
  vertical-align: bottom;
  font-size: 0.7em;
  line-height: 1;
}

sup {
  vertical-align: top;
  font-size: 0.7em;
  line-height: 1;
}

del {
  text-decoration: line-through;
}

/* Global link */
a {
  color: #009cdb;
  text-decoration: underline;
}

a:hover {
  color: #e29425;
  text-decoration: none;
}

/* p, blockquote */
p,
blockquote {
  margin: 20px 0;
}

@media (max-width: 959px) {
  p,
  blockquote {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  p,
  blockquote {
    margin: 15px 0;
  }
}
blockquote {
  padding: 0 40px;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 959px) {
  blockquote {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 0 20px;
  }
}
/* hr */
hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 30px 0;
  color: #e0e0e0;
  background: #e0e0e0;
}

@media (max-width: 959px) {
  hr {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 25px 0;
  }
}
/* Lists */
.typ ul,
.typ ol {
  margin: 20px 0;
}

@media (max-width: 959px) {
  .typ ul,
  .typ ol {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .typ ul,
  .typ ol {
    margin: 15px 0;
  }
}
p + ul,
p + ol {
  margin-top: -10px;
}

@media (max-width: 959px) {
  p + ul,
  p + ol {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  p + ul,
  p + ol {
    margin-top: -7.5px;
  }
}
.typ ul > li {
  padding-left: 20px;
}

.typ ul > li:before {
  content: "—";
  margin: 0 0 0 -20px;
  width: 20px;
  display: inline-block;
}

.typ ol > li {
  list-style: inside decimal;
  margin-left: 0;
}

.typ ol ol > li {
  list-style-type: lower-latin;
}

.typ ul ul,
.typ ul ol,
.typ ol ul,
.typ ol ol {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.typ ul li,
.typ ol li {
  overflow: hidden;
  width: auto;
}

/* Tables */
.table-wrapper-outer {
  margin: 20px 0;
  clear: both;
  position: relative;
  overflow: hidden;
}

@media (max-width: 959px) {
  .table-wrapper-outer {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .table-wrapper-outer {
    margin: 15px 0;
  }
}
.table-wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 0;
}

.table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.table-wrapper-fade {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px/50% 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
  display: none;
}

.table-fade-active .table-wrapper-fade {
  display: block;
}

table {
  margin: 0;
  font-size: 1em;
  color: #404041;
}

th,
td {
  padding: 15px;
}

@media (max-width: 959px) {
  th,
  td {
    padding: 13.5px;
  }
}
@media (max-width: 767px) {
  th,
  td {
    padding: 11.25px;
  }
}
th {
  border-right: 1px solid #fff;
  color: #404041;
  background: #cdcdcd;
  text-align: left;
  font-size: 1em;
}

td {
  border-right: 1px solid #fff;
}

.even td {
  background: #ededed;
}

.odd td {
  background: #f9f9f9;
}

.typ th,
.typ td {
  vertical-align: top;
}

th:last-child,
td:last-child {
  border-right: 0;
}

/* Content box */
.content-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  color: #254e60;
}

@media (max-width: 959px) {
  .content-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .content-box {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
  }
}
.content-box.content-box-border {
  border: 1px solid #00abe8;
}

.color-contrast .content-box.content-box-border {
  border-color: #999;
}

.content-box.content-box-bg {
  background: #f8f8f8;
}

.even .content-box.content-box-bg {
  background-color: #ebebeb;
}

.color-contrast .content-box.content-box-bg {
  background-color: gray;
}

.color-contrast .content-box {
  color: #fff;
  /*
      .content-button:hover {
          background: darken($color-contrast-bg, 5%);
      }
      */
}

/* Media */
.media-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f8f8f8;
  width: 560px;
  max-width: 100%;
}

@media (max-width: 959px) {
  .media-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .media-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.fluid-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  width: 100%;
}

.fluid-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-left {
  float: left;
  margin-right: 20px;
  margin-top: 0 !important;
}

.media-right {
  float: right;
  margin-left: 20px;
  margin-top: 0 !important;
}

.media-center {
  margin-left: auto;
  margin-right: auto;
}

.media-wide {
  width: 100% !important;
  clear: both;
}

.image-left {
  max-width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

@media (max-width: 959px) {
  .image-left {
    margin-bottom: 10px;
  }
}
.image-right {
  max-width: 100%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

@media (max-width: 959px) {
  .image-right {
    margin-bottom: 10px;
  }
}
.image-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-wide {
  width: 100% !important;
  clear: both;
}

.image-left img,
.image-right img,
.image-center img,
.image-wide img {
  display: block;
}

.image-center img {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.typ img {
  height: auto !important;
}

/*
.img_v {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: $alt-bg;
}

.img_v img {
    display: block;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
}
*/
/* Flowplayer */
.flowplayer {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .flowplayer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .flowplayer {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.flowplayer.is-fullscreen {
  margin: 0 !important;
  z-index: 99999999999 !important;
}

/* File types links */
.typ a[href$=doc]:after,
.typ a[href$=DOC]:after,
.typ a[href$=docx]:after,
.typ a[href$=DOCX]:after,
.typ a[href$=txt]:after,
.typ a[href$=TXT]:after,
.typ a[href$=rtf]:after,
.typ a[href$=RTF]:after,
.typ a[href$=xls]:after,
.typ a[href$=XLS]:after,
.typ a[href$=xlsx]:after,
.typ a[href$=XLSX]:after,
.typ a[href$=ppt]:after,
.typ a[href$=PPT]:after,
.typ a[href$=pptx]:after,
.typ a[href$=PPTX]:after,
.typ a[href$=pdf]:after,
.typ a[href$=PDF]:after,
.typ a[href$=zip]:after,
.typ a[href$=ZIP]:after,
.typ a[href$=rar]:after,
.typ a[href$=RAR]:after,
.typ a[href$=jpg]:after,
.typ a[href$=JPG]:after,
.typ a[href$=jpeg]:after,
.typ a[href$=JPEG]:after,
.typ a[href$=gif]:after,
.typ a[href$=GIF]:after,
.typ a[href$=bmp]:after,
.typ a[href$=BMP]:after,
.typ a[href$=png]:after,
.typ a[href$=PNG]:after,
.typ a[href$=tif]:after,
.typ a[href$=TIF]:after,
.typ a[href$=tiff]:after,
.typ a[href$=TIFF]:after,
.typ a[href$=wav]:after,
.typ a[href$=WAV]:after,
.typ a[href$=wma]:after,
.typ a[href$=WMA]:after,
.typ a[href$=mp3]:after,
.typ a[href$=MP3]:after,
.typ a[href$=avi]:after,
.typ a[href$=AVI]:after,
.typ a[href$=divx]:after,
.typ a[href$=DIVX]:after,
.typ a[href$=mov]:after,
.typ a[href$=MOV]:after,
.typ a[href$=mp4]:after,
.typ a[href$=MP4]:after,
.typ a[href$=mpg]:after,
.typ a[href$=MPG]:after,
.typ a[href$=wmv]:after,
.typ a[href$=WMV]:after,
.typ a[href$=flv]:after,
.typ a[href$=FLV]:after,
.typ span.external a:after,
.typ span.external a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
}

.typ a[href$=doc]:after,
.typ a[href$=docx]:after,
.typ a[href$=DOC]:after,
.typ a[href$=DOCX]:after {
  content: "m";
}

.typ a[href$=txt]:after,
.typ a[href$=rtf]:after,
.typ a[href$=TXT]:after,
.typ a[href$=RTF]:after {
  content: "k";
}

.typ a[href$=xls]:after,
.typ a[href$=xlsx]:after,
.typ a[href$=XLS]:after,
.typ a[href$=XLSX]:after {
  content: "e";
}

.typ a[href$=ppt]:after,
.typ a[href$=pptx]:after,
.typ a[href$=PPT]:after,
.typ a[href$=PPTX]:after {
  content: "i";
}

.typ a[href$=pdf]:after,
.typ a[href$=PDF]:after {
  content: "h";
}

.typ a[href$=zip]:after,
.typ a[href$=rar]:after,
.typ a[href$=ZIP]:after,
.typ a[href$=RAR]:after {
  content: "b";
}

.typ a[href$=jpg]:after,
.typ a[href$=jpeg]:after,
.typ a[href$=gif]:after,
.typ a[href$=bmp]:after,
.typ a[href$=png]:after,
.typ a[href$=tif]:after,
.typ a[href$=tiff]:after,
.typ a[href$=JPG]:after,
.typ a[href$=JPEG]:after,
.typ a[href$=GIF]:after,
.typ a[href$=BMP]:after,
.typ a[href$=PNG]:after,
.typ a[href$=TIF]:after,
.typ a[href$=TIFF]:after {
  content: "f";
}

.typ a[href$=wav]:after,
.typ a[href$=wma]:after,
.typ a[href$=mp3]:after,
.typ a[href$=WAV]:after,
.typ a[href$=WMA]:after,
.typ a[href$=MP3]:after {
  content: "c";
}

.typ a[href$=avi]:after,
.typ a[href$=divx]:after,
.typ a[href$=mov]:after,
.typ a[href$=mp4]:after,
.typ a[href$=mpg]:after,
.typ a[href$=wmv]:after,
.typ a[href$=flv]:after,
.typ a[href$=AVI]:after,
.typ a[href$=DIVX]:after,
.typ a[href$=MOV]:after,
.typ a[href$=MP4]:after,
.typ a[href$=MPG]:after,
.typ a[href$=WMV]:after,
.typ a[href$=FLV]:after {
  content: "l";
}

.typ span.external a:after {
  content: "o";
}

.typ a.content-img:after {
  display: none;
}

/* Reset margins */
.typ *:first-child {
  margin-top: 0;
}

.typ *:last-child {
  margin-bottom: 0;
}

/*** Content button ***/
.content-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
}

/* 
#  Grid
*/
.wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrap:before, .wrap:after {
  content: " ";
  display: table;
}

.wrap:after {
  clear: both;
}

.col {
  float: left;
  width: 100%;
  margin-right: 2.5641%;
}

.col:last-child {
  margin-right: 0 !important;
}

/* Grid cols */
.c1 {
  width: 1.7094%;
}

.c2 {
  width: 5.98291%;
}

.c3 {
  width: 10.25641%;
}

.c4 {
  width: 14.52991%;
}

.c5 {
  width: 18.80342%;
}

.c6 {
  width: 23.07692%;
}

.c7 {
  width: 27.35043%;
}

.c8 {
  width: 31.62393%;
}

.c9 {
  width: 35.89744%;
}

.c10 {
  width: 40.17094%;
}

.c11 {
  width: 44.44444%;
}

.c12 {
  width: 48.71795%;
}

.c13 {
  width: 52.99145%;
}

.c14 {
  width: 57.26496%;
}

.c15 {
  width: 61.53846%;
}

.c16 {
  width: 65.81197%;
}

.c17 {
  width: 70.08547%;
}

.c18 {
  width: 74.35897%;
}

.c19 {
  width: 78.63248%;
}

.c20 {
  width: 82.90598%;
}

.c21 {
  width: 87.17949%;
}

.c22 {
  width: 91.45299%;
}

.c23 {
  width: 95.7265%;
}

@media (min-width: 960px) {
  .c24 {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/* Grid - desktop sub cols */
@media (min-width: 960px) {
  /* c9 */
  .c9 .col,
  .c18 .c9 .col {
    margin-right: 7.1428571429%;
  }
  .c9 .c1,
  .c18 .c9 .c1 {
    width: 4.7619%;
  }
  .c9 .c2,
  .c18 .c9 .c2 {
    width: 16.66667%;
  }
  .c9 .c3,
  .c18 .c9 .c3 {
    width: 28.57143%;
  }
  .c9 .c4,
  .c18 .c9 .c4 {
    width: 40.47619%;
  }
  .c9 .c5,
  .c18 .c9 .c5 {
    width: 52.38095%;
  }
  .c9 .c6,
  .c18 .c9 .c6 {
    width: 64.28571%;
  }
  .c9 .c7,
  .c18 .c9 .c7 {
    width: 76.19048%;
  }
  .c9 .c8,
  .c18 .c9 .c8 {
    width: 88.09524%;
  }
  .c9 .c9,
  .c18 .c9 .c9 {
    width: 100%;
  }
  /* c12 */
  .c12 .col,
  .c18 .c12 .col {
    margin-right: 5.2631578947%;
  }
  .c12 .c1,
  .c18 .c12 .c1 {
    width: 3.50877%;
  }
  .c12 .c2,
  .c18 .c12 .c2 {
    width: 12.2807%;
  }
  .c12 .c3,
  .c18 .c12 .c3 {
    width: 21.05263%;
  }
  .c12 .c4,
  .c18 .c12 .c4 {
    width: 29.82456%;
  }
  .c12 .c5,
  .c18 .c12 .c5 {
    width: 38.59649%;
  }
  .c12 .c6,
  .c18 .c12 .c6 {
    width: 47.36842%;
  }
  .c12 .c7,
  .c18 .c12 .c7 {
    width: 56.14035%;
  }
  .c12 .c8,
  .c18 .c12 .c8 {
    width: 64.91228%;
  }
  .c12 .c9,
  .c18 .c12 .c9 {
    width: 73.68421%;
  }
  .c12 .c10,
  .c18 .c12 .c10 {
    width: 82.45614%;
  }
  .c12 .c11,
  .c18 .c12 .c11 {
    width: 91.22807%;
  }
  .c12 .c12,
  .c18 .c12 .c12 {
    width: 100%;
  }
  /* c14 */
  .c14 .col,
  .c18 .c14 .col {
    margin-right: 4.4776119403%;
  }
  .c14 .c1,
  .c18 .c14 .c1 {
    width: 2.98507%;
  }
  .c14 .c2,
  .c18 .c14 .c2 {
    width: 10.44776%;
  }
  .c14 .c3,
  .c18 .c14 .c3 {
    width: 17.91045%;
  }
  .c14 .c4,
  .c18 .c14 .c4 {
    width: 25.37313%;
  }
  .c14 .c5,
  .c18 .c14 .c5 {
    width: 32.83582%;
  }
  .c14 .c6,
  .c18 .c14 .c6 {
    width: 40.29851%;
  }
  .c14 .c7,
  .c18 .c14 .c7 {
    width: 47.76119%;
  }
  .c14 .c8,
  .c18 .c14 .c8 {
    width: 55.22388%;
  }
  .c14 .c9,
  .c18 .c14 .c9 {
    width: 62.68657%;
  }
  .c14 .c10,
  .c18 .c14 .c10 {
    width: 70.14925%;
  }
  .c14 .c11,
  .c18 .c14 .c11 {
    width: 77.61194%;
  }
  .c14 .c12,
  .c18 .c14 .c12 {
    width: 85.07463%;
  }
  .c14 .c13,
  .c18 .c14 .c13 {
    width: 92.53731%;
  }
  .c14 .c14,
  .c18 .c14 .c14 {
    width: 100%;
  }
  /* c18 */
  .c18 .col {
    margin-right: 3.4482758621%;
  }
  .c18 .c1 {
    width: 2.29885%;
  }
  .c18 .c2 {
    width: 8.04598%;
  }
  .c18 .c3 {
    width: 13.7931%;
  }
  .c18 .c4 {
    width: 19.54023%;
  }
  .c18 .c5 {
    width: 25.28736%;
  }
  .c18 .c6 {
    width: 31.03448%;
  }
  .c18 .c7 {
    width: 36.78161%;
  }
  .c18 .c8 {
    width: 42.52874%;
  }
  .c18 .c9 {
    width: 48.27586%;
  }
  .c18 .c10 {
    width: 54.02299%;
  }
  .c18 .c11 {
    width: 59.77011%;
  }
  .c18 .c12 {
    width: 65.51724%;
  }
  .c18 .c13 {
    width: 71.26437%;
  }
  .c18 .c14 {
    width: 77.01149%;
  }
  .c18 .c15 {
    width: 82.75862%;
  }
  .c18 .c16 {
    width: 88.50575%;
  }
  .c18 .c17 {
    width: 94.25287%;
  }
  .c18 .c18 {
    width: 100%;
  }
}
/* Grid tablet */
@media (max-width: 959px) {
  .tablet-c1 {
    width: 1.7094% !important;
  }
  .tablet-c2 {
    width: 5.98291% !important;
  }
  .tablet-c3 {
    width: 10.25641% !important;
  }
  .tablet-c4 {
    width: 14.52991% !important;
  }
  .tablet-c5 {
    width: 18.80342% !important;
  }
  .tablet-c6 {
    width: 23.07692% !important;
  }
  .tablet-c7 {
    width: 27.35043% !important;
  }
  .tablet-c8 {
    width: 31.62393% !important;
  }
  .tablet-c9 {
    width: 35.89744% !important;
  }
  .tablet-c10 {
    width: 40.17094% !important;
  }
  .tablet-c11 {
    width: 44.44444% !important;
  }
  .tablet-c12 {
    width: 48.71795% !important;
  }
  .tablet-c13 {
    width: 52.99145% !important;
  }
  .tablet-c14 {
    width: 57.26496% !important;
  }
  .tablet-c15 {
    width: 61.53846% !important;
  }
  .tablet-c16 {
    width: 65.81197% !important;
  }
  .tablet-c17 {
    width: 70.08547% !important;
  }
  .tablet-c18 {
    width: 74.35897% !important;
  }
  .tablet-c19 {
    width: 78.63248% !important;
  }
  .tablet-c20 {
    width: 82.90598% !important;
  }
  .tablet-c21 {
    width: 87.17949% !important;
  }
  .tablet-c22 {
    width: 91.45299% !important;
  }
  .tablet-c23 {
    width: 95.7265% !important;
  }
  .tablet-c24 {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .mob-c1 {
    width: 1.7094% !important;
  }
  .mob-c2 {
    width: 5.98291% !important;
  }
  .mob-c3 {
    width: 10.25641% !important;
  }
  .mob-c4 {
    width: 14.52991% !important;
  }
  .mob-c5 {
    width: 18.80342% !important;
  }
  .mob-c6 {
    width: 23.07692% !important;
  }
  .mob-c7 {
    width: 27.35043% !important;
  }
  .mob-c8 {
    width: 31.62393% !important;
  }
  .mob-c9 {
    width: 35.89744% !important;
  }
  .mob-c10 {
    width: 40.17094% !important;
  }
  .mob-c11 {
    width: 44.44444% !important;
  }
  .mob-c12 {
    width: 48.71795% !important;
  }
  .mob-c13 {
    width: 52.99145% !important;
  }
  .mob-c14 {
    width: 57.26496% !important;
  }
  .mob-c15 {
    width: 61.53846% !important;
  }
  .mob-c16 {
    width: 65.81197% !important;
  }
  .mob-c17 {
    width: 70.08547% !important;
  }
  .mob-c18 {
    width: 74.35897% !important;
  }
  .mob-c19 {
    width: 78.63248% !important;
  }
  .mob-c20 {
    width: 82.90598% !important;
  }
  .mob-c21 {
    width: 87.17949% !important;
  }
  .mob-c22 {
    width: 91.45299% !important;
  }
  .mob-c23 {
    width: 95.7265% !important;
  }
  .mob-c24 {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/* 
#  Header
*/
#pageHeader {
  height: 140px;
  position: relative;
  z-index: 9999;
  background: #fff;
}

@media (max-width: 959px) {
  #pageHeader {
    height: 90px;
  }
}
@media (max-width: 767px) {
  #pageHeader {
    height: 90px;
  }
}
#pageHeader .wrap {
  position: relative;
}

.hdr-top,
.hdr-container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (min-width: 960px) and (max-width: 1229px) {
  .hdr-top,
  .hdr-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 959px) {
  .hdr-top,
  .hdr-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .hdr-top,
  .hdr-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hdr-top {
  display: none;
}

/*** Mob menu switch ***/
@media (max-width: 959px) {
  .menu-switch {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background: 0;
    color: #0068a0 !important;
    text-decoration: none !important;
    overflow: hidden;
    text-indent: -9999px;
  }
  .menu-switch:after {
    font-family: "brodic" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    display: block;
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    content: "(";
    font-size: 26px;
    text-align: center;
  }
}
/*** Header fixed ***/
@media (max-width: 959px) {
  .header-fixed {
    padding-top: 90px;
  }
  .header-fixed #pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    box-shadow: 0 0 3px #ddd;
  }
  .header-fixed .menu-open {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .header-fixed {
    padding-top: 90px;
  }
  .header-fixed #pageHeader {
    height: 90px;
  }
}
/*** Hide print logo ***/
#printlogo {
  display: none;
}

/* 
#  Container
*/
#pageContainer {
  position: relative;
  padding-bottom: 90px;
}

@media (max-width: 959px) {
  #pageContainer {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #pageContainer {
    padding-bottom: 50px;
  }
}
.container-row {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 960px) and (max-width: 1229px) {
  .container-row {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 959px) {
  .container-row {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .container-row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.container-row:not(.container-row-main) .content {
  margin-bottom: 0;
}

.container-row:not(.container-row-main) .content.col:nth-of-type(2) {
  float: right;
}

@media (max-width: 767px) {
  .container-row:not(.container-row-main) .content {
    margin-bottom: 20px;
  }
  .container-row:not(.container-row-main) .content:last-child {
    margin-bottom: 0;
  }
}
.container-row.even {
  background-color: #f8f8f8;
}

.container-row.even.color-contrast {
  background-color: #666;
}

.container-row.odd + .container-footer-row {
  padding-top: 0 !important;
}

.container-row.even + .container-row.even,
.container-row.odd + .container-row.odd {
  padding-top: 0 !important;
}

.container-row-main {
  padding-top: 10px;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .container-row-main:has(.path) {
    padding-top: 0;
  }
}

@media (max-width: 959px) {
  .container-row-main {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .container-row-main {
    padding-top: 20px;
  }
}
.page-home .container-row-main {
  padding-top: 50px;
}

@media (max-width: 959px) {
  .page-home .container-row-main {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-home .container-row-main {
    padding-top: 20px;
  }
}
.container-row,
.share-content {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 960px) and (max-width: 1229px) {
  .container-row,
  .share-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 959px) {
  .container-row,
  .share-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .container-row,
  .share-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.container-row .share-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 959px) {
  .page-footer-holder {
    display: none;
  }
}

#container {
  position: relative;
}

.sidenav #container {
  margin-right: 0 !important;
}

.path {
  margin: 0 0 30px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  height: 50px;
  background-color: #009cdb;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.path::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: 0;
  left: -2500px;
  width: 5000px;
  height: 100%;
  background-color: inherit;
}
.path ul {
  position: relative;
  z-index: 2;
}

@media (max-width: 959px) {
  .path {
    margin-bottom: 20px;
  }
}
.path li {
  display: inline-block;
}

.path li:after {
  display: inline-block;
  margin: 0 8px 0 10px;
  content: ">";
}

.path li.on:after {
  display: none;
}

.path li.on > a {
  pointer-events: none;
}

.path a {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

.path a[href] {
  cursor: pointer;
}

.path a[href]:hover {
  color: #e29425;
}

.color-contrast .path {
  color: #fff;
}

.color-contrast .path a {
  color: #fff;
}

.color-contrast .path a[href]:hover {
  color: #ccc;
}

.color-contrast .path .on > a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .path {
    display: none;
  }
}
.page-home .path {
  display: none;
}

.hide-path .path {
  display: none;
}

.share-footer .wrap {
  border-top: 1px solid #dee0e0;
  padding-top: 20px;
}

@media (max-width: 959px) {
  .share-footer .wrap {
    padding-top: 30px;
  }
  .share-footer .wrap .print {
    display: none;
  }
}
@media (max-width: 767px) {
  .share-footer .wrap {
    padding-top: 20px;
  }
}
#container .share-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-article #container .share-footer {
  display: none;
}

.print {
  margin-left: 10px !important;
}

.print,
.rss-link,
.share {
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
}

.print,
.rss-link {
  margin-right: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #e0e0e0;
}

.page-home .print, .page-home .rss-link {
  display: none;
}

.print a,
.rss-link a {
  display: block;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}

.print a:hover:after,
.rss-link a:hover:after {
  color: #e29425;
}

.print a:after,
.rss-link a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "p";
  font-size: 20px;
  color: #333331;
  margin: 0;
}

.rss-link a:after {
  content: "9";
}

.addthis_toolbox {
  height: 21px;
  overflow: hidden;
}

.addthis_button_facebook_like {
  margin-right: 10px;
}

/* 
#  Footer
*/
#pageFooter {
  background: #3387b4;
  color: #fff;
}

.footer-container {
  background-color: #009CDB;
  background: linear-gradient(180deg, rgb(0, 156, 219) 0%, rgb(0, 110, 167) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-row {
  padding-left: 30px;
  padding-right: 30px;
}
.footer-row > .wrap {
  max-width: 1000px;
}
.footer-row > .wrap > .cf {
  display: flex;
  align-items: flex-end;
}
.footer-row > .wrap > .cf::before, .footer-row > .wrap > .cf::after {
  display: none;
}
@media (max-width: 959px) {
  .footer-row > .wrap > .cf {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-row > .wrap > .cf {
    gap: 40px;
  }
}

@media (min-width: 960px) and (max-width: 1229px) {
  .footer-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 959px) {
  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fr2-box {
  font-size: 12px;
  line-height: 1.5;
}
.fr2-box__title {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.56px;
  color: #fff;
  margin-bottom: 15px;
}
.fr2-box__title:has(img) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.fr2-box__content p {
  margin: 0;
}
.fr2-box__content a {
  color: #fff;
  text-decoration: none;
}
.fr2-box__content a:hover {
  color: #f7931e;
}
.fr2-box--intro {
  flex: 0 0 28%;
  max-width: 28%;
}
@media (max-width: 959px) {
  .fr2-box--intro {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fr2-box--social {
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: auto;
}
@media (max-width: 959px) {
  .fr2-box--social {
    order: 5;
  }
}
@media (max-width: 767px) {
  .fr2-box--social {
    order: unset;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fr2-box--content {
  flex: 0 0 20%;
  max-width: 20%;
  margin-left: 80px;
}
.fr2-box--content + .fr2-box--content {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .fr2-box--content + .fr2-box--content {
    margin-left: 0;
  }
}
@media (max-width: 959px) {
  .fr2-box--content {
    margin-top: 40px;
    margin-left: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .fr2-box--content {
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.social-icons {
  color: #fff;
}
.social-icons ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .social-icons ul {
    justify-content: flex-start;
    gap: 8px;
  }
}
.social-icons svg {
  display: block;
  height: 40px;
}
.social-icons svg path {
  fill: currentColor;
}
.social-icons a {
  color: currentColor;
  text-decoration: none;
}
.social-icons__facebook svg {
  width: 23px;
}
.social-icons__instagram svg {
  width: 40px;
}

#impressum {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: normal;
}

#impressum p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 959px) {
  #impressum p {
    float: none !important;
    margin-bottom: 5px;
  }
  #impressum p:last-child {
    margin-bottom: 0;
  }
}
#impressum #copyright {
  float: left;
}

#impressum #development {
  float: right;
}

#impressum #development a {
  color: inherit;
  text-decoration: none;
}

#impressum #development a:hover {
  color: #f7931e;
}

@media (max-width: 767px) {
  #impressum #development span {
    display: block;
  }
  #impressum #development span.divider {
    display: none;
  }
}
.top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 9999;
}

.top a {
  display: block;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background-color: #fff;
  color: #254e60;
  border-color: #254e60;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  font-size: 24px;
  overflow: hidden;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
}
.top a:hover, .top a:active, .top a:focus {
  background-color: #009cdb;
  border-color: #009cdb;
  color: #fff;
}

.top a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 48px;
  content: "]";
  text-align: center;
}

.top {
  display: none;
}

@media (min-width: 960px) {
  #pageFooter .top {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .top {
    display: none !important;
  }
  #pageFooter .top {
    display: block !important;
    position: static;
    text-align: center;
  }
  #pageFooter .top a {
    margin: 30px auto 0 auto;
  }
}
/* 
#  Navigation
*/
#navigation {
  position: absolute;
  z-index: 9000;
  bottom: 20px;
  right: 0;
  padding-right: 350px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  #navigation {
    padding-right: 320px;
  }
}

#navigation .wrap {
  position: relative;
}

#pageHeader #navigation {
  padding-left: 0;
}

@media (max-width: 959px) {
  #navigation {
    display: none !important;
  }
}
#menu {
  color: #009cdb;
  height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

#menu a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#menu > li {
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 50px;
  height: 22px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  #menu > li {
    margin-right: 25px;
  }
}

#menu > li:last-child {
  margin-right: 0;
}

#menu > li.open {
  z-index: 2;
}

.no-touch #menu > li:hover {
  z-index: 3;
}

#menu > li.sub > a span {
  display: none;
}

#menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  background: 0;
  position: relative;
  z-index: 500;
}
#menu > li > a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 20px;
  height: 3px;
  background-color: #009cdb;
  opacity: 0;
}

.no-touch #menu > li:hover > a::before,
#menu > li.open > a::before,
#menu > li.on > a::before {
  opacity: 1;
}

.no-touch #menu > li.sub:hover > a,
#menu > li.open > a {
  height: 60px;
}
.no-touch #menu > li.sub:hover > a::before,
#menu > li.open > a::before {
  opacity: 1;
}

#menu ul {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.56px;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0.1s;
}

#menu ul ul {
  font-weight: 400;
  text-transform: none;
}

#menu ul a {
  padding-top: 2px;
  padding-bottom: 2px;
}

#menu > li > ul,
#menu .sub-1 ul {
  position: absolute;
  top: 60px;
  left: 0;
  background: rgba(0, 104, 160, 0.9);
}

#menu > li > ul > li,
#menu .sub-1 ul > li {
  position: relative;
}

#menu .sub-1 ul {
  width: 270px;
  padding: 10px 20px 20px 20px;
}

@media (min-width: 960px) and (max-width: 1229px) {
  #menu .sub-1 ul {
    width: 210px;
  }
}
#menu .sub-1 ul li {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

#menu .sub-1 ul li.open {
  z-index: 2;
}

.no-touch #menu .sub-1 ul li:hover {
  z-index: 3;
}

#menu .sub-1 ul li.sub > a {
  padding-right: 30px;
}

#menu .sub-1 ul li a {
  position: relative;
  z-index: 500;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

#menu .sub-1 ul li a span {
  display: none;
}

#menu .sub-1 ul li a span:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 20px;
  overflow: hidden;
  text-align: right;
  content: "S";
  font-size: 14px;
}

.no-touch #menu .sub-1 ul li.sub:hover, #menu .sub-1 ul li.open {
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -20px;
  padding-right: 20px;
  z-index: 500;
}

.no-touch #menu .sub-1 ul li.sub:hover > a, #menu .sub-1 ul li.open > a {
  margin-left: -10px;
  padding-left: 10px;
  margin-right: -23px;
  padding-right: 53px;
  background: #0068a0;
  border-top-color: #0068a0;
  border-right-color: transparent;
  border-bottom-color: #0068a0;
  border-left-color: #0068a0;
}

.no-touch #menu .sub-1 ul li.sub:hover > a span, #menu .sub-1 ul li.open > a span {
  right: 23px;
}

#menu .sub-1 ul li.on > a {
  color: #e29425;
}

#menu .sub-1 ul li a:hover,
.no-touch #menu .sub-1 ul li.sub:hover > a,
#menu .sub-1 ul li.open > a {
  color: #e29425;
}

#menu .sub-1 ul ul {
  top: -10px;
  left: 260px;
  width: 270px;
  background: #0068a0;
  cursor: default;
}

@media (min-width: 960px) and (max-width: 1229px) {
  #menu .sub-1 ul ul {
    left: 198px;
  }
}
@media (min-width: 960px) and (max-width: 1229px) {
  #menu .sub-1 ul ul {
    width: 210px;
  }
}
#menu .sub-1 ul ul li {
  cursor: default;
}

#menu .sub-1 ul ul a {
  color: #fff;
  cursor: pointer;
  border-bottom-color: transparent;
}

#menu .sub-1 ul ul a:hover {
  color: #e29425;
}

#menu .sub-1 ul ul .on > a {
  color: #e29425;
}

#menu > .sub-1:last-child > ul,
#menu > .sub-1:nth-last-child(1) > ul,
#menu > .sub-1:nth-last-child(2) > ul,
#menu > .sub-1:nth-last-child(3) > ul {
  left: auto;
  right: 0;
}

#menu > .sub-1:last-child > ul ul,
#menu > .sub-1:nth-last-child(1) > ul ul,
#menu > .sub-1:nth-last-child(2) > ul ul,
#menu > .sub-1:nth-last-child(3) > ul ul {
  left: auto;
  right: 100%;
}

#menu .sub-wide,
#menu .sub-col {
  position: static;
}

#menu .sub-wide > ul,
#menu .sub-col > ul {
  width: 100%;
  padding: 20px 0px 30px 0px;
}

#menu .sub-wide > ul > li,
#menu .sub-col > ul > li {
  float: left;
  padding: 0 20px 0 0;
}

#menu .sub-wide ul a,
#menu .sub-col ul a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

#menu .sub-wide ul a:hover,
#menu .sub-col ul a:hover {
  color: #e29425;
}

#menu .sub-wide .on > a,
#menu .sub-col .on > a {
  color: #e29425;
}

#menu .sub-wide > ul,
#menu .sub-col > ul {
  min-width: 600px;
  left: auto;
  right: 0;
}

#menu .sub-wide.sub-4 > ul, #menu .sub-wide.sub-5 > ul,
#menu .sub-col.sub-4 > ul,
#menu .sub-col.sub-5 > ul {
  min-width: 800px;
}

#menu .sub-wide > ul:before, #menu .sub-wide > ul:after,
#menu .sub-col > ul:before,
#menu .sub-col > ul:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 3000px;
  height: 100%;
  background: rgba(0, 104, 160, 0.9);
}

#menu .sub-wide > ul:before,
#menu .sub-col > ul:before {
  left: 100%;
}

#menu .sub-wide > ul:after,
#menu .sub-col > ul:after {
  right: 100%;
}

#menu .sub-wide > ul > li,
#menu .sub-col > ul > li {
  border-left: 1px solid #4691b9;
  padding-left: 20px;
}

#menu .sub-col.sub-2 {
  position: relative;
}

#menu .sub-col.sub-2 > ul {
  width: 540px;
}

#menu .sub-col.sub-2 > ul > li {
  width: 50%;
}

#menu .sub-col.sub-2:last-child > ul,
#menu .sub-col.sub-2:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

#menu .sub-3 > ul > li,
#menu .sub-6 > ul > li {
  width: 33.33%;
}

#menu .sub-3 > ul > li:nth-of-type(3n),
#menu .sub-6 > ul > li:nth-of-type(3n) {
  width: 33.34%;
  margin-bottom: 30px;
}

#menu .sub-3 > ul > li:nth-of-type(3n+1),
#menu .sub-6 > ul > li:nth-of-type(3n+1) {
  clear: left;
}

#menu .sub-3 > ul > li:last-child,
#menu .sub-6 > ul > li:last-child {
  margin-bottom: 0;
}

#menu .sub-4 > ul > li,
#menu .sub-7 > ul > li,
#menu .sub-8 > ul > li {
  width: 25%;
}

#menu .sub-4 > ul > li:nth-of-type(4n),
#menu .sub-7 > ul > li:nth-of-type(4n),
#menu .sub-8 > ul > li:nth-of-type(4n) {
  margin-bottom: 30px;
}

#menu .sub-4 > ul > li:nth-of-type(4n+1),
#menu .sub-7 > ul > li:nth-of-type(4n+1),
#menu .sub-8 > ul > li:nth-of-type(4n+1) {
  clear: left;
}

#menu .sub-4 > ul > li:last-child,
#menu .sub-7 > ul > li:last-child,
#menu .sub-8 > ul > li:last-child {
  margin-bottom: 0;
}

#menu .sub-5 > ul > li,
#menu .sub-9 > ul > li,
#menu .sub-10 > ul > li {
  width: 20%;
}

#menu .sub-5 > ul > li:nth-of-type(5n),
#menu .sub-9 > ul > li:nth-of-type(5n),
#menu .sub-10 > ul > li:nth-of-type(5n) {
  margin-bottom: 30px;
}

#menu .sub-5 > ul > li:nth-of-type(5n+1),
#menu .sub-9 > ul > li:nth-of-type(5n+1),
#menu .sub-10 > ul > li:nth-of-type(5n+1) {
  clear: left;
}

#menu .sub-5 > ul > li:last-child,
#menu .sub-9 > ul > li:last-child,
#menu .sub-10 > ul > li:last-child {
  margin-bottom: 0;
}

#menu .sub-wide > ul > li.sub > a {
  font-size: 12px;
  font-weight: 900;
  line-height: normal;
  color: #fff !important;
  border-bottom-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: default;
}

#menu .sub-wide > ul > li.sub > a[href] {
  cursor: pointer;
}

#menu .sub-wide > ul > li.sub > a[href]:hover {
  color: #e29425 !important;
}

#menu li.open > ul,
.no-touch #menu li.sub:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out 0.1s;
}

#menu .sub-wide.open ul,
.no-touch #menu .sub-wide:hover ul,
#menu .sub-col.open ul,
.no-touch #menu .sub-col:hover ul {
  visibility: visible !important;
  opacity: 1 !important;
}

/* 
#  Sidenav
*/
.sidemenu {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.sidemenu ul {
  padding: 0 10px 9px 10px;
  display: none;
}

.sidemenu .open > ul {
  display: block;
}

.sidemenu li {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1px;
  border-radius: 2px;
}

.sidemenu a {
  display: block;
  padding: 13px 10px;
  position: relative;
}

.sidemenu .sub > a {
  padding-right: 35px;
}

.sidemenu .sub > a span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  right: 15px;
  font-size: 14px;
}

.sidemenu .sub > a span:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: right;
}

.sidemenu ul {
  font-size: 14px;
}

.sidemenu > li {
  background: #a3aaad;
  border-color: #a3aaad;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li:hover, .sidemenu > li.open, .sidemenu > li.on {
  background: #919699;
  border-color: #777d80;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li a {
  color: #fff;
  text-decoration: none;
}

.sidemenu > li a:hover,
.open > .sidemenu > li a,
.on > .sidemenu > li a {
  color: #fff;
}

.sidemenu > li > ul > li {
  background: #808486;
  border-color: #808486;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li > ul > li:hover, .sidemenu > li > ul > li.open, .sidemenu > li > ul > li.on {
  background: #727576;
  border-color: #595b5c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li > ul > li a {
  color: #fff;
  text-decoration: none;
}

.sidemenu > li > ul > li a:hover,
.open > .sidemenu > li > ul > li a,
.on > .sidemenu > li > ul > li a {
  color: #fff;
}

.sidemenu > li > ul > li > ul > li {
  background: #666869;
  border-color: #666869;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li > ul > li > ul > li:hover, .sidemenu > li > ul > li > ul > li.open, .sidemenu > li > ul > li > ul > li.on {
  background: #57595a;
  border-color: #3e3f40;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li > ul > li > ul > li a {
  color: #fff;
  text-decoration: none;
}

.sidemenu > li > ul > li > ul > li a:hover,
.open > .sidemenu > li > ul > li > ul > li a,
.on > .sidemenu > li > ul > li > ul > li a {
  color: #fff;
}

.sidemenu > li > ul > li > ul > li > ul > li {
  background: #484a4b;
  border-color: #484a4b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li > ul > li > ul > li > ul > li:hover, .sidemenu > li > ul > li > ul > li > ul > li.open, .sidemenu > li > ul > li > ul > li > ul > li.on {
  background: #3d3f40;
  border-color: #242526;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidemenu > li > ul > li > ul > li > ul > li a {
  color: #fff;
  text-decoration: none;
}

.sidemenu > li > ul > li > ul > li > ul > li a:hover,
.open > .sidemenu > li > ul > li > ul > li > ul > li a,
.on > .sidemenu > li > ul > li > ul > li > ul > li a {
  color: #fff;
}

.sidemenu > li > ul > li > ul > li > ul > li > ul > li {
  background: #484a4b;
  border-color: #484a4b;
}

.sidemenu > li > ul > li > ul > li > ul > li > ul > li:hover, .sidemenu > li > ul > li > ul > li > ul > li > ul > li.open, .sidemenu > li > ul > li > ul > li > ul > li > ul > li.on {
  background: #3d3f40;
  border-color: #242526;
}

.sidemenu > li > ul > li > ul > li > ul > li > ul > li a {
  color: #fff;
  text-decoration: none;
}

.sidemenu > li > ul > li > ul > li > ul > li > ul > li a:hover,
.open > .sidemenu > li > ul > li > ul > li > ul > li > ul > li a,
.on > .sidemenu > li > ul > li > ul > li > ul > li > ul > li a {
  color: #fff;
}

@media (max-width: 959px) {
  .sidenav-wrapper {
    display: none;
  }
  .sidenav-wrapper.sidenav-filter {
    display: block;
  }
}
/* 
#  Mobnav
*/
@media (max-width: 959px) {
  #mobmenu {
    color: #fff;
    font-family: "Kanit", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
  }
  #mobmenu ul {
    padding: 0 10px 10px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
  }
  #mobmenu li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0;
  }
  #mobmenu li.sub > a {
    padding-right: 35px;
  }
  #mobmenu li.sub > a span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  #mobmenu li.sub > a span:after {
    font-family: "brodic" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    display: block;
    position: absolute;
    content: "Q";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 20px;
    margin: 0;
    text-align: right;
  }
  #mobmenu li.open > a > span:after {
    content: "T";
  }
  #mobmenu a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 15px 10px;
    color: inherit;
  }
  #mobmenu li {
    background: 0;
    color: #fff;
    border-color: #005787;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu li.on, #mobmenu li.open {
    background: #005787;
    color: #fff;
    border-color: #005787;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul li {
    background: #005787;
    color: #fff;
    border-color: #00476d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul li.on, #mobmenu ul li.open {
    background: #00476d;
    color: #fff;
    border-color: #00476d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul ul li {
    background: #00476d;
    color: #fff;
    border-color: #003654;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul ul li.on, #mobmenu ul ul li.open {
    background: #003654;
    color: #fff;
    border-color: #003654;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul ul ul li {
    background: #333;
    color: #fff;
    border-color: #505050;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul ul ul li.on, #mobmenu ul ul ul li.open {
    background: #231f20;
    color: #a3aaad;
    border-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul ul ul ul li {
    background: #231f20;
    color: #fff;
    border-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul ul ul ul li.on, #mobmenu ul ul ul ul li.open {
    background: #333;
    color: #a3aaad;
    border-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mobmenu ul {
    display: none;
  }
  #mobmenu .open > ul {
    display: block;
  }
  form {
    position: relative;
    left: 0;
    -webkit-transition: left 0.2s ease-in;
    -o-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
    width: 100%;
  }
  form:before {
    display: none;
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #009cdb;
  }
}
@media (max-width: 959px) and (max-width: 767px) {
  form:before {
    height: 90px;
  }
}
@media (max-width: 959px) {
  form.menu-open:before {
    display: block;
  }
  #pageHeader {
    left: 0;
    -webkit-transition: left 0.2s ease-in;
    -o-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
  }
  .mob-nav {
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    background: #0068a0;
    border-right: 1px;
    border-right-style: solid;
    border-right-color: transparent;
    padding: 15px 50px 10px 10px;
    -webkit-transition: left 0.2s ease-in;
    -o-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
    display: block !important;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
  }
  body {
    overflow-x: hidden;
  }
  .menu-open {
    left: 300px;
    margin-left: 0;
    padding-top: 90px;
  }
}
@media (max-width: 959px) and (max-width: 767px) {
  .menu-open {
    padding-top: 90px;
  }
}
@media (max-width: 959px) {
  .menu-open .mob-nav {
    left: 0;
  }
  .menu-open #pageHeader {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 300px;
    width: 100%;
  }
  .menu-open .wrap {
    margin-left: 0;
  }
  .mob-menu-close {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    text-indent: -9999px;
  }
  .mob-menu-close:after {
    font-family: "brodic" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    display: block;
    position: absolute;
    content: "z";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 20px;
    overflow: hidden;
    text-indent: 0;
    margin: 0;
  }
  .mob-menu-close:hover {
    color: #bfbfbf;
  }
}
/*** Mob nav - language ***/
.mob-language {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #005787;
}

.mob-language .language {
  position: static !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mob-language .language .switch {
  width: 100%;
}

/*** Mob nav - search ***/
.mob-nav .search-box {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  height: 40px;
  overflow: hidden;
}

.mob-nav .search-box .switch {
  display: none;
}

.mob-nav .search-box .panel {
  display: block;
  visibility: visible;
  height: 40px;
}

.mob-nav .search-box .panel input {
  height: 40px;
  font-size: 13px !important;
  padding-left: 10px !important;
  padding-right: 50px !important;
}

.mob-nav .search-box .panel .search-submit {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

/* 
#  Userbox
*/
#userBox {
  height: 50px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 8000;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 960px) and (max-width: 1229px) {
  #userBox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 959px) {
  #userBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #userBox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#userBox .wrap {
  height: 49px;
  position: relative;
}

.hdr-user-box {
  float: left;
  line-height: 49px;
  height: 49px;
  position: relative;
  padding-left: 40px;
}

.hdr-user-box:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  content: "Z";
  position: absolute;
  top: 0;
  left: 10px;
  width: 53px;
  height: 49px;
  line-height: 49px;
  margin: 0;
  color: #a3aaad;
  font-size: 20px;
}

.hdr-user-box > ul {
  margin: 0;
}

.hdr-user-box > ul li {
  display: inline-block;
  padding: 0;
}

.hdr-user-box > ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.hdr-user-box a {
  text-decoration: none;
}

.logged-user {
  padding-left: 0;
}

.logged-user:before {
  display: none;
}

.logged-user .switch {
  position: relative;
  padding: 0 15px 0 40px;
  cursor: pointer;
  color: #a3aaad;
}

.logged-user .switch:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  content: "Z";
  position: absolute;
  top: 0;
  left: 10px;
  width: 53px;
  height: 49px;
  line-height: 49px;
  margin: 0;
  color: #a3aaad;
  font-size: 20px;
  z-index: 1;
}

.logged-user .switch .arrow {
  width: 15px;
  height: 15px;
  overflow: hidden;
  position: relative;
}

.logged-user .switch .arrow:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "Q";
}

.logged-user.open .switch {
  color: #333331;
  background: #eee;
  height: 52px;
}

.logged-user.open .switch .arrow:before {
  content: "T";
}

.logged-user .switch span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.logged-user .panel {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: #eee;
  width: 300px;
  line-height: normal;
}

.logged-user.open .panel {
  display: block;
  padding: 20px;
}

.logged-user-name {
  display: none;
}

.logged-user ul {
  margin: 0;
  border-top: 1px solid #e1e1e1;
}

.logged-user ul li {
  padding: 0;
}

.logged-user ul a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #333331;
}

.logged-user ul a:hover,
.logged-user ul .on a {
  color: #999;
}

.hdr-cart-box {
  float: right;
  line-height: 49px;
}

.hdr-cart-box ul {
  margin: 0;
}

.hdr-cart-box ul li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #eee;
}

.hdr-cart-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.hdr-cart-box a {
  text-decoration: none;
}

.hdr-cart-box a span {
  display: inline-block;
  vertical-align: middle;
}

.hcb-icon {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 2px;
  margin-top: -3px;
}

.hcb-icon:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  font-size: 14px;
}

.hcb-value {
  font-weight: bold;
}

.hdr-wishlist a .hcb-icon:after {
  content: "$";
}

.hdr-cart a .hcb-icon:after {
  content: "&";
}

@media (max-width: 767px) {
  .hcb-title,
  .hcb-price {
    display: none !important;
  }
  .hdr-cart-box ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
/* 
#  Paginator
*/
.paginator-holder {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee0e0;
  font-size: 1em;
}
.page-article .paginator-holder {
  display: none;
}

@media (max-width: 959px) {
  .paginator-holder {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .paginator-holder {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.paginator-holder:before, .paginator-holder:after {
  content: " ";
  display: table;
}

.paginator-holder:after {
  clear: both;
}

.paginator-holder ul {
  position: relative;
  height: 50px;
}

.paginator-holder ul:before, .paginator-holder ul:after {
  content: " ";
  display: table;
}

.paginator-holder ul:after {
  clear: both;
}

.paginator-holder li {
  float: left;
  margin-right: 1px;
}

.paginator-holder li:last-child {
  margin-right: 0;
}

@media (max-width: 959px) {
  .paginator-holder li {
    margin-right: 0 !important;
  }
}
.paginator-holder a {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  background-color: #fff;
  color: #254e60;
  text-decoration: none;
  border-radius: 0;
  text-align: center;
  line-height: 48px;
}

.paginator-holder a:hover {
  border-color: transparent;
  background-color: #fff;
  color: #009cdb;
}

.paginator-holder a.on {
  border-color: transparent;
  background-color: #fff;
  color: #009cdb;
}

@media (max-width: 959px) {
  .paginator-holder a {
    display: none;
  }
  .paginator-holder a.on,
  .paginator-holder .pagOfPages,
  .paginator-holder .lastPage a {
    display: block;
  }
}
.paginator-holder .listPages a {
  width: auto;
  border-color: transparent;
  background: none;
  font-size: 18px;
  margin: 0 10px;
}

.paginator-holder .listPages a:hover {
  color: #009cdb;
}

.paginator-holder .prevPage,
.paginator-holder .nextPage,
.paginator-holder .basic-prev,
.paginator-holder .basic-next {
  margin: 0 !important;
  position: absolute;
  top: 0;
}

.paginator-holder .prevPage a,
.paginator-holder .nextPage a,
.paginator-holder .basic-prev a,
.paginator-holder .basic-next a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  border-color: transparent !important;
  color: #254e60;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.paginator-holder .prevPage a:hover,
.paginator-holder .nextPage a:hover,
.paginator-holder .basic-prev a:hover,
.paginator-holder .basic-next a:hover {
  color: #fff;
  background-color: #009cdb;
}

.paginator-holder .prevPage a:after,
.paginator-holder .nextPage a:after,
.paginator-holder .basic-prev a:after,
.paginator-holder .basic-next a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-indent: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

@media (max-width: 959px) {
  .paginator-holder .prevPage a,
  .paginator-holder .nextPage a,
  .paginator-holder .basic-prev a,
  .paginator-holder .basic-next a {
    display: block;
  }
}
.paginator-holder .prevPage,
.paginator-holder .basic-prev {
  right: 50px;
}

.paginator-holder .prevPage a:after,
.paginator-holder .basic-prev a:after {
  content: "?";
}

.paginator-holder .nextPage,
.paginator-holder .basic-next {
  right: 0;
}

.paginator-holder .nextPage a:after,
.paginator-holder .basic-next a:after {
  content: "@";
}

.paginator-holder .basic-list a {
  width: auto;
  padding: 0;
  position: relative;
  border-color: transparent;
  color: #254e60;
}

.paginator-holder .basic-list a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ")";
  margin: 0 0 0 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-size: 24px;
  color: currentColor;
}

.paginator-holder .basic-list a:hover {
  color: #009cdb;
}

@media (max-width: 959px) {
  .paginator-holder .basic-list a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
  .paginator-holder .basic-list a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    margin: 0;
  }
}
.pagOfPages {
  display: none;
  padding: 0 10px;
  line-height: 50px;
}

.paginator .off {
  display: none !important;
}

/* 
#  Message (tooltip)
*/
.message {
  display: none;
  position: absolute;
  width: 300px;
  overflow: hidden;
  z-index: 9999;
  bottom: 100%;
  margin-bottom: -3px;
  padding-bottom: 10px;
  text-align: left;
}

.message .message-main {
  background: #0079ba;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 15px;
  position: relative;
  z-index: 2;
}

.message .message-main p,
.message .message-main ul,
.message .message-main ol {
  margin-top: 5px;
  margin-bottom: 5px;
}

.message .message-main h2,
.message .message-main h3,
.message .message-main h4,
.message .message-main h5,
.message .message-main h6 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 5px;
  color: inherit;
}

.message .message-main a {
  color: #fff;
  text-decoration: underline;
}

.message .message-main a:hover {
  color: #fff;
  text-decoration: none;
}

.message .message-main .message-buttons {
  clear: both;
  margin: 15px 0 0;
}

.message .message-main .message-buttons li {
  display: inline-block;
  margin-right: 1px;
  padding: 0;
}

.message .message-main .message-buttons li:before {
  display: none;
}

.message .message-main .message-buttons li:last-child {
  margin-right: 0;
}

.message .message-main .message-buttons a {
  display: block;
  padding: 8px 10px;
  background: #00abe8;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
}

.message .message-main .message-buttons a:hover {
  background: #0068a0;
  color: #fff;
}

.message .message-bottom {
  position: absolute;
  bottom: 3px;
  z-index: 1;
  width: 15px;
  height: 15px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #0079ba;
}

.message .message-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  z-index: 5;
  text-indent: -9999px;
  text-decoration: none;
  color: #fff;
  background: transparent !important;
}

.message .message-close:hover {
  color: #00abe8;
}

.message .message-close:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 0;
  line-height: 20px;
  font-size: 20px;
  content: "z" !important;
}

.msg-holder {
  position: relative;
}

.msg-holder.msg-temp-add {
  position: absolute;
  top: 0;
  right: 25px;
}

.ci-col .msg-holder {
  display: inline-block;
}

.msg-holder > a {
  position: relative;
  z-index: 1;
}

/*** Flex slider ***/
.gallery-flex {
  position: relative;
  z-index: 1;
}

.flex-viewport {
  position: relative;
  z-index: 1;
}

.flex-prev,
.flex-next {
  position: absolute;
  z-index: 500;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  background: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

.flex-direction-nav {
  height: 0;
}

.flex-direction-nav li {
  margin: 0;
  padding: 0;
}

.flexslider .slides {
  margin: 0;
  padding: 0;
}

.flexslider .slides:before, .flexslider .slides:after {
  content: " ";
  display: table;
}

.flexslider .slides:after {
  clear: both;
}

.flexslider li {
  padding: 0;
  margin: 0;
}

.flexslider li:before {
  display: none;
}

.flex-direction-nav {
  margin: 0;
}

/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
* The picker input element.
*/
.picker__input {
  cursor: default;
}

/**
* When the picker is opened, the input element is “activated”.
*/
.picker__input.picker__input--active {
  /*border-color: #0089ec;*/
}

/**
* The holder is the only “scrollable” top-level container element.
*/
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
/**
* Make the holder and frame fullscreen.
*/
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
* The holder should overlay the entire screen.
*/
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  -o-transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s, -webkit-transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
* The frame that bounds the box contents of the picker.
*/
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
* The wrapper sets the stage to vertically align the box contents.
*/
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
* The box contains all the picker contents.
*/
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
* When the picker opens...
*/
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: url(../images/css/overlay.png);
  -webkit-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: 20%;
    bottom: 0;
  }
}
/* ==========================================================================
$BASE-DATE-PICKER
========================================================================== */
/**
* The picker box.
*/
.picker__box {
  padding: 0 1em;
}

/**
* The header containing the month and year stuff.
*/
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
  height: 46px;
  line-height: 46px;
}

/**
* The month and year labels.
*/
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  color: #000;
  font-size: 0.9em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
* The month and year selectors.
*/
.picker__select--month,
.picker__select--year {
  font-size: 0.8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: 0.5em 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
* The month navigation buttons.
*/
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../colorbox/default/images/controls.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    /*top: -0.33em;*/
  }
}
.picker__nav--prev {
  left: 0;
  padding-right: 1.25em;
  background-position: 0 0;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  /*right: -1em;
  padding-left: 1.25em;*/
  background-position: 0 -92px;
  right: 0;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    /*padding-left: 1.5em;*/
    right: 0;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  /*border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;*/
  /*border-right: 0.75em solid #000000;*/
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  /*border-left: 0.75em solid #000000;*/
}

.picker__nav--prev:hover {
  background-position: 0 -46px;
}

.picker__nav--next:hover {
  background-position: 0 -138px;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
* The calendar table of dates
*/
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #a3aaad;
  border: 1px solid #EDEDED;
}

/**
* The weekday labels
*/
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  text-align: center;
  color: #666;
  background: #EDEDED;
  font-weight: 500;
  padding: 0.3125em 0;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em 0;
  }
}
/**
* The days on the calendar
*/
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
  color: #a3aaad;
}

.picker__day--today {
  color: #0089ec;
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #fff;
  border-left: 0.5em solid transparent;
}

.picker__day--selected,
.picker__day--selected:hover {
  border-color: #a3aaad;
}

.picker__day--highlighted {
  background: #b1dcfb;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #fff;
  background: #a3aaad;
}

.picker__day--highlighted {
  /*border-color: #0089ec;*/
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #ffffff;
  background: #a3aaad;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #a3aaad;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
* The footer containing the "today", "clear", and "close" buttons.
*/
.picker__footer {
  text-align: center;
  height: auto;
  padding-bottom: 20px;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 0;
  background: #e3e6e8;
  color: #a3aaad;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  cursor: pointer;
  color: #fff;
  background: #a3aaad;
  border-bottom-color: #a3aaad;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #fff;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
$DEFAULT-DATE-PICKER
========================================================================== */
/* ==========================================================================
$BASE-TIME-PICKER
========================================================================== */
/**
* The list of times.
*/
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
* The times on the clock.
*/
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
* The clear button
*/
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  /*border-color: #ffffff;*/
}

/* ==========================================================================
$DEFAULT-TIME-PICKER
========================================================================== */
/**
* The frame the bounds the time picker.
*/
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
* The picker box.
*/
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.cbox-cart #cboxWrapper {
  padding-bottom: 20px;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: crosshair !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: visible !important;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.98);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 0;
  height: 0;
}

#cboxTopRight {
  width: 0;
  height: 0;
}

#cboxBottomLeft {
  width: 0;
  height: 0;
}

#cboxBottomRight {
  width: 0;
  height: 0;
}

#cboxMiddleLeft {
  width: 0;
}

#cboxMiddleRight {
  width: 0;
}

#cboxTopCenter {
  height: 0;
}

#cboxBottomCenter {
  height: 0;
}

#cboxContent {
  background: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxTitle {
  position: absolute;
  bottom: 66px;
  left: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  text-align: left;
  width: auto;
  max-width: 100%;
  color: #2e2c2c;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#cboxTitle:empty {
  display: none !important;
}

#cboxCurrent {
  position: absolute;
  bottom: 10px;
  left: 128px;
  color: #959c9f;
  font-size: 14px;
  line-height: 46px;
}

#cboxLoadingOverlay {
  background: url(../colorbox/default/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../colorbox/default/images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  background-image: url(../colorbox/default/images/controls.png);
  background-repeat: no-repeat;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  text-indent: -9999px;
  width: 46px;
  height: 46px;
  background-position: 0 -184px;
  bottom: 10px;
  right: 20px;
}

#cboxSlideshow:hover {
  background-position: 0 -230px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: 0 -276px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: 0 -322px;
}

#cboxPrevious {
  position: absolute;
  text-indent: -9999px;
  width: 46px;
  height: 46px;
  background-position: 0 0;
  bottom: 10px;
  left: 10px;
}

#cboxPrevious:hover {
  background-position: 0 -46px;
}

#cboxNext {
  position: absolute;
  text-indent: -9999px;
  width: 46px;
  height: 46px;
  background-position: 0 -92px;
  bottom: 10px;
  left: 61px;
}

#cboxNext:hover {
  background-position: 0 -138px;
}

#cboxClose {
  position: absolute;
  text-indent: -9999px;
  width: 54px;
  height: 53px;
  text-indent: -9999px;
  background-position: 0 -368px;
  top: 0;
  right: 0;
}

#cboxClose:hover {
  background-position: 0 -421px;
}

.cbox-banner #cboxTopLeft,
.cbox-banner #cboxTopCenter,
.cbox-banner #cboxTopRight,
.cbox-banner #cboxMiddleLeft,
.cbox-banner #cboxMiddleRight,
.cbox-banner #cboxBottomLeft,
.cbox-banner #cboxBottomCenter,
.cbox-banner #cboxBottomRight,
.cbox-banner #cboxTitle {
  display: none !important;
}

.cbox-banner #cboxLoadedContent {
  margin: 0;
}

.cbox-banner #cboxWrapper,
.cbox-banner #cboxContent,
.cbox-banner #colorbox {
  overflow: visible !important;
  background: 0;
}

.cbox-banner #cboxClose {
  top: -53px;
  right: 0;
}

#popup-content {
  max-width: 800px;
}

.terms-popup #cboxOverlay {
  overflow: visible !important;
}

.terms-popup #colorbox {
  overflow: visible;
}

.terms-popup #colorbox #cboxWrapper,
.terms-popup #colorbox #cboxContent {
  overflow: visible !important;
}

.terms-popup #colorbox #cboxLoadedContent {
  margin: 0;
}

.terms-popup #colorbox #cboxClose {
  top: 0;
  right: 0;
}

.terms-popup #colorbox #cboxTitle {
  display: none !important;
}

#cookie {
  clear: both;
  width: 100%;
  font-family: "Kanit", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.cookie-message {
  bottom: 0;
  color: #fff;
}

.cookie-inner {
  background: rgba(51, 51, 51, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  padding: 0 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  margin: 20px 0;
}

.cookie-inner:first-child {
  margin-top: 0;
}

.cookie-inner:first-child {
  margin-bottom: 0;
}

.cookie-inner a {
  color: #fff;
}

.cookie-inner a:hover {
  color: #fff;
  text-decoration: none;
}

.cookie-row {
  position: relative;
  margin-top: 20px;
}

#popup .cookie-row {
  margin-bottom: 20px;
}

#popup .cookie-row:last-child {
  margin-bottom: 0;
}

.cookie-content {
  z-index: 1;
  position: relative;
  padding-right: 430px;
}

@media (max-width: 767px) {
  .cookie-content {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #popup .cookie-content {
    padding-right: 215px;
  }
}
.cookie-options {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 425px;
  text-align: right;
}

@media (max-width: 420px) {
  .cookie-options {
    text-align: left;
  }
  .cookie-options .content-button-blue {
    margin-top: 20px;
  }
}
.cookie-options a {
  display: inline-block;
  vertical-align: middle;
}

.cookie-options .content-button {
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .cookie-options {
    width: 100%;
    position: static;
    transform: none;
    margin-top: 10px;
  }
  .cookie-options .content-button {
    float: left;
    clear: both;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #popup .cookie-options {
    width: 195px;
  }
}
.cookie-settings-link {
  max-width: calc(100% - 210px);
  margin-right: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .cookie-settings-link {
    max-width: none;
    margin-top: 10px;
    float: left;
    clear: both;
  }
}
#cookie .cookie-settings {
  display: none;
}

#cookie.cookie-settings-show .cookie-settings {
  display: block;
}

.cookie-settings .checkbox {
  margin: 0;
  padding: 0;
  border: 0;
}

.cookie-settings .checkbox label:before, .cookie-settings .checkbox label:after {
  color: #000;
}

@media (min-width: 960px) {
  .cookie-settings .form-item {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .cookie-settings .form-item:last-child {
    margin-right: 0;
  }
}
#cookie.cookie-settings-show .cookie-row:first-child .cookie-options {
  display: none;
}

#iewarning {
  width: 100%;
  height: auto;
  padding: 10px 0 20px 0;
  overflow: hidden;
  background: #f8f7e4 url(/assets/iewarning/bkg.gif) repeat-x 0 0;
  border-bottom: 1px solid #b6b6b6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  font: normal 11px/18px Arial, Helvetica, sans-serif;
  color: #000;
}

#ie-container {
  width: 848px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 112px;
  background: url(/assets/iewarning/warning.gif) no-repeat 0 4px;
}

#iewarning h3 {
  margin: 0;
  font: bold 18px/24px Arial, Helvetica, sans-serif;
  color: #000;
}

#iewarning p {
  margin: 0;
}

#iewarning a {
  color: #cc0000;
  text-decoration: underline;
}

#iewarning a:hover {
  color: #cc0000;
  text-decoration: none;
}

#iewarning strong {
  font-size: 14px;
  line-height: 18px;
}

#iewarning ul {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  height: 73px;
  overflow: hidden;
}

#iewarning ul li {
  float: left;
  width: 108px;
  height: 73px;
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 0;
  background: 0;
  list-style: none;
}

#iewarning ul a {
  float: left;
  width: 108px;
  height: 73px;
  padding: 50px 0 0 0;
  overflow: hidden;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 10px;
  background-image: url(/assets/iewarning/browsers.gif);
  background-repeat: no-repeat;
}

#ie-firefox a {
  background-position: 0 0;
}

#ie-explorer8 a {
  background-position: 0 -73px;
}

#ie-chrome a {
  background-position: 0 -146px;
}

#ie-safari a {
  background-position: 0 -219px;
}

#ie-opera a {
  background-position: 0 -292px;
}

#ie-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/assets/iewarning/close.gif);
}

@media (max-width: 959px) {
  #CookieWarning #iewarning {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #ie-container {
    width: 768px !important;
  }
}
@media (max-width: 767px) {
  #CookieWarning #iewarning {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #ie-container {
    width: 100% !important;
    padding: 85px 0 0 0 !important;
    background-position: 50% 0 !important;
  }
  #iewarning h3 {
    font-size: 16px !important;
  }
}
.flowplayer {
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.flowplayer * {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  list-style-type: none;
}

.flowplayer a:focus {
  outline: 0;
}

.flowplayer video {
  width: 100%;
}

.flowplayer.is-ipad video {
  -webkit-transform: translateX(-2048px);
}

.is-ready.flowplayer.is-ipad video {
  -webkit-transform: translateX(0);
}

.flowplayer .fp-engine, .flowplayer .fp-ui, .flowplayer .fp-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.flowplayer .fp-message {
  display: none;
  text-align: center;
  padding-top: 5%;
  cursor: default;
}

.flowplayer .fp-message h2 {
  font-size: 120%;
  margin-bottom: 1em;
}

.flowplayer .fp-message p {
  color: #666;
  font-size: 95%;
}

.flowplayer .fp-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.no-background.flowplayer .fp-controls {
  background-color: transparent !important;
  background-image: -moz-linear-gradient(transparent, transparent) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent)) !important;
}

.is-fullscreen.flowplayer .fp-controls {
  bottom: 3px;
}

.is-mouseover.flowplayer .fp-controls {
  bottom: 0;
}

.flowplayer .fp-waiting {
  display: none;
  margin: 19% auto;
  text-align: center;
}

.flowplayer .fp-waiting * {
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}

.flowplayer .fp-waiting em {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-animation: pulse 0.6s infinite;
  -moz-animation: pulse 0.6s infinite;
  animation: pulse 0.6s infinite;
  margin: 0.3em;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.flowplayer .fp-waiting em:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.flowplayer .fp-waiting em:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.flowplayer .fp-waiting em:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.flowplayer .fp-waiting p {
  color: #ccc;
  font-weight: bold;
}

.flowplayer .fp-speed {
  font-size: 30px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  color: #eee;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  padding: 0.1em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.flowplayer .fp-speed.fp-hilite {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer .fp-help {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 100;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
}

.is-help.flowplayer .fp-help {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer .fp-help .fp-help-section {
  margin: 3%;
  direction: ltr;
}

.flowplayer .fp-help .fp-help-basics {
  margin-top: 6%;
}

.flowplayer .fp-help p {
  color: #eee;
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin: 1% 2%;
}

.flowplayer .fp-help em {
  background: #eee;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  margin-right: 0.4em;
  padding: 0.3em 0.6em;
  color: #333;
}

.flowplayer .fp-help small {
  font-size: 90%;
  color: #aaa;
}

.flowplayer .fp-help .fp-close {
  display: block;
}

@media (max-width: 600px) {
  .flowplayer .fp-help p {
    font-size: 9px;
  }
}
.flowplayer .fp-subtitle {
  position: absolute;
  bottom: 40px;
  left: -99999em;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.flowplayer .fp-subtitle p {
  display: inline;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  padding: 0.1em 0.4em;
  font-size: 16px;
  line-height: 1.6;
}

.flowplayer .fp-subtitle p:after {
  content: "";
  clear: both;
}

.flowplayer .fp-subtitle.fp-active {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-mute, .flowplayer .fp-embed, .flowplayer .fp-close, .flowplayer .fp-play {
  background-image: url(/assets/images/flowplayer/white.png);
  background-size: 37px 300px;
}

.is-rtl.flowplayer .fp-fullscreen, .is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-mute, .is-rtl.flowplayer .fp-embed, .is-rtl.flowplayer .fp-close, .is-rtl.flowplayer .fp-play {
  background-image: url(/assets/images/flowplayer/white_rtl.png);
}

.color-light.flowplayer .fp-fullscreen, .color-light.flowplayer .fp-unload, .color-light.flowplayer .fp-mute, .color-light.flowplayer .fp-embed, .color-light.flowplayer .fp-close, .color-light.flowplayer .fp-play {
  background-image: url(/assets/images/flowplayer/black.png);
}

.is-rtl.color-light.flowplayer .fp-fullscreen, .is-rtl.color-light.flowplayer .fp-unload, .is-rtl.color-light.flowplayer .fp-mute, .is-rtl.color-light.flowplayer .fp-embed, .is-rtl.color-light.flowplayer .fp-close, .is-rtl.color-light.flowplayer .fp-play {
  background-image: url(/assets/images/flowplayer/black_rtl.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.flowplayer .fp-fullscreen, .color-light.flowplayer .fp-unload, .color-light.flowplayer .fp-mute, .color-light.flowplayer .fp-embed, .color-light.flowplayer .fp-close, .color-light.flowplayer .fp-play {
    background-image: url(/assets/images/flowplayer/black@x2.png);
  }
  .is-rtl.color-light.flowplayer .fp-fullscreen, .is-rtl.color-light.flowplayer .fp-unload, .is-rtl.color-light.flowplayer .fp-mute, .is-rtl.color-light.flowplayer .fp-embed, .is-rtl.color-light.flowplayer .fp-close, .is-rtl.color-light.flowplayer .fp-play {
    background-image: url(/assets/images/flowplayer/black_rtl@x2.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-mute, .flowplayer .fp-embed, .flowplayer .fp-close, .flowplayer .fp-play {
    background-image: url(/assets/images/flowplayer/white@x2.png);
  }
  .is-rtl.flowplayer .fp-fullscreen, .is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-mute, .is-rtl.flowplayer .fp-embed, .is-rtl.flowplayer .fp-close, .is-rtl.flowplayer .fp-play {
    background-image: url(/assets/images/flowplayer/white_rtl@x2.png);
  }
}
.flowplayer .fp-flash-disabled {
  background: #333;
  width: 390px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  color: #fff;
}

.is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
  background: url(/assets/images/flowplayer/play_white.png) center no-repeat;
  background-size: 12%;
}

.is-rtl.is-splash.flowplayer .fp-ui, .is-rtl.is-paused.flowplayer .fp-ui {
  background: url(/assets/images/flowplayer/play_white_rtl.png) center no-repeat;
  background-size: 12%;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
    background: url(/assets/images/flowplayer/play_white@x2.png) center no-repeat;
    background-size: 12%;
  }
  .is-rtl.is-splash.flowplayer .fp-ui, .is-rtl.is-paused.flowplayer .fp-ui {
    background: url(/assets/images/flowplayer/play_white_rtl@x2.png) center no-repeat;
    background-size: 12%;
  }
}
.color-light.is-splash.flowplayer .fp-ui, .color-light.is-paused.flowplayer .fp-ui {
  background-image: url(/assets/images/flowplayer/play_black.png);
}

.is-rtl.color-light.is-splash.flowplayer .fp-ui, .is-rtl.color-light.is-paused.flowplayer .fp-ui {
  background-image: url(/assets/images/flowplayer/play_black_rtl.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.is-splash.flowplayer .fp-ui, .color-light.is-paused.flowplayer .fp-ui {
    background-image: url(/assets/images/flowplayer/play_black@x2.png);
  }
  .is-rtl.color-light.is-splash.flowplayer .fp-ui, .is-rtl.color-light.is-paused.flowplayer .fp-ui {
    background-image: url(/assets/images/flowplayer/play_black_rtl@x2.png);
  }
}
.is-fullscreen.flowplayer .fp-ui {
  background-size: auto;
}

.is-seeking.flowplayer .fp-ui, .is-loading.flowplayer .fp-ui {
  background-image: none;
}

.flowplayer .fp-logo {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.flowplayer .fp-logo img {
  width: 100%;
}

.is-embedded.flowplayer .fp-logo {
  display: block;
}

.fixed-controls.flowplayer .fp-logo {
  bottom: 15px;
}

.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-close {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  display: block;
  width: 30px;
  height: 23px;
  background-position: 12px -197px;
  cursor: pointer;
}

.is-rtl.flowplayer .fp-fullscreen, .is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-close {
  right: auto;
  left: 5px;
  background-position: 18px -197px;
}

.flowplayer .fp-unload, .flowplayer .fp-close {
  background-position: 14px -175px;
  display: none;
}

.is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-close {
  background-position: 14px -175px;
}

.flowplayer .fp-play {
  display: none;
  width: 27px;
  height: 20px;
  background-position: 9px -24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.is-rtl.flowplayer .fp-play {
  background-position: 18px -24px;
  left: auto;
  right: 0;
}

.play-button.flowplayer .fp-play {
  display: block;
}

.is-paused.flowplayer .fp-play {
  background-position: 9px 7px;
}

.is-rtl.is-paused.flowplayer .fp-play {
  background-position: 18px 7px;
}

.flowplayer.is-ready.is-closeable .fp-unload {
  display: block;
}

.flowplayer.is-ready.is-closeable .fp-fullscreen {
  display: none;
}

.flowplayer.is-fullscreen .fp-fullscreen {
  background-position: 10px -217px;
  display: block !important;
}

.is-rtl.flowplayer.is-fullscreen .fp-fullscreen {
  background-position: 21px -217px;
}

.flowplayer.is-fullscreen .fp-unload, .flowplayer.is-fullscreen .fp-close {
  display: none !important;
}

.flowplayer .fp-timeline {
  height: 3px;
  position: relative;
  overflow: hidden;
  top: 5px;
  height: 10px;
  margin: 0 150px 0 45px;
}

.no-volume.flowplayer .fp-timeline {
  margin-right: 60px;
}

.no-mute.flowplayer .fp-timeline {
  margin-right: 140px;
}

.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 45px;
}

.play-button.flowplayer .fp-timeline {
  margin-left: 67px;
}

.is-rtl.flowplayer .fp-timeline {
  margin: 0 45px 0 150px;
}

.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 60px;
}

.no-mute.is-rtl.flowplayer .fp-timeline {
  margin-left: 140px;
}

.no-mute.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 45px;
}

.play-button.is-rtl.flowplayer .fp-timeline {
  margin-right: 67px;
}

.is-long.flowplayer .fp-timeline {
  margin: 0 180px 0 75px;
}

.no-volume.is-long.flowplayer .fp-timeline {
  margin-right: 90px;
}

.no-mute.is-long.flowplayer .fp-timeline {
  margin-right: 75px;
}

.play-button.is-long.flowplayer .fp-timeline {
  margin-left: 97px;
}

.is-rtl.is-long.flowplayer .fp-timeline {
  margin: 75px 0 180px 0;
}

.no-volume.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 90px;
}

.no-mute.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 75px;
}

.play-button.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 97px;
}

.aside-time.flowplayer .fp-timeline, .no-time.flowplayer .fp-timeline {
  margin: 0 110px 0 5px;
}

.aside-time.no-volume.flowplayer .fp-timeline, .no-time.no-volume.flowplayer .fp-timeline {
  margin-right: 20px;
}

.aside-time.no-mute.flowplayer .fp-timeline, .no-time.no-mute.flowplayer .fp-timeline {
  margin-right: 5px;
}

.play-button.no-time.flowplayer .fp-timeline, .play-button.aside-time.flowplayer .fp-timeline {
  margin-left: 27px;
}

.is-rtl.aside-time.flowplayer .fp-timeline, .is-rtl.no-time.flowplayer .fp-timeline {
  margin: 0 5px 0 110px;
}

.is-rtl.aside-time.no-volume.flowplayer .fp-timeline, .is-rtl.no-time.no-volume.flowplayer .fp-timeline {
  margin-left: 20px;
}

.is-rtl.aside-time.no-mute.flowplayer .fp-timeline, .is-rtl.no-time.no-mute.flowplayer .fp-timeline {
  margin-left: 5px;
}

.is-rtl.play-button.no-time.flowplayer .fp-timeline, .is-rtl.play-button.aside-time.flowplayer .fp-timeline {
  margin-right: 27px;
}

.flowplayer .fp-buffer, .flowplayer .fp-progress {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  cursor: col-resize;
}

.flowplayer .fp-buffer {
  -webkit-transition: width 0.25s linear;
  -moz-transition: width 0.25s linear;
  -o-transition: width 0.25s linear;
  transition: width 0.25s linear;
}

.flowplayer .fp-timeline.no-animation .fp-buffer {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.flowplayer.is-touch .fp-timeline {
  overflow: visible;
}

.flowplayer.is-touch .fp-progress {
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
  -webkit-transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
  -moz-transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
  -o-transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
  transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
}

.flowplayer.is-touch.is-mouseover .fp-progress:after, .flowplayer.is-touch.is-mouseover .fp-progress:before {
  content: "";
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  right: -5px;
}

.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after, .flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before {
  right: auto;
  left: -5px;
}

.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after {
  left: -10px;
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
}

.flowplayer.is-touch.is-mouseover .fp-progress:before {
  width: 10px;
  height: 10px;
}

.flowplayer.is-touch.is-mouseover .fp-progress:after {
  height: 10px;
  width: 10px;
  top: -5px;
  right: -10px;
  border: 5px solid rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
}

.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  border: 10px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  top: -10px;
  right: -15px;
}

.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  left: -15px;
  right: auto;
  border: 10px solid #fff;
}

.flowplayer .fp-volume {
  position: absolute;
  top: 7.5px;
  right: 5px;
}

.is-rtl.flowplayer .fp-volume {
  right: auto;
  left: 5px;
}

.flowplayer .fp-mute {
  position: relative;
  width: 10px;
  height: 15px;
  float: left;
  top: -5px;
  cursor: pointer;
  background-position: -2px -99px;
}

.is-rtl.flowplayer .fp-mute {
  float: right;
  background-position: -25px -99px;
}

.no-mute.flowplayer .fp-mute {
  display: none;
}

.flowplayer .fp-volumeslider {
  width: 90px;
  height: 5px;
  cursor: col-resize;
  float: left;
}

.is-rtl.flowplayer .fp-volumeslider {
  float: right;
}

.no-volume.flowplayer .fp-volumeslider {
  display: none;
}

.flowplayer .fp-volumelevel {
  height: 100%;
}

.flowplayer .fp-time {
  text-shadow: 0 0 1px #000;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

.flowplayer .fp-time.is-inverted .fp-duration {
  display: none;
}

.flowplayer .fp-time.is-inverted .fp-remaining {
  display: inline;
}

.flowplayer .fp-time em {
  width: 35px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
}

.no-time.flowplayer .fp-time {
  display: none;
}

.is-long.flowplayer .fp-time em {
  width: 65px;
}

.flowplayer .fp-elapsed {
  left: 5px;
}

.play-button.flowplayer .fp-elapsed {
  left: 27px;
}

.is-rtl.flowplayer .fp-elapsed {
  left: auto;
  right: 5px;
}

.play-button.is-rtl.flowplayer .fp-elapsed {
  right: 27px;
}

.flowplayer .fp-remaining, .flowplayer .fp-duration {
  right: 110px;
  color: #eee;
}

.no-volume.flowplayer .fp-remaining, .no-volume.flowplayer .fp-duration {
  right: 20px;
}

.no-mute.flowplayer .fp-remaining, .no-mute.flowplayer .fp-duration {
  right: 100px;
}

.no-mute.no-volume.flowplayer .fp-remaining, .no-mute.no-volume.flowplayer .fp-duration {
  right: 5px;
}

.is-rtl.flowplayer .fp-remaining, .is-rtl.flowplayer .fp-duration {
  right: auto;
  left: 110px;
}

.no-volume.is-rtl.flowplayer .fp-remaining, .no-volume.is-rtl.flowplayer .fp-duration {
  left: 20px;
}

.no-mute.is-rtl.flowplayer .fp-remaining, .no-mute.is-rtl.flowplayer .fp-duration {
  left: 100px;
}

.no-mute.no-volume.is-rtl.flowplayer .fp-remaining, .no-mute.no-volume.is-rtl.flowplayer .fp-duration {
  left: 5px;
}

.flowplayer .fp-remaining {
  display: none;
}

.flowplayer.color-light .fp-time {
  color: #222;
  text-shadow: 0 0 1px #fff;
}

.flowplayer.color-light .fp-remaining, .flowplayer.color-light .fp-duration {
  color: #666;
}

.flowplayer.aside-time .fp-time {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: auto !important;
  width: 85px;
}

.flowplayer.aside-time .fp-time strong, .flowplayer.aside-time .fp-time em {
  position: static;
}

.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: 5px;
}

.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: auto;
  margin-left: 5px;
}

.flowplayer.is-long.aside-time .fp-time {
  width: 130px;
}

.flowplayer.is-splash, .flowplayer.is-poster {
  cursor: pointer;
}

.flowplayer.is-splash .fp-controls, .flowplayer.is-poster .fp-controls, .flowplayer.is-splash .fp-fullscreen, .flowplayer.is-poster .fp-fullscreen, .flowplayer.is-splash .fp-unload, .flowplayer.is-poster .fp-unload, .flowplayer.is-splash .fp-time, .flowplayer.is-poster .fp-time, .flowplayer.is-splash .fp-embed, .flowplayer.is-poster .fp-embed {
  display: none !important;
}

.flowplayer.is-poster .fp-engine {
  top: -9999em;
}

.flowplayer.is-loading .fp-waiting {
  display: block;
}

.flowplayer.is-loading .fp-controls, .flowplayer.is-loading .fp-time {
  display: none;
}

.flowplayer.is-loading .fp-ui {
  background-position: -9999em;
}

.flowplayer.is-loading video.fp-engine {
  position: absolute;
  top: -9999em;
}

.flowplayer.is-seeking .fp-waiting {
  display: block;
}

.flowplayer.is-playing {
  background-image: none !important;
  background-color: #333;
}

.flowplayer.is-playing.hls-fix.is-finished .fp-engine {
  position: absolute;
  top: -9999em;
}

.flowplayer.is-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333;
}

.is-rtl.flowplayer.is-fullscreen {
  left: auto !important;
  right: 0 !important;
}

.flowplayer.is-error {
  border: 1px solid #909090;
  background: #fdfdfd !important;
}

.flowplayer.is-error h2 {
  font-weight: bold;
  font-size: large;
  margin-top: 10%;
}

.flowplayer.is-error .fp-message {
  display: block;
}

.flowplayer.is-error object, .flowplayer.is-error video, .flowplayer.is-error .fp-controls, .flowplayer.is-error .fp-time, .flowplayer.is-error .fp-subtitle {
  display: none;
}

.flowplayer.is-ready.is-muted .fp-mute {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.flowplayer.is-mouseout .fp-controls {
  height: 0;
  -webkit-transition: height 0.15s 0.3s;
  -moz-transition: height 0.15s 0.3s;
  -o-transition: height 0.15s 0.3s;
  transition: height 0.15s 0.3s;
}

.flowplayer.is-mouseout .fp-timeline {
  margin: 0 !important;
}

.flowplayer.is-mouseout .fp-timeline {
  -webkit-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  -moz-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  -o-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  height: 4px;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.flowplayer.is-mouseout .fp-fullscreen, .flowplayer.is-mouseout .fp-unload, .flowplayer.is-mouseout .fp-elapsed, .flowplayer.is-mouseout .fp-remaining, .flowplayer.is-mouseout .fp-duration, .flowplayer.is-mouseout .fp-embed, .flowplayer.is-mouseout .fp-volume, .flowplayer.is-mouseout .fp-play {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.15s 0.3s;
  -moz-transition: opacity 0.15s 0.3s;
  -o-transition: opacity 0.15s 0.3s;
  transition: opacity 0.15s 0.3s;
}

.flowplayer.is-mouseover .fp-controls, .flowplayer.fixed-controls .fp-controls {
  height: 20px;
}

.flowplayer.is-mouseover .fp-fullscreen, .flowplayer.fixed-controls .fp-fullscreen, .flowplayer.is-mouseover .fp-unload, .flowplayer.fixed-controls .fp-unload, .flowplayer.is-mouseover .fp-elapsed, .flowplayer.fixed-controls .fp-elapsed, .flowplayer.is-mouseover .fp-remaining, .flowplayer.fixed-controls .fp-remaining, .flowplayer.is-mouseover .fp-duration, .flowplayer.fixed-controls .fp-duration, .flowplayer.is-mouseover .fp-embed, .flowplayer.fixed-controls .fp-embed, .flowplayer.is-mouseover .fp-logo, .flowplayer.fixed-controls .fp-logo, .flowplayer.is-mouseover .fp-volume, .flowplayer.fixed-controls .fp-volume, .flowplayer.is-mouseover .fp-play, .flowplayer.fixed-controls .fp-play {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer.fixed-controls .fp-volume {
  display: block;
}

.flowplayer.fixed-controls .fp-controls {
  bottom: -20px;
}

.is-fullscreen.flowplayer.fixed-controls .fp-controls {
  bottom: 0;
}

.flowplayer.fixed-controls .fp-time em {
  bottom: -15px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.is-fullscreen.flowplayer.fixed-controls .fp-time em {
  bottom: 5px;
}

.flowplayer.is-disabled .fp-progress {
  background-color: #999;
}

.flowplayer.is-flash-disabled {
  background-color: #333;
}

.flowplayer.is-flash-disabled object.fp-engine {
  z-index: 100;
}

.flowplayer.is-flash-disabled .fp-flash-disabled {
  display: block;
  z-index: 101;
}

.flowplayer .fp-embed {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 25px;
  height: 20px;
  background-position: 3px -237px;
}

.is-rtl.flowplayer .fp-embed {
  background-position: 22px -237px;
  left: auto;
  right: 5px;
}

.flowplayer .fp-embed-code {
  position: absolute;
  display: none;
  top: 10px;
  left: 40px;
  background-color: #333;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  font-size: 12px;
}

.flowplayer .fp-embed-code:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #333;
}

.is-rtl.flowplayer .fp-embed-code {
  left: auto;
  right: 40px;
}

.is-rtl.flowplayer .fp-embed-code:before {
  left: auto;
  right: -10px;
  border-right-color: transparent;
  border-left-color: #333;
}

.flowplayer .fp-embed-code textarea {
  width: 400px;
  height: 16px;
  font-family: monaco, "courier new", verdana;
  color: #777;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #ccc;
}

.flowplayer .fp-embed-code label {
  display: block;
  color: #999;
}

.flowplayer.is-embedding .fp-embed, .flowplayer.is-embedding .fp-embed-code {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer.aside-time .fp-embed {
  left: 85px;
}

.is-rtl.flowplayer.aside-time .fp-embed {
  left: auto;
  right: 85px;
}

.flowplayer.aside-time .fp-embed-code {
  left: 115px;
}

.is-rtl.flowplayer.aside-time .fp-embed-code {
  left: auto;
  right: 115px;
}

.flowplayer.aside-time.is-embedding .fp-time {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.flowplayer.is-long.aside-time .fp-embed {
  left: 130px;
}

.is-rtl.flowplayer.is-long.aside-time .fp-embed {
  left: auto;
  right: 130px;
}

.flowplayer.no-time .fp-embed {
  left: 5px !important;
}

.is-rtl.flowplayer.no-time .fp-embed {
  left: auto;
  right: 5px !important;
}

.flowplayer.is-live .fp-timeline, .flowplayer.is-live .fp-duration, .flowplayer.is-live .fp-remaining {
  display: none;
}

.flowplayer .fp-context-menu {
  position: absolute;
  display: none;
  z-index: 1001;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 4px #888;
  -moz-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  width: 170px;
}

.flowplayer .fp-context-menu li {
  text-align: center;
  padding: 10px;
  color: #444;
  margin: 0 -10px 0 -10px;
}

.flowplayer .fp-context-menu li a {
  color: #00a7c8;
  font-size: 110%;
}

.flowplayer .fp-context-menu li:hover:not(.copyright) {
  background-color: #eee;
}

.flowplayer .fp-context-menu li.copyright {
  margin: 0;
  padding-left: 110px;
  background-image: url("/assets/images/flowplayer/flowplayer.png");
  background-repeat: no-repeat;
  background-size: 100px 20px;
  background-position: 5px 5px;
  border-bottom: 1px solid #bbb;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-context-menu li.copyright {
    background-image: url("/assets/images/flowplayer/flowplayer@2x.png");
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flowplayer .fp-controls {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.6);
}

.flowplayer.fixed-controls .fp-controls {
  background-color: #333;
}

.flowplayer .fp-timeline {
  background-color: #666;
}

.flowplayer .fp-buffer {
  background-color: #eee;
}

.flowplayer .fp-progress {
  background-color: #00a7c8;
}

.flowplayer .fp-volumeslider {
  background-color: #000;
}

.flowplayer .fp-volumelevel {
  background-color: #fff;
}

.flowplayer .fp-play {
  height: 24px;
}

.flowplayer.is-touch.is-mouseover .fp-progress:before {
  background-color: #00a7c8;
}

.flowplayer.color-light .fp-controls {
  background-color: rgba(255, 255, 255, 0.6);
}

.flowplayer.color-light.fixed-controls .fp-controls {
  background-color: #fff;
}

.flowplayer.color-light .fp-volumeslider {
  background-color: #ddd;
}

.flowplayer.color-light .fp-volumelevel {
  background-color: #222;
}

.flowplayer.color-alt .fp-progress {
  background-color: #fff;
}

.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before {
  background-color: #fff;
}

.flowplayer.color-alt .fp-buffer {
  background-color: #999;
}

.flowplayer.color-alt2 .fp-progress {
  background-color: #900;
}

.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before {
  background-color: #900;
}

/*** FIX ***/
.clear {
  clear: both;
}

a,
a img {
  outline: none;
}

a,
a[href] * {
  cursor: pointer;
}

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

a img,
fieldset,
button {
  border: none;
}

.picker,
.picker * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.share *,
#at15s,
#at15s *,
#at20mc,
#at20mc *,
#at3lb,
#at3lb *,
#at3win,
#at3win *,
.share *,
#at20mc,
#at20mc * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#_atssh {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.atss {
  z-index: 7999;
  top: top-addthis-side !important;
}

.addthis_inline_share_toolbox {
  height: 30px;
}

.pc-hide {
  display: none;
}

/* 
#  Default page
*/
.intro,
.content,
.side-content,
.content-footer,
.static-container,
.gallery {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .intro,
  .content,
  .side-content,
  .content-footer,
  .static-container,
  .gallery {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .intro,
  .content,
  .side-content,
  .content-footer,
  .static-container,
  .gallery {
    margin-bottom: 20px;
  }
}
.content-footer {
  margin-top: 40px;
}

@media (max-width: 959px) {
  .content-footer {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .content-footer {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .static-col {
    margin-bottom: 30px;
  }
  .static-col:last-child,
  .static-col .content:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .static-col {
    margin-bottom: 20px;
  }
}
.intro {
  color: #00abe8;
  line-height: 1.5;
  font-size: 18px;
}

.content {
  color: #254e60;
  line-height: 1.5;
  margin-right: 0;
}

@media (min-width: 960px) {
  .sidenav.page-default .content.c10 {
    margin-right: 0;
  }
}
.color-contrast {
  color: #fff;
  background-color: #666;
}

.color-contrast .content,
.color-contrast .intro {
  color: inherit;
}

.color-contrast a {
  color: inherit;
}

.color-contrast h1,
.color-contrast h2,
.color-contrast h3,
.color-contrast h4,
.color-contrast h5,
.color-contrast h6 {
  color: inherit;
}

.side-content {
  color: #00abe8;
  line-height: 1.5;
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 2.5641025641%;
}

@media (min-width: 960px) {
  .sidenav.page-default .side-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-footer {
  color: #787878;
  line-height: 1.5;
  clear: both;
}

.container-row .wrap .content-footer:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.static-container .content {
  margin-bottom: 0;
}

.static-container .gallery {
  float: none !important;
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.static-container .gallery:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .static-col.c24 {
    margin-bottom: 40px;
  }
  .static-col.c24:last-of-type {
    margin-bottom: 0;
  }
}
/* Default page gallery */
.gallery {
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 960px) {
  .sidenav.page-default .gallery {
    margin-left: 3.44828%;
    margin-right: 0;
  }
  .sidenav.page-article .gallery:not(.c12) {
    margin-right: 3.44828%;
  }
}
.gallery a {
  text-decoration: none;
}

.gallery.gallery-left {
  float: left;
  margin-left: 0;
  margin-right: 2.5641025641%;
  clear: left;
}

.gallery.gallery-right {
  float: right;
  margin-right: 0;
  margin-left: 2.5641025641%;
  clear: right;
}

@media (max-width: 767px) {
  .gallery.mob-c24 {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery-nav {
  margin: 5px 0;
  color: #999;
}

@media (min-width: 960px) {
  .gallery-nav {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 959px) {
  .gallery-nav {
    margin: 10px 0;
  }
}
.gallery-nav:after {
  display: none !important;
}

.gallery .flex-direction-nav {
  width: 145px;
  margin: 5px 0;
}

@media (min-width: 960px) {
  .gallery .flex-direction-nav {
    position: absolute;
    top: 100%;
    right: 0;
    height: 50px;
  }
}
@media (max-width: 959px) {
  .gallery .flex-direction-nav {
    float: none;
    margin: 0;
    width: 0;
    height: 0;
  }
}
.gallery .flex-direction-nav li {
  float: left;
  width: 70px;
}

@media (max-width: 959px) {
  .gallery .flex-direction-nav li {
    float: none;
    margin: 0;
    width: 0;
    height: 0;
  }
}
.gallery .flex-direction-nav li:last-child {
  float: right;
}

.gallery .flex-direction-nav a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  color: #254e60;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: relative;
  text-indent: -9999px;
  text-decoration: none;
}

.gallery .flex-direction-nav a:hover {
  background: #009cdb;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gallery .flex-direction-nav a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 0;
  text-align: center;
  font-size: 20px;
}

.gallery .flex-direction-nav a.flex-prev:after {
  content: "?";
}

.gallery .flex-direction-nav a.flex-next:after {
  content: "@";
}

@media (max-width: 959px) {
  .gallery .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
  .gallery .flex-direction-nav a:after {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .gallery .flex-direction-nav a.flex-prev {
    left: 0;
  }
  .gallery .flex-direction-nav a.flex-next {
    right: 0;
  }
  .gallery .flex-direction-nav a.flex-next:before {
    display: none;
  }
}
.gallery-slider {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f8f8f8;
  overflow: visible;
}

.gallery-slider img {
  display: block;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.gallery-slider .flexslider {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-slider .flexslider .flex-viewport {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}

.gallery-slider .slides {
  top: 0;
  left: 0;
}

.gallery-slider .slides li {
  height: 100% !important;
}

.gallery-slider .slides a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f8f8f8;
  overflow: visible;
  cursor: default;
}

.gallery-slider .slides a img {
  display: block;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.gallery-slider .slides a[href] {
  cursor: pointer;
}

/* 
#  News
*/
/*** News category */
.news-listing {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .news-listing {
    margin-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .news-listing {
    margin-bottom: 20px;
  }
}
.news-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5;
  color: #404041;
  clear: both;
}

.news-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .news-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.news-title {
  color: inherit;
}

.news-image {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-image {
    margin-bottom: 1px;
  }
}
.news-image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f8f8f8;
}

.news-image a img {
  display: block;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.news-b .news-image,
.blog-b .news-image {
  margin-bottom: 5px;
}

.news-content {
  overflow: hidden;
}

.news-b .news-content,
.blog-b .news-content {
  overflow: visible;
}

@media (max-width: 767px) {
  .news-content {
    overflow: visible;
  }
}
.news-content .intro {
  font-size: 1em;
  line-height: 1.5;
  color: #404041;
  display: inline;
  margin: 0;
}

.news-content .details {
  display: inline;
}

.news-date {
  font-size: 0.85em;
  margin-bottom: 5px;
}

/*** News category C ***/
.news-listing-grid {
  margin: 0 -20px;
}

.news-grid {
  width: 100%;
}

.news-grid-box {
  float: left;
}

.news-grid-box .news-box {
  clear: none;
  margin: 0;
  padding: 15px;
  background: #f8f8f8;
  border: 0;
}

.news-grid-box .news-box:hover {
  background: #f0f0f0;
}

.news-grid-box .news-image {
  margin-bottom: 20px;
}

.news-grid-box .news-image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f8f8f8;
}

.news-grid-box .news-image a img {
  display: block;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.news-grid-box .news-title {
  margin: 0;
}

.news-grid-box .news-date {
  margin: 5px 0 10px 0;
}

@media (min-width: 960px) {
  .news-listing-grid {
    margin: 0 -15px;
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .news-grid-box {
    padding: 0 15px;
    width: 25%;
    margin-top: 30px;
  }
  .news-grid-2cols .news-grid-box {
    width: 50%;
  }
  .news-grid-3cols .news-grid-box {
    width: 33.33%;
  }
}
@media (min-width: 960px) and (max-width: 1229px) {
  .news-listing-grid {
    margin: 0 -10px;
  }
  .news-grid-box {
    padding: 0 10px;
    width: 25%;
  }
}
@media (max-width: 959px) {
  .news-listing-grid {
    margin: 0 -10px;
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .news-grid-box {
    padding: 0 10px;
    width: 33.33%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news-listing-grid {
    margin: 0 -10px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .news-grid-box {
    padding: 0 10px;
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .news-listing-grid {
    margin: 0 -10px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .news-grid-box {
    padding: 0 10px;
    width: 100%;
    margin-top: 20px;
  }
}
/*** News page ***/
.news-main-date {
  margin: 0 0 10px;
  line-height: 1.5;
}

/* 
#  Blog
*/
/*** Blog nav ***/
.blog-nav {
  float: right;
  margin-right: 0 !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 959px) {
  .blog-nav {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  .blog-nav .switch {
    display: block;
    padding: 15px 65px 15px 20px;
    font-size: 1em;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
  }
  .blog-nav .switch:after {
    font-family: "brodic" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    content: "Q";
    text-align: right;
    font-size: 18px;
  }
  .blog-nav.open .switch:after {
    content: "T";
  }
  .blog-nav .panel {
    display: none;
    padding: 20px 20px;
  }
  .blog-nav.open .panel {
    display: block;
  }
}
.blog-nav-box {
  margin-bottom: 40px;
  line-height: 1.5;
}

.blog-nav-box:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 959px) {
  .blog-nav-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog-nav-box {
    margin-bottom: 20px;
  }
}
.blog-nav-box h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e0e0e0;
}

.blog-nav-box h3 {
  font-size: 1em;
  font-weight: 400;
  margin: 15px 0 10px 0;
}

.blog-nav-box ul {
  color: inherit;
}

.blog-nav-box a {
  color: inherit;
  text-decoration: none;
}

.blog-nav-box .on a,
.blog-nav-box a:hover {
  color: #e29425;
}

.blog-tags li,
.blog-archive li {
  display: inline;
}

.blog-tags li:after,
.blog-archive li:after {
  content: ",";
}

.blog-tags li:last-child:after,
.blog-archive li:last-child:after {
  content: none;
}

/*** Blog container ***/
.blog-container {
  position: relative;
  z-index: 1;
}

.page-blog.blog-a .news-content {
  overflow: visible;
}

.page-blog.blog-b .news-container {
  margin-bottom: 20px;
}

.page-blog.blog-a .news-image {
  margin: 0 0 20px;
}

.meta-data {
  margin: 20px 0 0;
  line-height: 1.5;
  clear: both;
}

.meta-data ul {
  margin: 0;
  color: inherit;
}

.meta-data ul li {
  padding-left: 0;
}

.meta-data ul li:before {
  display: none;
}

.meta-data ul a {
  color: inherit;
}

.meta-data ul a:hover {
  color: #e29425;
}

/* 
#  Gallery
*/
/*** Gallery category ***/
.gallery-listing {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .gallery-listing {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gallery-listing {
    margin-bottom: 20px;
  }
}
.gallery-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.gallery-box:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 20px;
  clear: right;
}

.gallery-box:nth-of-type(2n+1) {
  clear: both;
}

@media (max-width: 959px) {
  .gallery-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gallery-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .gallery-box {
    width: 100% !important;
  }
}
.gallery-box:last-child {
  margin-bottom: 0 !important;
}

.gallery-image {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .gallery-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gallery-image {
    margin-bottom: 20px;
  }
}
.gallery-image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f8f8f8;
}

.gallery-image a img {
  display: block;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.gallery-title {
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0 0 5px;
  color: #404041;
}

.gallery-title a {
  color: #404041;
  text-decoration: none;
}

.gallery-title a:hover {
  color: #e29425;
}

.gallery-images {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #404041;
}

/*** Gallery page ***/
.gallery-main-images {
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .gallery-main-images {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gallery-main-images {
    margin-bottom: 20px;
  }
}
.gallery-main-listing {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .gallery-main-listing {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gallery-main-listing {
    margin-bottom: 20px;
  }
}
.gallery-main-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 960px) {
  .gallery-main-box:nth-of-type(4n) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gallery-main-box:nth-of-type(4n+1) {
    clear: left;
  }
  .sidenav .gallery-main-box:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sidenav .gallery-main-box:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 959px) {
  .gallery-main-box {
    padding-bottom: 20px;
  }
  .gallery-main-box:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gallery-main-box:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .gallery-main-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .gallery-main-box {
    width: 100% !important;
  }
}
.gallery-main-box:last-child {
  margin-bottom: 0 !important;
}

.gallery-main-image {
  margin-bottom: 15px;
}

@media (max-width: 959px) {
  .gallery-main-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gallery-main-image {
    margin-bottom: 20px -10;
  }
}
.gallery-main-image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background: #f8f8f8;
  text-decoration: none;
}

.gallery-main-image a img {
  display: block;
  position: absolute;
  margin: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.gallery-main-image img {
  display: block;
  width: 100%;
}

.gallery-main-image .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
}

.gallery-main-image .mask:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  content: "-";
}

.gallery-main-image a:hover .mask {
  visibility: visible;
}

.gallery-main-title {
  color: #404041;
}

.gallery-main-title a {
  color: inherit;
  text-decoration: none;
}

.gallery-main-title a:hover {
  color: #e29425;
}

/* 
#  Forms
*/
.form {
  margin-bottom: 40px;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .form {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form {
    margin-bottom: 20px;
  }
}
.form-warning {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .form-warning {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-warning {
    margin-bottom: 20px;
  }
}
.form-fields,
.form-fields.col:last-child {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.errorMessage {
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #e32526 !important;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .errorMessage {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .errorMessage {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
/*** Form blocks ***/
.input,
.select,
.textarea,
.radio,
.checkbox,
.captchaWrapper {
  margin-bottom: 20px;
  position: relative;
}

.field-description {
  margin: -10px 0 20px 0;
  font-size: 0.85em;
  line-height: 1.5;
}

/*** Form labels ***/
.input label,
.select label,
.textarea label,
.form-item-title,
.captchaInput label {
  display: block;
  width: 100%;
  padding-right: 40px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.25;
  color: #404041;
}

/*** Forms fields ***/
input[type=text],
input[type=name],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=email],
input[type=file],
input[type=tel],
input[type=number],
input[type=url],
input[type=color],
input[type=search],
.fakefile input,
select,
textarea {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  border-radius: 2000em;
  background: #ebf5ff;
  color: #254e60;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input[type=text]:hover,
input[type=name]:hover,
input[type=password]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=email]:hover,
input[type=file]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=color]:hover,
input[type=search]:hover,
.fakefile input:hover,
select:hover,
textarea:hover {
  border-color: transparent;
  background: #ebf5ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text]:focus, input[type=text]:active,
input[type=name]:focus,
input[type=name]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=file]:focus,
input[type=file]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=color]:focus,
input[type=color]:active,
input[type=search]:focus,
input[type=search]:active,
.fakefile input:focus,
.fakefile input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border-color: transparent;
  background: #ebf5ff;
  color: #254e60;
  -o-text-overflow: clip;
  text-overflow: clip;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
}

.input input,
.captchaInput input {
  height: 50px;
}

.date-input input {
  padding-right: 50px;
}

.input-calendar {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #404041;
}

.input-calendar:hover {
  color: #e29425;
}

.input-calendar:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  content: "s";
  text-indent: 0;
  font-size: 18px;
}

.form-read-only .input label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  width: auto;
}

/*** Form upload ***/
.fileupload label {
  height: 23px;
}

.input input[type=file] {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.fileupload a.upload {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 5;
  width: 90px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  text-decoration: none;
  border: 0;
  background: #00abe8;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 12px;
}

.fileupload a.upload:hover {
  background-color: #0068a0;
  color: #fff;
}

.fakefile {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 50px;
  padding-right: 95px;
}

.fakefile input {
  padding-right: 110px;
  background-image: url(../images/css/image-upload.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.fakefile img {
  display: none;
}

.fileupload .file {
  display: block;
  margin: 10px 0 0;
  display: block;
}

.fileupload .file span, .fileupload .file img {
  vertical-align: middle;
}

.fileupload .file .delete {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.fileupload .file .delete:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  text-indent: 0;
  content: "y";
}

.fileupload .file .delete {
  margin-left: 20px;
}

.fileupload .file:first-child {
  margin: 10px 0 0;
}

/*** Form select ***/
.select select {
  padding: 0 40px 0 15px;
  line-height: 50px;
  height: 50px;
}

.select:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: "Q";
  color: inherit;
  pointer-events: none;
  font-size: 17px;
  text-align: center;
}

.select-small select {
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  border-radius: 2000em !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 0 20px !important;
  font-weight: normal;
}

.select-small:before {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
}

/*** Form textarea ***/
.textarea {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.textarea textarea {
  height: 270px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  border-radius: 20px;
  overflow: auto;
  resize: none;
  line-height: 1.5;
  white-space: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
}

/*** Form checkbox/radio ***/
.checkbox,
.radio {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.form-item-title {
  margin-bottom: 10px;
}

.form-item {
  float: left;
  max-width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 25px;
}

.form-item:last-child {
  margin-bottom: 0;
}

.form-item:before, .form-item:after {
  content: " ";
  display: table;
}

.form-item:after {
  clear: both;
}

.form-item label {
  display: block;
  cursor: pointer;
  padding-left: 35px;
  position: relative;
  z-index: 5;
}

.form-item input {
  width: 100%;
  height: 100%;
}

.form-item input[type=checkbox],
.form-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 25px;
  height: 25px;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.form-item input[type=checkbox] + label:before,
.form-item input[type=radio] + label:before {
  display: block;
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #254e60;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #cceefa;
  z-index: 1;
}

.form-item input[type=checkbox] + label:after,
.form-item input[type=radio] + label:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  visibility: hidden;
  text-align: center;
  z-index: 2;
}

.form-item input[type=checkbox]:checked + label:before,
.form-item input[type=radio]:checked + label:before {
  background: #00abe8;
  border-color: #00abe8;
  color: #fff;
}

.form-item input[type=checkbox]:checked + label:after,
.form-item input[type=radio]:checked + label:after {
  visibility: visible;
}

.form-item input[type=checkbox]:checked + label:after {
  color: #fff;
}

.form-item input[type=checkbox]:checked + label:after {
  content: ";";
  font-size: 15px;
}

.form-item input[type=radio] + label:before {
  border-radius: 50%;
}

.form-item input[type=radio]:checked + label:before {
  border-radius: 50%;
}

.form-item input[type=radio]:checked + label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}

.form-item input[type=checkbox]:disabled,
.form-item input[type=radio]:disabled {
  cursor: default;
  pointer-events: none;
  z-index: 1;
}

.form-item input[type=checkbox]:disabled + label,
.form-item input[type=radio]:disabled + label {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.checkbox-button.checked,
.radio-button.checked {
  background: #00abe8;
  border-color: #00abe8;
  color: #fff;
}

.checkbox-button.checked:after,
.radio-button.checked:after {
  visibility: visible;
}

.radio-button {
  border-radius: 50%;
}

.checkbox-button:after {
  content: ";";
  font-size: 16px;
}

/*** Form terms, signup, password, login options ***/
.checkbox-single .form-item-title {
  display: none;
}

.checkbox-single .form-item {
  margin-right: 25px;
}

.page-signup .radio,
.newsletter-registration .checkbox {
  padding: 0;
  border: none;
}

.password-panel {
  margin-bottom: 25px;
}

.password-panel .notice {
  margin-bottom: 20px;
}

.password-panel .notice:last-child {
  margin-bottom: 0;
}

.terms {
  background-color: #f0f0f0;
  padding: 30px 36px;
  margin-bottom: 25px;
}

.terms .checkbox {
  padding: 0;
  margin: 0;
  border: 0;
}

.login-options ul {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e0e0e0;
}

.login-options ul > li {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block;
}

.login-options ul > li:last-child {
  margin-right: 0;
}

.login-options ul > li:before {
  display: none;
}

/*** Form captcha ***/
.captchaWrapper {
  padding: 25px 0 45px 250px !important;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .captchaWrapper {
    padding-left: 0 !important;
  }
  .captchaWrapper .captchaImageWrapper {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .captchaWrapper .captchaImageWrapper:after {
    left: 0;
    top: 75px;
    width: 210px;
    line-height: 30px;
    height: 30px;
    content: "3";
  }
}
.captchaImageWrapper {
  float: left;
  width: 250px;
  margin-left: -250px;
}

.captchaImageWrapper:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 25px;
  left: 210px;
  width: 40px;
  height: 50px;
  content: "4";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #00abe8;
}

.captchaImageWrapper img {
  display: block;
  width: 210px !important;
  height: 50px !important;
  padding: 5px;
  background: #e0e0e0;
  border: 0;
}

.captcha-image-link {
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-top: 5px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.captcha-image-link:hover {
  color: #e29425;
  text-decoration: none;
}

@media (max-width: 767px) {
  .captcha-image-link {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
@media (max-width: 420px) {
  .captcha-image-link {
    font-size: 12px;
  }
}
.captchaInput {
  float: right;
  width: 100%;
  position: static;
}

.captchaInput label {
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .captchaInput {
    float: none;
    display: block;
    clear: both;
  }
  .captchaInput label {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  .captchaInput label {
    font-size: 12px;
    padding-right: 25px;
  }
  .captcha-image-link {
    font-size: 12px;
    bottom: auto;
    top: 160px;
    margin-top: 0;
  }
}
/*** Form submit ***/
.form-buttons {
  margin-top: 25px;
}

.form-submit {
  float: left;
  position: relative;
}

.form-submit > a,
.form-submit > input,
.form-submit > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 156, 219) 0%, rgb(0, 128, 255) 100%);
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  width: 200px;
}
.form-submit > a:hover, .form-submit > a:active, .form-submit > a:focus,
.form-submit > input:hover,
.form-submit > input:active,
.form-submit > input:focus,
.form-submit > button:hover,
.form-submit > button:active,
.form-submit > button:focus {
  background: linear-gradient(90deg, #f7931e 0%, #f7931e 100%);
  color: #fff;
}

/*** Form return ***/
.form-feedback {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .form-feedback {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-feedback {
    margin-bottom: 20px;
  }
}
.feedback-button {
  float: left;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 156, 219) 0%, rgb(0, 128, 255) 100%);
  color: #fff;
  text-transform: uppercase;
}
.feedback-button:hover, .feedback-button:active, .feedback-button:focus {
  background: linear-gradient(90deg, #f7931e 0%, #f7931e 100%);
  color: #fff;
}

.feedback-button:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  margin: 0 5px 0 0;
}

/*** Form validation ***/
.form-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.req {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  position: absolute;
  top: -1px;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 16px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #00abe8;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.req:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "t";
  text-indent: 0;
  font-size: 14px;
}

.form-warning .req,
.errorMessage .req {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}

.error .req,
.errorMessage .req {
  color: #e32526;
}

.error .input label,
.error .select label,
.error .textarea label,
.error .form-item-title,
.error .form-item label,
.error .captchaInput label,
.image-upload .error label {
  color: #e32526;
}

.error .input input,
.error .captchaInput input,
.image-upload .error input,
.error .select select,
.error .textarea textarea {
  border-color: #f9c3c3;
  background-color: #ffe5e5;
  color: #e32526;
}

.error .select:before,
.error .input-calendar:after {
  color: #e32526;
}

.error ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e32526;
  opacity: 1;
}

.error :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e32526;
  opacity: 1;
}

.error ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e32526;
  opacity: 1;
}

.error :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e32526;
  opacity: 1;
}

.error .icheckbox,
.error .iradio {
  background: #ffe5e5;
  border-color: #f9c3c3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e32526;
}

.error .icheckbox:after,
.error .iradio:after {
  visibility: none;
}

.error .icheckbox.hover,
.error .iradio.hover {
  color: #f4adad !important;
}

.error .icheckbox.checked,
.error .iradio.checked {
  color: #e32526 !important;
}

.error .form-item input[type=checkbox] + label:before,
.error .form-item input[type=radio] + label:before {
  background: #ffe5e5;
  border-color: #f9c3c3;
  color: #e32526;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.error .form-item input[type=checkbox] + label:after,
.error .form-item input[type=radio] + label:after {
  color: #e32526;
}

.error .form-item input[type=radio] + label:after {
  background: #e32526;
}

/*** Form fix ***/
input,
textarea,
select {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea,
button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

/* 
#  Form box
#  (contest, test, faq, questbook, poll, comments)
*/
.form-box {
  margin-top: 40px;
  padding: 40px;
  background: #f8f8f8;
  border-radius: 0;
}

@media (max-width: 959px) {
  .form-box {
    margin-top: 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .form-box {
    margin-top: 20px;
    padding: 20px;
  }
}
.form-box .form-box-inner {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 0;
}

@media (max-width: 959px) {
  .form-box .form-box-inner {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .form-box .form-box-inner {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0 10px;
  }
}
.form-box .form-box-inner.form-box-inner-alt {
  background: 0;
  padding-top: 0;
  margin-top: 40px;
  padding-bottom: 0;
}

@media (max-width: 959px) {
  .form-box .form-box-inner.form-box-inner-alt {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .form-box .form-box-inner.form-box-inner-alt {
    margin-top: 20px;
  }
}
.form-box .form {
  margin: 0;
}

.form-box .form-box-inner-fields {
  margin-left: -40px;
  margin-right: -40px;
}

@media (max-width: 959px) {
  .form-box .form-box-inner-fields {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .form-box .form-box-inner-fields {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-box .captchaWrapper:last-child {
  margin-bottom: 0;
}

.form-box .form-box-buttons {
  margin-left: -40px;
  margin-right: -40px;
}

@media (max-width: 959px) {
  .form-box .form-box-buttons {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .form-box .form-box-buttons {
    margin-left: 0;
    margin-right: 0;
  }
}
.form-box .form-box-footer {
  clear: both;
  padding-top: 0;
  margin-top: 0;
}

.form-box-content {
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.5;
  color: #404041;
}

@media (max-width: 959px) {
  .form-box-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-box-content {
    margin-bottom: 20px;
  }
}
.form-box-footer .form-box-content {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 0.85em;
  color: #404041;
}

@media (max-width: 959px) {
  .form-box-footer .form-box-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .form-box-footer .form-box-content {
    margin-top: 20px;
  }
}
.form-box a {
  color: inherit;
}

.form-box a:hover {
  color: #e29425;
}

.page-faq .form-box-inner, .page-guestbook .form-box-inner {
  background: 0;
}

/* 
#  Faq (Guestbook)
*/
.page-faq #pageContainer h1,
.page-guestbook #pageContainer h1 {
  margin-right: 220px;
}

@media (max-width: 767px) {
  .page-faq #pageContainer h1,
  .page-guestbook #pageContainer h1 {
    margin-right: 0;
  }
}
.btn-faqform {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-faqform a {
  display: block;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #333331;
  border-radius: 0;
  background: #fff;
  color: #333331;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-faqform a:hover {
  border-color: #333331;
  background: #333331;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .btn-faqform {
    position: static;
    margin: -5px 0 20px 0;
  }
  .btn-faqform a {
    padding: 12px;
    display: inline-block;
    font-size: 16px;
  }
}
.faq-main {
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .faq-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .faq-main {
    margin-bottom: 20px;
  }
}
.faq-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 959px) {
  .faq-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.faq-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.faq-question {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.faq-answer {
  padding-left: 20px;
  font-size: 1em;
}

.faq-data {
  font-size: 14px;
  color: #999;
  margin: 5px 0 0;
}

/* 
#  Test
*/
.page-test .form-box .form-box-inner {
  padding-bottom: 20px;
}

.test-box {
  margin-bottom: 25px;
}

.test-box li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
}

.test-box .test-no {
  float: left;
  width: 30px;
  margin-left: -30px;
}

.test-box p {
  float: left;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.test-options:before, .test-options:after {
  content: " ";
  display: table;
}

.test-options:after {
  clear: both;
}

.test-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  line-height: 25px;
  margin-top: 10px;
}

.test-option:last-child {
  margin-right: 0;
}

.test-option label {
  position: relative;
  z-index: 1;
  padding-right: 35px;
  display: block;
  cursor: pointer;
}

.test-option .radio-button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0 !important;
  overflow: hidden;
}

/* 
#  Poll
*/
.poll-results-box {
  padding-bottom: 20px;
}

.poll-results-box li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.poll-results-box p {
  margin: 0;
}

.poll-results-box p.poll-results-percent {
  margin-top: 10px;
}

.poll-status {
  color: #e29425;
}

.poll-results-percent {
  display: block;
  width: 0;
  height: 10px;
  overflow: hidden;
  background: #404041;
  text-indent: -9999px;
}

.poll-results-percent img {
  display: none;
}

.poll-archive h3 {
  margin-top: 0;
}

.poll-archive li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.poll-archive li:last-child {
  margin-bottom: 0;
}

.poll-archive a,
.poll-archive .date {
  display: block;
}

.poll-nav {
  clear: both;
}

.poll-nav ul {
  position: relative;
  height: 50px;
}

.poll-nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.poll-nav a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
  height: 50px;
  border: 1px solid transparent;
  background-color: #fff;
  color: #0068a0;
  border-radius: 0;
  line-height: 48px;
}

.poll-nav a:hover {
  border-color: #00abe8;
  background-color: #fff;
  color: #0068a0;
}

.poll-nav .btn-poll-submit a:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ";";
  margin: 0 5px 0 -5px;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.poll-nav .btn-poll-results a:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ")";
  margin: 0 10px 0 -5px;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.poll-nav .btn-poll-main a:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  margin: 0 5px 0 -5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.poll-nav .btn-poll-prev,
.poll-nav .btn-poll-next {
  margin: 0 !important;
  position: absolute;
  top: 0;
}

.poll-nav .btn-poll-prev a,
.poll-nav .btn-poll-next a {
  width: 30px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}

.poll-nav .btn-poll-prev a:after,
.poll-nav .btn-poll-next a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-indent: 0;
  top: 0;
  left: 0;
  font-size: 28px;
  text-align: center;
}

.poll-nav .btn-poll-prev {
  right: 40px;
}

.poll-nav .btn-poll-prev a:after {
  content: "?";
}

.poll-nav .btn-poll-next {
  right: 0;
}

.poll-nav .btn-poll-next a:after {
  content: "@";
}

/* 
#  Comments
*/
.comments-wrapper {
  margin-top: 40px;
  padding: 20px;
  background: #f8f8f8;
}

@media (max-width: 959px) {
  .comments-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comments-wrapper {
    margin-top: 20px;
    padding: 10px;
  }
}
.comments {
  padding: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .comments {
    padding: 10px;
  }
}
.comments-listing {
  margin-bottom: 20px;
}

.comment {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.comment-image {
  float: left;
  margin-right: 20px;
  width: 70px;
}

.comment-image img {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .comment-image {
    margin-right: 10px;
  }
}
.comment-container {
  overflow: hidden;
}

.comment-data {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #404041;
  line-height: 1.5;
}

.comment-data p {
  display: inline-block;
  margin: 0;
}

.comment-data p.comment-user {
  font-weight: 600;
}

.comment-data p.comment-user:after {
  display: inline;
  content: ",";
}

.comment-data p.comment-user a {
  color: inherit;
  text-decoration: none;
}

.comment-data p.comment-user a:hover {
  color: #e29425;
}

.comment-data p.comment-date {
  color: #999;
}

.comment-report {
  float: right;
  color: #404041;
}

.comment-report a {
  color: inherit;
  text-decoration: none;
}

.comment-report a:hover {
  color: #e29425;
}

.comment-reported .comment-report a {
  color: #e32526 !important;
  cursor: default;
}

.comment-content {
  font-size: 1em;
  line-height: 1.5;
}

.comments-terms {
  margin-bottom: 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .comments-terms {
    padding: 0 10px;
  }
}
.comments-total {
  font-size: 1em;
  line-height: 1.5;
  color: #999;
}

.comments-total p {
  margin: 0;
}

.comments-form .form-box {
  margin: 0 -20px;
  padding: 0;
}

@media (max-width: 767px) {
  .comments-form .form-box {
    margin: 0;
  }
}
/* 
#  Filter
*/
.filter {
  border-top: 1px solid #e0e3e3;
  padding-top: 20px;
}
@media (max-width: 959px) {
  .filter {
    border-bottom: 1px solid #e0e3e3;
  }
}
.filter > .switch {
  display: none;
}
.filter p {
  display: none;
}

.filter .select {
  margin-bottom: 0;
}

.filter .select:before {
  bottom: 5px;
  right: 5px;
}

.filter .select select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  height: 30px;
  line-height: 30px;
}

.filter > .panel > ul {
  line-height: 1.5;
}

.filter > .panel > ul > li {
  margin-bottom: 20px;
  padding-left: 0;
}

.filter > .panel > ul > li:before {
  display: none;
}

.filter > .panel > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.filter > .panel > ul > li .switch {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  color: #009cdb;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.filter > .panel > ul ul {
  margin-top: 0;
  padding: 0;
  margin: 0;
}

.filter > .panel > ul ul li {
  margin: 0 0 5px;
  padding: 0 0 0 30px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #254e60;
  float: left;
  clear: both;
}

.filter > .panel > ul ul li:last-child {
  margin-bottom: 0;
}

.filter > .panel > ul ul li:before {
  display: none;
}

.filter > .panel > ul ul li .chkbox {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #ebf5ff;
  border: 1px solid #ebf5ff;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ebf5ff;
}

.filter > .panel > ul ul li .chkbox:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 18px;
  visibility: hidden;
  content: ";";
  font-size: 14px;
  text-align: center;
}

.filter > .panel > ul ul li:hover .chkbox {
  background: #00abe8;
  border-color: #00abe8;
  color: #fff;
}

.filter > .panel > ul ul li:hover .chkbox:after {
  visibility: visible;
}

.filter > .panel > ul ul li.on .chkbox {
  background: #00abe8;
  border-color: #00abe8;
  color: #fff;
}

.filter > .panel > ul ul li.on .chkbox:after {
  visibility: visible;
}

@media (max-width: 959px) {
  .filter {
    margin-bottom: 0;
    padding: 0;
  }
  .filter > .switch {
    margin: 0;
    display: block;
    padding: 0 65px 0 0;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    border-bottom: 0;
    line-height: 50px;
  }
  .filter > .switch:after {
    font-family: "brodic" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    right: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    content: "-";
    text-align: right;
    font-size: 18px;
    z-index: 9999;
  }
}
@media only screen and (max-width: 959px) and (max-width: 959px) and (min-width: 767px) {
  .filter > .switch:after {
    margin-top: -43px;
  }
}
@media (max-width: 959px) {
  .filter.open > .switch:after {
    content: "*";
  }
  .filter > .panel {
    display: none;
    padding: 30px 10px 10px 10px;
    border: 1px solid #00abe8;
  }
  .filter.open > .panel {
    display: block;
  }
}
.filter-range input {
  display: inline-block;
  width: 60px;
  height: 30px;
  font-size: 14px;
  color: #254e60 !important;
  padding: 0 5px;
  text-align: center;
}

.filter-range .fr-divider {
  font-size: 14px;
  line-height: 25px;
  margin: 0 4px;
  color: #0068a0;
}

.filter-options {
  padding-top: 10px;
  display: flex;
  gap: 10px;
}

.filter-options button {
  width: 90px;
  height: 30px;
  font-size: 14px;
}

.filter-options button:last-child {
  margin-right: 0;
}

@media (min-width: 960px) and (max-width: 1229px) {
  .filter-options button {
    width: 100px;
  }
}
.fo-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 156, 219) 0%, rgb(0, 128, 255) 100%);
  color: #fff;
}
.fo-submit:hover, .fo-submit:active, .fo-submit:focus {
  background: linear-gradient(90deg, #f7931e 0%, #f7931e 100%);
  color: #fff;
}

.fo-reset {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background-color: #ebf5ff;
  color: #254e60;
}
.fo-reset:hover, .fo-reset:active, .fo-reset:focus {
  background-color: #009cdb;
  color: #fff;
}

/* 
#  Sort
*/
.catalog-options {
  margin-bottom: 0;
  padding: 0 0 0 10px;
  line-height: 36px;
  border-top: 1px solid #e0e3e3;
  font-size: 14px;
  color: #0068a0;
}

@media (max-width: 767px) {
  .catalog-options {
    padding: 0;
    border-top: 0;
  }
}
.sort-main {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 20px;
}
@media (max-width: 959px) {
  .sort-main {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.sort-main .switch {
  font-size: 14px;
  line-height: normal;
  color: #009cdb;
}
@media (max-width: 959px) {
  .sort-main .switch {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sort-main ul {
  display: flex;
  gap: 10px;
}
.sort-main ul::before, .sort-main ul::after {
  display: none;
}
.sort-main a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background-color: #ebf5ff;
  color: #254e60;
  height: 30px;
}
.sort-main a:hover, .sort-main a:active, .sort-main a:focus {
  background-color: #009cdb;
  color: #fff;
}

.sort-main a.sort-up:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "T";
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-left: 2px;
  font-size: 16px;
}

.sort-main a.sort-down:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "Q";
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 2px;
  font-size: 16px;
}

.sort-main a:hover,
.sort-main li a.on {
  background: linear-gradient(90deg, rgb(0, 156, 219) 0%, rgb(0, 128, 255) 100%);
  color: #fff;
}
.sort-main a:hover:hover, .sort-main a:hover:active, .sort-main a:hover:focus,
.sort-main li a.on:hover,
.sort-main li a.on:active,
.sort-main li a.on:focus {
  background: linear-gradient(90deg, #f7931e 0%, #f7931e 100%);
  color: #fff;
}

.results-dd {
  float: right;
  text-align: right;
  width: auto !important;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #254e60;
}

.results-dd p,
.results-dd .select-small {
  display: inline-block;
  vertical-align: middle;
}

.results-dd p {
  margin: 0 10px 0 0;
}

.results-dd .select-small {
  display: inline-block;
  width: 80px;
  margin: 0;
}

.results-dd .select-small select {
  border-radius: 0;
}

@media (max-width: 767px) {
  .results-dd {
    width: auto !important;
    margin-right: 0 !important;
    float: left;
    text-align: left;
  }
}
/* 
#  Search
*/
/*** Main search box ***/
.main-search-box {
  padding: 0;
  background: 0;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .main-search-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-search-box {
    margin-bottom: 20px;
  }
}
.main-search {
  position: relative;
  margin-top: 20px;
}

.main-search .main-search-input {
  position: relative;
  z-index: 1;
  height: 56px;
  background: #fff;
  color: #404041;
  border: 1px solid #00abe8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1em;
  padding: 0 90px 0 20px;
}

.main-search .main-search-input:hover {
  background: #fff;
  color: #404041;
  border-color: #00abe8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-search .main-search-input:focus {
  background: #fff;
  color: #404041;
  border-color: #00abe8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-search .main-search-submit {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 80px;
  height: 56px;
  background: #00abe8;
  color: #fff;
  border: 1px solid #00abe8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
}

.main-search .main-search-submit:hover {
  background: #0068a0;
  color: #fff;
  border-color: #0068a0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

@media (max-width: 959px) {
  .main-search {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main-search-box .results-dd {
  line-height: 56px;
}

@media (max-width: 959px) {
  .main-search-box .results-dd {
    width: 100% !important;
    margin-right: 0 !important;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    line-height: normal;
    text-align: left;
  }
}
/*** Search results ***/
.search-results {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .search-results {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .search-results {
    margin-bottom: 20px;
  }
}
.search-item {
  position: relative;
  padding: 0 0 20px 50px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #404041;
  font-size: 1em;
  line-height: 1.5;
}

.search-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .search-item {
    padding-left: 0;
  }
  .search-item .search-no {
    display: none !important;
  }
}
.search-title {
  margin: 0 0 10px;
  color: inherit;
  font-size: 20px;
}

.search-title a {
  color: inherit;
  text-decoration: none;
}

.search-title a:hover {
  color: #e29425;
}

.search-title .search-no {
  display: inline-block;
  width: 50px;
  float: left;
  margin-left: -50px;
}

.search-description {
  margin: 0 0 10px;
  color: #999;
}

.search-url {
  margin: 0;
  color: #404041;
}

.search-url a {
  color: inherit;
}

.search-url a:hover {
  color: #e29425;
}

.search-highlight {
  background: #e3f6fc;
}

.search-notice {
  font-size: 1em;
  line-height: 1.5;
  color: #999;
}

.search-notice p {
  margin: 0;
}

/* 
#  Catalog category
*/
.ab-wishlist-wrapper {
  position: relative;
  display: inline-block;
}

.catalog-listing {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.catalog-listing::before, .catalog-listing::after {
  display: none;
}
@media (max-width: 959px) {
  .catalog-listing {
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .catalog-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .catalog-listing {
    grid-template-columns: 1fr;
  }
}

.catalogCategoryHeader {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 10px 20px;
  background-color: #f5f5f5;
  gap: 15px;
}
@media (max-width: 767px) {
  .catalogCategoryHeader {
    flex-wrap: wrap;
  }
}
.catalogCategoryHeader .catalog-listing-info {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .catalogCategoryHeader .catalog-listing-info {
    flex: 0 0 100%;
  }
}
.catalogCategoryHeader .results-dd {
  margin-left: auto;
}
@media (max-width: 767px) {
  .catalogCategoryHeader .results-dd {
    margin-left: 0;
  }
}

.catalog-listing-info {
  margin: 20px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #254e60;
}

.catalog-listing-notice {
  float: left;
}

.catalog-listing-notice strong {
  color: #009cdb;
  font-weight: 600;
}

.catalog-listing-legend {
  float: right;
  font-size: 10px;
}

.catalog-listing-legend li {
  float: left;
  margin-right: 10px;
}

.catalog-listing-legend li:last-child {
  margin-right: 0;
}

.catalog-listing-legend li:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .catalog-listing-legend {
    clear: both;
    padding-top: 5px;
  }
}
.cl-available:before {
  background: #1bdf00;
}

.cl-limited:before {
  background: #ff0000;
}

.cl-onrequest:before {
  border: 2px solid #00aae7;
}

.article-info {
  margin-bottom: 30px;
  border: 1px solid #00abe8;
  padding: 10px;
}

.article-info p {
  margin: 8px 0;
}

.article-info ul {
  margin: 10px 0;
}

.article-info ul li {
  margin-bottom: 6px;
}

.page-catalog h1,
.page-article h1 {
  margin-bottom: 10px;
}

.article-image {
  position: relative;
  border: 1px solid #254e60;
  border-radius: 8px;
  margin-bottom: 10px;
}
.article-image::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.article-image a {
  display: block;
  position: relative;
  z-index: 2;
  background: 0;
  padding-bottom: 100%;
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.article-image a img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.article-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #254e60;
  text-align: center;
  margin: 0 0 25px;
}

.action-badges {
  position: absolute;
  top: 0;
  left: -11px;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  z-index: 10;
}

.action-badges .action-badge {
  float: left;
  clear: both;
  margin: 0 0 8px;
  padding: 0 10px;
  background: #00abe8;
  color: #fff;
  position: relative;
}

.action-badges .action-badge:last-child {
  margin-bottom: 0;
}

.action-badges .action-badge:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #00abe8 transparent transparent transparent;
}

.action-badges .action-badge:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #00abe8;
}

.action-badges .action-badge.ab-new {
  background: #f79320;
}

.action-badges .action-badge.ab-new:before {
  border-color: #f79320 transparent transparent transparent;
}

.action-badges .action-badge.ab-new:after {
  border-color: transparent transparent transparent #f79320;
}

.page-article .action-badges {
  top: 10px;
  left: 0;
}

.article-data-container {
  line-height: 21px;
  font-size: 12px;
  color: #254e60;
  font-weight: 300;
}

.article-data-container li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3px;
  margin-bottom: 3px;
  padding-right: 10px;
  padding-left: 10px;
}

.article-data-container li:last-child {
  margin-bottom: 0;
}

.article-data-container li:before, .article-data-container li:after {
  content: " ";
  display: table;
}

.article-data-container li:after {
  clear: both;
}

.ab-price-label {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 2px;
}

.ab-price-value {
  float: right;
  margin-left: 10px;
  line-height: 21px;
}

.ab-price-value strong {
  font-size: 17px;
  font-weight: 600;
  color: #00abe8;
  line-height: 18px;
  margin-left: 5px;
}

.ab-height {
  float: left;
}

.ab-height-value {
  margin-left: 5px;
}

.ab-status {
  float: right;
  margin-left: 10px;
}

.ab-status:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}

.ab-available:after {
  background: #1bdf00;
}

.ab-limited:after {
  background: #ff0000;
}

.ab-onrequest:after {
  border: 2px solid #00aae7;
}

.article-box-options {
  font-size: 0;
  line-height: 0;
  position: relative;
  text-align: left;
}

.article-box-options a {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  color: #009cdb;
  text-decoration: none;
  margin: 5px 10px;
}

.article-box-options a:hover {
  color: #e29425;
}

.article-box-options .ab-details:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "'";
  margin-left: 8px;
  vertical-align: top;
  line-height: 25px;
}

.article-box-options .ab-wishlist:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "$";
  margin-left: 2px;
  vertical-align: top;
  line-height: 25px;
  position: relative;
  top: -1px;
}

.article-box-options .ab-buy {
  background: #00abe8;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 13px;
}

.article-box-options .ab-buy:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "X";
  margin-left: 3px;
  line-height: 25px;
  vertical-align: top;
  font-size: 15px;
}

.article-box-options .ab-buy:hover {
  background: #0068a0;
  color: #fff;
}

/* 
#  Catalog page
*/
.article-main {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .article-main {
    gap: 30px;
  }
}
@media (max-width: 959px) {
  .article-main {
    gap: 40px;
  }
}
.article-main .gallery {
  flex: 0 0 580px;
  max-width: 580px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .article-main .gallery {
    max-width: 500px;
  }
}
@media (max-width: 959px) {
  .article-main .gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-main .article-main-holder {
  flex: 0 0 350px;
  max-width: 350px;
}
@media (max-width: 959px) {
  .article-main .article-main-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-article #container > h1,
.page-article .article-main-holder h1 {
  display: none;
}
@media (max-width: 959px) {
  .page-article #container > h1 {
    display: block;
  }
}
@media (min-width: 960px) {
  .page-article .article-main-holder h1 {
    display: block;
  }
}
.page-article #container > h1 {
  margin-bottom: 20px;
}
.page-article .article-main-holder h1 {
  margin-bottom: 0;
  padding-inline: 20px;
}

.page-article .gallery {
  border: 1px solid #dee0e0;
  position: relative;
  border-radius: 8px;
  margin-bottom: 0;
}

.page-article .gallery-nav {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 20;
  line-height: normal;
  height: auto;
  margin: 0;
}

@media (min-width: 960px) {
  .page-article .gallery .flex-direction-nav {
    margin-right: 5px;
  }
}
.page-article .gallery-slider,
.page-article .gallery-slider .slides a {
  padding-bottom: 100%;
  background: 0;
}

.page-article .gallery .flex-direction-nav {
  height: 0;
  position: static;
  margin: 0;
  padding: 0;
}

.page-article .gallery .flex-prev,
.page-article .gallery .flex-next {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-article .gallery .flex-prev:after,
.page-article .gallery .flex-next:after {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}

.page-article .gallery .flex-prev {
  left: 25px !important;
}

.page-article .gallery .flex-next {
  right: 25px !important;
}

.article-details {
  margin-top: 30px;
}
.article-details .table-wrapper-outer {
  margin: 0;
}
.article-details .table-wrapper {
  overflow-y: hidden;
}
.article-details table {
  min-width: 100%;
}
.article-details th, .article-details td {
  background: #fff;
}
.article-details th,
.article-details td {
  padding-left: 10px;
  padding-right: 0;
}
.article-details th:first-child,
.article-details td:first-child {
  width: 150px;
  min-width: 150px;
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .article-details th:first-child,
  .article-details td:first-child {
    padding-left: 10px;
  }
}
.article-details th:last-child,
.article-details td:last-child {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .article-details th:last-child,
  .article-details td:last-child {
    padding-right: 10px;
  }
}
.article-details th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e2e2;
  vertical-align: bottom;
  font-size: 10px;
  line-height: 1.25;
  color: #009cdb;
}
.article-details td {
  padding-right: 10px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #254e60;
}

.article-description {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .article-description {
    margin-bottom: 20px;
  }
}
.article-description h3 {
  font-size: 14px;
  font-weight: 300;
  color: #0068a0;
  margin: 0 0 15px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #00abe8;
}

.article-description-content {
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 10px;
}

.article-description-content p {
  margin: 10px 0;
}

/*** Article options ***/
.article-main-price {
  border-top: 2px solid #00abe8;
  border-bottom: 2px solid #00abe8;
  margin-bottom: 20px;
  padding: 10px;
  line-height: 20px;
  font-weight: 300;
  color: #0068a0;
}

.article-main-price p {
  margin: 0;
}

.article-main-price strong {
  font-size: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 1366px) {
  .article-main-price {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-basic-info {
  border-top: 1px solid #e8eaea;
  margin-top: 10px;
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #254e60;
}
@media (max-width: 959px) {
  .article-basic-info {
    margin-top: 0;
  }
}
.article-basic-info li {
  display: flex;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .article-basic-info li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-basic-info li + li {
  margin-top: 10px;
}

.ai-label {
  flex: 0 0 140px;
  max-width: 140px;
  padding-right: 10px;
}

.ai-value {
  flex: 1 0 calc(100% - 140px);
}

.quant:before, .quant:after {
  content: " ";
  display: table;
}

.quant:after {
  clear: both;
}

.quant a,
.quant input {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
}

.quant a {
  width: 13px;
  height: 13px;
  background: 0;
  color: #00abe8;
  border: 0;
  line-height: 13px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}

.quant a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-indent: 0;
  line-height: 13px;
  margin: 0;
}

.quant a.minus:after {
  content: "*";
}

.quant a.plus:after {
  content: "-";
}

.quant a:hover {
  color: #0068a0;
}

.quant input {
  width: 54px;
  line-height: 23px;
  text-align: center;
  padding: 0 5px;
  background: #0068a0 !important;
  color: #fff !important;
  border-radius: 13px;
  border-color: transparent !important;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.page-article .catalog-listing-legend {
  float: none;
  margin-bottom: 30px;
  padding: 0 10px;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .page-article .catalog-listing-legend {
    margin-bottom: 20px;
  }
}
.page-article .catalog-listing-legend li {
  margin-top: 5px;
}

.article-option-buttons {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .article-option-buttons {
    margin-bottom: 20px;
  }
}
.article-option-buttons:before, .article-option-buttons:after {
  content: " ";
  display: table;
}

.article-option-buttons:after {
  clear: both;
}

.article-option-buttons li {
  margin-bottom: 10px;
  position: relative;
}

.article-option-buttons li:last-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .article-option-buttons li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .article-option-buttons li:last-child {
    margin-right: 0;
  }
}
.article-option-buttons a {
  display: block;
  position: relative;
  min-height: 50px;
  background: #00abe8;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 19px;
  padding: 5px 60px 5px 10px;
}

.article-option-buttons a:hover {
  background: #0068a0;
}

.article-option-buttons a:after {
  display: block;
  content: "";
  font-family: "brodic";
  font-weight: 400;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 10px;
  top: 5px;
  text-align: center;
  font-size: 28px;
}

.article-option-buttons .ao-cart a {
  background: #0068a0;
}

.article-option-buttons .ao-cart a:hover {
  background: #005787;
}

.article-option-buttons .ao-cart a:after {
  content: "J";
}

.article-option-buttons .ao-buy a:after {
  content: "X";
}

.article-option-buttons .ao-wishlist a:after {
  content: "$";
}

.disabled {
  pointer-events: none;
  background-color: #8c8c8c !important;
}

.article-additonal-options {
  margin-bottom: 30px;
  background: #0068a0;
  color: #fff;
  padding: 10px;
}

@media (max-width: 767px) {
  .article-additonal-options {
    margin-bottom: 20px;
  }
}
.article-additonal-options h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px;
}

.article-additonal-options p {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}

.article-additonal-options .article-basic-info {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}

.article-additonal-options .ai-label {
  color: #fff;
}

.article-additonal-options .ai-value {
  text-align: right;
}

.article-additonal-options .ai-value strong {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}

@media screen and (max-width: 1366px) {
  .article-additonal-options .ai-value strong {
    font-size: 16px;
    margin-left: 1px;
  }
}
.article-additonal-options .quant a {
  color: #fff !important;
}

.article-additonal-options .quant a:hover {
  color: #00abe8 !important;
}

.article-additonal-options .quant input {
  background: #fff !important;
  color: #00abe8 !important;
}

.article-additonal-options .article-option-buttons {
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .article-additonal-options .article-option-buttons li {
    float: left;
    width: 32%;
    margin-right: 0;
    min-width: 250px;
  }
}
.article-additonal-options .article-option-buttons a {
  background: #00abe8;
}

.article-additonal-options .article-option-buttons a:hover {
  background: #005787;
}

.cart-popup {
  background: #fff;
  padding: 54px 20px 20px;
  width: 280px;
  max-width: 100%;
}

.cart-popup .article-option-buttons {
  margin-bottom: 10px;
}

.cart-popup .article-additonal-options {
  margin-bottom: 0 !important;
}

.cart-popup .article-basic-info ul {
  max-width: none;
}

.cart-popup .article-option-buttons li {
  width: 100% !important;
}

.cart-popup .quant {
  float: right;
}

.article-related {
  margin-top: 90px;
  position: relative;
  z-index: 1;
  padding-top: 35px;
}
.article-related::before {
  display: block;
  content: "";
  width: 20000em;
  height: 160px;
  background-color: #f5f5f5;
  top: 0;
  left: -1000em;
  position: absolute;
  z-index: 1;
}
@media (max-width: 959px) {
  .article-related {
    margin-top: 50px;
  }
}
.article-related h4 {
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #404041;
  font-weight: 400;
}
.article-related__slider {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.article-related__slider .swiper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.relatedSlider__btn {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #252525;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.relatedSlider__btn:hover {
  color: #fff;
  background-color: #009cdb;
}
.relatedSlider__btn::after {
  display: block;
  font-family: "brodic";
  font-size: 24px;
}
.relatedSlider__btn--prev {
  right: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 1335px) {
  .relatedSlider__btn--prev {
    margin-right: 0;
    right: unset;
    left: 0;
  }
}
.relatedSlider__btn--prev::after {
  content: "?";
}
.relatedSlider__btn--next {
  left: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1335px) {
  .relatedSlider__btn--next {
    margin-left: 0;
    left: unset;
    right: 0;
  }
}
.relatedSlider__btn--next::after {
  content: "@";
}
.relatedSlider__btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* 
#  Cart
*/
.cart-steps {
  margin: 0 0 30px;
}

.cart-steps ul {
  margin: 0;
  padding: 0;
}

.cart-steps li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}

.cart-steps li a {
  color: #0068a0;
  text-decoration: none;
}

.cart-steps li div {
  background: #fff;
  padding: 12px 20px;
  color: #00abe8;
  border: 1px solid #00abe8;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-steps li.on div {
  background: #fff;
  color: #0068a0;
}

.cart-notice {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart-notice:first-child {
  margin-top: 0;
}

.cart-notice:last-child {
  margin-bottom: 0;
}

.cart-main {
  margin: 0 0 30px;
}

.cart-main li:before {
  display: none;
}

.cart-main .content-footer:last-child {
  margin-bottom: 0;
}

.cart-items {
  border-bottom: 1px solid #00abe8;
  margin: 0;
}

.cart-items > li {
  border: 1px solid #00abe8;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  position: relative;
}

.ci-main,
.ci-options {
  float: left;
}

.ci-main {
  width: 70%;
}

.ci-options {
  width: 30%;
}

.ci-col {
  float: left;
  border-right: 1px solid #00abe8;
  padding: 10px;
  line-height: normal;
  min-height: 65px;
}

.ci-options .ci-col:last-child {
  border-right: 0;
}

.ci-no {
  width: 8%;
}

.ci-title {
  width: 52%;
}

.ci-price {
  width: 20%;
}

.ci-discount {
  width: 20%;
}

.ci-delivery {
  width: 20%;
}

.ci-quant {
  width: 50%;
}

.ci-total {
  width: 37%;
}

.ci-delete {
  width: 13%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ci-col p {
  margin: 0;
}

.ci-col .ci-label {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.ci-left {
  text-align: left;
}

.ci-center {
  text-align: center;
}

.ci-right {
  text-align: right;
}

.ci-title a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #0068a0;
}

.ci-title a:hover {
  color: #e29425;
}

.ci-title img {
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  height: auto;
}

.ci-col .ci-article-code {
  font-size: 11px;
  margin: 0;
}

.ci-price-main,
.ci-main-price {
  font-weight: 600;
  color: #00abe8;
}

.ci-discount-main {
  color: #ef0f07;
}

.ci-discount-main-off {
  color: #a6a6a7;
}

.ci-delete > a,
.ci-delete .msg-holder > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  font-size: 16px;
  color: #00abe8;
  text-decoration: none;
}

.ci-delete > a:hover,
.ci-delete .msg-holder > a:hover {
  color: #0068a0;
}

.ci-delete > a:before,
.ci-delete .msg-holder > a:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  text-indent: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  content: "y";
}

.ci-delete .message {
  right: 0;
  right: -14px;
}

.ci-delete .message .message-bottom {
  right: 20px;
}

.cart-empty-all {
  background: #f1fafe;
  border: 1px solid #eee;
  border-top: 0;
  text-align: right;
  padding: 10px 15px 10px 10px;
  position: relative;
}

.cart-empty-all > a {
  color: #00abe8;
  text-decoration: none;
  line-height: normal;
}

.cart-empty-all > a:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: normal;
  overflow: hidden;
  vertical-align: middle;
  margin-top: 2px;
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  text-align: center;
  content: "y";
  font-size: 16px;
  vertical-align: top;
}

.cart-empty-all > a:hover {
  color: #0068a0;
}

.cart-empty-all > a span {
  display: none;
}

@media (min-width: 960px) {
  .cart-empty-all .message {
    right: 0;
  }
  .cart-empty-all .message .message-bottom {
    right: 20px;
  }
}
@media (max-width: 959px) {
  .cart-empty-all .message {
    right: 0;
  }
  .cart-empty-all .message .message-bottom {
    right: 20px;
  }
  .cart-empty-all .message .message-bottom {
    right: 14px;
  }
}
.cart-summary ul {
  margin: 0;
}

.cart-summary ul li {
  padding: 10px 55px 10px 10px;
  border-bottom: 1px solid #eee;
  text-align: right;
}

.cart-summary ul li:last-child {
  border-bottom: 0;
}

.cart-total ul {
  margin: 0;
}

.cart-total ul li {
  padding: 15px 55px 15px 10px;
  background: #0068a0;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  color: #fff;
}

.cs-label,
.cs-value {
  display: inline-block;
}

.cs-value {
  width: 120px;
}

.discount-code {
  margin: 0 0 30px;
  background: #f1fafe;
  padding: 10px;
  line-height: 1.5em;
}

.discount-code label {
  display: block;
  clear: both;
  font-size: 11px;
  text-transform: uppercase;
}

.discount-code input {
  float: left;
  height: 30px;
  padding: 0 10px;
  width: 100px;
}

.discount-code .msg-holder {
  margin-left: 1px;
  position: relative;
  display: inline-block;
}

.discount-code .msg-holder .message {
  left: 0;
}

.discount-code .msg-holder .message .message-bottom {
  left: 20px;
}

@media (max-width: 767px) {
  .discount-code .msg-holder .message {
    left: 50%;
    margin-left: -150px;
  }
  .discount-code .msg-holder .message .message-bottom {
    left: 50%;
    margin-left: -7.5px;
  }
}
.discount-code-submit {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #00abe8;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.discount-code-submit:hover {
  background: #0068a0;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .copy-to-cart {
    margin-top: 30px !important;
  }
}
.cart-nav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.cart-nav > ul {
  margin: 0;
}

.cart-nav > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.cart-nav > ul > li:before, .cart-nav > ul > li:after {
  content: " ";
  display: table;
}

.cart-nav > ul > li:after {
  clear: both;
}

.cart-nav > ul > li:first-child {
  z-index: 1;
}

.cart-nav > ul > li:nth-child(2) {
  z-index: 2;
}

.cart-temp-list-abs {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .cart-temp-list.cart-temp-list-abs {
    position: relative !important;
  }
}
.cart-nav > ul > li:nth-child(3) {
  z-index: 3;
}

.cart-nav > ul > li:nth-child(4) {
  z-index: 4;
}

.cart-nav > ul > li:nth-child(5) {
  z-index: 5;
}

.cart-nav > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 12px 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
}

.cart-nav > ul > li > a:hover {
  background: #0068a0;
  color: #fff;
}

.cart-back {
  float: left;
}

.cart-back > a {
  background: #00abe8;
  color: #fff;
}

.cart-back > a:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  margin-right: 5px;
}

.cart-next {
  float: right;
}

.cart-next > a {
  font-size: 15px !important;
  background: #0068a0;
  padding: 18px 20px !important;
  line-height: 18px;
}

.cart-next > a:hover {
  background: #005787 !important;
}

.cart-next > a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "@";
  margin-left: 5px;
}

.cart-next .message {
  right: 0;
}

.cart-next .message .message-bottom {
  right: 20px;
}

@media (max-width: 767px) {
  .cart-next .message {
    left: 50%;
    margin-left: -150px;
  }
  .cart-next .message .message-bottom {
    left: 50%;
    margin-left: -7.5px;
  }
}
.cart-next#step3ButtonNextPayPal > a {
  background: #fff;
  padding: 0 !important;
}

.cart-next#step3ButtonNextPayPal > a img {
  float: none !important;
  margin: 0 !important;
}

.cart-next.paypal-cancel > a {
  margin-right: 5px;
  background: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 14px !important;
  line-height: 16px;
  border: 1px solid #00abe8;
  color: #00abe8;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .cart-next.paypal-cancel > a {
    width: 180px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.cart-next.paypal-cancel > a:hover {
  border-color: #005787 !important;
}

.cart-next.paypal-cancel > a:after {
  display: none;
}

.cart-save {
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid #eee;
  line-height: 20px;
}

.cart-save > a {
  background: #00abe8;
  float: left;
}

.cart-save > a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "w";
  font-size: 18px;
  line-height: 20px;
  vertical-align: top;
  margin-left: 5px;
}

.cart-save .message {
  left: 0;
}

.cart-save .message .message-bottom {
  left: 20px;
}

@media (max-width: 767px) {
  .cart-save .message {
    left: 50%;
    margin-left: -150px;
  }
  .cart-save .message .message-bottom {
    left: 50%;
    margin-left: -7.5px;
  }
}
.cart-prev-item {
  float: left;
}

.cart-prev-item > a {
  background: #00abe8;
}

.cart-prev-item > a:before {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  margin-right: 5px;
}

.cart-temp-list {
  display: inline-block;
}

.cart-temp-list > a {
  background: #00abe8;
}

.cart-temp-list > a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "x";
  font-size: 16px;
  line-height: 16px;
  margin-left: 7px;
  margin-top: -2px;
  vertical-align: middle;
}

.cart-next-item {
  float: right;
}

.cart-next-item > a {
  background: #00abe8;
}

.cart-next-item > a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "@";
  margin-left: 5px;
}

.cart-temp-add {
  display: inline-block;
  text-align: center !important;
  padding-top: 10px !important;
  margin-top: 10px !important;
  border-top: 1px solid #eee;
  z-index: 4 !important;
}

.cart-temp-add > a {
  display: inline-block !important;
  background: #00abe8;
  color: #fff;
  line-height: 20px;
  position: relative;
}

.cart-temp-add > a:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "w";
  font-size: 18px;
  line-height: 20px;
  vertical-align: top;
  margin-left: 5px;
}

.cart-form-tabs {
  margin: 0;
}

.cart-form-tabs ul {
  margin: 0;
}

.cart-form-tabs li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
}

.cart-form-tabs a {
  display: block;
  padding: 20px;
  border: 1px solid #f8f8f8;
  border-bottom: 0;
  color: #333331;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-form-tabs a:hover,
.cart-form-tabs .on a {
  background: #f8f8f8;
}

.cart-main .form-box {
  margin-top: 0;
}

.cart-form-items .form-box .terms:last-child {
  margin-bottom: 0;
}

#delivery-info {
  padding-top: 20px;
  margin-bottom: 20px;
}

#delivery-info div:last-child > .input {
  margin-bottom: 0;
}

.form-submit .message {
  left: 0;
}

.form-submit .message .message-bottom {
  left: 20px;
}

@media (max-width: 767px) {
  .form-submit .message {
    left: 50%;
    margin-left: -150px;
  }
  .form-submit .message .message-bottom {
    left: 50%;
    margin-left: -7.5px;
  }
}
.cart-step-3-total {
  margin: 0 0 20px;
}

.cart-step-3 .form-item-title,
.cart-step-3 .input label {
  font-size: 1.5em;
}

#paymentCol {
  margin-bottom: 30px;
}

.cart-step-3 .radio p {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 36px;
  clear: both;
}

#deliveryDateCol .input {
  width: 300px;
}

#cards-certificates {
  margin-bottom: 30px;
  text-align: center;
}

#cards-certificates h2 {
  text-align: left;
}

.cart-step-4 .ci-main {
  width: 75%;
}

.cart-step-4 .ci-options {
  width: 25%;
}

.cart-step-4 .ci-quant {
  width: 50%;
}

.cart-step-4 .ci-total {
  width: 50%;
}

.cart-step-4 .cart-summary ul li,
.cart-step-4 .cart-total ul li {
  padding-right: 10px;
}

.cart-template-input input {
  display: block;
  width: 100%;
  border: 0;
  padding: 10px;
  font: 14px Arial, Helvetica, sans-serif;
  color: #333;
}

.cart-spec-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  line-height: normal;
}

.cart-spec-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-spec-box h2 {
  margin-top: 0;
}

.edit-cartstep {
  margin: -15px 0 20px 0;
}

@media (max-width: 959px) {
  .edit-cartstep {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .edit-cartstep {
    margin-top: -5px;
  }
}
.edit-cartstep a {
  float: left;
  padding: 5px 10px;
  background: #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #00abe8;
  color: #00abe8;
  text-transform: uppercase;
  font-size: 11px;
}

.edit-cartstep a:hover {
  color: #0068a0;
}

.cart-info-list {
  margin-bottom: 20px;
}

.cart-info-list:last-child {
  margin-bottom: 0;
}

.cart-info-list li {
  padding: 10px 0 10px 300px;
  border-bottom: 1px solid #eee;
}

.cart-info-list li:first-child {
  padding-top: 0;
}

.cart-info-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-info-list .label {
  float: left;
  width: 300px;
  margin: 0 0 0 -300px;
  padding-right: 10px;
  color: #a3aaad;
}

.cart-spec-box .textarea {
  padding-left: 300px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.cart-spec-box .textarea label {
  float: left;
  width: 300px;
  margin: 0 0 0 -300px;
  padding-right: 10px;
  color: #a3aaad;
}

/*** WISH LIST ***/
.page-wishlist .ci-main {
  width: 65%;
}

.page-wishlist .ci-options {
  width: 35%;
}

.page-wishlist .ci-title {
  width: 52%;
}

.page-wishlist .ci-price {
  width: 20%;
}

.page-wishlist .ci-quant {
  width: 45%;
}

.page-wishlist .ci-total {
  width: 31%;
}

.page-wishlist .ci-addtocart {
  width: 12%;
}

.page-wishlist .ci-delete {
  width: 12%;
}

.btn-addtocart {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  color: #00abe8;
  text-decoration: none;
  font-size: 16px;
}

.btn-addtocart:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  content: "J";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-indent: 0;
  margin: 0;
}

.btn-addtocart:hover {
  color: #0068a0;
}

.btn-addtocart.disabled {
  opacity: 0.2;
  cursor: default;
}

.btn-notAvailable {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  color: #00abe8;
  text-decoration: none;
  font-size: 16px;
}

.btn-notAvailable:after {
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  content: "+";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-indent: 0;
  margin: 0;
}

.page-wishlist .ci-addtocart .message {
  right: 0;
  right: -15px;
}

.page-wishlist .ci-addtocart .message .message-bottom {
  right: 20px;
}

@media (max-width: 767px) {
  .page-wishlist .ci-addtocart .message {
    right: 0;
  }
  .page-wishlist .ci-addtocart .message .message-bottom {
    right: 20px;
  }
  .page-wishlist .ci-addtocart .message .message-bottom {
    right: 37px;
  }
}
/*** CART TEMPLATES ***/
.cart-templates .ci-main {
  width: 70%;
}

.cart-templates .ci-options {
  width: 30%;
}

.cart-templates .ci-no {
  width: 8%;
}

.cart-templates .ci-title {
  width: 70%;
}

.cart-templates .ci-date {
  width: 22%;
}

.cart-templates .ci-quant {
  width: 60%;
}

.cart-templates .ci-addtocart {
  width: 20%;
}

.cart-templates .ci-delete {
  width: 20%;
}

.cart-template .ci-main {
  width: 70%;
}

.cart-template .ci-options {
  width: 30%;
}

.cart-template .ci-no {
  width: 8%;
}

.cart-template .ci-title {
  width: 92%;
}

.cart-template .ci-quant {
  width: 80%;
}

.cart-template .ci-addtocart {
  width: 20%;
}

/*** CART ARCHIVE ***/
.cart-archive .ci-main {
  width: 70%;
}

.cart-archive .ci-options {
  width: 30%;
}

.cart-archive .ci-date {
  width: 30%;
}

.cart-archive .ci-title {
  width: 70%;
}

.cart-archive .ci-quant {
  width: 50%;
}

.cart-archive .ci-total {
  width: 50%;
}

@media (max-width: 959px) {
  /*** CART ***/
  .ci-col {
    padding: 5px;
  }
  .ci-no {
    display: none !important;
  }
  .cart-step-1 .ci-main {
    width: 65%;
  }
  .cart-step-1 .ci-options {
    width: 35%;
  }
  .cart-step-1 .ci-title {
    width: 55%;
  }
  .cart-step-1 .ci-price {
    width: 25%;
  }
  .cart-step-1 .ci-discount {
    width: 20%;
  }
  .cart-step-1 .ci-delivery {
    width: 20%;
  }
  .cart-step-1 .ci-quant {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 44%;
  }
  .cart-step-1 .ci-total {
    width: 41%;
  }
  .cart-step-1 .ci-delete {
    width: 15%;
  }
  .cart-empty-all {
    padding: 10px;
  }
  .cart-step-1 .cart-summary ul li,
  .cart-step-1 .cart-total ul li {
    padding-right: 50px;
  }
  .cart-step-4 .ci-main {
    width: 70%;
  }
  .cart-step-4 .ci-options {
    width: 30%;
  }
  .cart-step-4 .ci-title {
    width: 55%;
  }
  .cart-step-4 .ci-price {
    width: 25%;
  }
  .cart-step-4 .ci-discount {
    width: 20%;
  }
  .cart-step-4 .ci-delivery {
    width: 20%;
  }
  .cart-step-4 .ci-quant {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50%;
  }
  .cart-step-4 .ci-total {
    width: 50%;
  }
  .cart-info-list li,
  .cart-spec-box .textarea {
    padding-left: 230px;
  }
  .cart-info-list .label,
  .cart-spec-box .textarea label {
    width: 230px;
    margin-left: -230px;
  }
  /*** WISH LIST ***/
  .page-wishlist .ci-main {
    width: 60%;
  }
  .page-wishlist .ci-options {
    width: 40%;
  }
  .page-wishlist .ci-title {
    width: 55%;
  }
  .page-wishlist .ci-price {
    width: 25%;
  }
  .page-wishlist .ci-discount {
    width: 20%;
  }
  .page-wishlist .ci-delivery {
    width: 17%;
  }
  .page-wishlist .ci-quant {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 39%;
  }
  .page-wishlist .ci-total {
    width: 37%;
  }
  .page-wishlist .ci-addtocart {
    width: 12%;
  }
  .page-wishlist .ci-delete {
    width: 12%;
  }
  /*** CART TEMPLATES ***/
  .cart-templates .ci-main {
    width: 70%;
  }
  .cart-templates .ci-options {
    width: 30%;
  }
  .cart-templates .ci-title {
    width: 70%;
  }
  .cart-templates .ci-date {
    width: 30%;
  }
  .cart-templates .ci-quant {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50%;
  }
  .cart-templates .ci-addtocart {
    width: 25%;
  }
  .cart-templates .ci-delete {
    width: 25%;
  }
  .cart-template .ci-main {
    width: 75%;
  }
  .cart-template .ci-options {
    width: 25%;
  }
  .cart-template .ci-title {
    width: 100%;
  }
  .cart-template .ci-date {
    width: 30%;
  }
  .cart-template .ci-quant {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 70%;
  }
  .cart-template .ci-addtocart {
    width: 30%;
  }
  /*** CART ARCHIVE ***/
  .cart-archive .ci-main {
    width: 65%;
  }
  .cart-archive .ci-options {
    width: 35%;
  }
  .cart-archive .ci-date {
    width: 25%;
  }
  .cart-archive .ci-title {
    width: 75%;
  }
  .cart-archive .ci-quant {
    width: 50%;
  }
  .cart-archive .ci-total {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /*** CART ***/
  .cart-steps {
    margin-bottom: 20px;
  }
  .cart-steps li div {
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .cart-steps li div span {
    display: block;
    text-indent: 0;
    text-align: center;
  }
  .cart-main,
  .discount-code,
  .cart-nav {
    margin-bottom: 20px;
  }
  .cart-items li {
    padding: 10px;
  }
  .ci-main,
  .ci-options {
    float: none !important;
    display: block !important;
    width: auto !important;
  }
  .ci-main {
    padding-bottom: 30px;
  }
  .ci-col {
    border: 0;
    min-height: 1px;
    height: auto;
    padding: 0;
  }
  .ci-title {
    width: 100% !important;
    padding: 0 60px 10px 0;
  }
  .ci-col {
    float: none;
    width: auto !important;
  }
  .ci-price,
  .ci-discount,
  .ci-price-total,
  .ci-delivery {
    text-align: right;
  }
  .ci-price p,
  .ci-discount p,
  .ci-delivery p,
  .ci-total p {
    display: inline-block;
  }
  .ci-quant {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: auto !important;
  }
  .ci-quant .ci-label {
    text-align: center;
  }
  .ci-total {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto !important;
  }
  .ci-delete {
    width: auto !important;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .cart-summary ul li,
  .cart-total ul li {
    padding-right: 10px !important;
  }
  .discount-code input {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 5px;
    height: 40px;
  }
  .discount-code .msg-holder {
    float: none;
    margin-bottom: 1px;
  }
  .discount-code-submit {
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .cart-nav {
    margin-top: 20px;
  }
  .cart-nav > ul > li {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .cart-nav > ul > li:last-child {
    margin-bottom: 0;
  }
  .cart-nav > ul > li > a {
    text-align: center;
    padding: 15px 10px;
  }
  .cart-save > a {
    float: none;
  }
  .cart-temp-add > a {
    display: block !important;
  }
  .cart-next.paypal-cancel > a {
    margin-right: 0;
  }
  .cart-nav > ul > li .message {
    left: 50%;
    margin-left: -150px;
  }
  .cart-nav > ul > li .message-bottom {
    background-position: 50% 0;
  }
  .cart-nav > ul > li .msg-temp-add .message {
    left: 0;
    margin-left: 0;
  }
  .cart-form-tabs li {
    width: 40%;
  }
  .cart-form-tabs a {
    padding: 10px;
    line-height: normal;
    height: 60px;
    font-size: 14px;
  }
  #cards-certificates {
    margin-bottom: 20px;
  }
  .ci-col .quant {
    text-align: center;
  }
  .cart-info-list li,
  .cart-spec-box .textarea {
    padding-left: 0;
  }
  .cart-info-list .label,
  .cart-spec-box .textarea label {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
  }
  /*** WISH LIST ***/
  .page-wishlist .ci-addtocart {
    position: absolute;
    top: 10px;
    right: 34px;
    width: auto !important;
  }
  .page-wishlist .ci-addtocart .message {
    right: -34px;
    bottom: 100%;
  }
  .page-wishlist .ci-addtocart .message-bottom {
    background-position: 249px 0;
  }
  /*** CART TEMPLATES ***/
  .ci-date {
    text-align: left;
  }
  .cart-templates .ci-addtocart {
    position: absolute;
    top: 10px;
    right: 34px;
    width: auto !important;
  }
  .cart-templates .ci-addtocart .message {
    right: -34px;
  }
  .cart-templates .ci-addtocart .message-bottom {
    background-position: 249px 0;
  }
  .cart-templates .ci-quant {
    width: 100% !important;
    text-align: left !important;
  }
  .cart-templates .ci-quant * {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .cart-template .ci-addtocart {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
  }
  .cart-template .ci-addtocart .message {
    right: -34px;
  }
  .cart-template .ci-addtocart .message-bottom {
    background-position: 249px 0;
  }
  .cart-template .ci-quant {
    width: 100% !important;
    text-align: left !important;
  }
  .cart-template .ci-quant * {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  /*** CART ARCHIVE ***/
  .cart-archive .ci-main {
    padding-bottom: 40px;
  }
  .cart-archive .ci-date,
  .cart-archive .ci-title {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 5px;
  }
  .cart-archive .ci-options p {
    display: block !important;
    margin: 0;
  }
}
/* 
#  Terms
*/
.terms-body,
.page-terms {
  padding: 0;
  background: #fff;
}

.terms-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-terms {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#pWrapper {
  padding-left: 200px;
}

#pNav {
  float: left;
  width: 200px;
  margin: 0 0 0 -200px;
  background: #00abe8;
  position: relative;
  z-index: 50;
}

#pNav .nav-switch {
  display: none;
}

#termsMenu {
  margin: 0;
  line-height: normal;
}

#termsMenu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

#termsMenu a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

.no-touch #termsMenu a:hover,
#termsMenu .on > a {
  background: #0068a0;
}

#pContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px 49px 0 30px;
  position: relative;
  z-index: 1;
}

.pOptions {
  height: 46px;
  overflow: hidden;
  position: relative;
}

.resp-terms .pOptions {
  display: none !important;
}

.pOptions .paginator-holder {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  display: none;
  height: auto;
}

.pOptions .paginator-holder ul {
  height: auto;
}

.pOptions .print {
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 8px;
  right: 50px;
  display: block !important;
}

.pOptions-header {
  margin-bottom: 20px;
}

.pOptions-footer {
  margin-top: 20px;
}

#pContent .content {
  margin: 0;
}

#pContent h1 {
  margin-bottom: 20px;
}

#pContent h2,
#pContent h3,
#pContent h4,
#pContent h5,
#pContent h6 {
  margin: 20px 0;
}

#pContent p,
#pContent blockquote,
#pContent .table-wrapper {
  margin: 20px 0;
}

#pContent .content *:first-child {
  margin-top: 0;
}

#pContent .content *:last-child {
  margin-bottom: 0;
}

.resp-terms #popup {
  padding-top: 50px;
}

.resp-terms #pWrapper {
  padding: 0;
}

.resp-terms #pNav {
  margin: 0;
  padding: 0 10px 10px;
  width: 100%;
  height: 50px;
  float: none;
  background: #00abe8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

.resp-terms #pNav .nav-switch {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  background: #00abe8;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.resp-terms #pNav .nav-switch:before {
  cursor: pointer;
  font-family: "brodic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 50px;
  line-height: 50px;
  content: "(";
  font-size: 24px;
}

.resp-terms #pNav.open .nav-switch:before {
  content: "z";
}

.resp-terms #pNav.open {
  position: static;
  margin-top: -50px;
  height: auto;
}

.resp-terms #termsMenu {
  display: none;
}

.resp-terms .open #termsMenu {
  display: block;
}

.resp-terms #termsMenu li {
  border-bottom: 0;
  margin-bottom: 1px;
  background: #0098cf;
}

.resp-terms #termsMenu li:last-child {
  margin-bottom: 0;
}

.resp-terms #termsMenu a {
  padding: 15px;
  text-align: center;
}

.no-touch .resp-terms #termsMenu a:hover,
.resp-terms #termsMenu .on > a {
  background: #0068a0;
}

.resp-terms #pContainer {
  padding-bottom: 10px;
}

.resp-terms .pOptions .print {
  display: none !important;
}

/* 
#  Weather
*/
.weather-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .weather-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .weather-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.weather-notice {
  margin: 0;
}

.weather-today {
  border-right: 1px solid #e0e0e0;
}

@media (max-width: 959px) {
  .weather-today {
    border-right: 0;
    height: auto !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .weather-today {
    margin-bottom: 20px;
  }
}
.wt-info h2 {
  margin-top: 0;
}

.ww_day {
  color: #404041;
}

.ww_description {
  color: #404041;
}

.wt_temp {
  font-size: 30px;
  margin-bottom: 10px;
}

.wt_description {
  line-height: 1.25;
  margin: 0;
}

.wt-image img {
  display: block;
  width: 100%;
}

.weather-week {
  padding: 40px 0;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .weather-week {
    padding: 0;
  }
}
.weather-week .ww_list > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.weather-week .ww_list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.ww_info,
.ww_temp {
  padding-top: 10px;
}

.ww_list p {
  margin: 0;
}

.ww_image img {
  display: block;
  width: 100%;
}

@media (min-width: 960px) and (max-width: 1229px) {
  .ww_temp {
    float: right !important;
  }
}
@media (max-width: 959px) {
  .ww_temp {
    float: right;
  }
}
.ww_temp li {
  float: left;
  padding: 0;
  width: 50%;
}

.ww_temp li:last-child {
  text-align: right;
  border-left: 1px solid #e0e0e0;
}

@media (min-width: 960px) and (max-width: 1229px) {
  .ww_temp li {
    float: none;
    width: auto;
    text-align: right !important;
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .ww_temp li {
    float: none;
    width: auto;
    text-align: right;
    border: 0 !important;
  }
}
.message-active {
  display: block;
}

.fast-order {
  display: none;
}

.cart-loading-message {
  display: none;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
  color: black;
}

/* 
#  Popup page
*/
.popup-body {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-body form {
  padding: 0;
}

.page-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-popup #popup {
  padding: 50px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .page-popup #popup {
    padding: 50px 20px 20px;
  }
}
.page-popup #popup .intro:last-child,
.page-popup #popup .content:last-child,
.page-popup #popup .content-footer:last-child {
  margin-bottom: 0;
}

.social-icons {
  margin-top: 10px;
}
.social-icons li {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
}

.hdr-container {
  height: 100%;
}
.hdr-container .wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.hdr-container .wrap::before, .hdr-container .wrap::after {
  display: none;
}
@media (max-width: 959px) {
  .hdr-container .wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    align-items: center;
  }
}

#logo svg {
  display: block;
  width: 196px;
  height: 54px;
}
@media (max-width: 767px) {
  #logo svg {
    width: 145px;
    height: 40px;
  }
}
#logo svg path {
  fill: #009cdb;
}

.hdr-options {
  margin-left: auto;
  position: relative;
  z-index: 9001;
}
@media (max-width: 959px) {
  .hdr-options {
    display: none;
  }
}

.header-contacts {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: normal;
  color: #254e60;
  text-align: right;
}
.header-contacts a {
  color: #009cdb;
  text-decoration: none;
}
.header-contacts a:hover {
  text-decoration: underline;
}

.search-box {
  position: relative;
  width: 285px;
  height: 40px;
}

.search-input[type=search] {
  position: relative;
  z-index: 1;
  height: 40px;
  padding-left: 25px;
  padding-right: 40px;
  border-radius: 40px;
  border-color: transparent !important;
  background-color: #ebf5ff !important;
  font-size: 12px;
  color: #009cdb;
}
.search-input[type=search]::placeholder {
  color: #009cdb;
}
@media (max-width: 959px) {
  .search-input[type=search] {
    padding-left: 15px;
  }
}

.search-submit {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  color: #009cdb;
}
.search-submit svg {
  display: block;
  width: 16px;
  height: 16px;
}
.search-submit svg path {
  fill: currentColor;
}

.home-cards {
  padding-top: 40px;
  padding-inline: 30px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .home-cards {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .home-cards {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .home-cards {
    padding-inline: 10px;
  }
}
.home-cards__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .home-cards__list {
    gap: 20px;
  }
}
@media (max-width: 959px) {
  .home-cards__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home-cards__list {
    grid-template-columns: 1fr;
  }
}

.homeCard {
  height: 397px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
  display: flex;
  overflow: hidden;
}
@media (max-width: 479px) {
  .homeCard {
    height: auto;
    min-height: 300px;
  }
}
.homeCard__content {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 80px 0 40px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeCard__content {
    padding-top: 40px;
  }
}
@media (max-width: 479px) {
  .homeCard__content {
    padding: 20px 0 20px 20px;
  }
}
.homeCard__img {
  flex: 0 0 51%;
  max-width: 51%;
  overflow: hidden;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.homeCard__img img {
  display: block;
}
.homeCard--pehari .homeCard__img {
  justify-content: flex-end;
  align-items: flex-end;
}
.homeCard--medalje .homeCard__img {
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .homeCard--medalje .homeCard__img {
    justify-content: flex-end;
  }
}
.homeCard--statue .homeCard__img {
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .homeCard--statue .homeCard__img {
    justify-content: flex-end;
  }
}
.homeCard--stakleneNagrade .homeCard__img {
  justify-content: flex-end;
  align-items: flex-end;
}
.homeCard__title {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeCard__title {
    font-size: 30px;
  }
}
@media (max-width: 959px) {
  .homeCard__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .homeCard__title {
    font-size: 24px;
  }
}
.homeCard__desc {
  margin: 0;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.16px;
  color: #254e60;
}
.homeCard__btn {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background-color: #fff;
  color: #254e60;
  border-color: #254e60;
  width: 137px;
  font-size: 19px;
  letter-spacing: 0.76px;
}
.homeCard__btn:hover, .homeCard__btn:active, .homeCard__btn:focus {
  background-color: #009cdb;
  border-color: #009cdb;
  color: #fff;
}
@media (max-width: 479px) {
  .homeCard__btn {
    width: 110px;
  }
}

.homeBanner {
  padding-inline: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeBanner {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeBanner {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .homeBanner {
    padding-inline: 10px;
  }
}
.homeBanner__link {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 1.15;
  font-weight: bold;
  letter-spacing: 0.38px;
  color: #fff;
  text-decoration: none;
  background-color: #009cdb;
  border-radius: 8px;
  overflow: hidden;
  min-height: 120px;
  padding: 30px 80px;
  gap: 70px;
}
.homeBanner__link:hover {
  color: #fff;
}
@media (max-width: 959px) {
  .homeBanner__link {
    padding-inline: 40px;
    gap: 40px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .homeBanner__link {
    padding-inline: 20px;
    gap: 20px;
    font-size: 20px;
  }
}
.homeBanner__arrow {
  flex: 0 0 73px;
  max-width: 73px;
  height: 45px;
}
.homeBanner__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .homeBanner__arrow {
    flex: 0 0 39px;
    max-width: 39px;
    height: 24px;
  }
}
.homeBanner__content {
  flex-grow: 1;
  min-width: 0;
  text-align: center;
}

.homeSlider {
  padding-inline: 30px;
  margin-top: 40px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeSlider {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeSlider {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .homeSlider {
    padding-inline: 10px;
  }
}
.homeSlider .swiper {
  position: relative;
  overflow: hidden;
}
.homeSlider__pagination {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 20;
  display: flex;
  gap: 10px;
}
.homeSlider__pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 3px #000;
}
.homeSlider__pagination .swiper-pagination-bullet-active {
  background-color: #009cdb;
}

.homeSlide {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .homeSlide {
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
  }
}
.homeSlide, .homeSlide * {
  box-sizing: border-box;
}
.homeSlide::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #f6f6f6 45%, rgba(246, 246, 246, 0) 80%);
}
@media (max-width: 959px) {
  .homeSlide::before {
    background-image: linear-gradient(to right, #f6f6f6 50%, rgba(246, 246, 246, 0) 80%);
  }
}
@media (max-width: 767px) {
  .homeSlide::before {
    display: none;
  }
}
.homeSlide__content {
  width: 45%;
  height: 400px;
  position: relative;
  z-index: 2;
  padding: 60px 60px 40px 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .homeSlide__content {
    padding: 20px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .homeSlide__content {
    height: auto;
    width: 100%;
  }
}
.homeSlide__content_title {
  margin: 0 0 30px;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeSlide__content_title {
    font-size: 30px;
  }
}
@media (max-width: 959px) {
  .homeSlide__content_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .homeSlide__content_title {
    font-size: 24px;
  }
}
.homeSlide__content_desc {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.16px;
  color: #254e60;
}
.homeSlide__content_desc:last-child {
  margin-bottom: 0;
}
.homeSlide__content_cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 156, 219) 0%, rgb(0, 128, 255) 100%);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.76px;
  padding-inline: 35px;
  text-align: center;
}
.homeSlide__content_cta:hover, .homeSlide__content_cta:active, .homeSlide__content_cta:focus {
  background: linear-gradient(90deg, #f7931e 0%, #f7931e 100%);
  color: #fff;
}
@media (max-width: 959px) {
  .homeSlide__content_cta {
    padding-inline: 20px;
  }
}
.homeSlide__img {
  position: absolute;
  width: 55%;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
}
@media (max-width: 767px) {
  .homeSlide__img {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
  }
}
.homeSlide__img img {
  display: block;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.homeProductsSlider {
  padding-inline: 30px;
  margin-top: 120px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeProductsSlider {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeProductsSlider {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .homeProductsSlider {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeProductsSlider {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .homeProductsSlider {
    margin-top: 60px;
  }
}
.homeProductsSlider > .wrap {
  padding-inline: 40px;
}
@media (max-width: 959px) {
  .homeProductsSlider > .wrap {
    padding-inline: 0;
  }
}
.homeProductsSlider .swiper {
  overflow: hidden;
}
.homeProductsSlider__header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .homeProductsSlider__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homeProductsSlider__header {
    margin-bottom: 20px;
  }
}
.homeProductsSlider__header_title {
  flex: 0 0 auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: #009cdb;
  padding-inline: 40px 30px;
}
@media (max-width: 959px) {
  .homeProductsSlider__header_title {
    padding-inline: 0 20px;
  }
}
.homeProductsSlider__header_scrollbarWrapper {
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .homeProductsSlider__header_scrollbarWrapper {
    display: none;
  }
}
.homeProductsSlider__container {
  position: relative;
}
.homeProductsSlider__scrollbar {
  display: block;
  position: relative;
  height: 6px;
}
.homeProductsSlider__scrollbar::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: rgba(0, 156, 219, 0.3);
}
.homeProductsSlider__scrollbar .swiper-scrollbar-drag {
  z-index: 2;
  background-color: #009cdb;
}
.homeProductsSlider__btn {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #252525;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.homeProductsSlider__btn:hover {
  color: #fff;
  background-color: #009cdb;
}
.homeProductsSlider__btn::after {
  display: block;
  font-family: "brodic";
  font-size: 24px;
}
.homeProductsSlider__btn--prev {
  right: 100%;
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  .homeProductsSlider__btn--prev {
    margin-right: 0;
    right: unset;
    left: 0;
  }
}
.homeProductsSlider__btn--prev::after {
  content: "?";
}
.homeProductsSlider__btn--next {
  left: 100%;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .homeProductsSlider__btn--next {
    margin-left: 0;
    left: unset;
    right: 0;
  }
}
.homeProductsSlider__btn--next::after {
  content: "@";
}
.homeProductsSlider__btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.homeProductsSlider .article-data-container {
  display: none;
}
.homeProductsSlider .article-title {
  margin-bottom: 10px;
}
.homeProductsSlider .article-box-options {
  text-align: center;
}
.homeProductsSlider .ab-details {
  font-size: 15px;
}
.homeProductsSlider .ab-details::after {
  margin-left: 8px;
}

.homeFeaturedCards {
  padding-inline: 30px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeFeaturedCards {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeFeaturedCards {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .homeFeaturedCards {
    padding-inline: 10px;
  }
}
.homeFeaturedCards a {
  text-decoration: none;
}
@media (max-width: 959px) {
  .homeFeaturedCards {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .homeFeaturedCards {
    margin-top: 60px;
  }
}
.homeFeaturedCards::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #b2e1f4;
}
.homeFeaturedCards .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
.homeFeaturedCards .wrap::before, .homeFeaturedCards .wrap::after {
  display: none;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeFeaturedCards .wrap {
    gap: 20px;
  }
}
@media (max-width: 959px) {
  .homeFeaturedCards .wrap {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .homeFeaturedCards .wrap {
    grid-template-columns: 1fr;
  }
}

.homeFeaturedCard {
  background: #0068A0;
  background: linear-gradient(-45deg, rgb(0, 104, 160) 0%, rgb(0, 156, 219) 100%);
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
}
.homeFeaturedCard__img {
  display: flex;
  width: 120px;
  height: 73px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.homeFeaturedCard__img img {
  display: block;
  filter: brightness(0) invert(1);
}
.homeFeaturedCard__title {
  margin: 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.21px;
  color: #fff;
}
.homeFeaturedCard__desc {
  margin: 15px 0 0;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0.21px;
  color: #fff;
}

.homeNumberCards {
  padding-inline: 30px;
  margin-top: 90px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeNumberCards {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeNumberCards {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .homeNumberCards {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .homeNumberCards {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .homeNumberCards {
    margin-top: 50px;
  }
}
.homeNumberCards .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.homeNumberCards .wrap::before, .homeNumberCards .wrap::after {
  display: none;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeNumberCards .wrap {
    gap: 20px;
  }
}
@media (max-width: 959px) {
  .homeNumberCards .wrap {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .homeNumberCards .wrap {
    grid-template-columns: 1fr;
  }
}

.homeNumberCard {
  text-align: center;
  padding-inline: 10px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeNumberCard {
    padding-inline: 0;
  }
}
@media (max-width: 959px) {
  .homeNumberCard {
    padding-inline: 10px;
  }
}
.homeNumberCard__no {
  display: flex;
  width: 210px;
  height: 210px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  font-family: "Kanit", sans-serif;
  font-size: 43px;
  font-weight: bold;
  color: #009cdb;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .homeNumberCard__no {
    width: 200px;
    height: 200px;
    font-size: 36px;
  }
}
@media (max-width: 959px) {
  .homeNumberCard__no {
    width: 200px;
    height: 200px;
    font-size: 36px;
  }
}
.homeNumberCard:first-child .homeNumberCard__no {
  background-image: url(../images/css/home-number-1.png);
}
.homeNumberCard:nth-of-type(2) .homeNumberCard__no {
  color: #f7931e;
  background-image: url(../images/css/home-number-2.png);
}
.homeNumberCard:nth-of-type(3) .homeNumberCard__no {
  background-image: url(../images/css/home-number-3.png);
}
.homeNumberCard:nth-of-type(4) .homeNumberCard__no {
  background-image: url(../images/css/home-number-4.png);
}
.homeNumberCard__title {
  margin: 40px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.18px;
  color: #009cdb;
}
.homeNumberCard__desc {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.3;
  color: #254e60;
}

.start-autoplay {
  visibility: hidden;
}

.slider-play-stop {
  display: none;
}

.slider {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  clear: both;
}

.header-slider {
  width: 100%;
  height: 700px;
}
@media (max-width: 959px) {
  .header-slider {
    height: auto;
    background: #009cdb;
  }
}
.header-slider, .header-slider * {
  box-sizing: border-box;
}
.header-slider .swiper-wrapper {
  height: 100%;
}
.header-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.header-slider .swiper-slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-slider .header-video,
.header-slider .swiper-slide-inner picture {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
  z-index: 1;
}
@media (max-width: 959px) {
  .header-slider .header-video,
  .header-slider .swiper-slide-inner picture {
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .header-slider .header-video,
  .header-slider .swiper-slide-inner picture {
    padding-bottom: 75%;
  }
}
@media (max-width: 479px) {
  .header-slider .header-video,
  .header-slider .swiper-slide-inner picture {
    padding-bottom: 100%;
  }
}
.header-slider .header-video video,
.header-slider .header-video img,
.header-slider .swiper-slide-inner picture video,
.header-slider .swiper-slide-inner picture img {
  object-fit: cover;
  width: 100%;
  height: 700px;
  display: block;
  aspect-ratio: 16/9;
}
@media (max-width: 959px) {
  .header-slider .header-video video,
  .header-slider .header-video img,
  .header-slider .swiper-slide-inner picture video,
  .header-slider .swiper-slide-inner picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.header-slider .swiper-slide-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: 30px;
  padding-block: 80px 60px;
  background-image: linear-gradient(to top, #009cdb 5%, rgba(0, 156, 219, 0) 100%);
  color: #fff;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .header-slider .swiper-slide-content {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .header-slider .swiper-slide-content {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .header-slider .swiper-slide-content {
    padding-inline: 10px;
  }
}
@media (max-width: 959px) {
  .header-slider .swiper-slide-content {
    padding-block: 40px;
  }
}
.header-slider .swipper-slide-title,
.header-slider .swiper-slide-description {
  max-width: 520px;
}
@media (max-width: 959px) {
  .header-slider .swipper-slide-title,
  .header-slider .swiper-slide-description {
    max-width: 90%;
  }
}
.header-slider .swipper-slide-title {
  color: currentColor;
  margin: 0 0 20px;
  font-family: "Kanit", sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.7px;
  text-shadow: 3px 3px 3px rgba(2, 57, 81, 0.5);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 959px) {
  .header-slider .swipper-slide-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .header-slider .swipper-slide-title {
    font-size: 24px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 479px) {
  .header-slider .swipper-slide-title {
    font-size: 21px;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
  }
}
.header-slider .swiper-slide-description {
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 3px 3px 3px rgba(2, 57, 81, 0.5);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-slider .swiper-slide-buttons {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .header-slider .swiper-slide-buttons {
    margin-top: 10px;
  }
}
.header-slider .swiper-slide-buttons .content-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background-color: #ebf5ff;
  color: #254e60;
  text-transform: uppercase;
}
.header-slider .swiper-slide-buttons .content-button:hover, .header-slider .swiper-slide-buttons .content-button:active, .header-slider .swiper-slide-buttons .content-button:focus {
  background-color: #009cdb;
  color: #fff;
}
.header-slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  gap: 10px;
}
@media (max-width: 959px) {
  .header-slider .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
}
.header-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px #000;
  opacity: 1;
}
.header-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009cdb;
  border: 1px solid #fff;
}
@media (max-width: 959px) {
  .header-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #254e60;
  }
  .header-slider .swiper-pagination .swiper-pagination-bullet-active {
    border-color: transparent;
    background-color: #fff;
  }
}

.contactPageLayout {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 959px) {
  .contactPageLayout {
    gap: 50px;
  }
}
.contactPageLayout__intro {
  flex: 0 0 280px;
}
@media (max-width: 959px) {
  .contactPageLayout__intro {
    flex: 0 0 100%;
  }
}
.contactPageLayout__intro .typ strong {
  color: #009cdb;
}
.contactPageLayout__intro .typ a {
  text-decoration: none;
}
.contactPageLayout__intro .typ a:hover {
  text-decoration: underline;
  color: #009cdb;
}
.contactPageLayout__formWrapper {
  flex: 0 0 600px;
  margin-right: 90px;
}
@media (min-width: 960px) and (max-width: 1229px) {
  .contactPageLayout__formWrapper {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .contactPageLayout__formWrapper {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.contactPageLayout__content {
  flex: 0 0 100%;
}
.contactPageLayout__contentFooter {
  flex: 0 0 100%;
}
.contactPageLayout .intro,
.contactPageLayout .content,
.contactPageLayout .content-footer {
  margin: 0;
}

.contactForm {
  margin: 0;
}
.contactForm__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactForm .input,
.contactForm .textarea {
  margin: 0;
}
.contactForm .input input::placeholder,
.contactForm .input textarea::placeholder,
.contactForm .textarea input::placeholder,
.contactForm .textarea textarea::placeholder {
  opacity: 0 !important;
}
.contactForm .input .req,
.contactForm .textarea .req {
  display: none !important;
}
.contactForm .input label,
.contactForm .textarea label {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 2px;
  left: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 10px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  color: #254e60;
  font-size: 12px;
}
.contactForm .textarea {
  padding: 0;
  border: none;
}
.contactForm .input:has(input:placeholder-shown) label,
.contactForm .textarea:has(textarea:placeholder-shown) label {
  padding-left: 20px;
  font-size: 14px;
}
.contactForm .input:has(input:placeholder-shown) label {
  top: 16px;
}
.contactForm .textarea:has(textarea:placeholder-shown) label {
  top: 18px;
}
.contactForm__footer {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .contactForm__footer {
    flex-wrap: wrap;
  }
}
.contactForm__footer_check {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .contactForm__footer_check {
    flex: 0 0 100%;
  }
}
.contactForm__footer_check .checkbox {
  padding: 0;
  margin: 0;
  border: none;
}
.contactForm__footer_check .form-item {
  max-width: 300px;
}
.contactForm__footer_check .form-item label {
  line-height: 15px;
}
.contactForm__footer_check .form-item label::before, .contactForm__footer_check .form-item label::after {
  top: 2px !important;
}
.contactForm__footer_check .req {
  display: none;
}
.contactForm__footer_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  padding: 5px 20px;
  min-height: 40px;
  border-radius: 2000em;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 156, 219) 0%, rgb(0, 128, 255) 100%);
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  flex: 0 0 200px;
}
.contactForm__footer_btn:hover, .contactForm__footer_btn:active, .contactForm__footer_btn:focus {
  background: linear-gradient(90deg, #f7931e 0%, #f7931e 100%);
  color: #fff;
}

.formGroup {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.formGroup__field--name {
  flex: 1 1 auto;
}
.formGroup__field--phone {
  flex: 0 0 200px;
}
@media (max-width: 767px) {
  .formGroup__field--phone {
    flex: 0 0 100%;
  }
}

.eu-element {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  text-align: center;
  margin: 40px auto 0;
}
.eu-element img {
  max-width: 300px;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
