/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active, a.nice-select.open,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.nice-select.open:focus, .btn:active.focus, .btn.focus.nice-select.open, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.nice-select.open, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.nice-select.open, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default.nice-select.open:hover, .btn-default:active:focus, .btn-default.nice-select.open:focus, .btn-default:active.focus, .btn-default.focus.nice-select.open, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.nice-select.open, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary.nice-select.open:hover, .btn-primary:active:focus, .btn-primary.nice-select.open:focus, .btn-primary:active.focus, .btn-primary.focus.nice-select.open, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.nice-select.open, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success.nice-select.open:hover, .btn-success:active:focus, .btn-success.nice-select.open:focus, .btn-success:active.focus, .btn-success.focus.nice-select.open, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.nice-select.open, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.nice-select.open, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info.nice-select.open:hover, .btn-info:active:focus, .btn-info.nice-select.open:focus, .btn-info:active.focus, .btn-info.focus.nice-select.open, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.nice-select.open, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning.nice-select.open:hover, .btn-warning:active:focus, .btn-warning.nice-select.open:focus, .btn-warning:active.focus, .btn-warning.focus.nice-select.open, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.nice-select.open, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger.nice-select.open:hover, .btn-danger:active:focus, .btn-danger.nice-select.open:focus, .btn-danger:active.focus, .btn-danger.focus.nice-select.open, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.nice-select.open, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.nice-select.open, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.nice-select.open {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.no-gutter {
  padding: 0; }

@font-face {
  font-family: 'TradeGothicLT';
  src: url("../fonts/TradeGothicLT.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLT.woff") format("woff"), url("../fonts/TradeGothicLT.ttf") format("truetype"), url("../fonts/TradeGothicLT.svg#TradeGothicLT") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*new fonts*/
@font-face {
  font-family: 'TradeGothicLTCom';
  src: url("../fonts/tradegothic/tradegothicltcom-cn18-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tradegothic/tradegothicltcom-cn18-webfont.woff") format("woff"), url("../fonts/tradegothic/tradegothicltcom-cn18-webfont.ttf") format("truetype"), url("../fonts/tradegothic/tradegothicltcom-cn18-webfont.svg#webfontr1Q3rCOs") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'TradeGothicBoldCon';
  src: url("../fonts/tradegothic/tradegothicltcom-bdcn20-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tradegothic/tradegothicltcom-bdcn20-webfont.woff") format("woff"), url("../fonts/tradegothic/tradegothicltcom-bdcn20-webfont.ttf") format("truetype"), url("../fonts/tradegothic/tradegothicltcom-bdcn20-webfont.svg#tradegothic") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'TradeGothicBold';
  src: url("../fonts/tradegothic/tradegothicltcom-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tradegothic/tradegothicltcom-bold-webfont.woff") format("woff"), url("../fonts/tradegothic/tradegothicltcom-bold-webfont.ttf") format("truetype"), url("../fonts/tradegothic/tradegothicltcom-bold-webfont.svg#tradegothic") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'TradeGothicSemiBoldCon';
  src: url("../fonts/tradegothic/tradegothicltcombold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tradegothic/tradegothicltcombold-webfont.woff") format("woff"), url("../fonts/tradegothic/tradegothicltcombold-webfont.ttf") format("truetype"), url("../fonts/tradegothic/tradegothicltcombold-webfont.svg#tradegothic") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-size: 16px; }

a:active, a.nice-select.open, a:focus, a:hover {
  outline: none !important; }

.no-gutter {
  padding: 0; }

@media only screen and (min-width: 1630px) {
  .container {
    width: 101.875rem; } }

@media only screen and (min-width: 768px) {
  .triple-container {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; } }

@media only screen and (min-width: 1630px) {
  .triple-container {
    padding-left: 4.375rem;
    padding-right: 4.375rem; } }

@media only screen and (min-width: 992px) {
  .tripple-row {
    margin-left: -2.1875rem;
    margin-right: -2.1875rem; } }

@media only screen and (min-width: 1630px) {
  .tripple-row {
    margin-left: -4.375rem;
    margin-right: -4.375rem; } }

@media only screen and (min-width: 768px) {
  .tripple-column-space {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; } }

@media only screen and (min-width: 1630px) {
  .tripple-column-space {
    padding-left: 4.375rem;
    padding-right: 4.375rem; } }

@media only screen and (min-width: 1630px) {
  .tripple-column-space.no-padding-left {
    padding-left: 0; } }

@media only screen and (min-width: 1630px) {
  .tripple-column-space.no-padding-right {
    padding-right: 0; } }

.dark-background {
  position: relative;
  height: 100%;
  z-index: 999; }
  .dark-background .has_bg_img {
    background: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-position: right 0;
    display: block;
    right: 0;
    /*background-size: 40%;*/
    position: absolute;
    height: 100%;
    width: 118.75rem; }
    @media only screen and (min-width: 1000px) {
      .dark-background .has_bg_img {
        background-size: cover; } }
  .dark-background.bg-img-share-price:before {
    background: url(../images/share-price-bg.jpg) no-repeat right 0;
    right: 0;
    background-size: 60% 100%; }
    @media only screen and (max-width: 767px) {
      .dark-background.bg-img-share-price:before {
        background-size: 50% 100%; } }
  .dark-background.bg-img-general-meeting:before {
    background: url(../images/general-meeting-bg.jpg) no-repeat right 0;
    right: 0;
    background-size: 60% 100%; }
    @media only screen and (max-width: 767px) {
      .dark-background.bg-img-general-meeting:before {
        background-size: 50% 100%; } }
  .dark-background.location-bg:before {
    background: url(../images/slide-2-480.jpg) no-repeat right 0;
    right: -10%;
    background-size: 60% 100%; }
    @media only screen and (max-width: 767px) {
      .dark-background.location-bg:before {
        background-size: 50% 100%; } }

.seperate-line {
  position: relative; }
  .seperate-line:after {
    position: absolute;
    top: 0;
    width: 0.0625rem;
    bottom: 0px;
    background: #d9d9d9;
    content: ' ';
    display: none; }
    @media only screen and (min-width: 768px) {
      .seperate-line:after {
        display: block;
        right: 2.1875rem; } }
    @media only screen and (min-width: 1630px) {
      .seperate-line:after {
        right: 4.375rem; } }
  @media only screen and (max-width: 767px) {
    .seperate-line .intro-readmore {
      display: none; }
      .seperate-line .intro-readmore#btnJobSearch {
        display: block; }
    .seperate-line .outer-main-intro {
      margin-bottom: 30px;
      top: 0 !important; } }

.seperate-line-right:before {
  position: absolute;
  top: 0;
  width: 0.0625rem;
  bottom: 0px;
  background: #d9d9d9;
  content: ' ';
  display: none; }
  @media only screen and (min-width: 768px) {
    .seperate-line-right:before {
      display: block;
      left: -2.25rem; } }
  @media only screen and (min-width: 1630px) {
    .seperate-line-right:before {
      left: -4.4375rem; } }

.section-career-path .owl-theme .owl-dots {
  opacity: 0;
  pointer-events: none; }

.section-grid .grid-section .media-carousel .item-text .overlay {
  padding: 0 0.9375rem; }
  .section-grid .grid-section .media-carousel .item-text .overlay .overlay-content {
    position: relative; }

.media-carousel .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
  padding: 0.9375rem 0 0.3125rem; }

.media-carousel .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #000;
  background: #fff; }

.media-carousel .owl-theme .owl-dots .owl-dot.active span {
  background: #000; }

@media only screen and (min-width: 768px) {
  .contentsliderblock .media-carousel .owl-theme .owl-dots {
    text-align: left; } }

.contentsliderblock .media-carousel .slide-text .item {
  padding: 0 0.9375rem; }

.block.backgroundvideoblock + .block:not(.backgroundvideoblock) section, .block.backgroundvideoblock + .block:not(.imagebannerblock) section, .block.backgroundvideoblock + .block:not(.stagesliderblock) section, .block.backgroundvideoblock + .block:not(.first-empty-block) section, .block.imagebannerblock + .block:not(.backgroundvideoblock) section, .block.imagebannerblock + .block:not(.imagebannerblock) section, .block.imagebannerblock + .block:not(.stagesliderblock) section, .block.imagebannerblock + .block:not(.first-empty-block) section, .block.stagesliderblock + .block:not(.backgroundvideoblock) section, .block.stagesliderblock + .block:not(.imagebannerblock) section, .block.stagesliderblock + .block:not(.stagesliderblock) section, .block.stagesliderblock + .block:not(.first-empty-block) section {
  padding-top: 2.1875rem; }
  @media only screen and (min-width: 768px) {
    .block.backgroundvideoblock + .block:not(.backgroundvideoblock) section, .block.backgroundvideoblock + .block:not(.imagebannerblock) section, .block.backgroundvideoblock + .block:not(.stagesliderblock) section, .block.backgroundvideoblock + .block:not(.first-empty-block) section, .block.imagebannerblock + .block:not(.backgroundvideoblock) section, .block.imagebannerblock + .block:not(.imagebannerblock) section, .block.imagebannerblock + .block:not(.stagesliderblock) section, .block.imagebannerblock + .block:not(.first-empty-block) section, .block.stagesliderblock + .block:not(.backgroundvideoblock) section, .block.stagesliderblock + .block:not(.imagebannerblock) section, .block.stagesliderblock + .block:not(.stagesliderblock) section, .block.stagesliderblock + .block:not(.first-empty-block) section {
      padding-top: 6.25rem; } }
  @media only screen and (min-width: 992px) {
    .block.backgroundvideoblock + .block:not(.backgroundvideoblock) section, .block.backgroundvideoblock + .block:not(.imagebannerblock) section, .block.backgroundvideoblock + .block:not(.stagesliderblock) section, .block.backgroundvideoblock + .block:not(.first-empty-block) section, .block.imagebannerblock + .block:not(.backgroundvideoblock) section, .block.imagebannerblock + .block:not(.imagebannerblock) section, .block.imagebannerblock + .block:not(.stagesliderblock) section, .block.imagebannerblock + .block:not(.first-empty-block) section, .block.stagesliderblock + .block:not(.backgroundvideoblock) section, .block.stagesliderblock + .block:not(.imagebannerblock) section, .block.stagesliderblock + .block:not(.stagesliderblock) section, .block.stagesliderblock + .block:not(.first-empty-block) section {
      padding-top: 9.375rem; } }
  @media only screen and (min-width: 1630px) {
    .block.backgroundvideoblock + .block:not(.backgroundvideoblock) section, .block.backgroundvideoblock + .block:not(.imagebannerblock) section, .block.backgroundvideoblock + .block:not(.stagesliderblock) section, .block.backgroundvideoblock + .block:not(.first-empty-block) section, .block.imagebannerblock + .block:not(.backgroundvideoblock) section, .block.imagebannerblock + .block:not(.imagebannerblock) section, .block.imagebannerblock + .block:not(.stagesliderblock) section, .block.imagebannerblock + .block:not(.first-empty-block) section, .block.stagesliderblock + .block:not(.backgroundvideoblock) section, .block.stagesliderblock + .block:not(.imagebannerblock) section, .block.stagesliderblock + .block:not(.stagesliderblock) section, .block.stagesliderblock + .block:not(.first-empty-block) section {
      padding-top: 12.1875rem; } }
  .block.backgroundvideoblock + .block:not(.backgroundvideoblock) section .padding-section, .block.backgroundvideoblock + .block:not(.imagebannerblock) section .padding-section, .block.backgroundvideoblock + .block:not(.stagesliderblock) section .padding-section, .block.backgroundvideoblock + .block:not(.first-empty-block) section .padding-section, .block.imagebannerblock + .block:not(.backgroundvideoblock) section .padding-section, .block.imagebannerblock + .block:not(.imagebannerblock) section .padding-section, .block.imagebannerblock + .block:not(.stagesliderblock) section .padding-section, .block.imagebannerblock + .block:not(.first-empty-block) section .padding-section, .block.stagesliderblock + .block:not(.backgroundvideoblock) section .padding-section, .block.stagesliderblock + .block:not(.imagebannerblock) section .padding-section, .block.stagesliderblock + .block:not(.stagesliderblock) section .padding-section, .block.stagesliderblock + .block:not(.first-empty-block) section .padding-section {
    padding-top: 0; }

.first-empty-block + .row-wrapper-block .block:not(.backgroundvideoblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.imagebannerblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.stagesliderblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.first-empty-block):first-child section {
  padding-top: 2.1875rem; }
  @media only screen and (min-width: 768px) {
    .first-empty-block + .row-wrapper-block .block:not(.backgroundvideoblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.imagebannerblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.stagesliderblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.first-empty-block):first-child section {
      padding-top: 6.25rem; } }
  @media only screen and (min-width: 992px) {
    .first-empty-block + .row-wrapper-block .block:not(.backgroundvideoblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.imagebannerblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.stagesliderblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.first-empty-block):first-child section {
      padding-top: 9.375rem; } }
  @media only screen and (min-width: 1630px) {
    .first-empty-block + .row-wrapper-block .block:not(.backgroundvideoblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.imagebannerblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.stagesliderblock):first-child section, .first-empty-block + .row-wrapper-block + .block:not(.first-empty-block):first-child section {
      padding-top: 12.1875rem; } }
  .first-empty-block + .row-wrapper-block .block:not(.backgroundvideoblock):first-child section .padding-section, .first-empty-block + .row-wrapper-block + .block:not(.imagebannerblock):first-child section .padding-section, .first-empty-block + .row-wrapper-block + .block:not(.stagesliderblock):first-child section .padding-section, .first-empty-block + .row-wrapper-block + .block:not(.first-empty-block):first-child section .padding-section {
    padding-top: 0; }

.header-slider__video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .header-slider__video {
      display: block; } }
  .header-slider__video video {
    opacity: 0; }
  .header-slider__video .vjs-big-play-button, .header-slider__video .vjs-control-bar, .header-slider__video .vjs-error-display {
    display: none !important; }
  .header-slider__video .vjs-controls-disabled .vjs-big-play-button, .header-slider__video .vjs-using-native-controls .vjs-big-play-button, .header-slider__video .vjs-loading-spinner, .header-slider__video .vjs-poster {
    display: none; }

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-webkit-media-controls {
  display: none !important; }

#videoBanner {
  height: 100%; }

.vjs-hidden, .vjs-loading-spinner, .vjs-control-bar, .vjs-error-display {
  display: none; }

.vjs-big-play-button {
  display: none;
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }
  .vjs-big-play-button:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -5px;
    width: 0;
    height: 0;
    border: none;
    border-left: 15px solid #666;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  .vjs-big-play-button span {
    display: none; }

.slider-with-thumbnail {
  position: relative; }
  .slider-with-thumbnail .section-info {
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .slider-with-thumbnail .section-info {
        position: static; } }
  .slider-with-thumbnail .carousel-inner.height-map-inner.map-inner {
    min-height: 0; }
  .slider-with-thumbnail .carousel-inner.height-map-inner .map-section {
    height: auto; }
  .slider-with-thumbnail .thumbnail-slider {
    position: relative;
    height: 100%;
    pointer-events: auto; }
    .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots {
      opacity: 1;
      position: absolute;
      left: -7px;
      z-index: 9999;
      top: 0.75rem;
      bottom: auto; }
      @media only screen and (min-width: 768px) {
        .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots {
          top: auto;
          bottom: 30px; } }
      @media only screen and (min-width: 992px) {
        .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots {
          top: auto;
          bottom: 30px; } }
      @media only screen and (min-width: 1200px) {
        .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots {
          top: auto;
          bottom: 70px; } }
      @media only screen and (min-width: 1630px) {
        .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots {
          bottom: 5.9375rem; } }
      .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots .owl-dot {
        pointer-events: auto; }
        .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots .owl-dot span {
          background: none;
          border: 1px solid #fff; }
        .slider-with-thumbnail .thumbnail-slider.owl-theme .owl-dots .owl-dot.active span {
          background: #fff; }
  .slider-with-thumbnail .outer-main-intro:before {
    display: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent;
  opacity: 0; }

input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0; }

input:focus:-ms-input-placeholder {
  color: transparent; }

.image-as-background {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .image-as-background {
      height: auto !important; } }
  .image-as-background img {
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .image-as-background img {
        position: absolute;
        top: 0px; } }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #777777;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #6a6a6a; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #555555; }
  .nice-select:after {
    border-bottom: 2px solid #555555;
    border-right: 2px solid #555555;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #7c7c7c;
    color: #555555;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #888888; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 30px;
    line-height: 28px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 28px;
      min-height: 28px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #eeeeee; }
    .nice-select .option.selected {
      font-weight: bold; }

.search-result {
  background: url(../images/detail-header-bg.png) repeat-x top left; }
  .search-result .outer-main-intro {
    padding: 0; }
  .search-result .search-box {
    border: 1px solid #d9d9d9;
    width: 80%;
    padding: 5px 10px;
    margin: 30px 0;
    position: relative; }
    .search-result .search-box .fa {
      position: absolute;
      top: 35%; }
    .search-result .search-box .input-search {
      border: none;
      padding: 10px;
      width: 90%; }
    @media only screen and (max-width: 767px) {
      .search-result .search-box {
        width: 100%; } }
  .search-result .item-news h3 {
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  .search-result .result {
    font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
    margin-left: 10px;
    font-size: 14px; }

.gray-background {
  background: url(../images/detail-header-bg.png) repeat-x top left; }
  .gray-background .inform-title, .gray-background .para-title {
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  .gray-background .inform-title {
    font-size: 28px;
    margin: 0; }
  .gray-background .para-title {
    font-size: 18px; }
  .gray-background .block-txt {
    margin: 20px 0; }
  .gray-background .block-main-intro .outer-main-intro:before {
    top: 0; }
  .gray-background .underline-txt {
    text-decoration: underline; }

.selected-new {
  background: url(../images/detail-header-bg.png) repeat-x top left; }
  @media only screen and (min-width: 768px) {
    .selected-new .padding--first-section-bottom {
      padding-bottom: 3.125rem; } }
  .selected-new .block-main-intro {
    padding: 0; }
  .selected-new .seperate-line .block-main-intro {
    border: none; }
  .selected-new img {
    width: 100%;
    height: auto; }
  .selected-new .social-btns {
    padding: 26px 0px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9; }
    .selected-new .social-btns ul {
      list-style: none;
      margin-bottom: 26px;
      padding-left: 0; }
      .selected-new .social-btns ul li {
        float: left; }
        .selected-new .social-btns ul li a {
          font-size: 18px;
          display: block;
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          background-size: 100%;
          margin-right: 15px; }
          .selected-new .social-btns ul li a:hover {
            opacity: 0.7; }
        .selected-new .social-btns ul li a.facebook-icon {
          background-image: url(../images/facebook-icon.png); }
        .selected-new .social-btns ul li a.twitter-icon {
          background-image: url(../images/twitter-icon.png); }
  .selected-new .other-posts {
    padding: 100px 0 30px 0;
    overflow: hidden;
    border-top: 1px solid #d9d9d9; }
    @media only screen and (max-width: 767px) {
      .selected-new .other-posts {
        border: none;
        padding: 40px 0 30px 0; } }
    .selected-new .other-posts h3 {
      font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
    .selected-new .other-posts .color-2 {
      color: #7d7d7d; }
    .selected-new .other-posts .color-3 {
      color: #002550; }
    .selected-new .other-posts .tripple-column-space {
      padding: 0 15px; }
    @media only screen and (max-width: 991px) {
      .selected-new .other-posts {
        display: none; } }
  .selected-new .other-posts-mobile {
    padding-bottom: 0;
    display: none; }
    .selected-new .other-posts-mobile .carousel-indicators li {
      border: 2px solid #000000; }
    .selected-new .other-posts-mobile .carousel-indicators .active {
      background-color: #000000; }
    @media only screen and (max-width: 991px) {
      .selected-new .other-posts-mobile {
        display: block; } }
    .selected-new .other-posts-mobile #related-post-slider {
      min-height: 270px; }
      @media only screen and (max-width: 767px) {
        .selected-new .other-posts-mobile #related-post-slider {
          min-height: 330px; } }
  .selected-new .videos, .selected-new .posted-image {
    position: relative;
    padding: 30px 0; }
    @media only screen and (max-width: 767px) {
      .selected-new .videos, .selected-new .posted-image {
        margin: 0 -15px;
        left: 0; } }
    .selected-new .videos video, .selected-new .posted-image video {
      width: 100%;
      border-bottom: 8px solid #ff6600; }
    .selected-new .videos .video-control, .selected-new .posted-image .video-control {
      background: url(../images/play-icon.png) no-repeat center center;
      background-size: contain;
      width: 60px;
      height: 60px;
      display: block;
      bottom: 50px;
      left: 20px;
      position: absolute;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .selected-new .videos .video-control, .selected-new .posted-image .video-control {
          width: 40px;
          height: 40px;
          left: 10px; } }
      @media only screen and (max-width: 991px) {
        .selected-new .videos .video-control, .selected-new .posted-image .video-control {
          width: 50px;
          height: 50px;
          left: 10px; } }
  .selected-new .post-detail #post-slider {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .selected-new .post-detail #post-slider {
        margin: 30px -30px 15px -30px;
        left: -15px; } }
    .selected-new .post-detail #post-slider .carousel-indicators {
      position: inherit;
      margin-top: 30px; }
      .selected-new .post-detail #post-slider .carousel-indicators li {
        border-color: #000000; }
      .selected-new .post-detail #post-slider .carousel-indicators .active {
        background: #000000; }
  .selected-new .post-detail ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0; }
    .selected-new .post-detail ul li {
      background: url(../images/valid.png) no-repeat left center;
      background-size: 5%;
      padding-left: 40px; }
      .selected-new .post-detail ul li a {
        color: black; }
        .selected-new .post-detail ul li a:hover {
          text-decoration: underline; }
  .selected-new .selectd-post {
    padding: 0 15px; }
  .selected-new .feature-text {
    font-weight: bold; }

.seperate-line .top-link {
  display: none;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .seperate-line .top-link {
      display: block;
      /*text-align: left;*/ }
      .seperate-line .top-link .intro-readmore {
        display: block; } }
  .seperate-line .top-link .intro-readmore {
    margin-top: 0; }
    .seperate-line .top-link .intro-readmore .fa {
      margin-left: 0; }

@media only screen and (min-width: 768px) {
  .seperate-line .outer-main-intro {
    margin: 0;
    padding: 0 0 1.875rem; } }

@media only screen and (min-width: 1200px) {
  .seperate-line .outer-main-intro {
    padding: 0 0 3.125rem; } }

@media only screen and (min-width: 1630px) {
  .seperate-line .outer-main-intro {
    padding: 0 0 4.6875rem; } }

.news .seperate-line .outer-main-intro {
  margin-bottom: 30px; }

.news .item-news-readmore .fa {
  margin-left: 0; }

.left-link {
  margin: 25px 0; }
  @media only screen and (max-width: 767px) {
    .left-link {
      display: none; } }

.link .intro-readmore {
  display: inline-block; }
  .link .intro-readmore .fa {
    margin-left: 5px;
    margin-right: 10px; }

.selection-job {
  margin-right: 0;
  /* @include respond-to-min($desktopSize) {
		margin-right: 80px;
	} */ }
  @media only screen and (min-width: 768px) {
    .selection-job {
      margin-right: 40px; } }
  .selection-job .dropdown-job-wrapper {
    background-color: #fff; }
    .selection-job .dropdown-job-wrapper .dropdown-job {
      background: white url(../images/dropdown-icon.png) no-repeat right 10px center;
      background-size: initial;
      margin-bottom: 20px; }
      .selection-job .dropdown-job-wrapper .dropdown-job select {
        border: 1px solid #d9d9d9;
        width: 100%;
        padding: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: transparent;
        padding-right: 9px; }

.section-context h3 {
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    .section-context h3 {
      font-size: 18px; } }

.section-context .func-tool ul li a span {
  margin-right: 8px; }

@media only screen and (max-width: 767px) {
  .section-context .func-tool.job-detail li {
    padding-left: 0px; } }

.right-newsletter-form {
  position: absolute;
  bottom: -13px;
  right: 0; }

.border-bottom-mobile {
  border-bottom: 1px solid #d9d9d9; }
  @media only screen and (min-width: 768px) {
    .border-bottom-mobile {
      border-bottom: none; } }

.selected-new-header {
  background-image: none; }

.header-image-not-found .intro-title, .header-image-post .intro-title {
  font-size: 90px; }
  .header-image-not-found .intro-title .intro-readmore, .header-image-post .intro-title .intro-readmore {
    margin-top: 20px; }

.header-image-not-found .section img, .header-image-post .section img {
  width: 100%; }

.contact-us {
  background-image: none; }
  .contact-us .row-intro {
    border: none; }
  .contact-us .guide-to-webs {
    margin-right: 20px; }
  .contact-us .post-detail .address {
    margin-top: 35px; }
  .contact-us .information-block {
    margin-bottom: 5.9375rem; }
    @media only screen and (max-width: 767px) {
      .contact-us .information-block {
        margin-bottom: 1.875rem; } }
  .contact-us .link .intro-readmore {
    display: block; }

.post-detail:before {
  content: ' ';
  display: block;
  background: #d9d9d9;
  height: 1px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 35px; }

@media only screen and (max-width: 767px) {
  .post-detail:before {
    left: 15px; } }

@media only screen and (min-width: 768px) {
  .selected-new .col-sm-7 .post-detail:before {
    height: 0; } }

.post-title h3 {
  margin-top: 0; }

.input-field {
  margin-top: 20px; }
  .input-field .alert-message, .input-field .at-error, .input-field .at-warning {
    position: relative;
    width: 100%;
    background: #ff6c6c;
    color: white;
    padding: 10px;
    margin: 0; }
    .input-field .alert-message:before, .input-field .at-error:before, .input-field .at-warning:before {
      position: absolute;
      border: 15px solid transparent;
      border-top-color: #ff6c6c;
      right: 6px;
      bottom: -23px;
      content: ""; }
    .input-field .alert-message .arrowdown, .input-field .at-error .arrowdown, .input-field .at-warning .arrowdown {
      position: absolute;
      border: 15px solid transparent;
      border-top-color: #ff6c6c;
      right: 6px;
      bottom: -23px; }

.link-btns {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0; }

.mobile-number-wrapper .alert-message {
  display: block; }

.input-field {
  position: relative; }
  .input-field .glyphicon {
    top: 47px;
    right: 4.5px; }
    .input-field .glyphicon.glyphicon-ok {
      display: none; }
    .input-field .glyphicon:before {
      color: #FF6C6C; }

.short-dropdown select.subject {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 92% 50%; }

.subject-dropdown {
  background: white url(../images/dropdown-icon.png) no-repeat right 10px center;
  background-size: initial;
  border: 1px solid #d9d9d9; }
  .subject-dropdown select {
    border: none;
    background-color: transparent;
    padding-right: 9px; }
  .subject-dropdown select.subject {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 90% 50%; }
    @media only screen and (min-width: 768px) {
      .subject-dropdown select.subject {
        background-position: 92% 50%; } }
    @media only screen and (min-width: 992px) {
      .subject-dropdown select.subject {
        background-position: 90% 50%; } }
    @media only screen and (min-width: 1630px) {
      .subject-dropdown select.subject {
        background-position: 93% 50%; } }

.short-dropdown {
  width: 70px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px; }
  .short-dropdown select {
    padding: 10px 0 10px 0;
    background: url(../images/dropdown-icon.png) no-repeat top right;
    background-size: contain; }

textarea.message {
  height: 293px;
  resize: none;
  background-size: 12%; }

.robot-text a {
  color: black; }

.robot-text #star, .robot-text .fa-umbrella, .robot-text .fa-star {
  color: #9c9a98; }

.robot-text .fa {
  margin: 0 5px; }

@media only screen and (max-width: 991px) {
  .robot-text {
    font-size: 12px; } }

input, select, textarea {
  border: 1px solid #d9d9d9; }
  @media only screen and (max-width: 767px) {
    input, select, textarea {
      margin: 0;
      padding: 0; } }

.alert-message {
  display: none; }

input[type="text"], select, textarea {
  width: 100%;
  padding: 10px 40px 10px 10px;
  margin: 0; }

.FormTextbox__Input::-webkit-input-placeholder {
  color: #808080; }

.FormTextbox__Input:-moz-placeholder {
  /* Firefox 18- */
  color: #808080; }

.FormTextbox__Input::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080; }

.FormTextbox__Input:-ms-input-placeholder {
  color: #808080; }

input[type="checkbox"] {
  margin: 0 5px 3px 0;
  display: inline-block;
  vertical-align: middle; }

.male {
  margin-right: 20px; }
  @media only screen and (min-width: 992px) {
    .male {
      padding-right: 30px; } }

.gender {
  clear: both;
  padding-left: 15px; }
  .gender span {
    display: inline-block;
    vertical-align: middle; }
  .gender .male, .gender .female {
    float: left; }
  .gender .star {
    position: static;
    margin-right: 0.3125rem; }
  @media only screen and (max-width: 767px) {
    .gender .text-right {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .gender {
      padding: 0 15px; } }

.required {
  background: transparent url(../images/required.png) no-repeat 98% center;
  background-size: initial; }
  .required.at-required, .required.at-invalid {
    background: transparent; }

.error {
  background: transparent url(../images/warning.png) no-repeat 100% center;
  background-size: contain;
  border: 1px solid #ff6c6c; }

.valid {
  background: transparent url(../images/valid.png) no-repeat 98% center;
  background-size: contain; }

textarea.required {
  background: transparent url(../images/required.png) no-repeat right 10px top 18px;
  background-size: initial; }

.contact-form .input-inline span {
  color: #000; }

.contact-form .nice-select {
  margin: 22px 0 0; }

.act-form .submit-btn.submit-btn-wrapper {
  margin-top: 1.875rem;
  border: 2px solid #000;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  width: auto; }
  .act-form .submit-btn.submit-btn-wrapper input {
    margin: 0; }
  .act-form .submit-btn.submit-btn-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.2);
    outline: none; }
  .act-form .submit-btn.submit-btn-wrapper:focus {
    outline: none; }

.newsletterblock .act-form .submit-btn.submit-btn-wrapper {
  border: 2px solid #fff;
  margin: 0; }

.newsletterblock .required, .newsletterblock .error, .newsletterblock .valid {
  background-color: white; }

.FormCaptcha .FormCaptcha__Image {
  width: 100%; }

.custom-label-mobile {
  display: block; }
  @media only screen and (min-width: 992px) {
    .custom-label-mobile {
      display: none; } }

.custom-label-desktop {
  display: none; }
  @media only screen and (min-width: 992px) {
    .custom-label-desktop {
      display: block; } }

.CustomCheckboxContainer {
  position: relative; }
  .CustomCheckboxContainer input {
    position: relative;
    margin: 3px 0 0;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .CustomCheckboxContainer input {
        margin: 5px 0 0; } }
  .CustomCheckboxContainer .FormChoice__Description-Star {
    float: left;
    line-height: 23px;
    margin-top: 2px; }
    @media only screen and (min-width: 992px) {
      .CustomCheckboxContainer .FormChoice__Description-Star {
        margin-top: 0; } }
  .CustomCheckboxContainer .FormChoice__Description {
    display: inline-block;
    width: 85%; }
  .CustomCheckboxContainer p {
    line-height: 20px; }

.row-empty-content {
  height: 1px; }

@media only screen and (max-width: 767px) {
  .newsletter-column {
    padding-left: 0px;
    padding-right: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .newsletter-column.tripple-column-space {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.newsletter-column .outer-main-intro:before {
  display: none; }

.newsletter-column .outer-main-intro .intro-des {
  margin-bottom: 20px; }

.CustomLabelBlock {
  padding: 11px 0; }

.CustomCheckboxBlock {
  padding: 8px 0; }

.act-form .Form__MainBody .Form__Element {
  margin: 0 0 1.25rem; }
  .act-form .Form__MainBody .Form__Element.CustomDateSelectionBlock {
    margin: 0 0 1.125rem; }

.form-text-title__container {
  display: none;
  display: block;
  color: #000;
  margin: 0.625rem 0 0.3125rem; }
  .newsletter-column .form-text-title__container {
    color: #fff; }

.section-timeline {
  clear: both; }
  .section-timeline .timeline-row {
    margin-bottom: 20px;
    padding-bottom: 1px; }
    .section-timeline .timeline-row .timeline-year {
      font-size: 50px;
      font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
      padding-right: 30px;
      float: left;
      line-height: 1; }
    .section-timeline .timeline-row .timeline-content {
      font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
      margin-left: 120px;
      padding-bottom: 50px;
      padding-left: 30px;
      border-left: 1px solid #d9d9d9; }
      .section-timeline .timeline-row .timeline-content .timeline-summary h3 {
        font-size: 24px;
        font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
        margin: 0 0 20px 0; }
      .section-timeline .timeline-row .timeline-content .timeline-full {
        display: none;
        margin-bottom: 20px; }
      .section-timeline .timeline-row .timeline-content p {
        margin: 0; }
    .section-timeline .timeline-row .timeline-cta {
      height: 1px;
      width: 100%;
      background: #d9d9d9;
      position: relative;
      clear: both; }
      .section-timeline .timeline-row .timeline-cta span {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        background: #fff;
        display: block;
        font-size: 25px;
        padding: 2px 7px;
        border: 1px solid #d9d9d9;
        border-radius: 50%;
        cursor: pointer; }
  .section-timeline .show-first .timeline-content .timeline-full {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1200px) {
      .section-timeline .show-first .timeline-content .timeline-full {
        display: block; } }
    .section-timeline .show-first .timeline-content .timeline-full .carousel-inner {
      margin-bottom: 35px; }
      @media only screen and (max-width: 767px) {
        .section-timeline .show-first .timeline-content .timeline-full .carousel-inner {
          margin-bottom: 0; } }
  .section-timeline #post-slider, .section-timeline #post-slider-2 {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-timeline #post-slider, .section-timeline #post-slider-2 {
        width: 112%;
        left: -15px; }
        .section-timeline #post-slider .carousel-indicators, .section-timeline #post-slider-2 .carousel-indicators {
          display: none; } }

@media only screen and (min-width: 768px) {
  .section-timeline {
    padding-right: 15px; }
    .section-timeline .carousel .carousel-inner .item img {
      width: 99%; } }

.timeline-full .carousel {
  margin-top: 30px; }

.slider-caption {
  font-weight: bold; }

.content-slider-block .owl-theme .owl-dots {
  text-align: left; }
  .content-slider-block .owl-theme .owl-dots .owl-dot:first-child span {
    margin-left: 0px; }

.content-slider-block .media-carousel .owl-theme .owl-nav.disabled + .owl-dots {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media only screen and (min-width: 768px) {
    .content-slider-block .media-carousel .owl-theme .owl-nav.disabled + .owl-dots {
      padding-left: 0;
      padding-right: 0; } }

.company-header .section img {
  width: 100%; }

.company-header .section .intro-title {
  font-size: 80px; }
  .company-header .section .intro-title .intro-readmore {
    margin-top: 30px; }

.company-page .carousel {
  display: -ms-flexbox;
  display: flex; }
  .company-page .carousel .section-info-map {
    -ms-flex: none;
        flex: none;
    height: inherit !important; }

.company-page .timeline-row .timeline-content {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  border: none; }
  .company-page .timeline-row .timeline-content .timeline-full {
    display: block; }

.company-page .timeline-row .timeline-cta {
  display: none; }

@media only screen and (max-width: 767px) {
  .management-board .timeline-row .timeline-content {
    padding: 0 0.9375rem; } }

@media only screen and (max-width: 767px) {
  .structure-detail {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.structure-detail img {
  /*width: 100%;*/
  height: auto;
  margin-top: 30px; }

.structure-detail .intro-title {
  margin-top: 0;
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }

.structure-detail p {
  margin-top: 20px; }

.carousel .dropdown select {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px; }

.dropdown select {
  padding: 10px;
  width: 100%;
  margin-bottom: 20px; }

.section-info-map {
  background: rgba(0, 0, 0, 0.6) url(../images/caption-background.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px; }

.section-map {
  padding-left: 0;
  padding-right: 0; }
  .section-map #googleMap {
    width: 100%;
    height: 100%; }

.company-page .carousel .location-detail {
  color: white;
  position: absolute;
  top: -50px;
  left: 40%;
  background: url(../images/company-slider.jpg) no-repeat left top;
  background-size: cover;
  border: 2px solid orange;
  padding: 0; }
  .company-page .carousel .location-detail .location-box {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    margin-top: 0; }
    .company-page .carousel .location-detail .location-box .intro-readmore {
      color: white; }
    .company-page .carousel .location-detail .location-box .arrow-location-box {
      border: 30px solid orange;
      border-left-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      position: absolute;
      right: 0;
      bottom: -62px; }

.company-button {
  text-transform: uppercase;
  font-family: "TradeGothicLT";
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
  margin-top: 20px; }
  .company-button:hover {
    text-decoration: none;
    color: #ffffff; }
  .company-button span {
    margin-left: 5px; }

.map-section {
  height: 18.75rem; }
  @media only screen and (min-width: 768px) {
    .map-section {
      height: 37.5rem; } }
  @media only screen and (min-width: 1630px) {
    .map-section {
      height: 50rem; } }

.location-info {
  display: none; }
  @media only screen and (max-width: 767px) {
    .location-info {
      display: none; } }

.location-info-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .location-info-mobile {
      display: block; } }
  .location-info-mobile .tripple-column-space {
    padding-right: 0; }

.structure-image-mobile {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 768px) {
    .structure-image-mobile {
      display: none; } }

.structure-image-desktop {
  width: 100%;
  display: none; }
  @media only screen and (min-width: 768px) {
    .structure-image-desktop {
      display: block; } }

.management-board .avatar {
  width: 150px;
  margin-bottom: 20px; }

.management-board .post-detail {
  padding-bottom: 150px;
  min-height: 500px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .management-board .post-detail {
      padding-bottom: 50px;
      padding-top: 0;
      border: none;
      min-height: 1px; }
      .management-board .post-detail:before {
        height: 0; } }

.management-board .timeline-row {
  margin: 0; }
  .management-board .timeline-row .timeline-content {
    padding-left: 2.1875rem;
    margin: 0;
    border: none; }
    @media only screen and (max-width: 767px) {
      .management-board .timeline-row .timeline-content {
        padding-left: 0.9375rem; } }
    @media only screen and (min-width: 768px) {
      .management-board .timeline-row .timeline-content {
        padding-right: 2.1875rem; } }
    .management-board .timeline-row .timeline-content .timeline-full {
      display: block; }
      @media only screen and (min-width: 1200px) {
        .management-board .timeline-row .timeline-content .timeline-full {
          display: block !important; } }
      @media only screen and (max-width: 767px) {
        .management-board .timeline-row .timeline-content .timeline-full {
          display: none; } }
  .management-board .timeline-row .timeline-cta {
    margin-bottom: 20px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .management-board .timeline-row .timeline-cta {
        display: block; } }

@media only screen and (max-width: 767px) {
  .management-board .show-first .timeline-content .timeline-full {
    display: block; } }

.management-board .board-note {
  padding: 20px 0 100px 20px; }
  @media only screen and (max-width: 767px) {
    .management-board .board-note {
      padding: 20px 0; } }

.management-board .padding-section {
  padding-bottom: 0px; }

.management-board .seperate-line .block-main-intro {
  border: none; }

.webpage-btn {
  text-transform: uppercase;
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  display: block; }
  .webpage-btn:hover {
    color: #7d7d7d !important; }
    .webpage-btn:hover span.fa-arrow-right {
      background-position: 100% 50%;
      animation: loop-arrow 0.8s;
      animation-iteration-count: infinite; }

.slider-part {
  margin: 30px 0 0; }
  .slider-part .link {
    padding: 0;
    position: relative; }
    .slider-part .link .webpage-btn {
      color: white;
      margin-left: 28px;
      overflow-wrap: break-word; }
      .slider-part .link .webpage-btn:hover {
        text-decoration: none; }
      .slider-part .link .webpage-btn .fa-download {
        position: absolute;
        left: 0;
        top: 2px; }
    .slider-part .link:last-child .webpage-btn {
      margin-bottom: 10px; }

.green-text {
  color: green;
  position: relative;
  margin-left: 45px; }
  .green-text:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: green;
    position: absolute;
    top: 35%;
    left: -35px; }
    @media only screen and (max-width: 767px) {
      .green-text:before {
        top: 28%; } }

.post-detail img {
  width: 100%; }

.contact-us .post-detail .information-block {
  padding: 0; }

@media only screen and (min-width: 992px) {
  .post-detail .information-block.contact-infor-column {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; } }

.post-detail .information-block.contact-infor-column a {
  color: inherit; }
  .post-detail .information-block.contact-infor-column a[href^="mailto"] {
    text-decoration: underline; }

.corporate-governance .col-sm-7 {
  padding-bottom: 0; }

.corporate-governance .post-detail .col-sm-6 {
  margin: 30px 0; }

.investor-relations .table-data {
  margin: 0; }
  .investor-relations .table-data .col-sm-4,
  .investor-relations .table-data .intro-readmore {
    color: white; }
  .investor-relations .table-data .block-main-intro .outer-main-intro::before {
    display: none; }
  .investor-relations .table-data .col-sm-8 {
    padding: 0; }
    .investor-relations .table-data .col-sm-8 p {
      text-align: right; }
  .investor-relations .table-data table {
    width: 100%; }
    .investor-relations .table-data table td,
    .investor-relations .table-data table th {
      word-break: break-word;
      width: 15%;
      padding: 15px;
      font-size: 0.875rem; }
      .investor-relations .table-data table td:first-child,
      .investor-relations .table-data table th:first-child {
        width: 25%; }
      @media only screen and (min-width: 1200px) {
        .investor-relations .table-data table td,
        .investor-relations .table-data table th {
          padding: 15px 30px;
          font-size: 16px; } }
    .investor-relations .table-data table thead tr th {
      padding-top: 70px;
      text-align: left;
      font-size: 18px;
      font-family: "TradeGothicBold", Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 1199px) {
        .investor-relations .table-data table thead tr th {
          font-size: 14px; } }
      @media only screen and (max-width: 1629px) {
        .investor-relations .table-data table thead tr th {
          font-size: 16px; } }
    .investor-relations .table-data table tbody tr:last-child td {
      padding-bottom: 70px; }
    .investor-relations .table-data table tr td:first-child,
    .investor-relations .table-data table tr th:first-child {
      padding-left: 35px; }
      @media only screen and (min-width: 1630px) {
        .investor-relations .table-data table tr td:first-child,
        .investor-relations .table-data table tr th:first-child {
          padding-left: 80px; } }
    @media only screen and (min-width: 1630px) {
      .investor-relations .table-data table tr td:last-child,
      .investor-relations .table-data table tr th:last-child {
        padding-right: 80px; } }
    .investor-relations .table-data table thead tr:nth-child(odd) {
      background-color: #e4e4e4; }
    .investor-relations .table-data table tbody tr:nth-child(even) {
      background-color: #e4e4e4; }
    .investor-relations .table-data table thead tr:nth-child(even) {
      background-color: #ededed; }
    .investor-relations .table-data table tbody tr:nth-child(odd) {
      background-color: #ededed; }

.table-data-left {
  padding: 0; }

.share-price .mobile,
.general-meeting .mobile {
  display: none; }
  .share-price .mobile .year-2010,
  .share-price .mobile .year-2012,
  .share-price .mobile .year-2013,
  .share-price .mobile .year-2014,
  .general-meeting .mobile .year-2010,
  .general-meeting .mobile .year-2012,
  .general-meeting .mobile .year-2013,
  .general-meeting .mobile .year-2014 {
    display: none; }
  .share-price .mobile .category-dropdown .category,
  .general-meeting .mobile .category-dropdown .category {
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
    padding: 10px 0px 10px 5px; }

@media only screen and (min-width: 768px) {
  .carousel-inner.map-inner.height-map-inner.investor-relations-inner {
    min-height: 1px; } }

.table-data-right {
  position: relative; }
  .table-data-right .figure {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 50px;
    text-align: right; }

.investor-share-price .block-main-intro .outer-main-intro {
  margin: 0; }

.investor-share-price .block-main-intro .intro-des {
  margin-bottom: 40px; }

.investor-share-price .row {
  margin: 0; }

.investor-share-price .col-sm-6 {
  padding: 0; }

.investor-share-price .back-to-prev {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  display: block;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  @media only screen and (max-width: 767px) {
    .investor-share-price .back-to-prev {
      padding: 20px 0; } }
  .investor-share-price .back-to-prev:hover {
    text-decoration: none;
    color: #7d7d7d !important; }
  .investor-share-price .back-to-prev span {
    margin-right: 10px; }

.investor-share-price img {
  width: 100%;
  margin: 20px 0; }

.information-block .filter-box {
  background: #ededee;
  margin-bottom: 50px; }
  .information-block .filter-box li {
    width: 14.285%;
    display: inline-block;
    border-right: 1px solid #d9d9d9; }
    @media only screen and (max-width: 767px) {
      .information-block .filter-box li {
        width: 14.23%; } }
    .information-block .filter-box li:first-child {
      border-left: 1px solid #d9d9d9; }
    .information-block .filter-box li a {
      font-size: 18px;
      color: #000;
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      position: relative; }
      .information-block .filter-box li a:before {
        content: "";
        display: none;
        height: 6px;
        width: 100%;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0; }
      .information-block .filter-box li a:hover {
        text-decoration: none; }
    .information-block .filter-box li.active a:before, .information-block .filter-box li:hover a:before {
      display: block; }

.frm-select-box {
  font-size: 15px;
  color: #797979;
  padding: 5px 0;
  border: 1px solid #d9d9d9;
  margin: 5px 5px 5px 0;
  width: auto; }

.filter-select-box {
  display: block;
  min-height: 1px;
  margin-top: 50px; }
  .filter-select-box .select-box {
    margin: 0; }
    .filter-select-box .select-box label {
      font-size: 15px;
      color: #000; }
    .filter-select-box .select-box .subject-dropdown select {
      width: 55px; }
  .filter-select-box .is-icon {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
    line-height: 2.5; }
    .filter-select-box .is-icon:hover {
      text-decoration: none; }
    .filter-select-box .is-icon span {
      margin-right: 5px; }
    .filter-select-box .is-icon .fa {
      margin-left: 0; }
  .filter-select-box .block-input {
    display: block;
    float: left;
    width: 185px;
    margin-bottom: 20px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .filter-select-box .block-input {
        margin-bottom: 0; } }
  .filter-select-box .col-md-6 {
    padding-left: 0; }

.block-main-intro.has-line {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 20px;
  margin-bottom: 40px; }

[tab-id]:last-child .investor-downloads .yearly-report {
  border-bottom: none;
  padding-bottom: 0; }

.investor-downloads .yearly-report {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 100px;
  margin-bottom: 100px; }

.investor-downloads table {
  width: 100%; }
  .investor-downloads table a {
    color: black; }
  .investor-downloads table td, .investor-downloads table th {
    padding: 10px 25px; }
  .investor-downloads table thead tr th {
    text-align: left;
    font-size: 18px;
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  .investor-downloads table thead tr th:first-child {
    font-size: 24px; }
  .investor-downloads table thead tr:nth-child(odd) {
    background-color: white; }
  .investor-downloads table tbody tr:nth-child(even) {
    background-color: white; }
  .investor-downloads table thead tr:nth-child(even) {
    background-color: #ededed; }
  .investor-downloads table tbody tr:nth-child(odd) {
    background-color: #ededed; }

.investor-downloads .right-module .block-main-intro {
  margin-top: 0;
  padding-bottom: 0; }

.investor-downloads .outer-main-intro {
  padding-right: 0; }

.investor-downloads .mobile {
  display: none; }

.module-with-icon {
  margin-bottom: 2.1875rem; }
  .module-with-icon:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .module-with-icon {
      margin-bottom: 3.125rem; }
      .module-with-icon:last-child {
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .module-with-icon {
      padding: 0; }
      .module-with-icon:first-child {
        margin-top: 0; } }
  .module-with-icon .fa {
    font-size: 30px; }
  .module-with-icon h3 {
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
    margin: 20px 0 20px; }
  .module-with-icon p {
    margin-bottom: 0; }

.section-grid .grid-section {
  overflow: hidden; }
  .section-grid .grid-section .col-sm-4, .section-grid .grid-section .col-xs-6, .section-grid .grid-section .col-md-4, .section-grid .grid-section .col-lg-4 {
    padding: 0; }
  .section-grid .grid-section .item-grid {
    position: relative;
    overflow: hidden; }
    .section-grid .grid-section .item-grid .thumbnail img {
      width: 100%; }
    .section-grid .grid-section .item-grid .overlay {
      height: auto;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      transition: all 0.5s ease;
      bottom: -100%;
      width: 100%;
      left: 0;
      position: absolute;
      height: 100%; }
      .section-grid .grid-section .item-grid .overlay .overlay-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px; }
        @media only screen and (min-width: 1200px) {
          .section-grid .grid-section .item-grid .overlay .overlay-content {
            padding: 15px 30px; } }
        @media only screen and (min-width: 1630px) {
          .section-grid .grid-section .item-grid .overlay .overlay-content {
            padding: 20px 40px; } }
        @media only screen and (max-width: 480px) {
          .section-grid .grid-section .item-grid .overlay .overlay-content {
            padding: 30px 20px; } }
        .section-grid .grid-section .item-grid .overlay .overlay-content .title {
          line-height: 1.4; }
          @media only screen and (min-width: 1200px) {
            .section-grid .grid-section .item-grid .overlay .overlay-content .title {
              font-size: 22px; } }
          @media only screen and (min-width: 1630px) {
            .section-grid .grid-section .item-grid .overlay .overlay-content .title {
              font-size: 28px; } }
      .section-grid .grid-section .item-grid .overlay .thumbnail img {
        width: 100%; }
    .section-grid .grid-section .item-grid:hover .overlay {
      bottom: 0; }
  .section-grid .grid-section .item-text .overlay {
    background: #d1d1d1;
    color: #000;
    bottom: 0; }
    .section-grid .grid-section .item-text .overlay .overlay-content {
      bottom: 0; }

.career.management-board .post-detail {
  min-height: auto; }

.career .news-module {
  min-height: auto; }

.career .item-with-icon span {
  font-size: 30px;
  display: block; }

.career .has-border-bottom {
  padding-bottom: 69px;
  border-bottom: 1px solid #d9d9d9; }

.career .carousel {
  display: -ms-flexbox;
  display: flex; }

.career .section-info-map {
  -ms-flex: none;
      flex: none; }

.slide-text .slide-header {
  margin-top: 0; }

.slide-text .carousel-indicators {
  width: 100%;
  text-align: left;
  left: 0;
  margin-left: 0; }
  .slide-text .carousel-indicators li {
    border-color: #000; }
    .slide-text .carousel-indicators li.active {
      background: #000; }

.career .carousel .section-info .block-main-intro {
  padding-bottom: 0;
  margin-top: 0; }

.next-event, .event-title {
  font-family: TradeGothicBoldCon, sans-serif;
  color: white; }

.next-event {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0; }

.event-title {
  font-size: 24px; }

.icon-play {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 62px;
  height: 62px;
  background: url(../images/play-icon.png) no-repeat center center; }

.section-career-path .map-section {
  background: #e4e4e4;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .section-career-path .map-section {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem; } }
  @media only screen and (min-width: 1200px) {
    .section-career-path .map-section {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media only screen and (min-width: 1630px) {
    .section-career-path .map-section {
      padding-left: 6.5625rem;
      padding-right: 6.5625rem; } }

.section-career-path .item-with-icon {
  color: #e4e4e4; }
  .section-career-path .item-with-icon img {
    margin-bottom: 0.9375rem; }
    @media only screen and (min-width: 1630px) {
      .section-career-path .item-with-icon img {
        margin-bottom: 1.875rem; } }
  .section-career-path .item-with-icon span {
    font-size: 50px; }
  .section-career-path .item-with-icon .post-title h3 {
    color: #000; }
  .section-career-path .item-with-icon .description p {
    color: #000; }
  .section-career-path .item-with-icon .career-icon {
    display: block;
    width: 90px;
    height: 90px; }
  .section-career-path .item-with-icon .intern-icon {
    background: transparent url(../images/intern.jpg) no-repeat center center;
    background-size: cover; }
  .section-career-path .item-with-icon .worker-icon {
    background: transparent url(../images/worker.jpg) no-repeat center center;
    background-size: cover; }
  .section-career-path .item-with-icon .ceo-icon {
    background: transparent url(../images/ceo.jpg) no-repeat center center;
    background-size: cover; }

.carousel .carousel-inner .item .item-with-icon img {
  max-width: 8.125rem; }
  @media only screen and (min-width: 992px) {
    .carousel .carousel-inner .item .item-with-icon img {
      max-width: 8.125rem; } }
  @media only screen and (min-width: 1630px) {
    .carousel .carousel-inner .item .item-with-icon img {
      max-width: 10.25rem; } }

.section-context {
  position: relative; }
  .section-context .item-news-category {
    font-size: 18px;
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  .section-context ul {
    padding-left: 0;
    list-style-position: inside; }
  .section-context .webpage-btn {
    margin-top: 20px;
    text-decoration: none;
    color: black;
    margin-bottom: 30px;
    line-height: 2;
    display: inline-block;
    padding: 5px 15px 2px;
    border: 2px solid #000; }
    .section-context .webpage-btn:hover {
      color: #ff6600;
      background-color: rgba(0, 0, 0, 0.2); }
      .section-context .webpage-btn:hover span.fa-arrow-right {
        animation: loop-arrow 0.8s;
        animation-iteration-count: infinite; }
    .section-context .webpage-btn span {
      margin-left: 10px; }
  .section-context .func-tool {
    position: absolute;
    right: 15px;
    top: 0;
    font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
    .section-context .func-tool ul {
      list-style: none; }
      .section-context .func-tool ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        .section-context .func-tool ul li:before {
          content: "";
          width: 1px;
          height: 20px;
          background: #000;
          display: block;
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
          margin: 0 10px;
          float: left;
          position: relative;
          top: 10px; }
        .section-context .func-tool ul li:first-child:before {
          display: none; }
        .section-context .func-tool ul li a {
          text-transform: uppercase;
          font-size: 18px;
          color: #000; }
          @media only screen and (max-width: 991px) {
            .section-context .func-tool ul li a .fa {
              margin-left: 8px; }
            .section-context .func-tool ul li a span.text {
              display: none; } }
          .section-context .func-tool ul li a span {
            margin-right: 5px; }
          .section-context .func-tool ul li a:hover {
            text-decoration: none;
            color: #b7b7b7; }

#slider-5 .carousel-inner {
  height: 100%; }
  #slider-5 .carousel-inner .item img {
    max-width: 100%;
    width: 100%;
    height: 100%; }

.career-contact .gender {
  padding-left: 0; }

.career-contact textarea.message {
  height: 187px; }

.career-contact .robot-text {
  margin-left: 15px;
  margin-top: 8px;
  margin-bottom: 38px;
  position: relative;
  float: left; }
  .career-contact .robot-text #star, .career-contact .robot-text #star-agree {
    font-size: 20px;
    position: absolute;
    top: 0; }
  .career-contact .robot-text #star {
    left: -15px; }
  .career-contact .robot-text #star-agree {
    top: -6px;
    left: 18px; }

.career-contact .agree-text {
  margin-left: 0;
  margin-top: 0; }

.career-contact .text-desc {
  margin-left: 10px;
  display: block;
  margin-left: 28px;
  margin-top: -4px; }

.career-contact .agree-term {
  float: left; }

@media only screen and (max-width: 767px) {
  .career-contact .contact-form {
    padding: 0 15px; } }

.career-contact .contact-form .block-form {
  padding: 0 15px;
  margin-top: 35px; }
  .career-contact .contact-form .block-form .calendar-box {
    min-height: 50px; }
    .career-contact .contact-form .block-form .calendar-box .subject-dropdown {
      background-position: 20px 50%; }
      .career-contact .contact-form .block-form .calendar-box .subject-dropdown select {
        width: 50px; }
  .career-contact .contact-form .block-form .col-xs-12 {
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .career-contact .contact-form .block-form .col-xs-12 {
        padding-right: 0; } }
  .career-contact .contact-form .block-form .gender .col-xs-12 {
    padding-left: 15px; }

.career-contact .contact-form .webpage-btn {
  padding: 0 15px; }

.calendar-box .subject-dropdown select {
  width: auto;
  float: left;
  margin-left: 2px;
  padding: 10px 0;
  font-size: 12px;
  appearance: menu-item;
  -webkit-appearance: menu-item;
  -moz-appearance: menu-item;
  height: 2.5rem; }

.calendar-box .subject-dropdown .day {
  margin-left: 5px; }

.career .partner .row {
  margin: 0 -50px; }

.career .partner .col-sm-2 {
  padding: 0; }
  .career .partner .col-sm-2 .img-responsive {
    width: 60%;
    margin: 0 auto; }

.career #slider-5, .career #slider-6, .career #slider-9 {
  position: relative; }
  .career #slider-5 .slide-inner-ktm, .career #slider-6 .slide-inner-ktm, .career #slider-9 .slide-inner-ktm {
    position: inherit; }
    .career #slider-5 .slide-inner-ktm .col-sm-12, .career #slider-6 .slide-inner-ktm .col-sm-12, .career #slider-9 .slide-inner-ktm .col-sm-12 {
      position: inherit; }

#slider-4-people .overlay .overlay-content .title {
  font-size: 18px; }
  @media only screen and (min-width: 1200px) {
    #slider-4-people .overlay .overlay-content .title {
      font-size: 28px; } }
  @media only screen and (min-width: 992px) {
    #slider-4-people .overlay .overlay-content .title {
      font-size: 23px; } }
  @media only screen and (min-width: 768px) {
    #slider-4-people .overlay .overlay-content .title {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    #slider-4-people .overlay .overlay-content .title {
      font-size: 28px; } }
  @media only screen and (max-width: 479px) {
    #slider-4-people .overlay .overlay-content .title {
      font-size: 23px; } }

/* .container {
	.col-sm-12 {
		position: inherit;
	}
} */
.gender .star {
  font-size: 18px;
  color: #c3c3c3;
  position: absolute;
  right: 105px;
  top: 0; }

#slider-5 .carousel-inner .item img, #slider-9 .carousel-inner .item img {
  width: 100%; }

.meet-our-team__slider .map-section, .working-at-ktm__slider .map-section, .people-in-ktm__slider .map-section {
  height: auto; }

.people-in-ktm__slider .section-grid .grid-section .item-grid.item-text .overlay {
  background: #e4e4e4; }

.people-in-ktm__slider .overlay .overlay-content .title, .people-in-ktm__slider .overlay .overlay-content p {
  color: #000; }

.slide-inner-ktm .item {
  padding: 0 35px;
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  .phone-hidden {
    display: none; } }

.module-with-icon-mobile {
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .module-with-icon-mobile .nav-tabs > li {
      margin-right: 1.875rem; }
      .module-with-icon-mobile .nav-tabs > li:last-child {
        margin-right: 0; }
    .module-with-icon-mobile .nav-tabs > li > a {
      width: 3.125rem;
      height: 5.625rem;
      overflow: hidden;
      display: block;
      padding: 20px 0;
      border: 0; }
      .career-path-container .module-with-icon-mobile .nav-tabs > li > a {
        width: 6.25rem;
        height: 8.75rem; }
      .module-with-icon-mobile .nav-tabs > li > a img {
        width: 100%;
        height: auto; } }

@media only screen and (max-width: 767px) {
  .careerpathsblock .module-with-icon-mobile .nav-tabs > li > a {
    display: block; } }

.social-link-container {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .jobListingView {
    padding: 0 15px; } }

.career-path.carousel .carousel-indicators {
  display: none; }
  @media only screen and (min-width: 768px) {
    .career-path.carousel .carousel-indicators {
      display: block; } }

.readmore-link .block-main-intro {
  border: none; }

.fa {
  padding-bottom: 15px;
  margin-left: 5px; }

.fa-arrow-right {
  background: transparent url("../images/right-arrow.png") no-repeat left 50%;
  width: 15px;
  height: 13px;
  text-indent: -9999px; }
  .fa-arrow-right:before {
    display: none; }

.fa-arrow-left {
  background: transparent url("../images/left-arrow-1.png") no-repeat left 50%;
  width: 15px;
  height: 13px;
  text-indent: -9999px; }
  .fa-arrow-left:before {
    display: none; }

.fa-arrow-up {
  background: transparent url("../images/up-arrow-white.png") no-repeat left 50%;
  width: 14px;
  height: 15px;
  text-indent: -9999px; }

a:hover .fa-arrow-left,
a:hover .fa-arrow-up {
  background-position: 100% 50%; }

.fa-arrow-down {
  background: transparent url("../images/down-arrow-white.png") no-repeat left 50%;
  width: 14px;
  height: 13px;
  text-indent: -9999px; }

.our-brands .fa-arrow-right {
  background: transparent url("../images/right-arrow-white-d1.png") no-repeat left 50%; }

.our-brands .bottom-link a:hover {
  color: #d1d1d1; }
  .our-brands .bottom-link a:hover .fa-arrow-right {
    background: transparent url("../images/right-arrow-white-d1.png") no-repeat right 50%; }

.carousel .fa-arrow-right,
.header-image-not-found .fa-arrow-right,
.investor-relations .fa-arrow-right,
.additional-info .fa-arrow-right {
  background: transparent url("../images/right-arrow-white.png") no-repeat left 50%; }

.carousel.carousel-black-arrow .fa-arrow-right {
  background: transparent url("../images/right-arrow.png") no-repeat left 50%; }

#related-post-slider .fa-arrow-right {
  background: transparent url("../images/right-arrow.png") no-repeat left 50%; }
  #related-post-slider .fa-arrow-right:hover {
    background-position: 100% 50%; }

#related-post-slider .col-sm-4 {
  padding: 0 25px; }

.news-module .fa-arrow-right:hover {
  background-position: 100% 50%; }

.intro-readmore:hover .fa, .webpage-btn:hover .fa {
  background-position: 100% 50%; }

.discover-btn .ktm-button:hover .fa-arrow-down {
  /*background-position: 100% 51%;*/ }

.fa-download {
  width: 16px;
  height: 15px;
  margin-right: 5px;
  background: transparent url("../images/download-icon.png") no-repeat left center;
  background-size: cover;
  text-indent: -9999px; }

.slide-img .fa-download, .download-part .fa-download {
  background: transparent url("../images/download-icon-white.png") no-repeat left center;
  background-size: cover; }

.slide-img .table-data .fa-download {
  background: transparent url("../images/download-icon.png") no-repeat left center;
  background-size: cover; }

.structure-detail .download-part .fa-download {
  background: transparent url("../images/download-icon.png") no-repeat left center;
  background-size: cover; }

.required-icon {
  font-family: 'TradeGothicBold';
  color: #808080;
  font-size: 1.25rem;
  width: 10px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1875rem 0 0; }
  .newsletter-column .required-icon {
    color: inherit; }

/* do not group these rules */
*::-webkit-input-placeholder {
  color: #808080; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #808080; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #808080; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  z-index: 999999999;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active, .mfp-close.nice-select.open {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active, .mfp-arrow.nice-select.open {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header .container .pull-right ul li {
    margin-left: 0; }
    .header .container .pull-right ul li img {
      width: 40%; }
  .header .main-nav .sub-menu-responsive {
    top: 160px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header .main-nav > li {
    margin-right: 20px; }
    .header .main-nav > li a {
      font-size: 16px; }
  .header .main-nav .function-addon {
    width: 55px;
    margin: 0; }
  .header .main-nav .sub-menu-responsive {
    top: 157px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .sub-menu {
    display: none; }
  .header {
    padding: 0; }
    .header a {
      outline: 0; }
    .header .toggle-btn, .header .nav-responsive {
      display: block; }
    .header .toggle-btn {
      position: absolute;
      top: 10px; }
    .header .nav-responsive {
      width: 100%;
      position: absolute;
      z-index: 16;
      top: 97px;
      font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
      font-size: 17px; }
      .header .nav-responsive .main-nav-responsive {
        display: none; }
      .header .nav-responsive ul {
        background: #565656;
        list-style: none;
        padding: 0; }
        .header .nav-responsive ul li {
          width: 100%;
          position: relative; }
          .header .nav-responsive ul li a {
            padding: 15px;
            display: block;
            text-transform: uppercase;
            color: white;
            border-bottom: 1px solid #777777;
            margin: 0 15px; }
            .header .nav-responsive ul li a:hover {
              text-decoration: none; }
          .header .nav-responsive ul li .sub-menu-responsive ul {
            list-style: none;
            padding: 0;
            background: black; }
            .header .nav-responsive ul li .sub-menu-responsive ul li a {
              border: none; }
          .header .nav-responsive ul li .fa {
            float: right;
            color: white;
            position: absolute;
            font-size: 30px;
            line-height: 2;
            right: 28px;
            top: 0;
            display: block;
            width: 40px;
            text-align: center; }
        .header .nav-responsive ul .function-addon {
          color: white;
          padding: 30px 0; }
          .header .nav-responsive ul .function-addon .form-search {
            margin: 10px 15px;
            border: 1px solid #777777; }
            .header .nav-responsive ul .function-addon .form-search .input-form {
              background: #565656;
              border: none;
              width: 95%;
              padding: 10px 20px 10px 50px;
              font-size: 15px; }
            .header .nav-responsive ul .function-addon .form-search .ktm-icon-search {
              display: block;
              -ms-transform: scale(0.5);
              transform: scale(0.5);
              position: absolute;
              top: 38px; }
            .header .nav-responsive ul .function-addon .form-search .clear-input {
              position: absolute;
              border: none;
              top: 47px;
              right: 24px;
              width: 18px;
              padding: 0;
              background: url(../images/clear-input.png) no-repeat center center;
              background-size: contain;
              text-indent: -9999px; }
    .header .pull-left {
      margin-top: 10px;
      position: relative; }
      .header .pull-left .btn-toggle {
        position: absolute;
        top: 10px; }
      .header .pull-left .menu1 {
        cursor: pointer;
        display: inline-block;
        font-size: 10px;
        height: 3em;
        margin: 2%;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 3.5em;
        -webkit-tap-highlight-color: transparent;
        float: left; }
      .header .pull-left .menu1 span {
        background: #222222;
        border-radius: 2em;
        height: 0.5em;
        position: absolute;
        transition: 0.2s ease-in-out;
        width: 100%;
        -webkit-tap-highlight-color: transparent; }
      .header .pull-left .menu1 span {
        left: 0; }
      .header .pull-left .menu1 span:nth-child(1) {
        top: 0; }
      .header .pull-left .menu1 span:nth-child(2) {
        top: 1.2em; }
      .header .pull-left .menu1 span:nth-child(3) {
        top: 2.4em; }
      .header .pull-left .open.menu1 span:nth-child(1) {
        -ms-transform: rotate(45deg) translate(1em, 0.9em);
        transform: rotate(45deg) translate(1em, 0.9em); }
      .header .pull-left .open.menu1 span:nth-child(2) {
        opacity: 0; }
      .header .pull-left .open.menu1 span:nth-child(3) {
        -ms-transform: rotate(-45deg) translate(0.8em, -0.8em);
        transform: rotate(-45deg) translate(0.8em, -0.8em); }
      .header .pull-left .logo {
        float: right;
        width: auto;
        margin-left: 60px;
        margin-top: 10px;
        margin-bottom: 53px; }
      .header .pull-left .nav {
        display: none; }
    .header .container .pull-right {
      width: auto;
      margin: 20px 0;
      top: -6px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header .nav-responsive {
    top: 74px;
    left: 0; }
    .header .nav-responsive ul li .fa {
      right: 13px; }
    .header .nav-responsive ul .function-addon .form-search .clear-input {
      right: 10px; }
  .header .container .pull-left {
    margin-top: 5px;
    margin-left: 0; }
    .header .container .pull-left .menu1 {
      width: 3.5em; }
    .header .container .pull-left .logo {
      width: 110px;
      margin-bottom: 12px;
      margin-left: 3.5em;
      margin-top: 4px; }
  .header .container .pull-right.brand-list {
    top: -16px;
    margin-right: 0; } }

/* Good old iPhone 6, other phones smaller than 400 px wide */
@media only screen and (min-width: 100px) and (max-width: 360px) {
  .header .container .pull-left .menu1 {
    width: 2.5em;
    margin-left: -10px; }
  .header .container .pull-left .logo {
    margin-left: 1.4em; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .main-slider .text-ovelay {
    top: 44%; }
    .main-slider .text-ovelay .text-ovelay-primary {
      font-size: 80px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main-slider .text-ovelay {
    top: 50%; }
    .main-slider .text-ovelay .text-ovelay-primary {
      font-size: 65px; }
  .main-slider .mouse-container {
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    left: 44%;
    bottom: 15px; }
  .main-slider .ktm-button {
    padding: 10px 35px 10px 20px;
    font-size: 15px; }
    .main-slider .ktm-button span {
      right: 13px;
      top: 12px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main-slider .text-ovelay .text-ovelay-primary {
    font-size: 50px;
    margin-bottom: 20px; }
  .main-slider .ktm-button {
    padding: 15px 50px 15px 30px;
    font-size: 15px; }
    .main-slider .ktm-button span {
      right: 27px;
      top: 16px;
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }

@media only screen and (max-width: 767px) {
  .homepage .row-intro .intro-readmore, .company-news .row-intro .intro-readmore {
    display: none; }
  .discover-btn-mobile {
    display: block; }
  .discover-btn {
    display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .main-slider .text-ovelay .text-ovelay-primary {
    font-size: 35px; }
  .main-slider .text-ovelay #text-message.text-ovelay-primary {
    padding: 0 10px; } }

/* Custom, iPhone Retina */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .section .module-feature .ebit span,
  .section .module-feature .revenue span {
    margin-left: 17px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .section .module-feature .ebit span,
  .section .module-feature .revenue span {
    margin-left: 13px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .carousel .carousel-inner .item img {
    width: 100%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .section .module-feature .ebit span,
  .section .module-feature .revenue span {
    margin-left: 0; } }

/*==========  Non-Mobile First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .brands-page .right-block {
    margin: 0;
    padding-top: 50px; }
  .right-module {
    padding-left: 50px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .brands-page .right-block {
    padding-top: 100px; } }

@media only screen and (max-width: 767px) {
  .section #row-intro-news .type-of-categories {
    display: none; }
  .section #row-intro-news .type-of-categories-mobile {
    display: block; }
  .section .row-intro {
    border: none;
    padding-right: 15px; }
  .section #section-timeline-mobile {
    display: block;
    padding: 0 15px 25px 15px;
    margin-top: -18px; }
    .section #section-timeline-mobile .section-timeline .timeline-year {
      font-size: 40px;
      float: none;
      padding-bottom: 30px;
      position: relative; }
      .section #section-timeline-mobile .section-timeline .timeline-year .year {
        float: left;
        vertical-align: text-bottom; }
      .section #section-timeline-mobile .section-timeline .timeline-year .title {
        font-size: 20px;
        padding-left: 85px;
        position: absolute;
        bottom: -30px;
        line-height: 1; }
    .section #section-timeline-mobile .section-timeline .timeline-content {
      margin-left: 0;
      padding-left: 0;
      border: none;
      padding-bottom: 0px; }
    .section #section-timeline-mobile .section-timeline .timeline-content, .section #section-timeline-mobile .section-timeline .timeline-cta {
      clear: both; }
  .section #section-timeline {
    display: none; }
  .section #row-intro-news .type-of-categories-mobile .category-dropdown {
    background: white url(../images/dropdown-icon.png) no-repeat right 10px center;
    background-size: initial;
    margin-bottom: 30px; }
    .section #row-intro-news .type-of-categories-mobile .category-dropdown select {
      border: 1px solid #d9d9d9;
      width: 100%;
      padding: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background-color: transparent; }
  .section .right-module {
    padding: 0 0.9375rem 3.125rem 0.9375rem; }
  .section .no-space-bottom {
    padding-bottom: 0; }
  .section-bg {
    background-image: none; }
    .section-bg .bg-img {
      display: block; }
      .section-bg .bg-img img {
        width: 100%; }
  .brands-page .right-block {
    padding-top: 0; } }

/* Custom, iPhone Retina */
@media only screen and (min-width: 768px) {
  .section-bg .bg-img {
    display: none; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .footer-link .block-link {
    padding: 0 15px; } }

.footer-link .footer-link-right {
  display: none; }
  @media only screen and (min-width: 992px) {
    .footer-link .footer-link-right {
      display: block; } }
  .footer-link .footer-link-right .block-link:nth-child(1) {
    padding-left: 0px; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .footer-link .block-link {
    padding: 0 5px; }
    .footer-link .block-link ul li {
      font-size: 12px; }
      .footer-link .block-link ul li a {
        font-size: 12px; }
  .footer ul li {
    font-size: 12px; }
    .footer ul li a {
      font-size: 12px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .footer-link .block-link {
    padding: 0 20px; }
    .footer-link .block-link ul li {
      font-size: 14px; }
      .footer-link .block-link ul li a {
        font-size: 14px; }
  .footer ul li {
    font-size: 14px; }
    .footer ul li a {
      font-size: 14px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .footer-link {
    padding: 30px 15px; }
    .footer-link .block-link {
      padding: 10px 0;
      border: none; }
      .footer-link .block-link ul li {
        display: inline;
        border-right: 1px solid #d9d9d9;
        padding-right: 10px;
        margin-right: 10px; }
      .footer-link .block-link ul li:last-child {
        border: none;
        padding: 0;
        margin: 0; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .footer-link .block-link ul li {
    font-size: 12px; }
    .footer-link .block-link ul li a {
      font-size: 12px; }
  .footer ul li {
    font-size: 12px; }
    .footer ul li a {
      font-size: 12px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
  .header-text .block-main-intro .outer-main-intro {
    padding: 0; }
  .header-text .carousel-indicators {
    padding: 0 15px; }
  .carousel .section-info {
    width: 100%; } }
  @media only screen and (max-width: 992px) and (max-width: 767px) {
    .carousel .section-info {
      position: inherit; }
      .carousel .section-info .carousel-indicators {
        top: 27px;
        bottom: auto; } }

@media only screen and (max-width: 992px) {
    .carousel .section-info .block-main-intro {
      padding-bottom: 0; }
  #related-post-slider .carousel-indicators,
  .post-main-content .carousel-indicators {
    text-align: center; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #additional-info .news-letter {
    margin-top: 70px; }
    #additional-info .news-letter .col-sm-6 {
      margin: 0;
      padding: 0 0 0 50px;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  #additional-info .col-sm-4 {
    padding-right: 15px; }
  #additional-info .col-sm-8 {
    padding-left: 0;
    padding-right: 0; }
    #additional-info .col-sm-8 .col-sm-6 {
      padding: 0; } }

/*==========  Non-Mobile First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .quote-module p {
    font-size: 18px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .news-module .col-sm-6 {
    margin-bottom: 20px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .item-news h3 {
    font-size: 20px; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header-image-not-found .slide-info, .header-image-post .slide-info {
    position: absolute; }
  .header-image-not-found .col-sm-8 .light-color, .header-image-post .col-sm-8 .light-color {
    margin-top: 60px; }
    .header-image-not-found .col-sm-8 .light-color .intro-title, .header-image-post .col-sm-8 .light-color .intro-title {
      font-size: 80px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header-image-not-found .col-sm-8 .light-color, .header-image-post .col-sm-8 .light-color {
    margin-top: 30px; }
    .header-image-not-found .col-sm-8 .light-color .intro-title, .header-image-post .col-sm-8 .light-color .intro-title {
      font-size: 65px;
      padding-top: 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header-image-not-found .slide-info, .header-image-post .slide-info {
    width: 100%; }
  .header-image-not-found .col-sm-8, .header-image-post .col-sm-8 {
    text-align: center;
    width: 100%; }
    .header-image-not-found .col-sm-8 .light-color, .header-image-post .col-sm-8 .light-color {
      border: none;
      margin-top: 30px; }
      .header-image-not-found .col-sm-8 .light-color .intro-title, .header-image-post .col-sm-8 .light-color .intro-title {
        font-size: 40px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header-image-not-found .col-sm-8 .light-color, .header-image-post .col-sm-8 .light-color {
    margin-top: 15px; }
    .header-image-not-found .col-sm-8 .light-color .intro-title, .header-image-post .col-sm-8 .light-color .intro-title {
      font-size: 25px; }
      .header-image-not-found .col-sm-8 .light-color .intro-title .intro-readmore, .header-image-post .col-sm-8 .light-color .intro-title .intro-readmore {
        margin-top: 15px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .header-image-not-found .col-sm-8 .light-color, .header-image-post .col-sm-8 .light-color {
    margin-top: 2px; }
    .header-image-not-found .col-sm-8 .light-color .intro-cate, .header-image-post .col-sm-8 .light-color .intro-cate {
      margin: 0; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contact-us .contact-form .message {
    background-size: 17%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .contact-us .contact-form .message {
    background-size: 20%; } }

@media only screen and (max-width: 767px) {
  .contact-us .news-module {
    padding: 0;
    margin: 30px 15px 30px 15px;
    border-bottom: 1px solid #d9d9d9; }
    .contact-us .news-module .post-detail {
      border: none; }
      .contact-us .news-module .post-detail .information-block {
        margin-bottom: 50px; }
  .contact-us .contact-area {
    border-bottom: none; }
  .contact-us .row-intro {
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    margin: 0 15px; }
  .contact-us .contact-form .subject-dropdown .subject {
    background-position: 94% 50%; }
  .contact-us .contact-form .message {
    background-size: 6%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contact-us .contact-form .message {
    background-size: 10%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .contact-us .contact-form .subject-dropdown .subject {
    background-position: 90% 50%; }
  .contact-us .contact-form .message {
    background-size: 14%; } }

/*==========  Non-Mobile First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .company-page .section .company-struture {
    padding-left: 50px; }
  .header-main-image .block-main-intro {
    margin-top: 100px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .company-page .timeline-row .timeline-content {
    padding-bottom: 50px; }
    .company-page .timeline-row .timeline-content .timeline-full {
      display: none; }
  .company-page .timeline-row .timeline-cta {
    display: block; } }

@media only screen and (max-width: 767px) {
  .company-page .section-info-map {
    padding: 20px 15px; }
  .company-page .section .company-struture {
    padding: 30px 15px; }
  .company-page .timeline-row .timeline-content {
    padding-bottom: 50px; }
    .company-page .timeline-row .timeline-content .timeline-full {
      display: none; }
  .company-page .timeline-row .timeline-cta {
    display: block; }
  .company-page .carousel .location-detail {
    position: inherit;
    border: none;
    width: 100%;
    top: 0;
    left: 0; }
    .company-page .carousel .location-detail .location-box {
      margin-top: 0;
      padding-top: 50px; }
      .company-page .carousel .location-detail .location-box .arrow-location-box {
        display: none; }
  .header-main-image .slide-info {
    left: 0;
    -ms-transform: none;
    transform: none; } }

@media only screen and (max-width: 992px) {
  .investor-relations .table-data table th,
  .investor-downloads .table-data table th {
    font-size: 16px; }
  .investor-relations .table-data table td, .investor-relations .table-data table th,
  .investor-downloads .table-data table td,
  .investor-downloads .table-data table th {
    padding: 10px; }
  .investor-relations .table-data table thead tr th,
  .investor-downloads .table-data table thead tr th {
    padding-top: 15px; }
  .investor-relations .table-data table tr td:last-child, .investor-relations .table-data table tr th:last-child,
  .investor-downloads .table-data table tr td:last-child,
  .investor-downloads .table-data table tr th:last-child {
    padding-right: 0;
    text-align: center; }
    .investor-relations .table-data table tr td:last-child[share-price-time], .investor-relations .table-data table tr th:last-child[share-price-time],
    .investor-downloads .table-data table tr td:last-child[share-price-time],
    .investor-downloads .table-data table tr th:last-child[share-price-time] {
      text-align: inherit; }
  .investor-relations .table-data table tbody tr:last-child td {
    padding-bottom: 70px; }
  .investor-relations .table-data table tr td:first-child, .investor-relations .table-data table tr th:first-child {
    padding-left: 35px; }
  #general-meeting .table-data table tbody tr:last-child td {
    padding-bottom: 15px; }
  #general-meeting .table-data table tr td:last-child, #general-meeting .table-data table tr th:last-child {
    padding-right: 15px; }
  .share-price .mobile,
  .general-meeting .mobile,
  .investor-downloads .mobile {
    display: block; }
  .share-price .desktop,
  .general-meeting .desktop,
  .investor-downloads .desktop {
    display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .share-price .block-main-intro, .general-meeting .block-main-intro {
    border-bottom: 0; }
  .investor-relations-policy .row-intro {
    padding: 0; }
  .group-up .row-intro {
    padding: 0; }
  .investor-share-price .container {
    padding: 0; }
  .investor-share-price .below-description {
    margin-top: 0; }
  .investor-relations .table-data table tr td:first-child, .investor-relations .table-data table tr th:first-child,
  .investor-downloads .table-data table tr td:first-child,
  .investor-downloads .table-data table tr th:first-child {
    padding-left: 15px; } }

/*==========  Non-Mobile First Method  ==========*/
.module-with-icon-mobile, .mobile-wrapper {
  display: none; }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .career .carousel {
    display: block; }
  .company-page .carousel {
    display: block; }
  .module-with-icon-mobile {
    display: block; } }
  @media only screen and (max-width: 767px) and (max-width: 480px) {
    .module-with-icon-mobile {
      padding: 0 0 30px 0;
      border-bottom: 1px solid #d9d9d9; } }

@media only screen and (max-width: 767px) {
  .mobile-wrapper {
    display: block; }
  .career .has-border-bottom .col-sm-4 {
    padding: 0 15px; }
  .career .slide-text .item {
    padding: 0 15px; }
  .career .carousel-indicators {
    /* bottom: 10px; */
    left: 15px; }
  .partner {
    padding: 50px 0; } }

.information-block .filter-box, header .main-nav, .brand-list ul, .type-of-categories ul, .footer-link .block-link ul, .footer ul {
  list-style: none;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0; }

.ktm-icon-search, .ktm-icon-search-mini, .ktm-icon-globe {
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

input {
  outline: none; }

.po-s {
  position: static !important; }

.ov-v {
  overflow: visible !important; }

.fw7 {
  font-weight: 700; }

.pl0 {
  padding-left: 0 !important; }

.none {
  display: none !important; }

.mt0 {
  margin-top: 0 !important; }

.gray-bg {
  background: #5c5c5c; }

p {
  line-height: 1.7; }

h3 {
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 22px; } }

.outer-main-intro {
  padding-left: 0;
  pointer-events: auto; }
  @media only screen and (min-width: 768px) {
    .outer-main-intro.has-dropdown {
      padding-right: 0; } }

.padding-right .outer-main-intro {
  padding-right: 0; }

body {
  color: #000;
  font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
  font-size: 15px;
  overflow-x: hidden; }

.section, company-page {
  overflow: hidden; }

h2,
h3,
h4 {
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }

header {
  position: relative;
  padding: 50px 0 0;
  background: white;
  z-index: 3; }
  @media only screen and (min-width: 1630px) {
    header .po-s .pull-left {
      max-width: 80%; } }
  @media only screen and (max-width: 1629px) {
    header .container {
      position: relative; } }
  header .container .pull-right {
    position: absolute;
    right: 10px;
    width: auto;
    top: -30px; }
    @media only screen and (min-width: 1200px) {
      header .container .pull-right {
        position: relative;
        top: auto;
        bottom: auto;
        margin-top: 1.25rem; } }
    header .container .pull-right.brand-list ul {
      font-size: 0;
      text-align: right; }
      header .container .pull-right.brand-list ul li {
        max-width: 41%;
        margin-left: 0.3125rem; }
        header .container .pull-right.brand-list ul li img {
          width: 100%;
          height: auto; }
          @media only screen and (min-width: 992px) {
            header .container .pull-right.brand-list ul li img {
              max-width: 7.125rem; } }
          @media only screen and (max-width: 767px) {
            header .container .pull-right.brand-list ul li img {
              max-width: 3.5625rem; } }
  header .logo {
    margin: 0 0 5px; }
    @media only screen and (min-width: 992px) {
      header .logo {
        margin: 0 0 5px; } }
    @media only screen and (min-width: 1200px) {
      header .logo {
        margin: 0 0 35px; } }
    header .logo img {
      height: 34px;
      width: auto; }
  header .nav {
    padding-top: 1.25rem; }
    @media only screen and (min-width: 1200px) {
      header .nav {
        padding-top: 0; } }
  header .main-nav > li {
    display: inline-block;
    margin-right: 30px; }
    header .main-nav > li a {
      font-family: 'TradeGothicLTCom';
      font-size: 14px;
      color: #000;
      text-transform: uppercase; }
      @media only screen and (min-width: 1200px) {
        header .main-nav > li a {
          font-size: 18px; } }
      header .main-nav > li a:hover {
        text-decoration: none; }
    header .main-nav > li > a {
      display: block;
      padding-bottom: 20px;
      position: relative; }
      @media only screen and (min-width: 1200px) {
        header .main-nav > li > a {
          padding-bottom: 40px; } }
  header .main-nav .function-addon {
    margin: 0;
    width: 75px;
    text-align: center; }
    header .main-nav .function-addon .sub-menu {
      text-align: left; }
    header .main-nav .function-addon a > span:after {
      content: "";
      width: 1px;
      height: 25px;
      background: #000;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  header #magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    background: #000; }

.sub-menu {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease; }
  .sub-menu ul {
    list-style: none;
    margin: 10px 0; }
    .sub-menu ul li {
      display: inline-block;
      margin: 10px 25px 10px 0;
      padding-right: 25px;
      position: relative;
      opacity: 0;
      top: -30px; }
      .sub-menu ul li:before {
        content: "|";
        position: absolute;
        right: 0;
        top: -1px;
        color: #fff;
        display: block;
        font-size: 18px; }
      .sub-menu ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .sub-menu ul li:last-child:before {
          display: none; }
      .sub-menu ul li a {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none; }
        .sub-menu ul li a:after {
          content: '';
          display: block;
          height: 3px;
          width: 0;
          background: transparent;
          transition: width .5s ease, background-color .5s ease; }
        .sub-menu ul li a:hover:after {
          width: 100%;
          background: white; }
      .sub-menu ul li.submenu-active a:after {
        width: 100%;
        background: white; }

.ktm-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.ktm-icon-search {
  width: 46px;
  height: 46px; }

.ktm-icon-search-mini {
  width: 16px;
  height: 16px;
  background-position: -50px 0; }

.ktm-icon-globe {
  width: 16px;
  height: 16px;
  background-position: -50px -18px; }

.ktm-icon-double-right {
  position: relative;
  top: -5px;
  font-size: 125%;
  line-height: 0.4;
  vertical-align: middle;
  left: -15px; }
  @media only screen and (min-width: 992px) {
    .ktm-icon-double-right {
      left: -30px;
      top: -11px; } }
  @media only screen and (min-width: 1630px) {
    .ktm-icon-double-right {
      top: -14px;
      left: -38px; } }

.search-form {
  position: relative;
  background: url("../images/search-icon.png") no-repeat 0 20px; }
  .search-form .input-form {
    width: 100%;
    font-size: 50px;
    margin: 0;
    padding: 10px 0 10px 65px;
    font-family: 'TradeGothicBoldCon';
    color: #fff;
    background: none;
    border: 0; }
    .search-form .input-form:focus {
      outline: none; }
    .search-form .input-form::-webkit-input-placeholder {
      color: #b5b5b5;
      font-family: 'TradeGothicBoldCon'; }
    .search-form .input-form::-moz-placeholder {
      color: #b5b5b5;
      font-family: 'TradeGothicBoldCon'; }
    .search-form .input-form:-ms-input-placeholder {
      color: #b5b5b5;
      font-family: 'TradeGothicBoldCon'; }
  .search-form span {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    color: #6c6d71;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.brand-list ul li {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px; }

.carousel {
  position: relative;
  margin-left: 0 !important; }

.intro-title {
  font-family: "TradeGothicBoldCon";
  font-size: 2.5rem;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 85%; }
  @media only screen and (min-width: 768px) {
    .intro-title {
      font-size: 2.5rem;
      margin-top: 0; } }
  @media only screen and (min-width: 1630px) {
    .intro-title {
      font-size: 3.75rem; } }

.intro-des {
  font-size: 15px;
  margin-bottom: 30px;
  margin-right: 20px; }

.light-color .intro-title,
.light-color .intro-des,
.light-color .intro-readmore,
.light-color .intro-cate {
  color: #fff; }

.dark-color .intro-title,
.dark-color .intro-des,
.dark-color .intro-readmore,
.dark-color .intro-cate {
  color: #000 !important; }

.outer-main-intro {
  position: relative;
  z-index: 1; }
  .outer-main-intro:before {
    width: 20px;
    height: 6px;
    display: block;
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 2; }
    .carousel .outer-main-intro:before {
      display: none; }
    @media only screen and (max-width: 480px) {
      .outer-main-intro:before {
        display: none; } }

.type-of-categories {
  margin-top: 50px; }
  .type-of-categories ul li {
    border-bottom: 1px solid #d9d9d9;
    position: relative; }
    .type-of-categories ul li:first-child {
      border-top: 1px solid #d9d9d9; }
    .type-of-categories ul li a {
      font-size: 18px;
      font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      display: block;
      padding: 30px;
      color: #000; }
      .type-of-categories ul li a:hover {
        text-decoration: none; }
    .type-of-categories ul li.active, .type-of-categories ul li:hover {
      background: #e4e4e4; }
      .type-of-categories ul li.active:before, .type-of-categories ul li:hover:before {
        content: "";
        display: block;
        width: 8px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #000; }

.intro-readmore,
.intro-cate,
.submit-btn {
  text-transform: uppercase;
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000; }

.intro-cate {
  display: block;
  margin-bottom: 10px; }

.submit-btn {
  display: inline-block;
  /* width: 60px; */
  cursor: pointer; }
  .submit-btn .EPiServerForms .Form__Element {
    margin: 0; }

.intro-readmore, .submit-btn, .webpage-btn {
  margin: 15px 0; }
  .intro-readmore:hover, .submit-btn:hover, .webpage-btn:hover {
    text-decoration: none;
    color: #7d7d7d !important; }
    .intro-readmore:hover span.fa-arrow-right, .submit-btn:hover span.fa-arrow-right, .webpage-btn:hover span.fa-arrow-right {
      animation: loop-arrow 0.8s;
      animation-iteration-count: infinite; }
    .intro-readmore:hover span.rigth-arrow, .submit-btn:hover span.rigth-arrow, .webpage-btn:hover span.rigth-arrow {
      animation: loop-arrow 0.8s;
      animation-iteration-count: infinite; }
    .intro-readmore:hover .fa-arrow-right, .submit-btn:hover .fa-arrow-right, .webpage-btn:hover .fa-arrow-right {
      background-position: 100% 50%; }
  .intro-readmore#btnJobSearch:active, .intro-readmore#btnJobSearch.nice-select.open, .intro-readmore#btnJobSearch:focus, .intro-readmore#btnJobSearch:visited, .submit-btn#btnJobSearch:active, .submit-btn#btnJobSearch.nice-select.open, .submit-btn#btnJobSearch:focus, .submit-btn#btnJobSearch:visited, .webpage-btn#btnJobSearch:active, .webpage-btn#btnJobSearch.nice-select.open, .webpage-btn#btnJobSearch:focus, .webpage-btn#btnJobSearch:visited {
    text-decoration: none;
    color: inherit; }
    .intro-readmore#btnJobSearch:active span.fa, .intro-readmore#btnJobSearch.nice-select.open span.fa, .intro-readmore#btnJobSearch:focus span.fa, .intro-readmore#btnJobSearch:visited span.fa, .submit-btn#btnJobSearch:active span.fa, .submit-btn#btnJobSearch.nice-select.open span.fa, .submit-btn#btnJobSearch:focus span.fa, .submit-btn#btnJobSearch:visited span.fa, .webpage-btn#btnJobSearch:active span.fa, .webpage-btn#btnJobSearch.nice-select.open span.fa, .webpage-btn#btnJobSearch:focus span.fa, .webpage-btn#btnJobSearch:visited span.fa {
      color: inherit; }
  .intro-readmore span, .submit-btn span, .webpage-btn span {
    position: relative;
    left: 5px; }

.load-more {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  @media only screen and (max-width: 767px) {
    .load-more {
      padding-top: 20px; } }
  .load-more a {
    text-transform: uppercase;
    font-size: 18px;
    color: #000; }
    .load-more a span {
      margin-left: 10px;
      background: transparent url("../images/fa-plus.png") no-repeat left 50%;
      background-size: cover;
      text-indent: -9999px;
      width: 16px;
      height: 16px; }
    .load-more a:hover {
      text-decoration: none;
      color: #7d7d7d; }
      .load-more a:hover span {
        background-position: 100% 50%; }

.section-info {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.block-text {
  line-height: 1;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 0px;
  height: 100%; }
  @media only screen and (min-width: 992px) {
    .block-text {
      padding-top: 0px; } }
  .block-text:first-child {
    margin-top: 0; }
  .block-text .text-focus {
    font-family: "TradeGothicBoldCon";
    font-size: 30px;
    float: left;
    border-right: 1px solid #d9d9d9;
    width: 50%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .block-text .text-focus {
        height: 80px;
        font-size: 30px; } }
    @media only screen and (min-width: 1630px) {
      .block-text .text-focus {
        font-size: 55px; } }
    .block-text .text-focus span {
      display: block;
      font-size: 18px;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (min-width: 992px) {
        .block-text .text-focus span {
          font-size: 20px; } }
    .block-text .text-focus .block-focus i {
      font-style: normal; }
  @media only screen and (min-width: 992px) {
    .block-text.block-img {
      height: 100%; } }
  .block-text.block-img .text-focus {
    text-align: left; }
    .block-text.block-img .text-focus img {
      width: 77px; }
  .block-text .text-des {
    float: left;
    text-transform: uppercase;
    line-height: 1.6;
    width: 50%;
    font-size: 13px;
    padding-left: 0.9375rem; }
    @media only screen and (min-width: 992px) {
      .block-text .text-des {
        padding-left: 1.875rem; } }
    .block-text .text-des a {
      color: #000; }
      .block-text .text-des a:hover {
        text-decoration: none; }
  .block-text p {
    line-height: 1; }

.block-text:nth-child(even) {
  padding-left: 50px; }

.row-intro {
  padding-right: 0; }

.module-feature {
  padding: 0 15px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .module-feature .col-md-6 {
      padding: 0; } }
  @media only screen and (max-width: 991px) {
    .module-feature .col-md-6 {
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .module-feature {
      padding: 0 0 60px 0; } }
  .module-feature .block-focus {
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .module-feature .block-focus {
        text-align: left; } }
    .module-feature .block-focus .text-focus-right {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 991px) {
        .module-feature .block-focus .text-focus-right {
          vertical-align: middle; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .module-feature .block-focus .text-focus-right .unit {
          line-height: 15px; } }
    .module-feature .block-focus .animation-counter {
      display: inline-block;
      overflow: hidden;
      height: 28px;
      vertical-align: bottom; }
      @media only screen and (min-width: 768px) {
        .module-feature .block-focus .animation-counter {
          vertical-align: bottom; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .module-feature .block-focus .animation-counter {
          height: 23px; } }
      @media only screen and (min-width: 1630px) {
        .module-feature .block-focus .animation-counter {
          height: 45px;
          vertical-align: top; } }
      .module-feature .block-focus .animation-counter .block-animated {
        position: relative;
        top: 0; }
    .module-feature .block-focus i:not(.unit) {
      display: block; }
      @media only screen and (max-width: 991px) {
        .module-feature .block-focus i:not(.unit).sign {
          display: inline-block;
          vertical-align: middle;
          float: none; } }
    .module-feature .block-focus span {
      clear: both; }
  .module-feature .sign {
    float: left; }
  .module-feature .ebit span,
  .module-feature .revenue span {
    margin-left: 0; }
    @media only screen and (min-width: 992px) {
      .module-feature .ebit span,
      .module-feature .revenue span {
        margin-left: 21px; } }
  .module-feature .sign {
    float: none;
    font-size: 24px;
    margin-top: 0;
    vertical-align: bottom; }
    @media only screen and (min-width: 768px) {
      .module-feature .sign {
        float: left;
        margin-top: 10px; } }
    @media only screen and (min-width: 1200px) {
      .module-feature .sign {
        margin-top: 3px; } }
    @media only screen and (min-width: 1630px) {
      .module-feature .sign {
        margin-top: 0px;
        font-size: 60px;
        line-height: 3.125rem; } }
  .module-feature .unit {
    font-size: 24px;
    margin-top: 0;
    vertical-align: bottom; }
    @media only screen and (min-width: 768px) {
      .module-feature .unit {
        margin-top: 10px; } }
    @media only screen and (min-width: 1630px) {
      .module-feature .unit {
        margin-top: 0px;
        font-size: 40px;
        line-height: 50px; } }
  .module-feature .report-downloader {
    border: none; }
    .module-feature .report-downloader .text-focus {
      background: url("../images/document.jpg") no-repeat center bottom;
      background-size: contain;
      height: 100px; }
    .module-feature .report-downloader .text-des .intro-readmore {
      font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      line-height: 1;
      padding-top: 6px;
      margin: 0;
      display: block; }

.first-child {
  padding-top: 0; }
  @media only screen and (max-width: 991px) {
    .first-child .col-md-6:first-child {
      margin-top: 0; } }

.sticky-indicator {
  position: relative;
  top: 18px;
  right: -97%; }

.main-slider {
  position: relative;
  overflow: hidden;
  max-height: 985px;
  z-index: 0; }
  .main-slider .text-ovelay {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 10;
    pointer-events: none; }
    .main-slider .text-ovelay .text-ovelay-primary {
      font-family: "TradeGothicBoldCon";
      font-size: 2.5rem;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) {
        .main-slider .text-ovelay .text-ovelay-primary {
          font-size: 3.75rem; } }
      @media only screen and (min-width: 992px) {
        .main-slider .text-ovelay .text-ovelay-primary {
          font-size: 5rem; } }
      @media only screen and (min-width: 1630px) {
        .main-slider .text-ovelay .text-ovelay-primary {
          font-size: 6.25rem; } }
    .main-slider .text-ovelay .discover-btn {
      pointer-events: auto; }
    .main-slider .text-ovelay.text-in-video .discover-btn {
      margin-top: 550px; }
      @media only screen and (max-width: 1200px) {
        .main-slider .text-ovelay.text-in-video .discover-btn {
          margin-top: 350px; } }
  .main-slider video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
    .main-slider video.show {
      opacity: 1;
      visibility: visible; }

.ktm-button {
  text-transform: uppercase;
  font-family: "TradeGothicLT";
  font-size: 18px;
  padding: 15px 50px 15px 30px;
  color: #fff;
  background: transparent;
  position: relative;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: linear; }
  .ktm-button.ktm-ghost-button {
    border: 2px solid #fff; }
  .ktm-button:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.2); }
  .ktm-button:focus {
    color: inherit;
    text-decoration: none; }
  .ktm-button span {
    position: absolute;
    right: 29px;
    top: 20px; }

.ktm-button:hover span,
.company-button:hover span {
  animation: none; }

.discover-btn-mobile {
  display: none;
  margin: 0; }
  .discover-btn-mobile .video-control {
    pointer-events: auto; }
    .discover-btn-mobile .video-control img {
      width: 50px; }

.carousel-indicators {
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: 0;
  pointer-events: auto; }
  @media only screen and (max-width: 767px) {
    .carousel-indicators {
      bottom: 2px; }
      .header-slider-carousel .carousel-indicators {
        top: auto;
        bottom: 0.9375rem; } }
  .carousel-indicators .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.625rem;
    cursor: pointer; }
    .carousel-indicators .owl-dot:first-child {
      margin-left: 0; }
    .carousel-indicators .owl-dot.active {
      background: none; }
      .carousel-indicators .owl-dot.active span {
        background: #fff; }
    .carousel-indicators .owl-dot span {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 100%;
      background: none;
      border: 2px solid #fff;
      display: block; }

.slide-info {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .slide-info {
      top: auto;
      bottom: 40px; } }

.readmore-link {
  display: block;
  padding: 15px 15px 0 15px;
  margin: 0; }
  .readmore-link.readmore-like-mobile {
    padding-left: 0px; }
    @media only screen and (min-width: 768px) {
      .readmore-link.readmore-like-mobile {
        padding-left: 15px; } }
  .readmore-link .block-main-intro-link {
    padding: 0;
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .readmore-link {
      display: none; } }

.right-module .heading {
  margin-top: 0;
  font-size: 22px; }
  @media only screen and (max-width: 767px) {
    .right-module .heading {
      font-size: 20px; } }

.right-block .readmore-link {
  border: none; }

.item-news {
  font-family: "TradeGothicLT";
  margin-bottom: 1.5625rem; }
  .other-posts-mobile .item-news {
    padding-bottom: 2.25rem; }
  @media only screen and (min-width: 768px) {
    .item-news {
      margin-bottom: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .item-news {
      margin-bottom: 5.9375rem; } }
  .item-news .item-news-category {
    font-size: 18px;
    margin-bottom: 0.3125rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: TradeGothicBoldCon, sans-serif; }
  .item-news h3 {
    font-size: 20px;
    margin-top: 0;
    line-height: 1;
    padding: 0 0 15px 0; }
    @media only screen and (min-width: 768px) {
      .item-news h3 {
        font-size: 28px; } }
    .item-news h3 a {
      color: #000; }
      .item-news h3 a:hover {
        text-decoration: none;
        color: #ff6600; }
  .item-news .item-news-text {
    margin-bottom: 20px; }
  .item-news .item-news-readmore {
    color: #000; }
    .item-news .item-news-readmore:hover {
      text-decoration: none;
      color: #ff6600; }
      .item-news .item-news-readmore:hover span.fa-arrow-right {
        background-position: 100% 50%;
        animation: loop-arrow 0.8s;
        animation-iteration-count: infinite; }
    .item-news .item-news-readmore span.fa {
      position: relative;
      left: 0;
      margin-left: 0; }

.post-title h3 {
  font-size: 28px; }
  @media only screen and (max-width: 479px) {
    .post-title h3 {
      font-size: 20px; } }

.color-1 {
  color: #ff6600 !important; }

.color-2 {
  color: #002550 !important; }

.color-3 {
  color: #7d7d7d !important; }

.quote-module {
  text-align: center; }
  .quote-module h2 {
    margin-top: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.875rem;
    font-family: "TradeGothicBoldCon"; }
    @media only screen and (min-width: 768px) {
      .quote-module h2 {
        font-size: 2.8125rem; } }
    @media only screen and (min-width: 992px) {
      .quote-module h2 {
        font-size: 3.75rem; } }
  .quote-module p {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .quote-module p {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      .quote-module p {
        font-size: 1.75rem;
        line-height: 2.5rem; } }

.gallery-ui {
  overflow: hidden;
  position: relative; }
  .gallery-ui .block-gallery {
    width: 50%;
    float: left;
    position: relative;
    background-size: cover;
    height: 200px; }
    @media only screen and (min-width: 768px) {
      .gallery-ui .block-gallery {
        height: 350px; } }
    @media only screen and (min-width: 992px) {
      .gallery-ui .block-gallery {
        height: 550px; } }
    @media only screen and (min-width: 1630px) {
      .gallery-ui .block-gallery {
        height: 675px; } }
    .gallery-ui .block-gallery .cate-color {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 8px; }
      @media only screen and (max-width: 767px) {
        .gallery-ui .block-gallery .cate-color {
          height: 5px; } }
    .gallery-ui .block-gallery .bottom-link {
      position: absolute;
      bottom: 40px;
      width: 100%;
      padding: 0 40px;
      text-align: center;
      z-index: 10; }
      .gallery-ui .block-gallery .bottom-link a {
        font-size: 18px;
        font-family: "TradeGothicBoldCon";
        color: #fff;
        text-transform: uppercase; }
        .gallery-ui .block-gallery .bottom-link a:hover {
          text-decoration: none;
          color: #d1d1d1; }
          .gallery-ui .block-gallery .bottom-link a:hover span {
            background-position: 100% 50%;
            animation: loop-arrow 0.8s;
            animation-iteration-count: infinite; }
        .gallery-ui .block-gallery .bottom-link a span {
          position: relative;
          left: 5px; }
  .gallery-ui .left {
    background: #ffffff url(../images/img-1.jpg) no-repeat center center;
    background-size: cover; }
  .gallery-ui .right {
    background: #ffffff url(../images/img-2.jpg) no-repeat center center;
    background-size: cover; }
  .gallery-ui .text-title {
    font-family: "TradeGothicBoldCon";
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
    top: 2.5rem;
    text-transform: uppercase;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    @media only screen and (min-width: 768px) {
      .gallery-ui .text-title {
        font-size: 50px;
        top: 50%; } }
    @media only screen and (min-width: 992px) {
      .gallery-ui .text-title {
        font-size: 60px; } }

.footer-link {
  overflow: hidden;
  padding: 2.1875rem 0;
  background: #5c5c5c;
  text-transform: uppercase;
  color: #fff;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .footer-link {
      padding: 1.25rem 0; } }
  @media only screen and (min-width: 992px) {
    .footer-link {
      padding: 5.625rem 0; } }
  .footer-link .footer-link-left {
    padding-right: 0; }
  .footer-link .footer-link-right {
    padding-left: 0; }
  .footer-link .block-link {
    float: left;
    display: inline-block;
    padding: 0.625rem; }
    @media only screen and (min-width: 768px) {
      .footer-link .block-link:first-child {
        border-left: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-link .block-link {
        padding: 0.3125rem 0.625rem; } }
    @media only screen and (min-width: 768px) {
      .footer-link .block-link {
        border-left: 1px solid #7d7d7d;
        padding: 0 0.625rem; } }
    @media only screen and (min-width: 1200px) {
      .footer-link .block-link {
        min-height: 1px;
        padding: 0 1.25rem; } }
    @media only screen and (min-width: 1630px) {
      .footer-link .block-link {
        padding: 0 1.875rem; } }
    .footer-link .block-link ul li {
      margin-bottom: 11px;
      font-size: 0.875rem;
      line-height: 0.875rem;
      -webkit-font-smoothing: antialiased; }
      .footer-link .block-link ul li:last-child {
        margin-bottom: 0; }
      .footer-link .block-link ul li a {
        color: #fff;
        font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
        display: inline-block;
        text-decoration: none; }
        @media only screen and (max-width: 991px) {
          .footer-link .block-link ul li a {
            font-size: 12px; } }
        .footer-link .block-link ul li a:after {
          height: 5px;
          width: 0;
          background: transparent;
          transition: width .5s ease, background-color .5s ease; }
          @media only screen and (min-width: 992px) {
            .footer-link .block-link ul li a:after {
              display: block;
              height: 5px;
              content: ''; } }
        .footer-link .block-link ul li a:hover:after {
          width: 100%;
          background: white; }
      .footer-link .block-link ul li p, .footer-link .block-link ul li span {
        display: block;
        font-size: 0.875rem;
        line-height: 0.875rem;
        padding: 0 0 0.375rem; }
        @media only screen and (max-width: 991px) {
          .footer-link .block-link ul li p, .footer-link .block-link ul li span {
            font-size: 0.75rem; } }
        .footer-link .block-link ul li p:last-child, .footer-link .block-link ul li span:last-child {
          margin-bottom: 0; }
      .footer-link .block-link ul li p:last-child {
        padding: 0; }

.footer {
  background: #000;
  color: #7d7d7d;
  padding: 3.125rem 0; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 1.25rem 0; } }
  .footer ul li {
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #7d7d7d;
    font-size: 0.875rem; }
    .footer ul li a {
      font-size: 14px;
      color: #7d7d7d;
      text-transform: uppercase;
      line-height: 2;
      text-decoration: none; }
      @media only screen and (max-width: 991px) {
        .footer ul li a {
          font-size: 12px; } }
      .footer ul li a:hover {
        color: white; }
  .footer ul li:last-child {
    border: none;
    padding: 0;
    margin: 0; }

.videoBannerText {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 9em;
  font-family: "TradeGothicSemiBoldCon", Arial;
  text-transform: uppercase;
  pointer-events: none;
  padding: 0;
  z-index: 10;
  left: 11px; }
  @media only screen and (max-width: 1199px) {
    .videoBannerText {
      font-size: 7em; } }
  @media only screen and (max-width: 767px) {
    .videoBannerText {
      font-size: 5em; } }
  @media only screen and (max-width: 479px) {
    .videoBannerText {
      font-size: 3em; } }
  .videoBannerText p {
    line-height: 0.75; }

.block-gallery {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .block-gallery:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .block-gallery img {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }
    .block-gallery img:first-child {
      position: relative;
      float: left; }

#videoBanner {
  width: 100%; }

.header-slider-brands-1 {
  width: 100%;
  height: 100%; }

.header-slider-brands-1 {
  height: auto; }

.video-poster {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: auto; }

.cut-line:first-child:before {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  top: 0;
  right: -2px;
  display: block;
  background: #fff;
  z-index: 2; }

.block-context {
  margin: 50px 0; }

.info-block {
  position: relative; }

.inner-block-article .heading {
  margin: 0 0 15px;
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    .inner-block-article .heading {
      font-size: 24px; } }

.inner-block-article .description {
  font-size: 15px; }

.author {
  line-height: 2;
  text-transform: uppercase; }

.section-bg {
  background: no-repeat 100% 0; }

.row-intro.fixed .block-main-intro {
  position: fixed;
  top: 0; }

.header .block-main-intro .outer-main-intro::before {
  width: 0;
  height: 0;
  display: none;
  content: ""; }

#section-timeline-mobile {
  display: none; }

.videoBannerText span {
  color: #ff6500; }

.type-of-categories-mobile {
  display: none; }

.section-bg {
  background: url("../images/people-1.jpg") no-repeat bottom right;
  background-size: auto 96%; }

.brands-1-page {
  background: url("../images/people-2.jpg") no-repeat bottom right;
  background-size: auto 96%; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-bg, .brands-1-page {
    background-size: auto 60%; } }

@media only screen and (max-width: 991px) {
  .section-bg, .brands-1-page {
    background-size: auto 45%; } }

@media only screen and (max-width: 767px) {
  .section-bg, .brands-1-page {
    background-size: 0%; } }

@keyframes scroll-inner {
  from {
    margin-top: 15%; }
  to {
    margin-top: 50%; } }

@keyframes scroll-mouse {
  from {
    margin-top: 0; }
  to {
    margin-top: 15px; } }

@keyframes loop-arrow {
  from {
    left: 5px; }
  to {
    left: 10px; } }

@keyframes arrow {
  from {
    margin-top: 0; }
  to {
    margin-top: 10px; } }

div.mouse-container {
  position: absolute;
  display: block;
  height: 50px;
  bottom: 10px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  div.mouse-container span {
    font-size: 60px;
    color: #fff;
    animation: arrow 1.5s;
    animation-iteration-count: infinite; }

div.mouse {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 80px;
  border: solid 2px #fff;
  border-radius: 25px;
  animation: scroll-mouse 1.5s;
  animation-iteration-count: infinite; }
  div.mouse span.scroll-down {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 15% auto auto auto;
    animation: scroll-inner 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease; }

#text-message {
  text-align: center;
  width: 100%;
  display: table; }
  #text-message span {
    vertical-align: bottom;
    display: table-cell !important;
    height: 200px; }

.toggle-btn,
.nav-responsive {
  display: none; }

.header-text .intro-title {
  font-size: 100px; }
  @media only screen and (max-width: 1200px) {
    .header-text .intro-title {
      font-size: 80px; } }

@media only screen and (min-width: 768px) {
  .header-text .carousel-indicators {
    left: 15px; } }

.item-partner {
  text-align: center; }
  .item-partner:nth-child(3n+1) {
    clear: left; }
  @media only screen and (min-width: 768px) {
    .item-partner:nth-child(3n+1) {
      clear: none; }
    .item-partner:nth-child(6n+1) {
      clear: left; } }

.underline-menu {
  position: relative;
  height: 8px;
  display: none; }
  .underline-menu .black-link {
    transition: all 0.3s ease-in-out;
    background: black;
    height: 8px;
    display: block;
    position: absolute;
    z-index: 12;
    width: 51px;
    left: 15px; }

.rigth-arrow {
  width: 15px;
  height: 14px;
  background: url(../images/right-arrow.png) 0 0; }
  .rigth-arrow:hover {
    background: url(../images/right-arrow.png) -15px 0; }

.carousel-indicators {
  z-index: 1;
  top: 1.5625rem; }
  @media only screen and (min-width: 768px) {
    .carousel-indicators {
      top: auto;
      bottom: 1.25rem; } }
  @media only screen and (min-width: 1200px) {
    .carousel-indicators {
      bottom: 1.875rem;
      top: auto; } }
  @media only screen and (min-width: 1630px) {
    .carousel-indicators {
      top: auto;
      bottom: 6.25rem; } }
  .carousel-indicators li {
    margin-right: 10px;
    border-width: 2px; }
    .carousel-indicators li:hover {
      background: #fff; }
  .carousel-indicators li.active {
    margin-right: 10px;
    width: 0.6875rem;
    height: 0.6875rem;
    margin-bottom: 0; }

.outside-indicators .indicator-wrapper {
  position: relative;
  padding: 1.25rem 0; }

.outside-indicators .carousel-indicators {
  margin: 0;
  bottom: 0;
  position: static !important;
  padding-left: 0; }
  .outside-indicators .carousel-indicators li {
    border-width: 2px;
    border-color: black;
    margin-right: 10px; }
    .outside-indicators .carousel-indicators li.active {
      background: black; }

.header-main-image .carousel-inner {
  height: 100%; }

.header-main-image img {
  width: 100%; }

.header-main-image .intro-title {
  font-size: 3.125rem; }
  @media only screen and (min-width: 768px) {
    .header-main-image .intro-title {
      font-size: 3.75rem; } }
  @media only screen and (min-width: 992px) {
    .header-main-image .intro-title {
      font-size: 4.375rem; } }
  @media only screen and (min-width: 1630px) {
    .header-main-image .intro-title {
      font-size: 6.25rem; } }

@media only screen and (max-width: 767px) {
  .header-main-image .col-sm-12 {
    position: inherit; } }

@media only screen and (max-width: 767px) {
  .header-main-image .intro-des {
    margin: 0; } }

.block-main-intro .intro-des a {
  color: #fff;
  text-decoration: underline; }

.block-main-intro .intro-des.pin-location {
  line-height: 1.6; }

.mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.back-button {
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 16px;
  font-family: "TradeGothicBoldCon", Arial, Helvetica, sans-serif; }
  .back-button span {
    margin-right: 5px; }
  .back-button:hover {
    color: #ff6600;
    text-decoration: none; }

.icon-require {
  font-size: 20px;
  color: #000;
  position: relative;
  margin-right: 5px;
  vertical-align: middle; }

.input-row {
  margin-top: 20px;
  height: 42px; }
  .input-row.require-field {
    height: auto; }
    .input-row.require-field .notice {
      margin: 0; }
  .input-row .input-field .input-field-text {
    border: 1px solid #d9d9d9;
    padding: 12px 15px;
    width: 100%; }

.input-inline {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
  font-family: "TradeGothicLT", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  padding: 11px 0; }
  @media only screen and (max-width: 1629px) {
    .input-inline {
      margin-right: 10px; } }
  .input-inline .input-field-checkbox, .input-inline label {
    margin: 0;
    vertical-align: middle;
    display: inline-block; }

#additional-info {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    #additional-info {
      padding: 50px 0; } }
  #additional-info .block-main-intro {
    margin: 0;
    padding: 0 70px 0 0; }
    @media only screen and (max-width: 767px) {
      #additional-info .block-main-intro {
        padding: 0; } }
    #additional-info .block-main-intro .outer-main-intro:before {
      width: 0; }
  @media only screen and (max-width: 767px) {
    #additional-info .padding--first-section-bottom {
      padding-bottom: 0;
      padding-right: 0; } }
  #additional-info .col-sm-7 {
    padding-top: 0px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      #additional-info .col-sm-7 {
        padding-top: 230px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1630px) {
      #additional-info .col-sm-7 {
        padding-top: 165px; } }
    @media only screen and (min-width: 1630px) {
      #additional-info .col-sm-7 {
        padding-top: 205px; } }
    #additional-info .col-sm-7 .col-md-6 {
      padding: 0 60px; }
      @media only screen and (max-width: 1629px) {
        #additional-info .col-sm-7 .col-md-6 {
          padding: 0 40px; } }
      @media only screen and (max-width: 1199px) {
        #additional-info .col-sm-7 .col-md-6 {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        #additional-info .col-sm-7 .col-md-6 {
          padding: 0; } }

.act-form {
  position: relative;
  left: auto; }
  .act-form .notice {
    margin-top: 10px;
    color: #000; }
    .act-form .notice input {
      margin-right: 5px; }
    .act-form .notice a {
      color: #000;
      text-decoration: underline; }
  .act-form .select-box {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden; }
    .act-form .select-box label {
      white-space: nowrap;
      color: #000;
      float: left;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-top: 10px;
      font-size: 0.9375rem; }
      @media only screen and (max-width: 767px) {
        .act-form .select-box label {
          font-size: 0.9375rem; } }
    .act-form .select-box .subject-dropdown {
      float: left;
      margin-left: 10px;
      background-color: white; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .act-form .select-box .subject-dropdown {
          background: white url(../images/dropdown-icon.png) no-repeat right 5px center; } }
      .act-form .select-box .subject-dropdown.first-dropdown-date {
        clear: left;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .act-form .select-box .subject-dropdown.first-dropdown-date {
            clear: left;
            margin: 0; } }
      .act-form .select-box .subject-dropdown select {
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        padding: 10px 5px;
        background: transparent;
        font-size: 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 2.5625rem;
        height: 2.3125rem; }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          .act-form .select-box .subject-dropdown select {
            width: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .act-form .select-box .subject-dropdown.dropdown-date-year select {
          width: 48px; } }
  .act-form .submit-btn {
    margin-top: 0;
    color: #fff;
    display: inline-block;
    border: 2px solid #000;
    padding: 10px 15px 10px 10px; }
    .newsletter-column .act-form .submit-btn {
      float: right; }
    .act-form .submit-btn:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    .act-form .submit-btn input {
      margin: 0; }

.EPiServerForms .col-md-12 .FormCaptcha {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .EPiServerForms .col-md-12 .FormCaptcha {
      width: 44%; } }
  @media only screen and (min-width: 1200px) {
    .EPiServerForms .col-md-12 .FormCaptcha {
      width: 45%; } }
  @media only screen and (min-width: 1630px) {
    .EPiServerForms .col-md-12 .FormCaptcha {
      width: 43%; } }
  .EPiServerForms .col-md-12 .FormCaptcha image, .EPiServerForms .col-md-12 .FormCaptcha input {
    width: 100%; }
  .EPiServerForms .col-md-12 .FormCaptcha input {
    margin-top: 15px; }
  .EPiServerForms .col-md-12 .FormCaptcha label {
    display: block;
    width: 45px;
    height: 50px;
    position: absolute;
    min-width: 1px; }
    .EPiServerForms .col-md-12 .FormCaptcha label a {
      display: block;
      width: 100%;
      height: 100%;
      background: white url(../images/refresh.png) no-repeat center center;
      background-size: contain;
      text-indent: -9999px; }

.carousel .carousel-inner .item img {
  width: 100%; }

.carousel .intro-title {
  width: 100%; }

.custom-alert {
  display: inline-block;
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 999;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

/* .draggable navs */
.draggable-container {
  overflow: hidden;
  /* no selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0.9375rem; }

.draggable {
  width: 9999999px;
  white-space: nowrap;
  /* all on same line */
  font-size: 0;
  /* fix inline block spacing */ }

.nav-tabs > li > a {
  padding-bottom: 30px; }

.nav-tabs > li > a:hover {
  border-color: transparent; }

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  border-bottom: 6px solid #000; }

@media only screen and (max-width: 767px) {
  .header-text.slide .slide-info {
    width: 100%; } }

.header-text.slide .slide-info .outer-main-intro {
  padding: 0; }

.header-text .block-main-intro {
  margin-top: 120px; }
  .header-text .block-main-intro .intro-title {
    margin-top: 10px; }

label {
  font-weight: normal; }

.subject-dropdown select::-ms-expand {
  display: none; }

.origional select::-ms-expand {
  display: block; }

.quote-module {
  opacity: 0;
  opacity: 1 !important; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 3s linear; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/**********Ngoc Tran**********/
section.first-section {
  padding-top: 2.1875rem; }
  @media only screen and (min-width: 768px) {
    section.first-section {
      padding-top: 6.25rem; } }
  @media only screen and (min-width: 992px) {
    section.first-section {
      padding-top: 9.375rem; } }
  @media only screen and (min-width: 1630px) {
    section.first-section {
      padding-top: 12.1875rem; } }

@media only screen and (min-width: 768px) {
  .slide .section-info .container {
    height: 100%; } }

@media only screen and (min-width: 768px) {
  .slide .section-info .container .row {
    height: 100%; } }

@media only screen and (min-width: 768px) {
  .slide .section-info .container .row .tripple-column-space {
    height: 100%; } }

.slide .section-info .container .row > .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 991px) {
    .slide .section-info .container .row > .col-xs-12 {
      padding-left: 0.9375rem; } }
  @media only screen and (min-width: 768px) {
    .slide .section-info .container .row > .col-xs-12.tripple-column-space {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem; } }
  @media only screen and (min-width: 1630px) {
    .slide .section-info .container .row > .col-xs-12.tripple-column-space {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }

.slide .outer-main-intro {
  padding: 4.0625rem 1.25rem 2.5rem 0px; }
  @media only screen and (min-width: 768px) {
    .slide .outer-main-intro {
      padding-top: 2.5rem; } }
  @media only screen and (min-width: 992px) {
    .slide .outer-main-intro {
      padding: 80px 40px 80px 0; } }
  @media only screen and (min-width: 1630px) {
    .slide .outer-main-intro {
      padding: 140px 75px 140px 0; } }

.block .outer-main-intro, .slide .outer-main-intro {
  padding-right: 1.25rem; }
  @media only screen and (min-width: 992px) {
    .block .outer-main-intro, .slide .outer-main-intro {
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1630px) {
    .block .outer-main-intro, .slide .outer-main-intro {
      padding-right: 4.6875rem; } }

.padding-section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .padding-section {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  @media only screen and (min-width: 992px) {
    .padding-section {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media only screen and (min-width: 1630px) {
    .padding-section {
      padding-top: 9.375rem;
      padding-bottom: 9.375rem; } }

@media only screen and (max-width: 767px) {
  .section:not(.first-section) .col-sm-7 {
    padding-top: 0; } }

.padding-section-bottom {
  padding-bottom: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .padding-section-bottom {
      padding-bottom: 6.25rem; } }
  @media only screen and (min-width: 1630px) {
    .padding-section-bottom {
      padding-bottom: 9.375rem; } }

.non-padding-top-section {
  padding-top: 0; }
  @media only screen and (max-width: 480px) {
    .non-padding-top-section {
      padding-top: 0;
      padding-bottom: 3.125rem; } }

.padding--first-section-bottom {
  padding-bottom: 6.25rem;
  padding-right: 2.1875rem; }
  @media only screen and (max-width: 767px) {
    .padding--first-section-bottom {
      padding-top: 1.875rem;
      padding-bottom: 0.625rem; } }
  @media only screen and (min-width: 1630px) {
    .padding--first-section-bottom {
      padding-bottom: 12.5rem;
      padding-right: 4.375rem; } }
  @media only screen and (max-width: 767px) {
    .padding--first-section-bottom .jobListingView {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .padding--first-section-bottom .jobListingView .structure-detail {
      padding: 0; } }

@media only screen and (max-width: 767px) {
  .selected-new .padding--first-section-bottom {
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .right-data-module {
    padding: 0 0.9375rem; } }

@media only screen and (min-width: 768px) {
  .carousel-inner.map-inner.height-map-inner {
    min-height: 580px; } }

@media only screen and (max-width: 767px) {
  .carousel-inner.map-inner {
    margin-left: 0 !important;
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .seperate-line .block-main-intro {
    border-bottom: 1px solid #d9d9d9; } }

@media only screen and (max-width: 767px) {
  .tab-content > .tab-pane {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media only screen and (max-width: 767px) {
  .block-main-intro .outer-main-intro:before {
    width: 0; } }

.dark-background .fa-arrow-right {
  background: transparent url("../images/right-arrow-white.png") no-repeat left 50%; }

.dark-background .intro-readmore:hover .fa-arrow-right {
  background: transparent url("../images/right-arrow-white.png") no-repeat right 50%; }

@media only screen and (max-width: 767px) {
  .carousel.slide-text .carousel-inner {
    padding: 0 20px; } }

@media only screen and (max-width: 767px) {
  .carousel.slide-text .carousel-indicators {
    padding-left: 20px;
    bottom: -30px; } }

@media only screen and (max-width: 767px) {
  .other-posts-mobile .carousel.slide-text .carousel-indicators {
    padding-left: 20px;
    bottom: 20px;
    text-align: center; } }

.other-posts-mobile .related-posts-row .item {
  padding: 0; }

.nice-select {
  width: 100%;
  margin-bottom: 20px; }
  .nice-select .list {
    width: 100%; }

.block.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding-left: 0;
  padding-right: 0; }
  .block.col-lg-12.col-md-12.col-sm-12.col-xs-12 > .row {
    padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    .block.col-lg-12.col-md-12.col-sm-12.col-xs-12 > .module-feature {
      padding: 0 0 60px 0; } }

.block.medialistingblock {
  padding-left: 15px; }

.block .has-dropdown {
  padding-right: 0; }
  .block .has-dropdown .intro-title, .block .has-dropdown .intro-des {
    padding-right: 1.25rem; }
    @media only screen and (min-width: 992px) {
      .block .has-dropdown .intro-title, .block .has-dropdown .intro-des {
        padding-right: 0; } }
    @media only screen and (min-width: 1630px) {
      .block .has-dropdown .intro-title, .block .has-dropdown .intro-des {
        padding-right: 0; } }

.row-wrapper-block {
  clear: both; }

a:active, a.nice-select.open, a:link, a:visited {
  text-decoration: none; }

.datablock .module-feature .intro-readmore {
  font-size: 17px; }
  .datablock .module-feature .intro-readmore span {
    left: -3px; }

.main-slider__item img {
  width: 100%;
  height: auto;
  display: block; }

#range-input, #chart-footer {
  border: 0; }
  @media only screen and (min-width: 1200px) {
    #range-input, #chart-footer {
      border: 1px solid #c2c2c2; } }

@media only screen and (max-width: 1199px) {
  #range-selector, range-input, #chart, #chart-footer {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 1199px) {
  .information-block iframe {
    width: 100% !important; } }

.row-list-jobs.row {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .row-list-jobs.row {
      margin-left: -15px;
      margin-right: -15px; } }

@media only screen and (min-width: 768px) {
  .newsletterblock .Form__MainBody #__field_ {
    position: relative;
    display: block;
    min-height: 508px;
    /*
                > .col-md-8 {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }
                */ } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) and (max-width: 1630px) {
    .newsletterblock .Form__MainBody #__field_ {
      min-height: 435px; } }

.job-detail-category-mobile {
  padding-top: 3.125rem; }
  @media only screen and (min-width: 992px) {
    .job-detail-category-mobile {
      padding-top: 0; } }

.job-detail-title-mobile {
  padding-top: 3.75rem; }
  @media only screen and (min-width: 992px) {
    .job-detail-title-mobile {
      padding-top: 0; } }

/* newsletter form */
@media only screen and (max-width: 767px) {
  .remove-padding-top-mobile {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  .tinymce.back-to-prev {
    padding-bottom: 0;
    border: 0 !important;
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item .item {
    padding: 0 15px; }
    .owl-carousel .owl-item .item.main-slider__item {
      padding-left: 0;
      padding-right: 0; } }

.testimonial-carousel .owl-carousel .owl-item, .testimonial-carousel.owl-carousel .owl-item {
  -webkit-backface-visibility: initial; }

/*# sourceMappingURL=style-old-ie.css.map */
