﻿/* grid system */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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: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; } }

@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: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.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"; }

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

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

html {
  -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: thin dotted;
    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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .lt-ie9 .container {
    width: 1000px !important; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 1000px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .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: 10px;
  padding-right: 10px; }

.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: 1000px) {
  .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%; } }

.lt-ie9 .col-sm-1, .lt-ie9 .col-sm-2, .lt-ie9 .col-sm-3, .lt-ie9 .col-sm-4, .lt-ie9 .col-sm-5, .lt-ie9 .col-sm-6, .lt-ie9 .col-sm-7, .lt-ie9 .col-sm-8, .lt-ie9 .col-sm-9, .lt-ie9 .col-sm-10, .lt-ie9 .col-sm-11, .lt-ie9 .col-sm-12 {
  float: left; }

.lt-ie9 .col-sm-1 {
  width: 8.33333%; }

.lt-ie9 .col-sm-2 {
  width: 16.66667%; }

.lt-ie9 .col-sm-3 {
  width: 25%; }

.lt-ie9 .col-sm-4 {
  width: 33.33333%; }

.lt-ie9 .col-sm-5 {
  width: 41.66667%; }

.lt-ie9 .col-sm-6 {
  width: 50%; }

.lt-ie9 .col-sm-7 {
  width: 58.33333%; }

.lt-ie9 .col-sm-8 {
  width: 66.66667%; }

.lt-ie9 .col-sm-9 {
  width: 75%; }

.lt-ie9 .col-sm-10 {
  width: 83.33333%; }

.lt-ie9 .col-sm-11 {
  width: 91.66667%; }

.lt-ie9 .col-sm-12 {
  width: 100%; }

.lt-ie9 .col-sm-pull-0 {
  right: auto; }

.lt-ie9 .col-sm-pull-1 {
  right: 8.33333%; }

.lt-ie9 .col-sm-pull-2 {
  right: 16.66667%; }

.lt-ie9 .col-sm-pull-3 {
  right: 25%; }

.lt-ie9 .col-sm-pull-4 {
  right: 33.33333%; }

.lt-ie9 .col-sm-pull-5 {
  right: 41.66667%; }

.lt-ie9 .col-sm-pull-6 {
  right: 50%; }

.lt-ie9 .col-sm-pull-7 {
  right: 58.33333%; }

.lt-ie9 .col-sm-pull-8 {
  right: 66.66667%; }

.lt-ie9 .col-sm-pull-9 {
  right: 75%; }

.lt-ie9 .col-sm-pull-10 {
  right: 83.33333%; }

.lt-ie9 .col-sm-pull-11 {
  right: 91.66667%; }

.lt-ie9 .col-sm-pull-12 {
  right: 100%; }

.lt-ie9 .col-sm-push-0 {
  left: auto; }

.lt-ie9 .col-sm-push-1 {
  left: 8.33333%; }

.lt-ie9 .col-sm-push-2 {
  left: 16.66667%; }

.lt-ie9 .col-sm-push-3 {
  left: 25%; }

.lt-ie9 .col-sm-push-4 {
  left: 33.33333%; }

.lt-ie9 .col-sm-push-5 {
  left: 41.66667%; }

.lt-ie9 .col-sm-push-6 {
  left: 50%; }

.lt-ie9 .col-sm-push-7 {
  left: 58.33333%; }

.lt-ie9 .col-sm-push-8 {
  left: 66.66667%; }

.lt-ie9 .col-sm-push-9 {
  left: 75%; }

.lt-ie9 .col-sm-push-10 {
  left: 83.33333%; }

.lt-ie9 .col-sm-push-11 {
  left: 91.66667%; }

.lt-ie9 .col-sm-push-12 {
  left: 100%; }

.lt-ie9 .col-sm-offset-0 {
  margin-left: 0%; }

.lt-ie9 .col-sm-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .col-sm-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .col-sm-offset-3 {
  margin-left: 25%; }

.lt-ie9 .col-sm-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .col-sm-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .col-sm-offset-6 {
  margin-left: 50%; }

.lt-ie9 .col-sm-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .col-sm-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .col-sm-offset-9 {
  margin-left: 75%; }

.lt-ie9 .col-sm-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .col-sm-offset-11 {
  margin-left: 91.66667%; }

.lt-ie9 .col-sm-offset-12 {
  margin-left: 100%; }

.lt-ie9 .col-md-1, .lt-ie9 .col-md-2, .lt-ie9 .col-md-3, .lt-ie9 .col-md-4, .lt-ie9 .col-md-5, .lt-ie9 .col-md-6, .lt-ie9 .col-md-7, .lt-ie9 .col-md-8, .lt-ie9 .col-md-9, .lt-ie9 .col-md-10, .lt-ie9 .col-md-11, .lt-ie9 .col-md-12 {
  float: left; }

.lt-ie9 .col-md-1 {
  width: 8.33333%; }

.lt-ie9 .col-md-2 {
  width: 16.66667%; }

.lt-ie9 .col-md-3 {
  width: 25%; }

.lt-ie9 .col-md-4 {
  width: 33.33333%; }

.lt-ie9 .col-md-5 {
  width: 41.66667%; }

.lt-ie9 .col-md-6 {
  width: 50%; }

.lt-ie9 .col-md-7 {
  width: 58.33333%; }

.lt-ie9 .col-md-8 {
  width: 66.66667%; }

.lt-ie9 .col-md-9 {
  width: 75%; }

.lt-ie9 .col-md-10 {
  width: 83.33333%; }

.lt-ie9 .col-md-11 {
  width: 91.66667%; }

.lt-ie9 .col-md-12 {
  width: 100%; }

.lt-ie9 .col-md-pull-0 {
  right: auto; }

.lt-ie9 .col-md-pull-1 {
  right: 8.33333%; }

.lt-ie9 .col-md-pull-2 {
  right: 16.66667%; }

.lt-ie9 .col-md-pull-3 {
  right: 25%; }

.lt-ie9 .col-md-pull-4 {
  right: 33.33333%; }

.lt-ie9 .col-md-pull-5 {
  right: 41.66667%; }

.lt-ie9 .col-md-pull-6 {
  right: 50%; }

.lt-ie9 .col-md-pull-7 {
  right: 58.33333%; }

.lt-ie9 .col-md-pull-8 {
  right: 66.66667%; }

.lt-ie9 .col-md-pull-9 {
  right: 75%; }

.lt-ie9 .col-md-pull-10 {
  right: 83.33333%; }

.lt-ie9 .col-md-pull-11 {
  right: 91.66667%; }

.lt-ie9 .col-md-pull-12 {
  right: 100%; }

.lt-ie9 .col-md-push-0 {
  left: auto; }

.lt-ie9 .col-md-push-1 {
  left: 8.33333%; }

.lt-ie9 .col-md-push-2 {
  left: 16.66667%; }

.lt-ie9 .col-md-push-3 {
  left: 25%; }

.lt-ie9 .col-md-push-4 {
  left: 33.33333%; }

.lt-ie9 .col-md-push-5 {
  left: 41.66667%; }

.lt-ie9 .col-md-push-6 {
  left: 50%; }

.lt-ie9 .col-md-push-7 {
  left: 58.33333%; }

.lt-ie9 .col-md-push-8 {
  left: 66.66667%; }

.lt-ie9 .col-md-push-9 {
  left: 75%; }

.lt-ie9 .col-md-push-10 {
  left: 83.33333%; }

.lt-ie9 .col-md-push-11 {
  left: 91.66667%; }

.lt-ie9 .col-md-push-12 {
  left: 100%; }

.lt-ie9 .col-md-offset-0 {
  margin-left: 0%; }

.lt-ie9 .col-md-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .col-md-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .col-md-offset-3 {
  margin-left: 25%; }

.lt-ie9 .col-md-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .col-md-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .col-md-offset-6 {
  margin-left: 50%; }

.lt-ie9 .col-md-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .col-md-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .col-md-offset-9 {
  margin-left: 75%; }

.lt-ie9 .col-md-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .col-md-offset-11 {
  margin-left: 91.66667%; }

.lt-ie9 .col-md-offset-12 {
  margin-left: 100%; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    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.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    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.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    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.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .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.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    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.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .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.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    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.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    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.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    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.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    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%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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;
  min-height: 16.42857px; }

.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: 900px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1000px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.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; }

html:not(.lt-ie9) .visible-xs {
  display: none !important; }

.visible-xs {
  display: none !important; }

html:not(.lt-ie9) .visible-sm {
  display: none !important; }

.visible-sm {
  display: none !important; }

html:not(.lt-ie9) .visible-md {
  display: none !important; }

.visible-md {
  display: none !important; }

html:not(.lt-ie9) .visible-lg {
  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: 999px) {
  .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: 999px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1000px) 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: 1000px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1000px) 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) {
  html:not(.lt-ie9) .hidden-xs {
    display: none !important; }
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  html:not(.lt-ie9) .hidden-sm {
    display: none !important; }
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1199px) {
  html:not(.lt-ie9) .hidden-md {
    display: none !important; }
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  html:not(.lt-ie9) .hidden-lg {
    display: none !important; }
  .hidden-lg {
    display: none !important; } }

html:not(.lt-ie9) .visible-print {
  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 {
  html:not(.lt-ie9) .hidden-print {
    display: none !important; }
  .hidden-print {
    display: none !important; } }

/* variables */
/* set global config vars */
/* defualt page width setting(PC) */
/* off canvas menu width *eg. 70px or 70% */
/* main slide margin top */
/* header height */
/* footer height */
/* global body setting */
/* default font family */
/*$font-header: "helvethaicaX_regular";
$font-header-bold: "helvethaicaX_med";*/
/* text sizing multiplier */
/* text sizing */
/* default theme color */
/* special theme */
/* insert special theme for this website */
/* text sizing */
/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0; }

html,
body {
  font-family: Arial;
  font-weight: normal; }

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

ol, ul {
  list-style: none; }

/* remove link outline */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Prompt', sans-serif;
  font-weight: normal; }

p, span, a {
  font-family: 'Prompt', sans-serif; }

h1, h2, h3 {
  margin-top: 22px;
  margin-bottom: 22px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

p {
  font-size: 18px; }

a {
  text-decoration: none;
  outline: 0;
  outline-style: none; }
  a:hover {
    text-decoration: none;
    outline: 0;
    outline-style: none; }
  a:focus {
    text-decoration: none;
    outline: 0;
    outline-style: none; }
  a:active {
    text-decoration: none;
    outline: 0;
    outline-style: none; }

/* css3 crossbrowser */
/* note : for IE8,7 need 'css3pie' */
/* note : for IE8,7 need css3pie helper*/
/* fontface class */
@font-face {
  font-family: 'helvethaicaX_ext';
  src: url("../../../../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.eot");
  src: url("../../../../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.woff") format("woff"), url("../../../../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.ttf") format("truetype"), url("../../../../fonts/DB_Helvethaica_X_53_Ext/db_helvethaica_x_ext_v3.2-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvethaicaX_med';
  src: url("../../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.eot");
  src: url("../../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.woff") format("woff"), url("../../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.ttf") format("truetype"), url("../../../../fonts/DB_Helvethaica_X_63_MedExt/db_helvethaica_x_med_ext_v3.2-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvethaicaX_regular';
  src: url("../../../../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.eot");
  src: url("../../../../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.woff") format("woff"), url("../../../../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.ttf") format("truetype"), url("../../../../fonts/DB_Helvethaica_X_55_Regular/db_helvethaica_x_v3.2-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* scss components */
.main-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 115px; }
  @media screen and (max-width: 999px) {
    .main-slider {
      margin-top: 0; } }

.slider-container {
  position: relative;
  display: none; }
  .slider-container img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .slider-container img {
        width: 120%; } }

.slider-controller {
  position: absolute;
  z-index: 1;
  top: 55px;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .slider-controller {
      top: 25px; } }
  @media screen and (max-width: 999px) {
    .slider-controller {
      top: 20px; } }
  @media screen and (max-width: 767px) {
    .slider-controller {
      position: relative;
      top: 0;
      margin-top: 15px;
      margin-bottom: 15px;
      text-align: center; } }

#foo_pager {
  position: relative;
  z-index: 10;
  float: left;
  width: auto;
  font-size: 13px;
  top: 0;
  right: 0; }
  #foo_pager span.pager_list {
    /*float: left;*/
    /*display: block;*/
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px; }
    #foo_pager span.pager_list > a {
      display: block;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -pie-border-radius: 50%;
      behavior: url(pie/PIE.htc);
      background-color: #666; }
    #foo_pager span.pager_list.selected a {
      background-color: #1E1537; }
  @media screen and (max-width: 767px) {
    #foo_pager {
      width: 100%; } }

#foo_pager1, #foo_pager2, #foo_pager3, #foo_pager4, #foo_pager5 {
  position: relative;
  z-index: 10;
  float: left;
  width: auto;
  font-size: 13px;
  top: 0;
  right: 0; }
  #foo_pager1 span.pager_list, #foo_pager2 span.pager_list, #foo_pager3 span.pager_list, #foo_pager4 span.pager_list, #foo_pager5 span.pager_list {
    /*float: left;*/
    /*display: block;*/
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px; }
    #foo_pager1 span.pager_list > a, #foo_pager2 span.pager_list > a, #foo_pager3 span.pager_list > a, #foo_pager4 span.pager_list > a, #foo_pager5 span.pager_list > a {
      display: block;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -pie-border-radius: 50%;
      behavior: url(pie/PIE.htc);
      background-color: #666; }
    #foo_pager1 span.pager_list.selected a, #foo_pager2 span.pager_list.selected a, #foo_pager3 span.pager_list.selected a, #foo_pager4 span.pager_list.selected a, #foo_pager5 span.pager_list.selected a {
      background-color: #1E1537; }
  @media screen and (max-width: 767px) {
    #foo_pager1, #foo_pager2, #foo_pager3, #foo_pager4, #foo_pager5 {
      width: 100%; } }

a#foo_prev:link, a#foo_next:link {
  color: #222; }

a#foo_prev:hover, a#foo_prev:visited, a#foo_next:hover, a#foo_next:visited {
  color: #000; }

#foo_prev {
  display: inline-block !important; }
  #foo_prev > .foo_prev.-box {
    text-decoration: none;
    min-height: 27px;
    min-width: 27px;
    display: inline-block;
    background: url("../../../images/bg/bg-slide-controller.png");
    text-align: center;
    font-weight: 100;
    padding-top: 5px;
    float: left; }

#foo_next {
  display: inline-block !important; }
  #foo_next > .foo_next.-box {
    text-decoration: none;
    min-height: 27px;
    min-width: 27px;
    display: inline-block;
    background: url("../../../images/bg/bg-slide-controller.png");
    text-align: center;
    padding-top: 5px;
    padding-left: 2px;
    float: left; }

#foo_prev1, #foo_prev2, #foo_prev3, #foo_prev4, #foo_prev5 {
  display: inline-block !important; }
  #foo_prev1 > .foo_prev.-box, #foo_prev2 > .foo_prev.-box, #foo_prev3 > .foo_prev.-box, #foo_prev4 > .foo_prev.-box, #foo_prev5 > .foo_prev.-box {
    text-decoration: none;
    min-height: 27px;
    min-width: 27px;
    display: inline-block;
    background: url("../../../images/bg/bg-slide-controller.png");
    text-align: center;
    font-weight: 100;
    padding-top: 5px;
    float: left; }

#foo_next1, #foo_next2, #foo_next3, #foo_next4, #foo_next5 {
  display: inline-block !important; }
  #foo_next1 > .foo_next.-box, #foo_next2 > .foo_next.-box, #foo_next3 > .foo_next.-box, #foo_next4 > .foo_next.-box, #foo_next5 > .foo_next.-box {
    text-decoration: none;
    min-height: 27px;
    min-width: 27px;
    display: inline-block;
    background: url("../../../images/bg/bg-slide-controller.png");
    text-align: center;
    padding-top: 5px;
    padding-left: 2px;
    float: left; }

html.expanded-right, body.expanded-right {
  overflow: hidden;
  height: 100%; }

#exit-canvas {
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s linear; }
  #exit-canvas.expanded {
    position: fixed;
    visibility: visible;
    right: 240px;
    transition: all 0.3s linear;
    background: white;
    background: transparent\9;
    background: rgba(255, 255, 255, 0.5); }
  #exit-canvas:hover {
    background: white;
    background: transparent\9;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s linear; }

#canvas-menu-section {
  position: fixed;
  z-index: 100;
  width: 240px;
  height: 100%;
  top: 0;
  background: #00295A; }
  #canvas-menu-section.left {
    left: -240px;
    transition: all 0.3s linear; }
  #canvas-menu-section.right {
    right: -240px;
    transition: all 0.3s linear; }
  #canvas-menu-section.expanded-left {
    left: 0;
    transition: all 0.3s linear; }
  #canvas-menu-section.expanded-right {
    right: 0;
    transition: all 0.3s linear; }
  #canvas-menu-section > .inner-wrapper {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #canvas-menu-section .top-panel-box {
    float: none; }

#canvas-menu-heading {
  display: block;
  margin: 15px 0 10px 0;
  font-size: 20px;
  color: #fff;
  text-align: center; }

#canvas-language-box {
  margin: auto;
  padding: 15px 0;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-language-box #switch-language {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #canvas-language-box #switch-language > li {
      display: inline-block;
      float: none;
      margin: 0 15px;
      padding: 6px 0 0 0;
      width: auto;
      height: 20px;
      font-size: 20px;
      color: #999; }
      #canvas-language-box #switch-language > li > a {
        display: block;
        margin: 0 0 0 0;
        width: auto;
        height: auto;
        font-size: 24px;
        color: #999;
        text-decoration: none; }
        #canvas-language-box #switch-language > li > a:hover {
          text-decoration: underline; }
      #canvas-language-box #switch-language > li.flag-th > a {
        background: url("../images/icn-flag.png") left 7px no-repeat; }
      #canvas-language-box #switch-language > li.flag-en > a {
        background: url("../images/icn-flag.png") left -23px no-repeat; }
      #canvas-language-box #switch-language > li:first-child {
        display: block;
        float: none;
        margin: 5px 0 10px 0;
        text-align: center; }
  #canvas-language-box #lang-sw > ul {
    list-style: none; }
    #canvas-language-box #lang-sw > ul > li {
      float: left; }
      #canvas-language-box #lang-sw > ul > li:first-child {
        border-right: none; }
      #canvas-language-box #lang-sw > ul > li > a {
        display: block;
        height: 30px;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 30px;
        color: #fff; }
        #canvas-language-box #lang-sw > ul > li > a:hover {
          background-color: #e4383e !important; }
        #canvas-language-box #lang-sw > ul > li > a.active {
          background-color: #4f5245 !important; }
        #canvas-language-box #lang-sw > ul > li > a.lang-th {
          width: 30px;
          background: none; }
        #canvas-language-box #lang-sw > ul > li > a.lang-en {
          width: 30px;
          background: none; }
        #canvas-language-box #lang-sw > ul > li > a > span {
          display: block; }

@media screen and (max-width: 1024px) {
  #canvas-language-box {
    display: none; }
    #canvas-language-box #lang-sw {
      text-align: center; }
      #canvas-language-box #lang-sw > ul > li {
        float: none;
        display: inline-block; } }

@media screen and (max-width: 640px) {
  #canvas-language-box {
    display: block; }
    #canvas-language-box #lang-sw {
      text-align: center; }
      #canvas-language-box #lang-sw > ul > li {
        float: none;
        display: inline-block; } }

#canvas-search-box {
  margin: auto;
  padding: 15px 0;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-search-box .search-box {
    display: block; }
    #canvas-search-box .search-box .gen-input {
      float: none; }
  #canvas-search-box #search-site {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #canvas-search-box #search-site table {
      margin: auto; }
    #canvas-search-box #search-site td {
      padding: 0 3px; }
    #canvas-search-box #search-site .search-text {
      display: none;
      position: relative;
      margin: 0 0 0 15px;
      font-size: 20px; }
    #canvas-search-box #search-site a {
      display: block;
      margin: 1px 0 0 0;
      font-size: 20px;
      color: #666;
      text-decoration: none; }
      #canvas-search-box #search-site a:hover {
        text-decoration: underline; }
    #canvas-search-box #search-site i {
      display: none;
      position: absolute;
      top: 7px;
      font-size: 12px;
      color: #333; }
    #canvas-search-box #search-site .btn-circle {
      padding: 5px 20px; }
      #canvas-search-box #search-site .btn-circle > input[type=submit] {
        padding: 5px 20px; }
    #canvas-search-box #search-site .gen-input {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -pie-border-radius: 12px;
      behavior: url(pie/PIE.htc); }
    #canvas-search-box #search-site input[type=text] {
      width: 110px !important;
      padding: 6px; }

#canvas-topmenu-box {
  margin: auto;
  padding: 15px 0;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-topmenu-box .user-box {
    display: block; }
    #canvas-topmenu-box .user-box .gen-input {
      float: none;
      margin-bottom: 10px; }
    #canvas-topmenu-box .user-box .gen-button {
      float: none;
      width: 100px;
      margin: auto; }
      #canvas-topmenu-box .user-box .gen-button.icn-right > i {
        display: inline-block;
        color: #fff; }
      #canvas-topmenu-box .user-box .gen-button.color-blue {
        background-color: #1E1537; }
      #canvas-topmenu-box .user-box .gen-button input[type="submit"] {
        color: #FFF !important;
        font-size: 16px !important;
        display: inline-block; }
  #canvas-topmenu-box #top-menu {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #canvas-topmenu-box #top-menu > li {
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
      #canvas-topmenu-box #top-menu > li a {
        display: block;
        margin: 1px 0 0 0;
        padding: 10px 15px;
        font-size: 22px;
        color: #efefef;
        text-decoration: none; }
        #canvas-topmenu-box #top-menu > li a:hover {
          text-decoration: none; }

#canvas-mainmenu-box {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-mainmenu-box #mainmenu-list {
    position: inherit;
    z-index: 1;
    margin: 0;
    padding: 0; }
    #canvas-mainmenu-box #mainmenu-list > li {
      position: relative;
      display: block;
      padding: 0;
      float: none;
      width: auto;
      height: auto;
      min-height: 35px; }
      #canvas-mainmenu-box #mainmenu-list > li:hover {
        background: #00408d; }
      #canvas-mainmenu-box #mainmenu-list > li.active {
        background: #00408d !important;
        text-align: center; }
        #canvas-mainmenu-box #mainmenu-list > li.active span > a {
          text-align: left; }
        #canvas-mainmenu-box #mainmenu-list > li.active > i {
          display: inline-block; }
        #canvas-mainmenu-box #mainmenu-list > li.active .mainmenu-lv2 {
          display: block; }
      #canvas-mainmenu-box #mainmenu-list > li.expandable .fa-caret-down {
        display: inline-block;
        position: absolute;
        top: 13px;
        right: 10px;
        color: #fff; }
      #canvas-mainmenu-box #mainmenu-list > li span {
        display: block;
        height: auto; }
        #canvas-mainmenu-box #mainmenu-list > li span > a {
          display: block;
          padding: 10px 30px 10px 10px;
          height: auto;
          font-size: 22px;
          color: #fff;
          text-decoration: none; }
        #canvas-mainmenu-box #mainmenu-list > li span > i {
          display: none; }
      #canvas-mainmenu-box #mainmenu-list > li > i {
        display: none;
        position: relative;
        z-index: 3;
        top: -17px;
        font-size: 20px;
        color: #efefef; }
  #canvas-mainmenu-box .mainmenu-lv2 {
    display: none;
    position: relative;
    z-index: 2;
    left: 0;
    margin-top: -24px;
    width: 100%;
    min-height: 40px;
    background: #efefef;
    text-align: left; }
    #canvas-mainmenu-box .mainmenu-lv2 > .inner-wrapper {
      padding: 0; }
      #canvas-mainmenu-box .mainmenu-lv2 > .inner-wrapper > .heading {
        display: none; }
  #canvas-mainmenu-box .mainmenu-lv3 {
    display: block;
    position: relative;
    z-index: 3;
    left: 0;
    min-height: 40px;
    background: #333;
    text-align: left; }
    #canvas-mainmenu-box .mainmenu-lv3 > .inner-wrapper {
      padding: 0; }
    #canvas-mainmenu-box .mainmenu-lv3 > i {
      position: absolute;
      top: -16px;
      left: 46%;
      font-size: 26px;
      color: #333;
      display: none; }
  #canvas-mainmenu-box .mainmenu-lv2-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #canvas-mainmenu-box .mainmenu-lv2-list > li {
      display: block;
      position: relative;
      padding: 5px 0;
      float: none;
      width: auto; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li.active {
        padding-bottom: 0;
        background: white !important;
        text-align: center; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li.active > i {
          display: inline-block;
          text-align: center; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li.active .mainmenu-lv3 {
          display: block; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li:hover {
        background: none; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li.expandable .fa-caret-down {
        display: inline-block;
        position: absolute;
        font-size: 14px;
        top: 10px !important;
        right: 12px !important; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li > span {
        height: auto !important;
        text-align: left; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li > span > a {
          padding: 0 10px 0 10px !important;
          height: auto !important;
          font-size: 20px !important;
          color: #333 !important; }
          #canvas-mainmenu-box .mainmenu-lv2-list > li > span > a:hover {
            background: none !important; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li > span > i {
          display: none;
          position: relative;
          z-index: 3;
          top: -17px;
          font-size: 26px;
          color: #333; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li > span > img {
          display: none; }
  #canvas-mainmenu-box .mainmenu-lv3-list {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none; }
    #canvas-mainmenu-box .mainmenu-lv3-list > li {
      overflow: hidden;
      position: relative;
      margin: 0;
      padding: 5px 0; }
      #canvas-mainmenu-box .mainmenu-lv3-list > li:hover {
        background: none !important; }
      #canvas-mainmenu-box .mainmenu-lv3-list > li > span {
        display: block;
        float: left;
        height: auto !important;
        width: 87% !important; }
        #canvas-mainmenu-box .mainmenu-lv3-list > li > span > a {
          display: inline !important;
          padding: 0 !important;
          height: auto !important;
          font-size: 20px !important;
          color: #efefef !important;
          line-height: 16px; }
      #canvas-mainmenu-box .mainmenu-lv3-list > li > i {
        display: block;
        float: left;
        margin: 2px 4px 0 10px;
        color: #efefef;
        font-size: 13px; }
    #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body {
      padding: 5px 10px;
      border-bottom: 1px solid #3c3c3c; }
      #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body .bullet-lv3 {
        margin-right: 5px;
        margin-top: 2px;
        position: absolute; }
      #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a {
        font-size: 20px !important; }
      #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:link, #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:visited {
        color: #fff; }
      #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:hovef, #canvas-mainmenu-box .mainmenu-lv3-list .mainmenu-lv3-list__item .media-body div a:focus {
        color: #00b4e5; }

#canvas-sitemap-box {
  margin: 0 auto 0 auto;
  padding-bottom: 15px;
  width: 95%; }
  #canvas-sitemap-box ul {
    margin: 0;
    padding: 0; }
    #canvas-sitemap-box ul > li {
      display: block; }
      #canvas-sitemap-box ul > li:hover {
        background: #00408d; }
      #canvas-sitemap-box ul > li a {
        display: block;
        padding: 10px 30px 10px 10px;
        height: auto;
        font-size: 22px;
        color: #fff;
        text-decoration: none; }

#canvas-socialmedia-box {
  margin: 0 auto 20px auto; }
  #canvas-socialmedia-box #top-social {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #canvas-socialmedia-box #top-social > li {
      display: inline-block;
      float: none;
      margin: 0 5px;
      padding: 1px 0 0 0;
      width: 32px;
      height: 32px;
      font-size: 20px;
      color: #999; }
      #canvas-socialmedia-box #top-social > li > span {
        display: block;
        padding: 3px 0 0 0; }
      #canvas-socialmedia-box #top-social > li > a {
        display: block;
        margin: 0 0 0 0;
        width: 32px;
        height: 32px;
        color: #999;
        text-decoration: none; }
        #canvas-socialmedia-box #top-social > li > a:hover {
          text-decoration: underline; }
      #canvas-socialmedia-box #top-social > li.icn-fb > a {
        background: url("../images/icn-social-mobile.png") left top no-repeat; }
      #canvas-socialmedia-box #top-social > li.icn-tw > a {
        background: url("../images/icn-social-mobile.png") left -50px no-repeat; }
      #canvas-socialmedia-box #top-social > li.icn-yt > a {
        background: url("../images/icn-social-mobile.png") left -100px no-repeat; }
      #canvas-socialmedia-box #top-social > li:first-child {
        display: block;
        float: none;
        width: 100%;
        margin: 5px 0 10px 0;
        text-align: center; }

#canvas-sitestat-box #site-stat {
  display: block;
  margin-bottom: 10px; }
  #canvas-sitestat-box #site-stat table {
    margin: auto; }
  #canvas-sitestat-box #site-stat td {
    padding: 3px 0;
    font-size: 14px;
    color: #0490D8; }
  #canvas-sitestat-box #site-stat .site-stat-num {
    color: #efefef; }

#canvas-enewsletter-box #enewsletter {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  #canvas-enewsletter-box #enewsletter table {
    margin: auto; }
  #canvas-enewsletter-box #enewsletter td {
    padding: 0 3px; }
  #canvas-enewsletter-box #enewsletter .search-text {
    display: block;
    position: relative;
    margin: 0 0 0 15px;
    font-size: 20px; }
  #canvas-enewsletter-box #enewsletter a {
    display: block;
    margin: 1px 0 0 0;
    font-size: 20px;
    color: #666;
    text-decoration: none; }
    #canvas-enewsletter-box #enewsletter a:hover {
      text-decoration: underline; }
  #canvas-enewsletter-box #enewsletter i {
    position: absolute;
    top: 7px;
    font-size: 12px;
    color: #333; }
  #canvas-enewsletter-box #enewsletter .btn-circle {
    padding: 5px 20px; }
    #canvas-enewsletter-box #enewsletter .btn-circle > input[type=submit] {
      padding: 5px 20px; }
  #canvas-enewsletter-box #enewsletter .gen-input {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -pie-border-radius: 12px;
    behavior: url(pie/PIE.htc); }
  #canvas-enewsletter-box #enewsletter input[type=text] {
    width: 110px !important;
    padding: 6px; }

#canvas-callcenter-box #callcenter {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 20px 10px 20px;
  padding-left: 50px;
  background: url("../images/icn-callcenter-canvas.png") left 2px no-repeat; }
  #canvas-callcenter-box #callcenter > span {
    display: block;
    font-family: arial; }
    #canvas-callcenter-box #callcenter > span.cc-text {
      margin-top: -3px;
      font-weight: bold;
      font-size: 19px;
      color: #E12228; }
    #canvas-callcenter-box #callcenter > span.cc-num {
      margin-top: -5px;
      font-size: 1.5em;
      color: #999999; }

.canvas-menu-wrapper {
  display: none; }

@media screen and (max-width: 999px) {
  .canvas-menu-wrapper {
    display: block; }
  body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms; }
  .nav-expander {
    background-color: #E12228;
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    height: 50px;
    margin-right: 0;
    padding: 0;
    padding-top: 11px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 15px;
    right: 15px;
    transition: right 0.5s ease-in-out 0s;
    -webkit-transition: right 0.5s ease-in-out 0s;
    -moz-transition: right 0.5s ease-in-out 0s;
    -o-transition: right 0.5s ease-in-out 0s;
    width: 50px;
    line-height: 20px;
    z-index: 12;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -pie-border-radius: 5px;
    behavior: url(pie/PIE.htc); }
    .nav-expander:hover {
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
    .nav-expander.fixed {
      position: fixed;
      z-index: 999;
      background-color: #E12228;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -pie-border-radius: 0px;
      behavior: url(pie/PIE.htc); }
    .nav-expander i {
      font-size: 27px; }
  .nav-expanded .nav-expander.fixed {
    right: 100%; }
  .canvas-menu {
    background-color: rgba(30, 21, 55, 0.95);
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -100%;
    font-size: 15px;
    top: 0;
    width: 100%;
    z-index: 2000;
    transition: right 0.5s ease-in-out 0s;
    -webkit-transition: right 0.5s ease-in-out 0s;
    -moz-transition: right 0.5s ease-in-out 0s;
    -o-transition: right 0.5s ease-in-out 0s; }
    .canvas-menu .main-menu {
      padding-top: 12px;
      list-style: none;
      /*.close {
                cursor: pointer;

                span {
                    font-size: 24px;
                    color: #fff;
                    padding: 0 0 0 5px;
                    font-family: 'helvethaicaX_regular';
                }
            }*/ }
      .canvas-menu .main-menu li {
        border-bottom: 1px solid #323949;
        margin-left: 10px;
        margin-right: 10px;
        padding: 12px; }
        .canvas-menu .main-menu li:last-child {
          border-bottom: 0px; }
        .canvas-menu .main-menu li a {
          display: block;
          font-family: 'helvethaicaX_ext';
          font-size: 22px;
          text-transform: uppercase;
          color: #fff;
          line-height: 1em;
          background: transparent url("../../../images/icons/arrow3.png");
          background-repeat: no-repeat;
          background-position-y: center;
          background-position-x: calc(100% - 5px); }
          .canvas-menu .main-menu li a:hover {
            color: #fff;
            text-decoration: none; }
            .canvas-menu .main-menu li a:hover .caret {
              border-top-color: #fff; }
          .canvas-menu .main-menu li a .caret {
            width: 0;
            height: 0;
            display: inline-block;
            vertical-align: top;
            border-top: 5px solid #fff;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            content: "";
            margin-top: 8px;
            margin-left: 10px; }
          .canvas-menu .main-menu li a i {
            font-size: 20px;
            margin-right: 5px; }
          .canvas-menu .main-menu li a .pic-unit {
            display: none; }
          .canvas-menu .main-menu li a .location-unit {
            color: #fff;
            font-size: 20px;
            margin-bottom: 5px; }
          .canvas-menu .main-menu li a .available-unit {
            color: #fff;
            font-size: 20px; }
            .canvas-menu .main-menu li a .available-unit span {
              color: #1E1537;
              font-size: 30px;
              text-transform: capitalize; }
        .canvas-menu .main-menu li .sub-nav {
          border-bottom: 0px;
          padding: 4px; }
        .canvas-menu .main-menu li .open > a > .caret {
          border-top: none;
          border-bottom: 5px solid #fff;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent; }
        .canvas-menu .main-menu li .open > a:hover > .caret {
          border-bottom-color: #fff; }
        .canvas-menu .main-menu li > a > .icon {
          float: right;
          margin: -3px 1.7em -0.1em 0;
          opacity: 0;
          font-size: 22px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          visibility: hidden; }
        .canvas-menu .main-menu li > a:hover > .icon {
          float: right;
          margin: -3px 0.5em -0.1em 0;
          opacity: 0;
          visibility: hidden; }
    .canvas-menu .header_tools {
      margin: 15px auto;
      margin-top: 0;
      text-align: center;
      /*.login_tools {
                position: relative;
                display: inline-block;
                margin: 5px 9px 0;

                .login {
                    width: auto;
                    display: block;
                    color: #fff;
                    font-family: 'helvethaicaX_ext';
                    font-size: $text-x-small;

                    img {
                        margin-right: 5px;
                    }

                    span {
                        font-family: 'helvethaicaX_ext';
                    }
                }
            }

            .member-tools {
                min-width: 150px;
                position: relative;
                display: none;
                margin: 5px 9px 0;
                color: #fff;
                font-family: 'helvethaicaX_ext';
                font-size: $text-x-small;

                .member-button {
                    color: #fff;
                    padding-left: 15px;

                    i {
                        font-size: 16px;
                        padding: 0 5px;
                    }
                }

                span {
                    font-family: 'helvethaicaX_ext';
                }
            }

            .profileWrap {
                position: relative !important;
                width: 100%;
                top: 0px !important;
                margin: 10px 0 0;
                z-index: 999;
                display: none;

                .profile-tool {
                    position: relative;
                    background: #333;
                    border: 1px solid #999;

                    &:after,
                    &:before {
                        display: none;
                    }

                    &:after {
                        display: none;
                    }

                    &:before {
                        display: none;
                    }

                    ul {
                        padding: 10px;
                        margin: 0;

                        li {
                            text-align: left;
                            padding: 2px 5px;
                            margin-bottom: 5px;
                            border-bottom: solid 1px #2a2a2a;

                            a {
                                color: #999;
                                font-family: 'helvethaicaX_ext';
                                font-size: $text-x-small;
                                line-height: $text-small;
                            }

                            &:hover {
                                background-color: #2a2a2a;
                                border-bottom-color: #fff;

                                a {
                                    color: #fff;
                                }
                            }
                        }
                    }
                }

                &.opened {
                    display: block;
                }
            }*/ }
      .canvas-menu .header_tools .header-social > li {
        display: inline-block;
        font-family: 'Prompt', sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #E12228;
        margin: auto 10px; }
        .canvas-menu .header_tools .header-social > li > a {
          font-family: 'Prompt', sans-serif;
          display: block;
          text-decoration: none;
          padding: 0;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .canvas-menu .header_tools .header-social li a {
        text-indent: -9999px; }
      .canvas-menu .header_tools .header-social li.facebook-icon a {
        width: 35px;
        height: 35px;
        background-image: url("../../../../Images/icons/facebook-icon.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .canvas-menu .header_tools .header-social li.youtube-icon a {
        width: 35px;
        height: 35px;
        background-image: url("../../../../Images/icons/youtube-icon.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .canvas-menu .header_tools .header-social li.trinity-icon a {
        width: 35px;
        height: 35px;
        background-image: url("../../../../Images/icons/csr-icon.png");
        background-repeat: no-repeat;
        background-size: cover; }
    .canvas-menu .header-language {
      list-style: none;
      padding: 12px;
      margin: 0;
      text-align: right;
      /*margin-bottom: 25px;*/ }
      .canvas-menu .header-language li {
        display: inline-block !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center; }
        .canvas-menu .header-language li.active a {
          color: #E12228; }
        .canvas-menu .header-language li a {
          color: #fff;
          font-family: 'Prompt', sans-serif;
          font-size: 22px;
          line-height: 20px;
          text-transform: uppercase;
          display: block; }
    .canvas-menu .close {
      padding: 12px;
      cursor: pointer; }
      .canvas-menu .close span {
        font-size: 22px;
        line-height: 20px;
        color: #fff;
        padding: 0 0 0 5px;
        font-family: 'Prompt', sans-serif; }
    .canvas-menu .header_search .wrapNav {
      color: white;
      /*padding-top: 1.25em;
                padding-bottom: 1.25em;*/
      position: relative;
      width: 100%;
      z-index: 1; }
      .canvas-menu .header_search .wrapNav.opened {
        display: block; }
    .canvas-menu .header_search input[type=text] {
      background: transparent;
      border: 1px solid #808080;
      float: none;
      color: #a9a9a9;
      font-family: 'Prompt', sans-serif;
      font-size: 18px;
      font-weight: 400;
      margin: 0;
      margin-bottom: 10px;
      padding: 10px;
      width: 100%;
      height: 45px; }
    .canvas-menu .header_search input[type=button],
    .canvas-menu .header_search input[type=submit] {
      /*background: transparent url('../../../images/icons/arrow3.png');*/
      background: transparent url("../../../../Images/icons/search_icon_mobile.svg");
      background-size: 15px auto;
      background-repeat: no-repeat;
      background-position: center right 10px;
      background-position-y: center;
      background-position-x: calc(100% - 15px);
      border: 1px solid #808080;
      border-radius: 0;
      color: white;
      cursor: pointer;
      float: left;
      font-family: 'Prompt', sans-serif;
      font-size: 18px;
      height: 45px;
      margin: 0;
      padding: 10px;
      text-indent: -7%;
      width: 100%; }
  #canvas_mainnav li:first-child {
    background-color: #E12228; }
    #canvas_mainnav li:first-child a {
      background-image: none; }
  #canvas_mainnav li:hover, #canvas_mainnav li:focus {
    background-color: #acacac; }
    #canvas_mainnav li:hover a, #canvas_mainnav li:focus a {
      color: #1E1537; }
  .nav-expanded .canvas-menu {
    right: 0; }
  .icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\f105'; }
  .exit-canvas {
    background-color: #000;
    opacity: 0.5;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998; } }

.list-group {
  width: 100%; }
  .list-group .list-group-item {
    padding: 1px 0 1px 0; }
    .list-group .list-group-item:first-child {
      padding: 0 0 1px 0; }
    .list-group .list-group-item .list-group-head {
      position: relative;
      height: 25px;
      font-size: 1.2em;
      cursor: pointer;
      background: #5a95c1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #5a95c1 0%, #385773 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a95c1), color-stop(100%, #385773));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #5a95c1 0%, #385773 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #5a95c1 0%, #385773 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #5a95c1 0%, #385773 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #5a95c1 0%, #385773 100%);
      /* W3C */
      -pie-background: linear-gradient(#5a95c1, #385773);
      /* IE6-9 via PIE */
      behavior: url(pie/PIE.htc); }
      .list-group .list-group-item .list-group-head > div {
        position: relative;
        display: block;
        height: 25px; }
        .list-group .list-group-item .list-group-head > div .icn-circle {
          position: absolute;
          top: 3px;
          right: 5px;
          font-size: 9px;
          color: #999; }
          .list-group .list-group-item .list-group-head > div .icn-circle .fa-stack-1x {
            font-size: 18px; }
        .list-group .list-group-item .list-group-head > div a {
          position: absolute;
          top: 0px;
          left: 10px;
          height: 25px;
          color: #FFFFFF;
          text-decoration: none;
          vertical-align: middle;
          line-height: 23px; }
    .list-group .list-group-item .active > div {
      position: relative;
      display: block;
      height: 25px; }
      .list-group .list-group-item .active > div .fa-plus:before {
        content: "\f068"; }
      .list-group .list-group-item .active > div .fa-chevron-down:before {
        content: "\f077"; }
    .list-group .list-group-item .list-group-content {
      display: none;
      height: 172px; }
      .list-group .list-group-item .list-group-content.opened {
        display: block; }
      .list-group .list-group-item .list-group-content.home-2-head {
        height: 199px; }
        .list-group .list-group-item .list-group-content.home-2-head .iframe-home-box {
          height: 167px; }
      .list-group .list-group-item .list-group-content.home-2-head--nomore {
        height: 199px; }
        .list-group .list-group-item .list-group-content.home-2-head--nomore .iframe-home-box {
          height: 194px; }
      .list-group .list-group-item .list-group-content .iframe-home-box {
        overflow: hidden;
        padding: 5px 0 0 0;
        height: 140px; }
        .list-group .list-group-item .list-group-content .iframe-home-box > iframe {
          width: 1px;
          min-width: 100%; }
      .list-group .list-group-item .list-group-content .list-group-more {
        display: block;
        margin: 5px 0 0 0;
        font-size: 0.8em; }
        .list-group .list-group-item .list-group-content .list-group-more i {
          color: #e00100; }
        .list-group .list-group-item .list-group-content .list-group-more a {
          color: #333333;
          text-decoration: none; }
          .list-group .list-group-item .list-group-content .list-group-more a:hover {
            text-decoration: underline; }
      .list-group .list-group-item .list-group-content .home-msg-box {
        margin-top: 5px;
        height: 194px;
        background: #5a95c1;
        /* Old browsers */
        background: -moz-linear-gradient(top, #5a95c1 0%, #385773 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a95c1), color-stop(100%, #385773));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #5a95c1 0%, #385773 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #5a95c1 0%, #385773 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #5a95c1 0%, #385773 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #5a95c1 0%, #385773 100%);
        /* W3C */
        -pie-background: linear-gradient(#5a95c1, #385773);
        /* IE6-9 via PIE */
        behavior: url(pie/PIE.htc); }
        .list-group .list-group-item .list-group-content .home-msg-box > .msg-box {
          padding-top: 30px;
          text-align: center;
          font-size: 20px;
          color: #fff; }
          .list-group .list-group-item .list-group-content .home-msg-box > .msg-box .msg-login {
            margin-top: 10px; }
  .list-group.faq-list .list-group-item {
    padding: 0;
    border-bottom: 1px solid #ccc; }
    .list-group.faq-list .list-group-item:first-child {
      padding: 0; }
    .list-group.faq-list .list-group-item .list-group-head {
      position: relative;
      height: auto;
      min-height: initial;
      font-size: 30px;
      cursor: pointer;
      background: none;
      -pie-background: none;
      line-height: 32px; }
      .list-group.faq-list .list-group-item .list-group-head > div {
        position: relative;
        display: block;
        padding: 3px 30px 5px 0;
        height: auto;
        min-height: initial; }
        .list-group.faq-list .list-group-item .list-group-head > div .icn-circle {
          position: absolute;
          top: 8px;
          right: 0px;
          width: 25px;
          height: 25px;
          background-color: #E12228;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -pie-border-radius: 50%;
          behavior: url(pie/PIE.htc); }
          .list-group.faq-list .list-group-item .list-group-head > div .icn-circle .fa-inverse {
            color: #1E1537; }
          .list-group.faq-list .list-group-item .list-group-head > div .icn-circle .fa-stack-1x {
            font-size: 16px;
            line-height: 26px;
            text-shadow: none;
            color: #fff; }
        .list-group.faq-list .list-group-item .list-group-head > div a {
          position: relative;
          top: 0px;
          left: 0px;
          height: auto;
          min-height: initial;
          color: #E12228;
          text-decoration: none;
          vertical-align: middle;
          font-weight: 400; }
    .list-group.faq-list .list-group-item .list-group-content {
      display: none;
      margin: 0 0 0 0;
      height: auto;
      line-height: 24px !important; }
      .list-group.faq-list .list-group-item .list-group-content.opened {
        display: block; }
      .list-group.faq-list .list-group-item .list-group-content .iframe-home-box {
        overflow: hidden;
        padding: 10px 5px;
        height: auto; }
        .list-group.faq-list .list-group-item .list-group-content .iframe-home-box > iframe {
          width: 1px;
          min-width: 100%; }
        .list-group.faq-list .list-group-item .list-group-content .iframe-home-box .texteditor {
          font-family: Arial; }
          .list-group.faq-list .list-group-item .list-group-content .iframe-home-box .texteditor ul li {
            list-style-position: inside; }
      .list-group.faq-list .list-group-item .list-group-content .list-group-more {
        display: block;
        margin: 5px 0 0 3px;
        font-size: 0.8em; }
        .list-group.faq-list .list-group-item .list-group-content .list-group-more i {
          color: #e00100; }
        .list-group.faq-list .list-group-item .list-group-content .list-group-more a {
          color: #333333;
          text-decoration: none; }
          .list-group.faq-list .list-group-item .list-group-content .list-group-more a:hover {
            text-decoration: underline; }

.banner-slider-container {
  position: relative;
  display: none;
  margin: 0;
  /*border: 1px solid #fff;*/ }

.banner-slider-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .banner-slider-container ul.banner li {
    height: 100px;
    width: 350px;
    float: left;
    text-align: center;
    border-right: solid 1px #fff;
    display: block;
    background-color: #EAEBEC;
    /*@media screen and (max-width: 999px) {
       &:nth-child(2){
         border-right: 0px;
       }
       &:nth-child(3){
         border-right: solid 1px #fff;
       }   
    }
    @media screen and (max-width: 640px){
       border-right: 0;
    }*/ }
    .banner-slider-container ul.banner li:nth-child(4) {
      border-right: 0px; }

#foo1_prev {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 50px;
  left: 0;
  cursor: pointer;
  background-image: url("../../../../Images/icons/banner-prev.fw.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*>i{
    display: block;
    padding-top: 0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/ }
  #foo1_prev.disabled {
    opacity: 0.5; }

#foo1_next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 0;
  cursor: pointer;
  background-image: url("../../../../Images/icons/banner-next.fw.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*>i{
    display: block;
    padding-top:0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/ }
  #foo1_next.disabled {
    opacity: 0.5; }

#foo2_prev {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 40px;
  cursor: pointer;
  background-image: url("../../../../Images/icons/banner-prev.fw.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*>i{
    display: block;
    padding-top: 0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/ }
  #foo2_prev.disabled {
    opacity: 0.5; }

#foo2_next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 0;
  cursor: pointer;
  background-image: url("../../../../Images/icons/banner-next.fw.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*>i{
    display: block;
    padding-top:0px;
    font-size: $text-small;
    text-align: center;
    color: $color-text;
  }*/ }
  #foo2_next.disabled {
    opacity: 0.5; }

#foo-value-prev {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: auto;
  right: 40px;
  bottom: 10px;
  cursor: pointer;
  background-image: url("../../../../Images/icons/banner-prev.fw.png");
  background-repeat: no-repeat;
  background-position: center center; }
  #foo-value-prev.disabled {
    opacity: 0.5; }

#foo-value-next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: auto;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  background-image: url("../../../../Images/icons/banner-next.fw.png");
  background-repeat: no-repeat;
  background-position: center center; }
  #foo-value-next.disabled {
    opacity: 0.5; }

/* main layout */
html, body {
  font-size: 13px;
  font-family: 'Prompt', sans-serif;
  color: #666;
  line-height: 1em;
  background-color: #fff; }

body .swal2-modal .swal2-content {
  font-family: 'Prompt', sans-serif;
  font-style: normal;
  font-weight: 400; }

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }
  .se-pre-con .progress {
    background-color: #232323;
    height: 0.25em;
    position: relative;
    width: 23em;
    margin: 0 auto;
    margin-top: 23em; }
  .se-pre-con .progress-bar {
    background-size: 23em 0.25em;
    height: 100%;
    position: relative;
    background-color: #E12228;
    /*background-image: linear-gradient(to right, rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40));
        background-image: -o-linear-gradient(to right, rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40));
        background-image: -ms-linear-gradient(to right, rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40));
        background-image: -webkit-linear-gradient(to right, rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40));
        background-image: -moz-linear-gradient(to right, rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40), rgb(225,34,40));*/
    animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
    -o-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
    -ms-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
    -webkit-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite;
    -moz-animation: cssload-width 3.45s cubic-bezier(0.45, 0, 1, 1) infinite; }
  .se-pre-con .progress-shadow {
    height: 4em;
    position: absolute;
    top: 100%;
    width: 100%;
    transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    background-image: linear-gradient(to bottom, #eaecee, transparent);
    background-image: -o-linear-gradient(to bottom, #eaecee, transparent);
    background-image: -ms-linear-gradient(to bottom, #eaecee, transparent);
    background-image: -webkit-linear-gradient(to bottom, #eaecee, transparent);
    background-image: -moz-linear-gradient(to bottom, #eaecee, transparent); }

@keyframes cssload-width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-o-keyframes cssload-width {
  0%, 100% {
    -o-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-ms-keyframes cssload-width {
  .se-pre-con 0%, .se-pre-con 100% {
    -ms-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  .se-pre-con 0% {
    width: 0; }
  .se-pre-con 100% {
    width: 100%; } }

@-webkit-keyframes cssload-width {
  0%, 100% {
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-moz-keyframes cssload-width {
  0%, 100% {
    -moz-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/* main structure */
#main-wrapper {
  overflow: hidden;
  position: relative;
  margin: auto;
  background-color: #fff;
  max-width: 100%;
  min-width: 320px; }
  .lt-ie9 #main-wrapper {
    min-width: 1000px; }

#header-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  @media screen and (max-width: 999px) {
    #header-wrapper {
      position: relative; } }

#footer-wrapper {
  background-color: #fff; }

#mobile-menu-trigger {
  float: right;
  display: none;
  width: 50px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 40px;
  vertical-align: middle;
  text-align: right;
  color: #424439; }
  @media (max-width: 1024px) {
    #mobile-menu-trigger {
      display: none; }
      .lt-ie9 #mobile-menu-trigger {
        display: none; } }
  @media (max-width: 992px) {
    #mobile-menu-trigger {
      display: block; }
      .lt-ie9 #mobile-menu-trigger {
        display: none; } }

#header {
  position: relative;
  width: 100%;
  height: auto; }
  #header h1 {
    min-width: 180px;
    max-width: 100%;
    height: 50px;
    margin: 0;
    margin-top: 15px;
    text-align: left; }
    #header h1 a {
      display: block;
      /*width: 100%;
      height: 100%;*/ }
      #header h1 a img {
        max-height: 50px; }
  #header .main-logo {
    text-align: center; }

#header-Menu {
  height: 82px;
  background-color: #fff; }
  #header-Menu .header-menu {
    display: block;
    z-index: 20;
    float: right;
    max-width: 70%;
    height: 82px; }
    #header-Menu .header-menu .header-icons .header-clicker,
    #header-Menu .header-menu .header-icons .header-social {
      display: inline-block;
      padding-top: 15px; }
      #header-Menu .header-menu .header-icons .header-clicker ul,
      #header-Menu .header-menu .header-icons .header-social ul {
        list-style: none; }
    #header-Menu .header-menu .header-icons .header-clicker {
      margin-right: 25px; }
      #header-Menu .header-menu .header-icons .header-clicker > li {
        float: left;
        font-family: 'Prompt', sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #E12228;
        margin-right: 20px; }
        #header-Menu .header-menu .header-icons .header-clicker > li > a {
          font-family: 'Prompt', sans-serif;
          display: block;
          text-decoration: none;
          padding: 0;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      #header-Menu .header-menu .header-icons .header-clicker li.popup {
        position: relative; }
      #header-Menu .header-menu .header-icons .header-clicker li.search a {
        width: 35px;
        height: 35px;
        font-size: 32px;
        line-height: 30px;
        color: #1E1537;
        text-align: center; }
      #header-Menu .header-menu .header-icons .header-clicker li.language a {
        width: 35px;
        height: 35px;
        font-size: 13px;
        line-height: 35px;
        color: #fff;
        text-align: center;
        background-color: #1E1537;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -pie-border-radius: 50%;
        behavior: url(pie/PIE.htc); }
      #header-Menu .header-menu .header-icons .header-clicker .icon-content {
        position: absolute;
        background: #fff;
        min-width: 530px;
        border: 1px solid #ccc;
        right: -35px;
        top: 130%;
        opacity: 0;
        z-index: -1;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin-top: 10px;
        padding: 0;
        visibility: hidden; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content:before {
          top: -15px;
          right: 37px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(232, 229, 232, 0);
          border-bottom-color: #ccc;
          border-width: 7px;
          margin-left: -7px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content:after {
          top: 0px;
          right: 37px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(232, 229, 232, 0);
          border-bottom-color: #fff;
          border-width: 7px;
          margin-left: -7px; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content .button-close {
          color: #E12228;
          position: absolute;
          top: 10px;
          right: 10px;
          width: 14px;
          height: 14px;
          padding: 0;
          text-indent: -9999px;
          display: block;
          cursor: pointer;
          opacity: 0.6;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          background-image: url("../../../../Images/icons/close-dark.png");
          background-repeat: no-repeat; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content .button-close {
          z-index: 20; }
          #header-Menu .header-menu .header-icons .header-clicker .icon-content .button-close:hover {
            opacity: 1; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content #nav-search {
          padding: 30px; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content #nav-search h3 {
          margin-bottom: 15px; }
        #header-Menu .header-menu .header-icons .header-clicker .icon-content .btn-med {
          display: block;
          width: 100%;
          margin: 0; }
      #header-Menu .header-menu .header-icons .header-clicker .active .icon-content {
        opacity: 1;
        z-index: 200;
        margin-top: 0;
        visibility: visible;
        overflow: visible !important; }
        #header-Menu .header-menu .header-icons .header-clicker .active .icon-content:after {
          top: -14px; }
    #header-Menu .header-menu .header-icons .header-social > li {
      float: left;
      font-family: 'Prompt', sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #E12228;
      margin-right: 20px; }
      #header-Menu .header-menu .header-icons .header-social > li:last-child {
        margin-right: 0; }
      #header-Menu .header-menu .header-icons .header-social > li > a {
        font-family: 'Prompt', sans-serif;
        display: block;
        text-decoration: none;
        padding: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #header-Menu .header-menu .header-icons .header-social li a {
      text-indent: -9999px; }
    #header-Menu .header-menu .header-icons .header-social li.facebook-icon a {
      width: 35px;
      height: 35px;
      background-image: url("../../../../Images/icons/facebook-icon.png");
      background-repeat: no-repeat;
      background-size: cover; }
    #header-Menu .header-menu .header-icons .header-social li.youtube-icon a {
      width: 35px;
      height: 35px;
      background-image: url("../../../../Images/icons/youtube-icon.png");
      background-repeat: no-repeat;
      background-size: cover; }
    #header-Menu .header-menu .header-icons .header-social li.trinity-icon a {
      width: 35px;
      height: 35px;
      background-image: url("../../../../Images/icons/csr-icon.png");
      background-repeat: no-repeat;
      background-size: cover; }
    @media screen and (max-width: 999px) {
      #header-Menu .header-menu {
        display: none; } }

#header-Mainnav {
  max-width: 100%; }
  #header-Mainnav .main-nav {
    position: relative;
    min-width: 100%; }
    #header-Mainnav .main-nav .main-nav-list {
      float: left;
      width: 100%;
      list-style: none;
      text-align: left;
      background-color: #acacad; }
      #header-Mainnav .main-nav .main-nav-list li {
        float: left;
        position: relative;
        display: block;
        margin: 0;
        width: auto;
        height: 48px; }
        #header-Mainnav .main-nav .main-nav-list li a {
          display: block;
          height: 48px;
          padding: 0 20px;
          font-family: 'Prompt', sans-serif;
          font-size: 18px;
          font-weight: 300;
          line-height: 48px;
          text-transform: capitalize;
          color: #fff; }
          #header-Mainnav .main-nav .main-nav-list li a:hover {
            color: #1E1537; }
          #header-Mainnav .main-nav .main-nav-list li a.current {
            color: #fff;
            background-color: #E12228; }
            #header-Mainnav .main-nav .main-nav-list li a.current:hover {
              color: #fff; }
        #header-Mainnav .main-nav .main-nav-list li ul {
          list-style: none;
          opacity: 0;
          position: absolute;
          top: 150%;
          left: 0;
          visibility: hidden;
          transition: all .3s ease;
          -webkit-transition: all .3s ease;
          z-index: 999;
          background-color: transparent;
          -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
          -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75); }
        #header-Mainnav .main-nav .main-nav-list li:hover > ul {
          opacity: 1;
          top: 100%;
          visibility: visible;
          background-color: transparent; }
          #header-Mainnav .main-nav .main-nav-list li:hover > ul li {
            float: none;
            display: block;
            width: 210px;
            margin: 0; }
            #header-Mainnav .main-nav .main-nav-list li:hover > ul li a {
              color: #666;
              font-size: 16px;
              line-height: 18px;
              font-weight: normal;
              padding: 12px 15px;
              border-bottom: 0px solid transparent;
              text-align: left;
              background-image: none;
              background-color: rgba(255, 255, 255, 0.85); }
              #header-Mainnav .main-nav .main-nav-list li:hover > ul li a:hover {
                color: #fff;
                border-bottom: 0px solid transparent;
                background-image: none;
                background-color: #E12228; }
            #header-Mainnav .main-nav .main-nav-list li:hover > ul li:last-child {
              margin-bottom: 0; }
      #header-Mainnav .main-nav .main-nav-list .sub-hover-menu {
        position: absolute;
        top: 48px;
        left: 0px;
        width: 100%;
        padding: 30px 0;
        display: none;
        background-color: #000;
        background-repeat: repeat; }
        #header-Mainnav .main-nav .main-nav-list .sub-hover-menu .all-lnk {
          border: 1px solid #808080;
          border-radius: 0;
          color: white;
          cursor: pointer;
          font-family: 'Prompt', sans-serif;
          font-size: 30px;
          height: auto;
          margin: 0 auto;
          padding: 10px;
          width: auto;
          display: inline-block; }
          #header-Mainnav .main-nav .main-nav-list .sub-hover-menu .all-lnk:hover {
            border: 1px solid #808080; }
        #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul {
          padding: 0;
          margin: 0; }
          #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li {
            margin: 0px;
            color: #666; }
            #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a {
              display: block;
              padding: 15px;
              height: auto;
              text-transform: capitalize;
              line-height: 1em;
              text-align: left;
              border-top: solid 0px transparent;
              border-bottom: solid 5px transparent; }
              #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .pic-unit {
                position: relative;
                display: block;
                width: 100%;
                margin-bottom: 5px;
                background-color: #fff;
                overflow: hidden; }
                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .pic-unit img {
                  max-width: 100%; }
              #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .location-unit {
                font-size: 30px;
                font-family: 'helvethaicaX_med';
                font-weight: 500;
                line-height: 0.8em;
                text-overflow: ellipsis;
                word-wrap: break-word;
                text-transform: uppercase;
                margin: 10px 0; }
              #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .available-unit {
                color: #999;
                font-size: 18px;
                font-family: 'helvethaicaX_regular';
                font-weight: 500; }
                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a .available-unit span {
                  color: #1E1537;
                  font-size: 30px;
                  font-family: 'helvethaicaX_regular';
                  font-weight: 500; }
              #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a:hover {
                border-top: solid 0px transparent;
                border-bottom: solid 5px transparent; }
                #header-Mainnav .main-nav .main-nav-list .sub-hover-menu ul li a:hover .pic-unit img {
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                  filter: alpha(opacity=80);
                  /* Modern Browsers */
                  opacity: 0.8; }
  #header-Mainnav .main-search {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    border-left: solid 1px #000;
    text-align: center; }
    #header-Mainnav .main-search.opened {
      border-left: solid 1px transparent;
      background-color: #000; }
    #header-Mainnav .main-search a {
      display: block;
      font-family: 'helvethaicaX_ext';
      color: #fff;
      font-size: 18px; }
  #header-Mainnav.fixed-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #acacad;
    z-index: 99; }
    @media screen and (max-width: 999px) {
      #header-Mainnav.fixed-top .main-nav {
        display: none; } }
  @media screen and (max-width: 1199px) {
    #header-Mainnav .main-nav .main-nav-list li a {
      padding: 0 10px; } }
  @media screen and (max-width: 999px) {
    #header-Mainnav {
      display: none; }
      #header-Mainnav.fixed-top .main-nav {
        display: none; } }

#searchBar.header_search .wrapNav {
  color: white;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #000; }
  #searchBar.header_search .wrapNav.opened {
    display: block;
    background-color: #000; }

#searchBar.header_search input[type=text] {
  background: transparent;
  border: 1px solid #808080;
  color: #999;
  float: none;
  font-size: 18px;
  color: #a9a9a9;
  font-family: 'helvethaicaX_regular';
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 40px; }

#searchBar.header_search input[type=button],
#searchBar.header_search input[type=submit] {
  background: transparent url("../../../images/icons/arrow3.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  border: 1px solid #808080;
  border-radius: 0;
  color: white;
  cursor: pointer;
  float: left;
  font-family: 'helvethaicaX_regular';
  font-size: 30px;
  height: 40px;
  margin: 0;
  padding: 10px;
  text-indent: -7%;
  width: 100%; }

#profileBar .profileWrap {
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 999;
  display: none; }
  #profileBar .profileWrap .profile-tool {
    position: relative;
    background: #333;
    border: 1px solid #999; }
    #profileBar .profileWrap .profile-tool:after, #profileBar .profileWrap .profile-tool:before {
      bottom: 100%;
      left: 80%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #profileBar .profileWrap .profile-tool:after {
      border-color: rgba(153, 153, 153, 0);
      border-bottom-color: #333;
      border-width: 5px;
      margin-left: -5px; }
    #profileBar .profileWrap .profile-tool:before {
      border-color: rgba(153, 153, 153, 0);
      border-bottom-color: #999;
      border-width: 6px;
      margin-left: -6px; }
    #profileBar .profileWrap .profile-tool ul {
      padding: 10px;
      margin: 0; }
      #profileBar .profileWrap .profile-tool ul li {
        text-align: left;
        padding: 2px 5px;
        margin-bottom: 5px;
        border-bottom: solid 1px #2a2a2a; }
        #profileBar .profileWrap .profile-tool ul li a {
          color: #999;
          font-family: 'helvethaicaX_ext';
          font-size: 18px; }
        #profileBar .profileWrap .profile-tool ul li:hover, #profileBar .profileWrap .profile-tool ul li.current {
          background-color: #2a2a2a;
          border-bottom-color: #fff; }
          #profileBar .profileWrap .profile-tool ul li:hover a, #profileBar .profileWrap .profile-tool ul li.current a {
            color: #fff; }
  #profileBar .profileWrap.opened {
    display: block; }

input[type="text"] {
  font-family: 'Prompt', sans-serif;
  width: 100%;
  height: 40px;
  margin: 0 auto 10px auto;
  padding: 8px 10px 7px 10px;
  border: 1px solid #666;
  font-size: 13px; }
  @media screen and (max-width: 999px) {
    input[type="text"] {
      /*height: 48px;*/
      margin-bottom: 15px; } }

input[type="password"] {
  font-family: 'Prompt', sans-serif;
  width: 100%;
  height: 40px;
  margin: 0 auto 10px auto;
  padding: 8px 10px 7px 10px;
  border: 1px solid #666;
  font-size: 13px; }
  @media screen and (max-width: 999px) {
    input[type="password"] {
      /*height: 48px;*/
      margin-bottom: 15px; } }

input[type="email"] {
  font-family: 'Prompt', sans-serif;
  width: 100%;
  height: 40px;
  margin: 0 auto 10px auto;
  padding: 8px 10px 7px 10px;
  border: 1px solid #666;
  font-size: 13px; }
  @media screen and (max-width: 999px) {
    input[type="email"] {
      /*height: 48px;*/
      margin-bottom: 15px; } }

textarea {
  font-family: 'Prompt', sans-serif;
  width: 100%;
  height: 120px;
  margin: 0 auto 10px auto;
  padding: 8px 10px 7px 10px;
  border: 1px solid #666;
  font-size: 13px;
  resize: none; }
  @media screen and (max-width: 999px) {
    textarea {
      margin-bottom: 15px; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  padding: 0px 10px 0px 10px;
  border: 1px solid #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -pie-border-radius: 0;
  behavior: url(pie/PIE.htc);
  font-size: 13px;
  color: #999;
  outline: none; }

select {
  background-image: url("../../../../Images/icons/p_dropdown_black.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-position-y: center;
  background-position-x: calc(100% - 15px); }

input[type=button],
input[type=submit],
input[type=reset] {
  font-family: 'Prompt', sans-serif;
  -webkit-appearance: button;
  cursor: pointer; }

.btn-sm,
.btn-med,
.btn-lg,
* button.btn-sm,
* button.btn-med,
* button.btn-lg {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 5px auto;
  text-align: center;
  font-family: 'Prompt', sans-serif;
  color: #232323;
  font-weight: 300;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }
  .btn-sm.btn-block,
  .btn-med.btn-block,
  .btn-lg.btn-block,
  * button.btn-sm.btn-block,
  * button.btn-med.btn-block,
  * button.btn-lg.btn-block {
    display: block;
    width: 100%; }
  .btn-sm.btn-primary,
  .btn-med.btn-primary,
  .btn-lg.btn-primary,
  * button.btn-sm.btn-primary,
  * button.btn-med.btn-primary,
  * button.btn-lg.btn-primary {
    position: relative;
    color: #fff;
    border: 1px solid #E12228;
    background-color: #E12228; }
    .btn-sm.btn-primary:disabled,
    .btn-med.btn-primary:disabled,
    .btn-lg.btn-primary:disabled,
    * button.btn-sm.btn-primary:disabled,
    * button.btn-med.btn-primary:disabled,
    * button.btn-lg.btn-primary:disabled {
      cursor: default;
      color: #fff;
      border: 1px solid #ACACAC;
      background-color: #ACACAC; }
      .btn-sm.btn-primary:disabled:hover,
      .btn-med.btn-primary:disabled:hover,
      .btn-lg.btn-primary:disabled:hover,
      * button.btn-sm.btn-primary:disabled:hover,
      * button.btn-med.btn-primary:disabled:hover,
      * button.btn-lg.btn-primary:disabled:hover {
        color: #fff;
        border: 1px solid #ACACAC;
        background-color: #ACACAC; }
    .btn-sm.btn-primary:hover,
    .btn-med.btn-primary:hover,
    .btn-lg.btn-primary:hover,
    * button.btn-sm.btn-primary:hover,
    * button.btn-med.btn-primary:hover,
    * button.btn-lg.btn-primary:hover {
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-secondary,
  .btn-med.btn-secondary,
  .btn-lg.btn-secondary,
  * button.btn-sm.btn-secondary,
  * button.btn-med.btn-secondary,
  * button.btn-lg.btn-secondary {
    position: relative;
    color: #fff;
    border: 1px solid #1E1537;
    background-color: #1E1537; }
    .btn-sm.btn-secondary:hover,
    .btn-med.btn-secondary:hover,
    .btn-lg.btn-secondary:hover,
    * button.btn-sm.btn-secondary:hover,
    * button.btn-med.btn-secondary:hover,
    * button.btn-lg.btn-secondary:hover {
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-light,
  .btn-med.btn-light,
  .btn-lg.btn-light,
  * button.btn-sm.btn-light,
  * button.btn-med.btn-light,
  * button.btn-lg.btn-light {
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent; }
    .btn-sm.btn-light:hover,
    .btn-med.btn-light:hover,
    .btn-lg.btn-light:hover,
    * button.btn-sm.btn-light:hover,
    * button.btn-med.btn-light:hover,
    * button.btn-lg.btn-light:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-dark,
  .btn-med.btn-dark,
  .btn-lg.btn-dark,
  * button.btn-sm.btn-dark,
  * button.btn-med.btn-dark,
  * button.btn-lg.btn-dark {
    position: relative;
    color: #fff;
    border: 1px solid #666;
    background-color: #666; }
    .btn-sm.btn-dark:disabled,
    .btn-med.btn-dark:disabled,
    .btn-lg.btn-dark:disabled,
    * button.btn-sm.btn-dark:disabled,
    * button.btn-med.btn-dark:disabled,
    * button.btn-lg.btn-dark:disabled {
      cursor: default;
      color: #fff;
      border: 1px solid #ACACAC;
      background-color: #ACACAC; }
      .btn-sm.btn-dark:disabled:hover,
      .btn-med.btn-dark:disabled:hover,
      .btn-lg.btn-dark:disabled:hover,
      * button.btn-sm.btn-dark:disabled:hover,
      * button.btn-med.btn-dark:disabled:hover,
      * button.btn-lg.btn-dark:disabled:hover {
        color: #fff;
        border: 1px solid #ACACAC;
        background-color: #ACACAC; }
    .btn-sm.btn-dark:hover,
    .btn-med.btn-dark:hover,
    .btn-lg.btn-dark:hover,
    * button.btn-sm.btn-dark:hover,
    * button.btn-med.btn-dark:hover,
    * button.btn-lg.btn-dark:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-white,
  .btn-med.btn-white,
  .btn-lg.btn-white,
  * button.btn-sm.btn-white,
  * button.btn-med.btn-white,
  * button.btn-lg.btn-white {
    position: relative;
    border: 1px solid #fff;
    background-color: transparent; }
    .btn-sm.btn-white:hover,
    .btn-med.btn-white:hover,
    .btn-lg.btn-white:hover,
    * button.btn-sm.btn-white:hover,
    * button.btn-med.btn-white:hover,
    * button.btn-lg.btn-white:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-black,
  .btn-med.btn-black,
  .btn-lg.btn-black,
  * button.btn-sm.btn-black,
  * button.btn-med.btn-black,
  * button.btn-lg.btn-black {
    position: relative;
    color: #fff;
    border: 1px solid #666;
    background-color: #666; }
    .btn-sm.btn-black:hover,
    .btn-med.btn-black:hover,
    .btn-lg.btn-black:hover,
    * button.btn-sm.btn-black:hover,
    * button.btn-med.btn-black:hover,
    * button.btn-lg.btn-black:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-blue,
  .btn-med.btn-blue,
  .btn-lg.btn-blue,
  * button.btn-sm.btn-blue,
  * button.btn-med.btn-blue,
  * button.btn-lg.btn-blue {
    position: relative;
    color: #fff;
    border: 1px solid #293D69;
    background-color: #293D69; }
    .btn-sm.btn-blue:hover,
    .btn-med.btn-blue:hover,
    .btn-lg.btn-blue:hover,
    * button.btn-sm.btn-blue:hover,
    * button.btn-med.btn-blue:hover,
    * button.btn-lg.btn-blue:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm.btn-more,
  .btn-med.btn-more,
  .btn-lg.btn-more,
  * button.btn-sm.btn-more,
  * button.btn-med.btn-more,
  * button.btn-lg.btn-more {
    position: relative;
    color: #8F8F8F;
    border: 1px solid transparent;
    background-color: transparent; }
    .btn-sm.btn-more:hover,
    .btn-med.btn-more:hover,
    .btn-lg.btn-more:hover,
    * button.btn-sm.btn-more:hover,
    * button.btn-med.btn-more:hover,
    * button.btn-lg.btn-more:hover {
      color: #232323;
      border: 1px solid transparent;
      background-color: transparent; }
  .btn-sm.btn-facebook,
  .btn-med.btn-facebook,
  .btn-lg.btn-facebook,
  * button.btn-sm.btn-facebook,
  * button.btn-med.btn-facebook,
  * button.btn-lg.btn-facebook {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
    color: #fff;
    text-align: left;
    border: 1px solid #3b5998;
    background-color: #3b5998; }
    .btn-sm.btn-facebook span,
    .btn-med.btn-facebook span,
    .btn-lg.btn-facebook span,
    * button.btn-sm.btn-facebook span,
    * button.btn-med.btn-facebook span,
    * button.btn-lg.btn-facebook span {
      display: inline-block;
      vertical-align: top; }
      .btn-sm.btn-facebook span.icon-custom,
      .btn-med.btn-facebook span.icon-custom,
      .btn-lg.btn-facebook span.icon-custom,
      * button.btn-sm.btn-facebook span.icon-custom,
      * button.btn-med.btn-facebook span.icon-custom,
      * button.btn-lg.btn-facebook span.icon-custom {
        width: 36px;
        height: 100%; }
    .btn-sm.btn-facebook .fa,
    .btn-med.btn-facebook .fa,
    .btn-lg.btn-facebook .fa,
    * button.btn-sm.btn-facebook .fa,
    * button.btn-med.btn-facebook .fa,
    * button.btn-lg.btn-facebook .fa {
      position: relative;
      display: block;
      font-size: 20px; }
    .btn-sm.btn-facebook:hover,
    .btn-med.btn-facebook:hover,
    .btn-lg.btn-facebook:hover,
    * button.btn-sm.btn-facebook:hover,
    * button.btn-med.btn-facebook:hover,
    * button.btn-lg.btn-facebook:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  .btn-sm .fa,
  .btn-med .fa,
  .btn-lg .fa,
  * button.btn-sm .fa,
  * button.btn-med .fa,
  * button.btn-lg .fa {
    position: absolute;
    top: 7px;
    font-size: 22px;
    line-height: 22px;
    /*display: none;*/ }
    .btn-sm .fa.fa-angle-left,
    .btn-med .fa.fa-angle-left,
    .btn-lg .fa.fa-angle-left,
    * button.btn-sm .fa.fa-angle-left,
    * button.btn-med .fa.fa-angle-left,
    * button.btn-lg .fa.fa-angle-left {
      left: 10px; }
    .btn-sm .fa.fa-angle-right,
    .btn-med .fa.fa-angle-right,
    .btn-lg .fa.fa-angle-right,
    * button.btn-sm .fa.fa-angle-right,
    * button.btn-med .fa.fa-angle-right,
    * button.btn-lg .fa.fa-angle-right {
      right: 10px; }
  @media screen and (max-width: 767px) {
    .btn-sm,
    .btn-med,
    .btn-lg,
    * button.btn-sm,
    * button.btn-med,
    * button.btn-lg {
      width: 100%; } }

* button.btn-sm,
.btn-sm {
  padding: 8px 45px 7px 45px;
  font-size: 16px;
  border-radius: 0; }

* button.btn-med,
.btn-med {
  padding: 13px 45px 12px 45px;
  font-size: 18px;
  border-radius: 0; }

.custom-radio {
  position: relative;
  display: block;
  margin: 8px 0; }
  .custom-radio input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .custom-radio label {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    padding: 0 0 0 40px;
    margin: auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear; }
  .custom-radio .check {
    display: block;
    position: absolute;
    border: 2px solid #ACACAC;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 5px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }
    .custom-radio .check:before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 15px;
      width: 15px;
      top: 3px;
      left: 3px;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
  .custom-radio input[type=radio]:checked ~ .check {
    border: 2px solid #293D69; }
  .custom-radio input[type=radio]:checked ~ .check::before {
    background: #293D69; }
  .custom-radio input[type=radio]:checked ~ label {
    color: #293D69; }
  .custom-radio:hover label {
    color: #293D69; }
  .custom-radio:hover .check {
    border: 2px solid #293D69; }

.sprite {
  background-image: url("../../../images/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block; }
  .sprite.sprite-p_back_to_top {
    background-position: -116px -51px;
    width: 63px;
    height: 57px; }
  .sprite.sprite-p_call1865 {
    background-position: -138px -150px;
    width: 112px;
    height: 18px; }
  .sprite.sprite-p_live_chat {
    background-position: -41px -213px;
    width: 206px;
    height: 49px; }
  .sprite.sprite.sprite-p_i_home3 {
    background-position: -146px -178px;
    width: 26px;
    height: 25px; }
  .sprite.sprite-p_i_home {
    background-position: -72px -178px;
    width: 28px;
    height: 25px; }
  .sprite.sprite.sprite-p_search_off {
    background-position: -312px -201px;
    width: 20px;
    height: 20px; }

.index-slider {
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  .index-slider .foo-item {
    float: left;
    position: relative;
    display: block; }
    .index-slider .foo-item .caption-outer {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .index-slider .foo-item .caption-inner {
      display: table;
      width: 100%;
      height: 100%;
      padding: 0 10%; }
    .index-slider .foo-item .caption {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      width: 100%;
      z-index: 2;
      text-decoration: none; }
      .index-slider .foo-item .caption .title {
        font-size: 36px;
        line-height: 36px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase; }
      .index-slider .foo-item .caption .description {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        color: #E12228; }
      .index-slider .foo-item .caption .btn-outer {
        margin-top: 22px;
        margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .index-slider .foo-item .caption .title {
          font-size: 30px;
          line-height: 30px; }
        .index-slider .foo-item .caption .description {
          font-size: 18px;
          color: #fff; } }
  @media screen and (max-width: 767px) {
    .index-slider {
      width: 95%;
      margin: 0 auto;
      margin-bottom: 0; }
      .index-slider .foo-item {
        background-color: #E12228; }
        .index-slider .foo-item .caption-outer {
          position: relative;
          top: unset;
          width: 100%;
          height: auto;
          background-color: #E12228;
          overflow: hidden; }
        .index-slider .foo-item .caption-inner {
          display: block;
          width: 100%;
          height: auto;
          padding: 20px 15px; }
        .index-slider .foo-item .caption {
          display: block; } }

.breadcrumb-section {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 98; }
  .breadcrumb-section .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px; }
    .breadcrumb-section .breadcrumb > li {
      margin-right: 5px;
      color: #666;
      text-transform: capitalize; }
      .breadcrumb-section .breadcrumb > li a {
        font-family: 'Prompt', sans-serif;
        font-weight: 300;
        color: #666; }
        .breadcrumb-section .breadcrumb > li a:hover {
          color: #E12228;
          text-decoration: none; }
      .breadcrumb-section .breadcrumb > li + li:before {
        font-family: 'FontAwesome';
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-transform: none;
        content: '\f105';
        color: #666;
        padding: 0;
        padding-right: 8px;
        font-size: 14px; }
    .breadcrumb-section .breadcrumb > .active {
      font-weight: 300;
      color: #666; }
  @media screen and (max-width: 999px) {
    .breadcrumb-section {
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      margin: 20px auto; }
      .breadcrumb-section .breadcrumb > li {
        /*margin-bottom: 10px;*/ } }

.page-wrapper {
  position: relative;
  margin-top: -125px; }

.page-header {
  position: relative;
  text-align: center;
  max-width: 1160px;
  margin: 35px auto; }
  .page-header h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 30px; }
  .page-header h3 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    margin: 0; }

.campaign-wrapper {
  padding: 11px;
  background-color: #333; }
  .campaign-wrapper input {
    margin: 5px auto; }
  .campaign-wrapper .text {
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    color: #fff; }
  .campaign-wrapper .subscribe {
    text-align: left; }
  .campaign-wrapper .login {
    text-align: left; }
  .campaign-wrapper .complaint {
    text-align: center; }
  @media screen and (max-width: 999px) {
    .campaign-wrapper {
      margin-bottom: 30px; } }

.tabs-menu-wrapper {
  background-color: #293D69; }
  .tabs-menu-wrapper .btn-med {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    background-image: url("../../../../Images/icons/p_dropdown_select.svg");
    background-size: 15px 10px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: center; }
  .tabs-menu-wrapper .dropdown-menu {
    width: 100%; }
  .tabs-menu-wrapper .nav-tabs {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
    .tabs-menu-wrapper .nav-tabs > li {
      margin-bottom: 0; }
      .tabs-menu-wrapper .nav-tabs > li a {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        background-color: #293D69;
        border: 0;
        margin-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -pie-border-radius: 0;
        behavior: url(pie/PIE.htc); }
        .tabs-menu-wrapper .nav-tabs > li a:hover {
          color: #293D69;
          background-color: #fff; }
      .tabs-menu-wrapper .nav-tabs > li.active a {
        color: #293D69;
        font-weight: 400;
        background-color: #fff;
        border: 0;
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .tabs-menu-wrapper .nav-tabs > li {
          width: 100%; } }

.search-wrapper {
  margin-bottom: 32px; }
  .search-wrapper .search-outer p {
    font-weight: 300; }
  .search-wrapper .search-outer .title {
    line-height: 48px; }
  .search-wrapper .search-outer .textinput {
    height: 46px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -pie-border-radius: 0;
    behavior: url(pie/PIE.htc);
    font-size: 13px; }
    .search-wrapper .search-outer .textinput:focus {
      border-color: #293D69; }
  .search-wrapper .search-outer .dateinput {
    height: 20px;
    font-weight: 300;
    border: 0;
    padding: 0;
    padding-right: 25px;
    margin: 0;
    background-image: url("../../../../Images/icons/datepicker.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 10px); }
    .search-wrapper .search-outer .dateinput:focus {
      border-color: #293D69; }
  .search-wrapper .search-outer select {
    font-family: 'Prompt', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin: 0;
    /*padding: 8px 10px 7px 10px;*/
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -pie-border-radius: 0;
    behavior: url(pie/PIE.htc);
    font-size: 13px; }
    .search-wrapper .search-outer select:focus {
      border-color: #293D69; }
  .search-wrapper .search-outer select {
    margin-bottom: 15px;
    background-image: url("../../../../Images/icons/p_dropdown_black.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-position-y: center;
    background-position-x: calc(100% - 15px); }
  .search-wrapper .search-outer .date-wrapper {
    height: 46px;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -pie-border-radius: 0;
    behavior: url(pie/PIE.htc);
    background-image: url("../../../../Images/line.jpg");
    background-repeat: no-repeat;
    background-position: center center; }
    .search-wrapper .search-outer .date-wrapper .control-label {
      font-size: 12px;
      font-weight: 300; }
  .search-wrapper .search-outer .btn-outer {
    padding-top: 0; }
    .search-wrapper .search-outer .btn-outer .btn-search {
      width: 46px;
      height: 46px;
      display: block;
      text-indent: -9999px;
      background-image: url("../../../../Images/icons/jpage-next.jpg");
      background-repeat: no-repeat;
      background-position: center center; }
    .search-wrapper .search-outer .btn-outer .btn-primary {
      width: 100%;
      height: 46px;
      margin: 0; }
  @media screen and (max-width: 999px) {
    .search-wrapper .search-outer .date-wrapper {
      height: auto;
      padding: 0;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -pie-border-radius: 0;
      behavior: url(pie/PIE.htc);
      background-image: none; }
      .search-wrapper .search-outer .date-wrapper .date-picker-box {
        margin-bottom: 10px; }
      .search-wrapper .search-outer .date-wrapper .dateinput {
        height: 46px;
        padding: 0 10px;
        border: 1px solid #ccc; }
        .search-wrapper .search-outer .date-wrapper .dateinput:focus {
          border-color: #293D69; } }

.section-pagination {
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  margin-bottom: 50px; }
  .section-pagination .page-text {
    font-size: 16px; }
  .section-pagination .view-all {
    font-size: 16px;
    cursor: pointer; }
    .section-pagination .view-all:hover {
      color: #E12228; }
  .section-pagination .holder {
    margin-left: 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
    .section-pagination .holder a {
      min-width: 20px;
      width: auto;
      height: 46px;
      line-height: 46px;
      display: inline-block;
      font-size: 22px;
      cursor: pointer;
      margin: 0 5px;
      color: #666;
      text-align: center; }
      .section-pagination .holder a:hover {
        color: #E12228; }
      .section-pagination .holder a.jp-current {
        color: #E12228; }
        .section-pagination .holder a.jp-current:hover {
          color: #E12228; }
      .section-pagination .holder a.jp-previous, .section-pagination .holder a.jp-next {
        width: 46px;
        height: 46px;
        text-indent: -9999px; }
      .section-pagination .holder a.jp-previous {
        background-image: url("../../../../Images/icons/jpage-prev.jpg"); }
      .section-pagination .holder a.jp-next {
        background-image: url("../../../../Images/icons/jpage-next.jpg"); }
  @media screen and (max-width: 767) {
    .section-pagination {
      text-align: center; }
      .section-pagination .holder {
        margin-right: 5px; }
        .section-pagination .holder a {
          margin: 0;
          margin-right: 10px; } }

.index-box-header {
  text-align: center;
  padding: 0 20px;
  margin: auto;
  max-width: 1020px; }
  .index-box-header h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #E12228; }
  .index-box-header p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #ccc; }
  @media screen and (max-width: 999px) {
    .index-box-header h2 {
      font-size: 30px; } }

.search_main {
  width: 100%;
  color: #fff;
  opacity: 0;
  display: none; }
  .search_main--search {
    background-color: #232323;
    padding: 30px 0; }
    .search_main--search span {
      font-size: 30px;
      color: #fff;
      font-family: 'helvethaicaX_regular';
      line-height: 40px; }
    .search_main--search select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #232323;
      background-image: url("../../../../Images/icons/p_dropdown_select.svg");
      background-size: 15px 10px;
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-position-y: center;
      background-position-x: calc(100% - 15px);
      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0px 10px;
      border: 1px solid #fff;
      font-size: 18px;
      line-height: 40px;
      color: #a9a9a9;
      font-family: 'helvethaicaX_regular';
      vertical-align: top; }
    .search_main--search button {
      position: relative;
      background-color: #E12228;
      background-image: url("../../../images/icons/p_btn_white.png");
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-position-y: center;
      background-position-x: calc(100% - 15px);
      border: 0 solid #808080;
      border-radius: 0;
      color: #fff;
      cursor: pointer;
      font-family: 'helvethaicaX_regular';
      font-size: 30px;
      height: 42px;
      margin: 0;
      padding: 15px;
      text-indent: -7%;
      width: 100%;
      -webkit-transition: background-color 300ms linear;
      -moz-transition: background-color 300ms linear;
      -o-transition: background-color 300ms linear;
      -ms-transition: background-color 300ms linear;
      transition: background-color 300ms linear; }
      .search_main--search button:hover {
        color: #666;
        background-color: #ddd;
        background-image: url("../../../images/icons/p_btn_black.png"); }
      .search_main--search button i {
        display: none;
        position: absolute;
        font-size: 30px;
        right: 0;
        top: 5px;
        padding: 1px 15px; }
    .search_main--search input[type=button],
    .search_main--search input[type=submit] {
      background-image: url("../../../images/icons/p_btn_white.png");
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-position-y: center;
      background-position-x: calc(100% - 15px);
      border: 0 solid #808080;
      border-radius: 0;
      color: white;
      cursor: pointer;
      font-family: 'helvethaicaX_regular';
      font-size: 30px;
      height: 40px;
      margin: 0;
      padding: 15px;
      text-indent: -7%;
      width: 100%; }
      .search_main--search input[type=button]:hover,
      .search_main--search input[type=submit]:hover {
        color: #666;
        background-color: #ddd;
        background-image: url("../../../images/icons/p_btn_black.png"); }
    .search_main--search .header_search input[type=text] {
      background: transparent;
      border: 1px solid #808080;
      color: #999;
      float: none;
      font-size: 18px;
      color: #a9a9a9;
      font-family: 'helvethaicaX_regular';
      margin: 0;
      padding: 10px;
      width: 100%;
      height: 40px; }
    .search_main--search .header_search input[type=button],
    .search_main--search .header_search input[type=submit] {
      background: transparent url("../../../images/icons/arrow3.png");
      background-repeat: no-repeat;
      background-position: center right 15px;
      background-position-y: center;
      background-position-x: calc(100% - 15px);
      border: 1px solid #808080;
      border-radius: 0;
      color: white;
      cursor: pointer;
      font-family: 'helvethaicaX_regular';
      font-size: 30px;
      height: 40px;
      margin: 0;
      padding: 15px;
      text-indent: -7%;
      width: 100%; }
    .search_main--search .header_search span {
      font-size: 18px; }
    @media screen and (max-width: 767px) {
      .search_main--search span {
        display: block;
        margin-bottom: 15px;
        line-height: 20px; }
      .search_main--search select {
        margin-bottom: 15px; } }

.side-menu {
  display: block;
  margin-top: 0;
  margin-bottom: 75px; }
  .side-menu .dropdown-content {
    display: none; }
  .side-menu .list-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .side-menu .list-menu li {
      line-height: 26px;
      padding: 5px 10px; }
      .side-menu .list-menu li h3 {
        color: #1E1537;
        font-size: 18px;
        font-weight: 400;
        margin: 0; }
      .side-menu .list-menu li a {
        display: block;
        padding-left: 20px;
        color: #666;
        font-size: 16px;
        font-weight: 300;
        background-image: url("../../../../Images/icons/icon-tab-red-down.fw.png");
        background-position: left 8px;
        background-repeat: no-repeat; }
        .side-menu .list-menu li a:hover {
          color: #E12228;
          text-decoration: none; }
      .side-menu .list-menu li.current {
        position: relative;
        background-color: #293D69; }
        .side-menu .list-menu li.current:after {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-left-color: #293D69;
          border-width: 18px;
          margin-top: -18px;
          z-index: 9; }
        .side-menu .list-menu li.current a {
          color: #fff; }
  @media (max-width: 999px) {
    .side-menu {
      margin-top: 0;
      margin-bottom: 35px; }
      .side-menu .dropdown-content {
        display: block;
        margin-bottom: 25px; }
        .side-menu .dropdown-content .dropdown-menu {
          float: left;
          background-color: #e9e9e9;
          border-radius: 0;
          min-width: 50%;
          max-width: 100%;
          line-height: 24px; }
          .side-menu .dropdown-content .dropdown-menu li h3 {
            padding: 0 10px;
            margin: 10px auto;
            font-size: 18px;
            font-weight: 300;
            line-height: 24px; }
          .side-menu .dropdown-content .dropdown-menu li a {
            font-family: 'Prompt', sans-serif;
            font-size: 16px;
            line-height: 22px;
            padding-top: 8px;
            padding-bottom: 7px;
            margin-bottom: 5px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal; }
            .side-menu .dropdown-content .dropdown-menu li a:hover {
              color: #fff;
              background-color: #E12228; }
        .side-menu .dropdown-content .btn-primary {
          line-height: 24px;
          padding-left: 10px;
          padding-right: 55px;
          text-align: left;
          background-image: url("../../../../Images/icons/more_menu.svg");
          background-size: 50px auto;
          background-repeat: no-repeat;
          background-position-y: center;
          background-position-x: calc(100% - 10px); }
        .side-menu .dropdown-content .btn-primary:active,
        .side-menu .dropdown-content .btn-primary.active {
          background-color: #E12228 !important;
          border-color: #E12228 !important; }
        .side-menu .dropdown-content.open > .btn-primary.dropdown-toggle {
          background-color: #E12228 !important;
          border-color: #E12228 !important; }
      .side-menu .list-menu {
        display: none; } }

.modal-custom {
  z-index: 2001; }
  .modal-custom .modal-dialog {
    width: 50%;
    margin-top: 82px; }
    .modal-custom .modal-dialog .modal-content {
      border-radius: 0px; }
      .modal-custom .modal-dialog .modal-content .modal-header {
        border-bottom: 0;
        overflow: hidden; }
        .modal-custom .modal-dialog .modal-content .modal-header .modal-title {
          float: left;
          max-width: 90%;
          color: #232323;
          font-size: 22px;
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
          line-height: 30px;
          text-overflow: ellipsis;
          word-wrap: break-word;
          text-transform: uppercase; }
        .modal-custom .modal-dialog .modal-content .modal-header .close {
          float: right;
          width: 45px;
          height: 45px;
          padding: 10px;
          margin-right: 10px;
          color: #232323;
          font-family: 'Prompt', sans-serif;
          font-size: 36px;
          line-height: 45px;
          text-indent: -9999px;
          border: 1px solid #666;
          background: none;
          background-image: url("../../../../Images/icons/close-dark.png");
          background-position: center center;
          background-repeat: no-repeat; }
          .modal-custom .modal-dialog .modal-content .modal-header .close span {
            line-height: unset; }
          .modal-custom .modal-dialog .modal-content .modal-header .close:hover {
            border: 1px solid #E12228;
            background-image: url("../../../../Images/icons/close-red.png"); }
      .modal-custom .modal-dialog .modal-content .modal-body {
        padding-top: 0;
        color: #666;
        font-family: 'Prompt', sans-serif;
        text-align: left; }
        .modal-custom .modal-dialog .modal-content .modal-body h3 {
          font-size: 22px;
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
          line-height: 30px; }
        .modal-custom .modal-dialog .modal-content .modal-body p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 300; }
          .modal-custom .modal-dialog .modal-content .modal-body p.note {
            color: #E12228;
            margin-bottom: 10px; }
        .modal-custom .modal-dialog .modal-content .modal-body label {
          line-height: 22px; }
        .modal-custom .modal-dialog .modal-content .modal-body ul {
          list-style: disc;
          padding: 0;
          margin: 0; }
          .modal-custom .modal-dialog .modal-content .modal-body ul li {
            margin-bottom: 10px;
            list-style-position: inside;
            font-size: 16px;
            line-height: 22px;
            font-weight: 300; }
        .modal-custom .modal-dialog .modal-content .modal-body ol {
          list-style: decimal;
          padding: 0;
          margin: 0; }
          .modal-custom .modal-dialog .modal-content .modal-body ol li {
            margin-bottom: 10px;
            list-style-position: inside;
            font-size: 16px;
            line-height: 22px;
            font-weight: 300; }
      .modal-custom .modal-dialog .modal-content .modal-footer {
        border-top: 1px solid transparent;
        text-align: right; }
        .modal-custom .modal-dialog .modal-content .modal-footer p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 300; }
          .modal-custom .modal-dialog .modal-content .modal-footer p.note {
            color: #E12228;
            margin-bottom: 10px; }
      .modal-custom .modal-dialog .modal-content .account--detail {
        display: block; }
        .modal-custom .modal-dialog .modal-content .account--detail .title__main {
          padding: 30px 20px 25px 20px;
          background-color: #283D68; }
          .modal-custom .modal-dialog .modal-content .account--detail .title__main h3 {
            margin: 0;
            color: white; }
        .modal-custom .modal-dialog .modal-content .account--detail .account__editor {
          margin-top: 30px; }
          .modal-custom .modal-dialog .modal-content .account--detail .account__editor ul {
            list-style-type: disc;
            padding: 0;
            padding-left: 25px;
            margin: 0; }
          .modal-custom .modal-dialog .modal-content .account--detail .account__editor li {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 24px; }
            .modal-custom .modal-dialog .modal-content .account--detail .account__editor li a {
              color: #E12228; }
              .modal-custom .modal-dialog .modal-content .account--detail .account__editor li a:hover {
                color: #1E1537; }
    @media screen and (max-width: 767px) {
      .modal-custom .modal-dialog {
        width: 95%; }
        .modal-custom .modal-dialog .modal-content .modal-body {
          padding: 15px; } }
  .modal-custom.lg .modal-dialog {
    width: 100%;
    height: 70%;
    margin-left: 0;
    margin-right: 0; }
  .modal-custom.lightbox .modal-dialog {
    width: 50%;
    margin-top: 82px; }
    .modal-custom.lightbox .modal-dialog .modal-content {
      border-radius: 0px;
      background: white;
      background: transparent\9;
      background: rgba(255, 255, 255, 0.8); }
      .modal-custom.lightbox .modal-dialog .modal-content .modal-header {
        position: relative;
        padding: 5px;
        border-bottom: 0;
        overflow: visible; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-header .modal-title {
          float: none;
          max-width: 100%;
          height: auto;
          color: #232323;
          font-size: 22px;
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
          line-height: 30px;
          text-overflow: ellipsis;
          word-wrap: break-word;
          text-transform: uppercase; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-header .close {
          position: absolute;
          top: -45px;
          right: 0;
          display: block;
          width: 40px;
          height: 40px;
          padding: 0;
          margin: 0;
          border: none;
          color: #232323;
          font-family: 'Prompt', sans-serif;
          font-size: 36px;
          line-height: 40px;
          background: white;
          background: transparent\9;
          background: rgba(255, 255, 255, 0.8);
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -pie-border-radius: 50%;
          behavior: url(pie/PIE.htc);
          background-image: url("../../../../Images/icons/close-dark.png");
          background-position: center center;
          background-repeat: no-repeat; }
          .modal-custom.lightbox .modal-dialog .modal-content .modal-header .close span {
            line-height: 40px; }
      .modal-custom.lightbox .modal-dialog .modal-content .modal-body {
        padding: 5px;
        padding-top: 0;
        color: #666;
        font-family: 'Prompt', sans-serif;
        text-align: left; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-body h3 {
          font-size: 22px;
          font-family: 'Prompt', sans-serif;
          font-weight: 400;
          line-height: 30px;
          margin: 11px 0; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-body p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 300; }
          .modal-custom.lightbox .modal-dialog .modal-content .modal-body p.note {
            color: #E12228;
            margin-bottom: 10px; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-body label {
          line-height: 22px; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-body img {
          max-width: 100%;
          margin: 0 auto; }
      .modal-custom.lightbox .modal-dialog .modal-content .modal-footer {
        padding: 5px;
        border-top: 1px solid transparent;
        text-align: right; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-footer p {
          font-size: 16px;
          line-height: 22px;
          font-weight: 300; }
          .modal-custom.lightbox .modal-dialog .modal-content .modal-footer p.note {
            color: #E12228;
            margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .modal-custom.lightbox .modal-dialog {
        width: 95%; }
        .modal-custom.lightbox .modal-dialog .modal-content .modal-body {
          padding: 15px; } }

.custom-table {
  position: relative; }
  .custom-table .table-responsive .swipe-right {
    display: block;
    width: 84px;
    height: 151px;
    position: absolute;
    right: 40%;
    top: 10%;
    margin-top: 0;
    background-image: url("../../../../Images/icons/swipe_right.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 6;
    -webkit-animation: swipe-right 1.5s infinite;
    -moz-animation: swipe-right 1.5s infinite;
    animation: swipe-right 1.5s infinite;
    cursor: pointer; }
  @media screen and (min-width: 767px) {
    .custom-table .table-responsive .swipe-right {
      display: none; } }

@-webkit-keyframes swipe-right {
  0%, 100% {
    -webkit-transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes swipe-right {
  0%, 100% {
    -moz-transform: translateX(0); }
  50% {
    -moz-transform: translateX(10px); } }

@keyframes swipe-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); } }
  .custom-table .table {
    font-weight: 400;
    margin-bottom: 50px; }
    .custom-table .table > thead > tr > th {
      padding: 22px 10px;
      font-size: 22px;
      line-height: 22px;
      font-weight: 300;
      color: #1E1537;
      text-align: center;
      border-bottom: 0; }
    .custom-table .table > tbody > tr {
      background-color: #f7f7f7; }
      .custom-table .table > tbody > tr:nth-child(2n) {
        background-color: #fff; }
      .custom-table .table > tbody > tr > td {
        padding: 15px 10px;
        border-top: 0; }
        .custom-table .table > tbody > tr > td.icon-link {
          text-align: center; }
          .custom-table .table > tbody > tr > td.icon-link a {
            display: inline-block;
            padding: 5px; }
            .custom-table .table > tbody > tr > td.icon-link a:hover {
              opacity: 0.75; }
  .custom-table .date {
    font-size: 18px;
    line-height: 30px;
    color: #1E1537;
    text-align: center; }
  .custom-table .time {
    font-size: 13px;
    text-align: center; }
  .custom-table .new-item {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    position: relative;
    background-color: #E12228; }
    .custom-table .new-item:after {
      top: 100%;
      left: 80%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #E12228;
      border-width: 5px;
      margin-left: -5px; }
  .custom-table .title {
    font-size: 18px;
    line-height: 30px;
    color: #1E1537;
    text-align: left; }
    .custom-table .title h3 {
      font-size: 18px;
      line-height: 30px;
      color: #1E1537;
      margin: 0 auto; }
      .custom-table .title h3 a {
        color: #1E1537; }
        .custom-table .title h3 a:hover {
          color: #232323; }
    .custom-table .title p {
      font-size: 16px;
      line-height: 30px;
      color: #666; }
    .custom-table .title a {
      font-size: 16px;
      line-height: 30px;
      color: #666;
      text-decoration: none; }
      .custom-table .title a:hover {
        color: #232323; }
    .custom-table .title.analyst-name {
      width: 200px; }
  .custom-table .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    max-height: 80px;
    overflow: hidden; }
    .custom-table .description span {
      color: #1E1537; }

.btn-outer {
  /*margin-top: 20px;*/ }
  .btn-outer * button .btn-sm, .btn-outer .btn-sm {
    font-size: 13px; }
  .btn-outer .btn-subscribe {
    position: relative;
    color: #fff;
    border: 1px solid #293D69;
    background-color: #293D69; }
    .btn-outer .btn-subscribe:hover {
      color: #fff;
      border: 1px solid #232323;
      background-color: #232323; }
  @media screen and (max-width: 767px) {
    .btn-outer {
      margin-top: 0; } }

.search-result-wrapper {
  display: block;
  margin: 35px auto; }
  .search-result-wrapper .search-result {
    min-height: 300px; }
    .search-result-wrapper .search-result p {
      font-size: 16px;
      color: #666; }
    .search-result-wrapper .search-result a {
      font-size: 16px;
      color: #666;
      text-decoration: none; }
      .search-result-wrapper .search-result a:hover {
        color: #232323; }

.quicklink-wrapper {
  position: absolute;
  top: 200px;
  right: 0;
  display: block;
  width: 150px; }
  .quicklink-wrapper ul {
    list-style: none; }
    .quicklink-wrapper ul li {
      float: left;
      width: 100%;
      height: auto;
      padding: 10px;
      margin-bottom: 5px; }
      .quicklink-wrapper ul li a {
        color: #fff;
        font-weight: 300;
        display: block;
        width: 100%;
        height: 100%; }
      .quicklink-wrapper ul li i, .quicklink-wrapper ul li img, .quicklink-wrapper ul li span {
        display: inline-block;
        vertical-align: middle; }
      .quicklink-wrapper ul li img {
        margin-right: 5px; }
      .quicklink-wrapper ul li i {
        width: 30px;
        font-size: 30px; }
      .quicklink-wrapper ul li.open-account {
        background-color: #E12228; }
      .quicklink-wrapper ul li.sign-in {
        background-color: #1E1537; }
      .quicklink-wrapper ul li.download {
        background-color: #666; }
      .quicklink-wrapper ul li:hover {
        background-color: #232323; }
  @media screen and (max-width: 767px) {
    .quicklink-wrapper {
      top: 150px; } }
  @media screen and (max-width: 767px) {
    .quicklink-wrapper {
      position: relative;
      top: 0;
      width: 100%; }
      .quicklink-wrapper ul {
        padding-left: 10px;
        padding-right: 10px; }
        .quicklink-wrapper ul li {
          float: none;
          display: inline-block;
          max-width: 49%;
          height: 62px;
          vertical-align: top; } }

/* ------------------------------------------------------ */
/*                     style for ie8                      */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*              media screen min width 768                */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*             media screen min width 1000                */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* screen lg  apply to screen  min-width 1200px and above */
/* note: desktop and FullHD screen tablet use this style  */
/* ------------------------------------------------------ */
.footer {
  width: 100%;
  background-color: #fff;
  overflow: hidden; }
  .footer .index-box-header {
    margin-top: 45px;
    margin-bottom: 95px; }
    .footer .index-box-header h2 {
      margin: 0;
      margin-bottom: 22px; }
  .footer .contact-wrapper {
    /*margin-bottom: 45px;*/
    background-color: #1E1537;
    background-image: url("../../../../Images/bg/bg-footer-contact.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .footer .contact-wrapper .academy-information {
      max-width: 1020px;
      line-height: 30px;
      margin: 0 auto;
      margin-top: -50px;
      padding: 20px;
      background-color: #293D69; }
      .footer .contact-wrapper .academy-information h3 {
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        margin: 0;
        margin-bottom: 15px; }
      .footer .contact-wrapper .academy-information p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 300; }
      .footer .contact-wrapper .academy-information .icon-custom {
        display: block;
        text-align: center; }
        .footer .contact-wrapper .academy-information .icon-custom p {
          margin-bottom: 10px; }
        .footer .contact-wrapper .academy-information .icon-custom:hover {
          opacity: 0.9; }
      @media screen and (max-width: 767px) {
        .footer .contact-wrapper .academy-information {
          text-align: center; }
          .footer .contact-wrapper .academy-information .icon-custom {
            margin-top: 15px; } }
    .footer .contact-wrapper .contact-information {
      padding: 60px 0; }
      .footer .contact-wrapper .contact-information h3 {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0; }
      .footer .contact-wrapper .contact-information a {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 300; }
        .footer .contact-wrapper .contact-information a:hover {
          color: #E12228; }
      .footer .contact-wrapper .contact-information .general-contact {
        padding-left: 55px;
        margin: 10px 0;
        background-image: url("../../../../Images/icons/icon-phone.fw.png");
        background-repeat: no-repeat;
        background-position: left center; }
      .footer .contact-wrapper .contact-information .email {
        padding-left: 55px;
        margin: 10px 0;
        background-image: url("../../../../Images/icons/icon-mail.fw.png");
        background-repeat: no-repeat;
        background-position: left center; }
      .footer .contact-wrapper .contact-information .nav-contact {
        margin-bottom: 20px; }
      @media screen and (max-width: 999px) {
        .footer .contact-wrapper .contact-information {
          padding: 30px 15px; } }
  .footer .external-banner-link {
    display: block;
    text-align: center;
    margin: 45px auto; }
    .footer .external-banner-link .banner-item {
      display: inline-block;
      margin: 0 5px;
      vertical-align: middle; }
      .footer .external-banner-link .banner-item:hover {
        opacity: 0.75; }
    @media screen and (max-width: 767px) {
      .footer .external-banner-link {
        margin-bottom: 45px; }
        .footer .external-banner-link .banner-item {
          margin: 10px; } }
  .footer .social-network-box {
    padding-bottom: 10px;
    overflow: hidden; }
    .footer .social-network-box .social-network-list {
      margin: 0px auto;
      width: 500px;
      list-style-type: none; }
      .footer .social-network-box .social-network-list li {
        float: left;
        margin-right: 40px; }
        .footer .social-network-box .social-network-list li:last-child {
          margin-right: 0px; }
        .footer .social-network-box .social-network-list li a {
          width: 36px;
          height: 36px;
          padding: 8px 0;
          display: block;
          text-decoration: none;
          font-size: 18px;
          text-align: center;
          color: #999; }
          .footer .social-network-box .social-network-list li a:hover {
            color: #fff; }
    @media screen and (max-width: 768px) {
      .footer .social-network-box .social-network-list {
        width: 320px !important; }
        .footer .social-network-box .social-network-list li {
          margin-right: 9px; } }
  .footer .social-network-list-box h2 {
    text-align: center;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-size: 30px; }
  @media screen and (max-width: 767px) {
    .footer .social-network-list-box h2 {
      font-size: 19px; } }
  .footer .data-house-type-box {
    font-family: 'Prompt', sans-serif; }
    .footer .data-house-type-box h2 {
      border-bottom: 1px solid #626262;
      border-top: 1px solid #626262;
      color: #fff;
      padding: 20px 0;
      text-align: center;
      margin-bottom: 0px;
      font-family: 'Prompt', sans-serif;
      font-size: 30px;
      cursor: pointer; }
    .footer .data-house-type-box #toggleFooterMenu .icon-toggle {
      padding: 0px 10px;
      font-size: 18px; }
    .footer .data-house-type-box #toggleFooterMenu .icon-toggle {
      background: url("../../../images/icons/arrow-shortcut2.png") no-repeat scroll center center;
      padding: 0 15px;
      text-indent: -9999px;
      width: 20px;
      display: inline-block;
      height: 17px; }
    .footer .data-house-type-box #toggleFooterMenu.open .icon-toggle {
      background: url("../../../images/icons/arrow-shortcut2u.png") no-repeat scroll center center; }
    .footer .data-house-type-box .house-type-title-list {
      display: none; }
      .footer .data-house-type-box .house-type-title-list ul {
        list-style: none; }
        .footer .data-house-type-box .house-type-title-list ul li {
          float: left;
          font-size: 30px;
          line-height: 32px;
          text-align: center;
          border-bottom: 1px solid #626262; }
          .footer .data-house-type-box .house-type-title-list ul li a {
            color: #a8a9ad;
            display: block;
            outline-style: none;
            padding: 10px 0px; }
            .footer .data-house-type-box .house-type-title-list ul li a:hover, .footer .data-house-type-box .house-type-title-list ul li a.active {
              color: #fff; }
          .footer .data-house-type-box .house-type-title-list ul li.active {
            border-bottom: 1px solid #232323; }
            .footer .data-house-type-box .house-type-title-list ul li.active a {
              color: #fff; }
          .footer .data-house-type-box .house-type-title-list ul li.town-house-tab {
            border-left: 1px solid #626262; }
      .footer .data-house-type-box .house-type-title-list.active {
        display: block; }
      @media screen and (max-width: 768px) {
        .footer .data-house-type-box .house-type-title-list ul li {
          border-bottom: 1px solid #626262;
          font-size: 18px;
          line-height: 26px;
          padding: 0px 4px; } }
    .footer .data-house-type-box .house-type-data-list {
      display: none; }
      .footer .data-house-type-box .house-type-data-list .row {
        border-top: 1px solid #626262;
        margin-top: -1px;
        padding: 40px 20px; }
      .footer .data-house-type-box .house-type-data-list.active {
        display: block; }
      .footer .data-house-type-box .house-type-data-list ul {
        list-style: none; }
        .footer .data-house-type-box .house-type-data-list ul li {
          float: left;
          width: 18%;
          margin-right: 2%; }
        .footer .data-house-type-box .house-type-data-list ul li {
          font-size: 18px;
          line-height: 28px; }
          .footer .data-house-type-box .house-type-data-list ul li a {
            color: #a8a9ad; }
            .footer .data-house-type-box .house-type-data-list ul li a:hover {
              color: #fff; }
      @media screen and (max-width: 768px) {
        .footer .data-house-type-box .house-type-data-list ul li {
          float: left;
          width: 100%;
          margin-right: 0; } }
  .footer .footer-menu {
    padding: 20px 0;
    background-color: #293D69; }
  .footer .footer_sub {
    width: 100%;
    color: #fff;
    padding: 0;
    padding-top: 30px;
    overflow: hidden; }
    .footer .footer_sub .footer_sub--block {
      width: 100%;
      margin-bottom: 20px; }
      .footer .footer_sub .footer_sub--block .callcenter {
        height: 45px;
        padding-left: 55px;
        margin-bottom: 20px;
        background-image: url("../../../../Images/icons/icon-phone-black.fw.png");
        background-repeat: no-repeat;
        background-position: left center; }
        .footer .footer_sub .footer_sub--block .callcenter h3 {
          color: #E12228;
          font-size: 20px;
          line-height: 22px;
          font-weight: 400;
          margin: 0; }
        .footer .footer_sub .footer_sub--block .callcenter a {
          color: #666;
          font-size: 30px;
          line-height: 30px;
          font-weight: 400; }
          .footer .footer_sub .footer_sub--block .callcenter a:hover {
            color: #E12228; }
      .footer .footer_sub .footer_sub--block .lacation {
        height: 45px;
        padding-left: 40px;
        margin-bottom: 20px;
        background-image: url("../../../../Images/icons/icon-location.fw.png");
        background-repeat: no-repeat;
        background-position: left center; }
        .footer .footer_sub .footer_sub--block .lacation a {
          color: #666;
          font-size: 20px;
          line-height: 22px;
          line-height: 45px;
          font-weight: 400; }
          .footer .footer_sub .footer_sub--block .lacation a:hover {
            color: #E12228; }
      .footer .footer_sub .footer_sub--block .email {
        height: 45px;
        padding-left: 55px;
        background-image: url("../../../../Images/icons/icon-mail-black.fw.png");
        background-repeat: no-repeat;
        background-position: left center; }
        .footer .footer_sub .footer_sub--block .email h3 {
          color: #666;
          font-size: 20px;
          line-height: 22px;
          font-weight: 400;
          text-transform: uppercase;
          margin: 0; }
        .footer .footer_sub .footer_sub--block .email a {
          color: #666;
          font-size: 20px;
          line-height: 22px;
          font-weight: 400; }
          .footer .footer_sub .footer_sub--block .email a:hover {
            color: #E12228; }
      .footer .footer_sub .footer_sub--block .copyright {
        position: relative;
        text-align: left; }
        .footer .footer_sub .footer_sub--block .copyright p {
          font-size: 16px;
          line-height: 18px;
          font-weight: 300;
          color: #666; }
      .footer .footer_sub .footer_sub--block .bottom-menu {
        position: relative;
        text-align: right; }
        .footer .footer_sub .footer_sub--block .bottom-menu ul {
          list-style: none; }
          .footer .footer_sub .footer_sub--block .bottom-menu ul li {
            display: inline-block;
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #666; }
            .footer .footer_sub .footer_sub--block .bottom-menu ul li:last-child {
              padding-right: 0;
              margin-right: 0;
              border-right: 0; }
            .footer .footer_sub .footer_sub--block .bottom-menu ul li a {
              font-size: 16px;
              line-height: 18px;
              font-weight: 300;
              color: #666; }
              .footer .footer_sub .footer_sub--block .bottom-menu ul li a:hover {
                color: #E12228; }
      @media screen and (max-width: 999px) {
        .footer .footer_sub .footer_sub--block {
          padding: 0 15px;
          margin-bottom: 40px; }
          .footer .footer_sub .footer_sub--block .bottom-menu {
            margin-bottom: 20px; }
          .footer .footer_sub .footer_sub--block .copyright, .footer .footer_sub .footer_sub--block .bottom-menu {
            text-align: center; } }
  @media screen and (max-width: 768px) {
    .footer .contact-mobile .call-center {
      background: url("../../../images/more-info-tablet.png") no-repeat scroll 35px center;
      border-top: 1px solid #626262;
      height: 7.625em;
      width: 100%;
      display: block;
      text-indent: -9999px;
      background-size: 180px auto; }
    .footer .contact-mobile .live-chat {
      background: url("../../../images/live-chat-online-mobile.png") no-repeat scroll 35px center;
      border-top: 1px solid #626262;
      height: 7.625em;
      width: 100%;
      display: block;
      text-indent: -9999px;
      background-size: 300px auto; } }
  @media screen and (min-width: 480px) and (max-width: 999px) {
    .footer .contact-mobile .call-center {
      background: url("../../../images/more-info-tablet.png") no-repeat scroll 224px center;
      border-top: 1px solid #626262;
      height: 7.625em;
      width: 100%;
      display: block;
      text-indent: -9999px;
      background-size: 180px auto; }
    .footer .contact-mobile .live-chat {
      background: url("../../../images/live-chat-online-mobile.png") no-repeat scroll 224px center;
      border-top: 1px solid #626262;
      height: 7.625em;
      width: 100%;
      display: block;
      text-indent: -9999px;
      background-size: 300px auto; }
    .footer .hidden-xs {
      display: none !important; } }

.consent--wrapper {
  display: flex;
  justify-content: center;
  z-index: 99999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }
  .consent--wrapper .consent__container {
    text-align: center;
    padding: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(30, 20, 55, 0.85); }
  .consent--wrapper .consent__word {
    margin-right: 25px;
    font-size: 14px;
    line-height: 32px;
    color: white; }
    .consent--wrapper .consent__word a {
      color: #E12227; }
      .consent--wrapper .consent__word a:hover {
        text-decoration: none; }
  @media (max-width: 1024px) {
    .consent--wrapper .consent__word {
      line-height: 24px; } }
  @media (max-width: 414px) {
    .consent--wrapper .consent__container {
      text-align: left;
      flex-direction: column;
      justify-content: flex-start; }
    .consent--wrapper .consent__word {
      margin-right: 0; }
    .consent--wrapper .consent__btn {
      width: 100%; }
      .consent--wrapper .consent__btn .btn-primary {
        width: 100%; } }

#bottom-content-box {
  margin-top: 10px; }
  #bottom-content-box > .col {
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 150px;
    border-top: 1px solid #efefef; }
    #bottom-content-box > .col:first-child {
      border-left: none; }
  #bottom-content-box .thumb {
    display: block;
    width: 100px;
    height: 75px;
    background: #efefef; }
  #bottom-content-box .detail .heading, #bottom-content-box .media-body .heading {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: normal;
    color: #E12228;
    line-height: 1.4em; }
  #bottom-content-box .detail .desc, #bottom-content-box .media-body .desc {
    overflow: hidden;
    margin: 3px 0 10px 0;
    padding: 0;
    height: 5.6em;
    line-height: 1.4em; }
  #bottom-content-box .detail .gen-button, #bottom-content-box .media-body .gen-button {
    float: left;
    width: 80px; }
  #bottom-content-box .collapsible-content .panel {
    margin-bottom: 0;
    border: 0; }
  #bottom-content-box .collapsible-content .corporate-item {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: height 0.35s ease 0s; }
    #bottom-content-box .collapsible-content .corporate-item .article-text {
      color: #fff;
      margin-bottom: 20px; }
      #bottom-content-box .collapsible-content .corporate-item .article-text ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #bottom-content-box .collapsible-content .corporate-item .article-text ul .text-link {
          color: #fff;
          font-size: 16px;
          line-height: 30px;
          font-weight: 300;
          text-decoration: none; }
          @media screen and (max-width: 640px) {
            #bottom-content-box .collapsible-content .corporate-item .article-text ul .text-link {
              padding-left: 15px; } }
          #bottom-content-box .collapsible-content .corporate-item .article-text ul .text-link:hover {
            text-decoration: underline; }
    #bottom-content-box .collapsible-content .corporate-item .collapse {
      padding-bottom: 10px;
      display: none; }
      #bottom-content-box .collapsible-content .corporate-item .collapse.in {
        display: block; }
    #bottom-content-box .collapsible-content .corporate-item ul, #bottom-content-box .collapsible-content .corporate-item ol {
      padding-left: 25px;
      margin: 0; }
    #bottom-content-box .collapsible-content .corporate-item p, #bottom-content-box .collapsible-content .corporate-item li {
      padding-bottom: 0; }
    #bottom-content-box .collapsible-content .corporate-item h3 {
      margin: 0px;
      margin-bottom: 15px;
      color: #fff;
      text-transform: uppercase;
      max-width: 250px;
      font-size: 20px;
      line-height: 22px;
      font-weight: 300;
      /*a:hover, a:focus {
                    color: #00af9f;
                }*/ }
      #bottom-content-box .collapsible-content .corporate-item h3 a {
        display: block;
        position: relative;
        padding-right: 40px;
        color: #fff; }
      #bottom-content-box .collapsible-content .corporate-item h3 span {
        margin-right: -40px;
        background-color: #fff;
        color: #1E1537;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -pie-border-radius: 50%;
        behavior: url(pie/PIE.htc);
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding-left: 1px;
        text-align: center;
        margin-top: -5px; }
      #bottom-content-box .collapsible-content .corporate-item h3 span.pull-right {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-right: 0; }
      #bottom-content-box .collapsible-content .corporate-item h3 i {
        font-size: 16px; }
    #bottom-content-box .collapsible-content .corporate-item h4 {
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      margin: 0; }
      #bottom-content-box .collapsible-content .corporate-item h4 a {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        color: #fff;
        text-decoration: none; }
        #bottom-content-box .collapsible-content .corporate-item h4 a:hover {
          color: #E12228; }
    @media screen and (max-width: 767px) {
      #bottom-content-box .collapsible-content .corporate-item .article-text .footer-nav {
        margin-bottom: 20px; }
      #bottom-content-box .collapsible-content .corporate-item h4 {
        margin-bottom: 0; } }

/*#___gcse_0 {
    position: relative;
    z-index: -1;
    height: 0px;
}*/
.backtotop {
  text-align: center; }
  .backtotop .sprite {
    background-image: url("../../../../Images/backtoptop.png"); }
    .backtotop .sprite.sprite-p_back_to_top {
      background-position: 0 0;
      background-size: cover;
      width: 60px;
      height: 75px; }
  .backtotop .totop {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999;
    line-height: 30px;
    right: 25px;
    bottom: 70px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .backtotop .totop.show {
      visibility: visible;
      cursor: pointer;
      opacity: 1.0; }
    @media screen and (max-width: 768px) {
      .backtotop .totop {
        position: static;
        margin-top: 25px;
        margin-bottom: 25px;
        display: inline-block !important; } }

/* general inputs buttons style  */
/* general table style  */
/* content page*/
/* responsive control stylesheet */
/* **DO NOT** import another scss component below reponsive import!! */
