@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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 {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "MundoSansStd", 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: #f2cc6c;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ecb426;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #f2cc6c; }

a.text-primary:hover,
a.text-primary:focus {
  color: #eebc3d; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #f2cc6c; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #eebc3d; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container-bs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-bs:before, .container-bs:after {
    content: " ";
    display: table; }
  .container-bs:after {
    clear: both; }
  @media (min-width: 768px) {
    .container-bs {
      width: 750px; } }
  @media (min-width: 992px) {
    .container-bs {
      width: 970px; } }
  @media (min-width: 1310px) {
    .container-bs {
      width: 1310px; } }

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

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

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1310px) {
  .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%; } }
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; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  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: 0;
  -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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #252525;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #252525;
  background-color: #fff;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #252525;
    background-color: #e6e6e6;
    border-color: transparent; }
  .btn-default:hover {
    color: #252525;
    background-color: #e6e6e6;
    border-color: transparent; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #252525;
    background-color: #e6e6e6;
    border-color: transparent; }
    .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: #252525;
      background-color: #d4d4d4;
      border-color: transparent; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: transparent; }
  .btn-default .badge {
    color: #fff;
    background-color: #252525; }

.btn-primary {
  color: #2d2d2d;
  background-color: #f2cc6c;
  border-color: #f0c455; }
  .btn-primary:focus, .btn-primary.focus {
    color: #2d2d2d;
    background-color: #eebc3d;
    border-color: #b58610; }
  .btn-primary:hover {
    color: #2d2d2d;
    background-color: #eebc3d;
    border-color: #ebb01c; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #2d2d2d;
    background-color: #eebc3d;
    border-color: #ebb01c; }
    .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: #2d2d2d;
      background-color: #ebb01c;
      border-color: #b58610; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #f2cc6c;
    border-color: #f0c455; }
  .btn-primary .badge {
    color: #f2cc6c;
    background-color: #2d2d2d; }

.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:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.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:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.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:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.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:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #f2cc6c;
  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: #ecb426;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

button, .button {
  cursor: pointer; }

ol, ul {
  margin: 20px 0 20px 25px; }
  ol li:not(:last-child), ul li:not(:last-child) {
    padding-bottom: 15px;
    line-height: 20px; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.mt-1 {
  margin-top: 10px; }

.mb-1 {
  margin-bottom: 10px; }

/* MIXINS */
/* VARIABLES */
/* GLOBAL VARIABLES */
/* HEADER VARIABLES */
/* NAVIGATION VARIABLES */
/*WHITE NAV COLORS*/
/*BLACK NAV COLORS*/
/* FOOTER VARIABLES */
/* RESOURCES */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-padding-start: 0px;
  outline: none !important; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input[type="submit"], input[type="number"], input[type="text"], input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    border-radius: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 125px; }
  body p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
    body p.left {
      text-align: left; }
    body p .required {
      color: #ed1c24; }
  body a {
    text-decoration: none;
    color: #ddb453;
    font-weight: bold; }

.wrapper {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  position: relative;
  /*padding: 0px 65px;*/ }
  .wrapper.large {
    max-width: 1450px; }

.bold {
  font-weight: 700; }

.italics {
  font-style: italic;
  font-weight: 400; }

.clear {
  clear: both;
  content: "";
  display: block; }

.required {
  color: #ed1c24; }

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0; }

.checked li {
  list-style: none;
  background: url(../images/list-check-icon.png) no-repeat transparent;
  background-position: 0px 6px;
  line-height: 25px;
  padding-left: 35px;
  vertical-align: middle; }

/* HYBRID BOX/HYBRID DROPDOWN/CHECKBOX/RADIO STYLING */
div.hybrid-box {
  height: 38px;
  line-height: 30px;
  width: 100%;
  border: 1px solid #E1E0E0;
  padding: 0;
  background: #fff;
  position: relative;
  font-size: 12px;
  color: #d4b45d; }
  div.hybrid-box input {
    background: none;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    border: none !important;
    font-size: 12px;
    padding-left: 10px;
    color: #d4b45d; }
  div.hybrid-box .hybrid-box-trigger {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 0;
    background: url(../images/down-arrow.png) no-repeat center center transparent;
    z-index: 50;
    cursor: pointer; }
  div.hybrid-box .hybrid-options {
    position: absolute;
    min-width: 100%;
    top: 30px;
    left: -1px;
    right: -1px;
    background: #fff;
    margin: 0;
    padding: 0;
    max-height: 300px;
    list-style-type: none;
    z-index: 1050;
    border: 1px solid #E1E0E0;
    border-top: none;
    overflow-y: scroll !important; }
    div.hybrid-box .hybrid-options li {
      line-height: normal;
      padding: 5px 20px;
      font-size: 12px;
      text-align: left; }
      div.hybrid-box .hybrid-options li:hover {
        background: #f1de9c;
        color: #666; }
    div.hybrid-box .hybrid-options li[class|="val-false"] {
      background: #f1de9c;
      color: #666;
      font-size: 14px; }
    div.hybrid-box .hybrid-options li[class|="val-false"], div.hybrid-box .hybrid-options li:first-child {
      padding: 10px; }
  div.hybrid-box select[readonly="readonly"] + .hybrid-box-trigger {
    opacity: 0.5; }
    div.hybrid-box select[readonly="readonly"] + .hybrid-box-trigger + .hybrid-options {
      display: none !important;
      cursor: none; }

.hybrid-dropdown {
  display: block;
  background: #F00;
  width: 100%;
  height: 0;
  position: relative; }
  .hybrid-dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 500;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    height: 180px;
    overflow-y: scroll; }
    .hybrid-dropdown ul li {
      display: block;
      height: 30px;
      line-height: 30px;
      padding: 0 20px;
      cursor: pointer;
      overflow: hidden; }
      .hybrid-dropdown ul li:hover {
        background: #f1de9c;
        color: #666; }

.fancy-check {
  height: 30px;
  line-height: 30px; }
  .fancy-check .outer {
    display: block;
    width: 18px;
    height: 18px;
    border: none;
    padding: 0;
    float: left; }
    .fancy-check .outer .inner {
      display: block;
      width: 18px;
      height: 18px;
      border: 1px solid #cccccc;
      background: #fff;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .fancy-check input[type="checkbox"]:checked + .outer .inner {
    background: url(../images/custom-checkboxes.png) left center no-repeat transparent;
    background-position: -22px -1px; }

.fancy-radio {
  height: 30px;
  line-height: 30px; }
  .fancy-radio .outer {
    display: block;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    float: left; }
    .fancy-radio .outer .inner {
      display: block;
      width: 16px;
      height: 16px;
      /* transition:all 0.3s linear;
      -webkit-transition:all 0.3s linear;*/
      background: url(../images/custom-radio.png) left center no-repeat transparent; }
  .fancy-radio input[type="radio"]:checked + .outer .inner {
    background: url(../images/custom-radio.png) left center no-repeat transparent;
    background-position: -17px center; }

/* CHZN INPUT & DROPDOWN */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  z-index: 1;
  width: 100% !important; }
  .chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #e1e0e0;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box; }
  .chzn-container .chzn-results {
    margin: 0;
    max-height: 180px;
    padding: 0;
    background: #fff;
    list-style: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chzn-container .chzn-results li {
      display: none;
      line-height: 15px;
      padding: 5px 6px;
      background: none;
      list-style: none;
      margin: 0;
      list-style: none; }
      .chzn-container .chzn-results li em {
        background: #feffde;
        font-style: normal; }
    .chzn-container .chzn-results .active-result {
      cursor: pointer;
      display: list-item; }
    .chzn-container .chzn-results .highlighted {
      background: #f1de9c;
      color: #666; }
      .chzn-container .chzn-results .highlighted em {
        background: transparent; }
    .chzn-container .chzn-results .no-results {
      background: #f4f4f4;
      display: list-item; }
    .chzn-container .chzn-results .group-result {
      cursor: default;
      color: #999;
      font-weight: bold; }
    .chzn-container .chzn-results .group-option {
      padding-left: 15px; }
  .chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 1; }
    .chzn-container .chzn-results-scroll span {
      display: inline-block;
      height: 17px;
      text-indent: -5000px;
      width: 9px; }
  .chzn-container .chzn-results-scroll-down {
    bottom: 0; }
    .chzn-container .chzn-results-scroll-down span {
      background: url("../images/chosen-sprite.png") no-repeat -4px -4px; }
  .chzn-container .chzn-results-scroll-up span {
    background: url("../images/chosen-sprite.png") no-repeat -22px -4px; }

.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0; }
.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px; }

.chzn-container-single .chzn-single {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 8px;
  width: 100%;
  height: 30px;
  font-weight: 400;
  color: #000;
  border: 1px solid #e1e0e0;
  line-height: 30px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  text-decoration: none; }
  .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: url("../images/chosen-sprite.png") -42px 1px no-repeat; }
    .chzn-container-single .chzn-single abbr:hover {
      background-position: -42px -10px; }
  .chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px; }
    .chzn-container-single .chzn-single div b {
      background: url("../images/chosen-sprite.png") no-repeat 0px 4px;
      display: block;
      width: 100%;
      height: 100%; }
.chzn-container-single .chzn-default {
  color: #999; }
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px; }
.chzn-container-single.chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }
  .chzn-container-single.chzn-search input {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 0 8px;
    width: 100%;
    height: 30px;
    border: 1px solid #e1e0e0;
    line-height: 30px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.chzn-container-active .chzn-single {
  border: none; }
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb; }
  .chzn-container-active .chzn-choices .search-field input {
    color: #111 !important; }
.chzn-container-active .chzn-single-with-drop {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 8px;
  width: 100%;
  height: 30px;
  border: 1px solid #e1e0e0;
  line-height: 30px;
  box-shadow: 0; }
  .chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none; }
    .chzn-container-active .chzn-single-with-drop div b {
      background-position: -18px 4px; }

.gold {
  color: #ddb453; }

.italic {
  font-style: italic; }

/* RATING STYLES */
ul.rating {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  ul.rating li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px; }
    ul.rating li .icon svg polygon {
      fill: #d4b45d !important; }
  ul.rating.rating-1 li + li .icon svg polygon, ul.rating.rating-2 li + li + li .icon svg polygon, ul.rating.rating-3 li + li + li + li .icon svg polygon, ul.rating.rating-4 li + li + li + li + li .icon svg polygon, ul.rating.rating-5 li + li + li + li + li + li .icon svg polygon {
    fill: #ccc !important; }

@media screen and (max-width: 984px) {
  .wrapper {
    padding: 0 10px; } }
.icon {
  width: 15px;
  height: 15px; }

.preloader {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1100;
  background: url("../images/preloader-circle.gif") no-repeat center;
  background-size: 70px;
  display: none; }

.home-class {
  padding-top: 0; }
  .home-class .header {
    position: relative;
    background: #000; }
    .home-class .header.white {
      background: #000; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  min-height: 125px;
  display: block;
  background: #000;
  z-index: 1500; }
  .header.home-class {
    background: none; }
  .header::after {
    display: block;
    content: "";
    clear: both; }
  .header .wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%; }
  .header.image {
    height: 250px; }
  .header .background {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1000px;
    right: 0;
    z-index: 0; }
  .header .mini-logo {
    display: none; }
  .header .logo {
    position: absolute;
    top: 30px;
    z-index: 10; }
    .header .logo a img {
      max-width: 204px;
      height: auto; }
  .header .connect {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
    font-weight: 300;
    font-size: 12px;
    color: #717171; }
    .header .connect .connect-icon {
      width: 17px;
      height: 17px;
      display: inline-block;
      padding-right: 5px; }
    .header .connect .social-media {
      width: 205px;
      text-align: right;
      overflow: hidden;
      margin-right: 0;
      margin-left: auto; }
      .header .connect .social-media li {
        height: 16px;
        line-height: 16px;
        width: auto;
        font-weight: 400;
        padding: 0 4.5px;
        color: #717171;
        display: inline-block; }
        .header .connect .social-media li a {
          display: block;
          color: #717171;
          position: relative; }
          .header .connect .social-media li a .icon {
            width: 17px;
            height: 17px; }
            .header .connect .social-media li a .icon svg {
              fill: #717171; }
              .header .connect .social-media li a .icon svg circle {
                fill: #717171; }
          .header .connect .social-media li a.youtube .icon svg g path {
            fill: #717171; }
        .header .connect .social-media li.home a::after {
          border-right: 1px solid #717171;
          content: "";
          position: absolute;
          right: 0;
          top: 4px;
          height: 10px;
          margin-right: -7px; }
    .header .connect .toolkit {
      margin-top: 15px;
      color: #717171;
      text-align: right;
      overflow: hidden; }
      .header .connect .toolkit a {
        color: #717171;
        font-weight: 400;
        line-height: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        padding: 0px 10px; }
        .header .connect .toolkit a .icon {
          width: 16px;
          height: 16px;
          margin-right: 5px;
          margin-top: 2px;
          float: left;
          display: inline-block; }
          .header .connect .toolkit a .icon svg {
            fill: #717171; }
        .header .connect .toolkit a::after {
          border-right: 1px solid #717171;
          content: "";
          position: absolute;
          right: 0;
          top: 5px;
          height: 10px;
          margin-right: -3px; }
        .header .connect .toolkit a:last-child::after {
          border-right: none;
          padding-right: 0; }
  .header.scroll-nav {
    border-bottom: 1px solid #717171; }
    .header.scroll-nav .wrapper {
      max-width: auto; }
    .header.scroll-nav .mini-logo, .header.scroll-nav .connect .social-media {
      display: none; }
    .header.scroll-nav .nav {
      bottom: 0px;
      right: 0; }
  .header.white {
    background-color: transparent;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .header.white + section {
      margin-top: 0; }
    .header.white .connect {
      color: #d4d4d4; }
      .header.white .connect .social-media li {
        color: #d4d4d4; }
        .header.white .connect .social-media li a {
          color: #d4d4d4; }
          .header.white .connect .social-media li a .icon {
            width: 16px;
            height: 16px; }
            .header.white .connect .social-media li a .icon svg {
              fill: #d4d4d4; }
              .header.white .connect .social-media li a .icon svg circle {
                fill: #d4d4d4; }
        .header.white .connect .social-media li.home a::after {
          border-right: 1px solid #d4d4d4; }
      .header.white .connect .toolkit {
        color: #d4d4d4; }
        .header.white .connect .toolkit a {
          color: #d4d4d4; }
          .header.white .connect .toolkit a .icon svg {
            fill: #d4d4d4; }
          .header.white .connect .toolkit a::after {
            border-right: 1px solid #d4d4d4; }
    .header.white.scroll-nav {
      background-color: black;
      border-bottom: 1px solid #d4d4d4; }
      .header.white.scroll-nav + section {
        margin-top: 0; }

@media screen and (max-width: 1280px) {
  .header .logo {
    left: 30px; }
  .header .connect {
    right: 30px; } }
@media screen and (max-width: 1080px) {
  .header {
    height: 170px;
    min-height: 170px; }
    .header + section {
      margin-top: 40px; } }
@media screen and (max-width: 850px) {
  .header {
    height: 180px; }
    .header + section {
      margin-top: 40px; }
    .header.scroll-nav {
      height: auto;
      min-height: 0; }
      .header.scroll-nav + section {
        margin-top: 50px; }
      .header.scroll-nav .logo, .header.scroll-nav .connect, .header.scroll-nav .mini-logo {
        display: none; } }
@media screen and (max-width: 550px) {
  .header .connect {
    right: 3%;
    top: 25px; }
  .header .logo {
    left: 3%;
    top: 38px; }
    .header .logo a img {
      max-width: 150px; } }
@media screen and (max-width: 480px) {
  .header .logo {
    top: auto;
    left: auto;
    text-align: center;
    padding-top: 50px;
    position: relative;
    display: block;
    margin: 0 auto; } }
/*@import "resources/Navigation";*/
.nav {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  position: absolute; }
  .nav .trigger {
    display: none; }
  .nav .main {
    width: auto; }
    .nav .main li {
      display: inline-block;
      height: auto;
      background: none;
      list-style: none; }
      .nav .main li a {
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        padding: 0px 10px 23px 10px;
        display: inline-block;
        position: relative; }
        .nav .main li a.icon-active {
          padding: 0px 30px 23px 10px; }
        .nav .main li a span {
          display: inline-block;
          float: left;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase; }
        .nav .main li a .icon {
          width: 9px;
          height: 9px;
          right: 14px;
          display: block;
          position: absolute; }
        .nav .main li a:hover, .nav .main li a:focus {
          cursor: pointer;
          color: #ddb453; }
          .nav .main li a:hover .connect-icon svg path, .nav .main li a:focus .connect-icon svg path {
            fill: #ddb453; }
      .nav .main li:last-child a::before {
        display: none; }
      .nav .main li .sub-nav {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9500;
        top: 38px;
        left: 0;
        right: 0;
        text-align: left; }
        .nav .main li .sub-nav .sub-holder {
          position: relative;
          width: 100%;
          height: auto;
          max-width: 918px;
          text-align: left;
          display: block;
          margin: 0 0 0 auto; }
        .nav .main li .sub-nav .column {
          display: inline-block;
          padding: 0px 2%;
          margin: 19px 0px;
          vertical-align: top;
          height: 100%;
          text-align: left;
          position: relative;
          overflow: hidden; }
          .nav .main li .sub-nav .column::after {
            position: absolute;
            content: "";
            min-height: 500px;
            height: 100%;
            top: 0;
            right: 0px; }
          .nav .main li .sub-nav .column:last-child::after {
            display: none; }
          .nav .main li .sub-nav .column li {
            display: block;
            text-transform: uppercase; }
            .nav .main li .sub-nav .column li::after {
              border-right: none; }
            .nav .main li .sub-nav .column li.heading {
              font-weight: 700;
              font-size: 14px;
              position: relative;
              padding-bottom: 18px; }
              .nav .main li .sub-nav .column li.heading::after {
                width: 40px;
                content: "";
                position: absolute;
                left: 0;
                padding: 0;
                bottom: 10px; }
            .nav .main li .sub-nav .column li a {
              font-size: 14px;
              font-weight: 400;
              text-transform: none;
              padding: 14px 0px;
              display: block; }
              .nav .main li .sub-nav .column li a::before, .nav .main li .sub-nav .column li a::after {
                display: none; }
            .nav .main li .sub-nav .column li:first-child a {
              padding-top: 9px; }
            .nav .main li .sub-nav .column li:last-child a {
              padding-bottom: 9px; }
      .nav .main li:hover a.icon-active::after {
        position: absolute;
        display: inline-block;
        content: "";
        bottom: -2px;
        height: 13px;
        width: 30px;
        margin-left: -13px;
        left: 50%;
        z-index: 9400; }
      .nav .main li:hover .sub-nav {
        display: block; }

.header {
  /*BLACK STYLES ONLY*/
  /*WHITE STYLES ONLY*/ }
  .header.black .nav .main li a {
    color: #fff; }
    .header.black .nav .main li a .icon svg {
      fill: #fff; }
    .header.black .nav .main li a::before {
      border-right: 1px solid #fff; }
  .header.black .nav .main li:hover a.icon-active::after {
    background: url(../images/nav-arrow-white.png) no-repeat center center transparent; }
  .header.black .nav .main li .sub-nav {
    background: url(../images/navigation-pattern-bg-white.jpg) repeat top left transparent; }
    .header.black .nav .main li .sub-nav .sub-holder .column::after {
      border-right: 1px solid rgba(222, 222, 222, 0.3); }
    .header.black .nav .main li .sub-nav .sub-holder .column li {
      color: #000; }
      .header.black .nav .main li .sub-nav .sub-holder .column li.heading::after {
        border-bottom: 2px solid #000; }
      .header.black .nav .main li .sub-nav .sub-holder .column li a {
        color: #000; }
      .header.black .nav .main li .sub-nav .sub-holder .column li:hover a {
        color: #ddb453; }
  .header.white .nav .main li a {
    color: #fff; }
    .header.white .nav .main li a .icon svg {
      fill: #dedede; }
    .header.white .nav .main li a::before {
      border-right: 1px solid #dedede; }
  .header.white .nav .main li:hover a.icon-active::after {
    background: url(../images/nav-arrow.png) no-repeat center center transparent; }
  .header.white .nav .main li .sub-nav {
    background: url(../images/navigation-pattern-bg.jpg) repeat top left transparent; }
    .header.white .nav .main li .sub-nav .sub-holder .column::after {
      border-right: 1px solid rgba(222, 222, 222, 0.2); }
    .header.white .nav .main li .sub-nav .sub-holder .column li {
      color: #fff; }
      .header.white .nav .main li .sub-nav .sub-holder .column li.heading::after {
        border-bottom: 2px solid #d4d4d4; }
      .header.white .nav .main li .sub-nav .sub-holder .column li a {
        color: #fff; }
      .header.white .nav .main li .sub-nav .sub-holder .column li:hover a {
        color: #ddb453; }

.nav .main {
  margin: 0; }
  .nav .main li {
    padding-bottom: 0;
    line-height: normal; }

@media screen and (max-width: 1280px) {
  .nav .main {
    padding-right: 30px; } }
@media screen and (max-width: 1180px) {
  .nav.sticky .main .sub-nav {
    padding-left: 0; } }
@media screen and (max-width: 1000px) {
  .nav .main li a {
    font-size: 14px; }
  .nav .main li .sub-nav .sub-holder {
    max-width: 100%; }
  .nav .main li .sub-nav .column {
    padding: 0px 2%; }
  .nav .main li:hover a.icon-active::after {
    bottom: -4px; } }
@media screen and (max-width: 850px) {
  .nav {
    height: 50px;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer; }
    .nav.sticky {
      position: fixed;
      top: 0; }
    .nav .trigger {
      display: block;
      width: 100%;
      height: 50px;
      text-align: left; }
      .nav .trigger .icon {
        display: inline-block;
        vertical-align: top;
        width: 24px;
        height: 24px;
        margin: 13px; }
      .nav .trigger .label {
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: 50px;
        line-height: 50px;
        padding: 0 15px 0 0px;
        font-size: 14px; }
    .nav .main {
      display: none;
      margin-top: -1px;
      width: 100%;
      height: auto;
      position: relative;
      padding-right: 0;
      z-index: 9750;
      overflow-y: scroll;
      background: url(../images/navigation-pattern-bg.jpg) repeat top left transparent; }
      .nav .main li {
        width: 100%;
        display: block; }
        .nav .main li a {
          width: 100%;
          height: 40px;
          display: block;
          overflow: hidden;
          padding: 12px 25px; }
          .nav .main li a.icon-active {
            padding: 12px 25px; }
        .nav .main li:hover a.icon-active::after {
          display: none; }
        .nav .main li .sub-nav {
          display: block;
          background: none;
          position: relative;
          top: auto; }
          .nav .main li .sub-nav .sub-holder .column {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
            height: auto !important; }
            .nav .main li .sub-nav .sub-holder .column li {
              padding: 15px 25px; }
              .nav .main li .sub-nav .sub-holder .column li.heading {
                padding: 15px 25px 18px 25px; }
                .nav .main li .sub-nav .sub-holder .column li.heading::after {
                  left: 25px;
                  bottom: 14px; }
              .nav .main li .sub-nav .sub-holder .column li a {
                height: auto;
                padding: 0;
                background: none; }

  .header {
    /*WHITE STYLES ONLY*/
    /*BLACK STYLES ONLY*/ }
    .header.white .nav {
      background: #fff;
      border-top: 1px solid #d4d4d4; }
      .header.white .nav .trigger .icon svg {
        fill: #000; }
      .header.white .nav .trigger .label {
        color: #000; }
      .header.white .nav .main li a {
        background: #fff;
        color: #000;
        border-bottom: 1px solid #d4d4d4; }
        .header.white .nav .main li a .icon svg {
          fill: #dedede; }
        .header.white .nav .main li a::before {
          display: none; }
      .header.white .nav .main li:hover a {
        color: #ddb453; }
        .header.white .nav .main li:hover a .connect-icon svg path {
          fill: #ddb453; }
      .header.white .nav .main li .sub-nav .sub-holder .column::after {
        display: none; }
      .header.white .nav .main li .sub-nav .sub-holder .column li {
        border-bottom: 1px solid rgba(222, 222, 222, 0.2);
        color: #fff; }
        .header.white .nav .main li .sub-nav .sub-holder .column li.heading::after {
          border-bottom: 2px solid #d4d4d4; }
        .header.white .nav .main li .sub-nav .sub-holder .column li a {
          border-bottom: none;
          color: #fff; }
    .header.black .nav {
      background: #000;
      border-top: 1px solid #717171; }
      .header.black .nav .trigger .icon svg {
        fill: #fff; }
      .header.black .nav .trigger .label {
        color: #fff; }
      .header.black .nav .main li a {
        background: #000;
        color: #fff;
        border-bottom: 1px solid #717171; }
        .header.black .nav .main li a .icon svg {
          fill: #dedede; }
        .header.black .nav .main li a::before {
          display: none; }
      .header.black .nav .main li:hover a {
        color: #ddb453; }
        .header.black .nav .main li:hover a .connect-icon svg path {
          fill: #ddb453; }
      .header.black .nav .main li .sub-nav .sub-holder .column::after {
        display: none; }
      .header.black .nav .main li .sub-nav .sub-holder .column li {
        border-bottom: 1px solid rgba(222, 222, 222, 0.3);
        color: #000; }
        .header.black .nav .main li .sub-nav .sub-holder .column li.heading::after {
          border-bottom: 2px solid #000; }
        .header.black .nav .main li .sub-nav .sub-holder .column li a {
          border-bottom: none;
          color: #000; } }
.breadcrumbs {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  overflow: hidden; }
  .breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: none;
    list-style: none;
    height: 24px;
    line-height: 24px;
    z-index: 100; }
    .breadcrumbs ul li a {
      color: #5d5d5e;
      font-size: 11px;
      text-decoration: none;
      display: block;
      height: 24px;
      font-weight: 400; }
      .breadcrumbs ul li a:hover {
        text-decoration: underline; }
      .breadcrumbs ul li a.home .icon {
        margin-top: 3px; }
        .breadcrumbs ul li a.home .icon svg {
          fill: #d9d9d9; }

.counter {
  width: 100%;
  height: 73px;
  display: block;
  background: #000;
  overflow: hidden;
  padding: 0px 65px; }
  .counter .number {
    color: #000;
    font-size: 56px;
    font-weight: 300;
    width: auto;
    height: 73px;
    line-height: 73px;
    position: relative;
    padding-right: 10px;
    float: left;
    display: inline-block; }
  .counter .message {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    height: 73px;
    line-height: 73px;
    padding-left: 15px;
    display: inline-block; }
  .counter .calendar {
    height: 73px;
    float: right;
    display: inline-block; }
    .counter .calendar a {
      text-decoration: none;
      color: #000;
      font-size: 20px;
      font-weight: 400;
      height: 100%;
      display: block;
      position: relative; }
      .counter .calendar a span {
        line-height: 73px;
        padding-right: 10px;
        display: inline-block;
        float: left; }
      .counter .calendar a .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 9px;
        margin: 16px 0px;
        border: 2px solid #ddb453;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .counter .calendar a .icon svg {
          fill: #ddb453; }

@media screen and (max-width: 1000px) {
  .counter {
    padding: 0px 15px;
    height: auto; }
    .counter .number {
      font-size: 30px; }
    .counter .message, .counter .calendar a {
      font-size: 14px; } }
@media screen and (max-width: 640px) {
  .counter {
    padding: 0px;
    border-bottom: 1px solid #2c2c2c; }
    .counter .number {
      padding-left: 10px; }
    .counter .calendar {
      border-top: 1px solid #2c2c2c;
      padding: 0px 10px;
      width: 100%;
      float: none;
      text-align: right;
      display: block; } }
@media screen and (max-width: 360px) {
  .counter .number {
    height: 50px;
    line-height: 50px;
    font-size: 26px; }
  .counter .message {
    font-size: 12px;
    height: 50px;
    line-height: 50px; }
  .counter .calendar {
    height: 50px; }
    .counter .calendar a {
      font-size: 12px; }
      .counter .calendar a span {
        line-height: 50px; }
      .counter .calendar a .icon {
        margin: 11px 0px;
        width: 28px;
        height: 28px;
        padding: 6px; } }
.counter-home {
  padding: 20px;
  background: #000;
  text-align: center; }
  .counter-home .message {
    display: inline-block;
    font-size: 35px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
    .counter-home .message .header-hr {
      margin-top: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .counter-home .message .header-hr .header-strip {
        border-top: 1px solid #f2c351;
        height: 1px;
        width: 100%; }
      .counter-home .message .header-hr .header-icon {
        color: #f2c351;
        background: -webkit-linear-gradient(#ffeec3, #deb54a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px; }
      .counter-home .message .header-hr .header-hr-item {
        margin-right: 5px; }

/* ETAYA 4 BLOCKS */
.etaya-blocks {
  width: 100%;
  height: auto;
  padding-bottom: 40px; }
  .etaya-blocks .wrapper {
    max-width: 1360px;
    overflow: hidden; }
    .etaya-blocks .wrapper .block {
      width: 22%;
      margin: 0% 1% 2% 1%;
      height: auto;
      float: left;
      padding: 2% 1.5% 1% 1.5%;
      display: inline-block;
      text-align: center;
      border: 1px solid #e1e0e0;
      position: relative; }
      .etaya-blocks .wrapper .block .block-image {
        text-align: center; }
      .etaya-blocks .wrapper .block .block-content {
        display: block;
        padding-bottom: 60px; }
        .etaya-blocks .wrapper .block .block-content h3 {
          color: #000;
          margin: 15px 0px;
          font-size: 30px;
          line-height: 34px;
          font-weight: 700; }
      .etaya-blocks .wrapper .block .social-media {
        margin: 0;
        overflow: hidden;
        bottom: 0;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 25px 20%; }
        .etaya-blocks .wrapper .block .social-media li {
          width: 33.33%;
          float: left;
          display: inline-block; }
          .etaya-blocks .wrapper .block .social-media li a span {
            margin: 0 auto; }
        .etaya-blocks .wrapper .block .social-media .facebook-icon {
          width: 18px;
          height: 18px;
          /*background: url("../images/eteya-facebook-icon.png") no-repeat center center;*/
          display: block; }
          .etaya-blocks .wrapper .block .social-media .facebook-icon svg {
            fill: #d1d1d1; }
        .etaya-blocks .wrapper .block .social-media .twitter-icon {
          width: 18px;
          height: 18px;
          /*background: url("../images/eteya-twitter-icon.png") no-repeat center center;*/
          display: block; }
          .etaya-blocks .wrapper .block .social-media .twitter-icon svg {
            fill: #d1d1d1; }
        .etaya-blocks .wrapper .block .social-media .linkedin-icon {
          width: 18px;
          height: 18px;
          /*background: url("../images/eteya-linkedin-icon.png") no-repeat center center;*/
          display: block; }
          .etaya-blocks .wrapper .block .social-media .linkedin-icon svg {
            fill: #d1d1d1; }

.assessor-block {
  overflow: hidden; }
  .assessor-block .assessor-image {
    width: 30%;
    float: left;
    display: inline-block;
    margin-right: 3%;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1); }
    .assessor-block .assessor-image img {
      width: 100%;
      padding: 5%;
      height: auto;
      display: block; }
  .assessor-block .assessor-content {
    width: 67%;
    float: left;
    display: inline-block; }
    .assessor-block .assessor-content h3 {
      padding-top: 0 !important; }

/* 4 FLOATING CONTENT BLOCKS - GLOBAL */
.six-floating-blocks .block {
  width: 14%;
  margin: 1.25% 1.33%; }
  .six-floating-blocks .block .block-content {
    padding: 17px;
    padding-bottom: 55px; }

.four-floating-blocks .block {
  width: 22%;
  margin: 2% 1.5%; }
  .four-floating-blocks .block .block-content {
    padding: 17px;
    padding-bottom: 10px; }
.four-floating-blocks.dashboard .block .block-content {
  padding-bottom: 110px; }
.four-floating-blocks.toolkit .block .block-content {
  padding-bottom: 55px; }
  .four-floating-blocks.toolkit .block .block-content h3 {
    margin-bottom: 17px; }
.four-floating-blocks.vote .block .block-content, .four-floating-blocks.province .block .block-image {
  padding-bottom: 55px; }

.three-floating-blocks .block {
  width: 30.33%;
  margin: 2% 1.5%; }
  .three-floating-blocks .block .block-image img {
    padding: 5%; }
  .three-floating-blocks .block .block-content {
    padding: 0px 17px 55px 17px; }
.three-floating-blocks.assessors h3 {
  clear: both;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 2% 0%; }

.six-floating-blocks, .four-floating-blocks, .three-floating-blocks {
  width: 100%;
  height: auto; }

.six-floating-blocks .block, .four-floating-blocks .block, .three-floating-blocks .block {
  height: 100%;
  background: #fff;
  float: left;
  display: inline-block;
  position: relative;
  -moz-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); }

.six-floating-blocks .block .social-media, .four-floating-blocks .block .social-media, .three-floating-blocks .block .social-media {
  width: auto;
  height: 32px;
  background: #deb54a;
  top: 0;
  right: 0;
  position: absolute; }

.six-floating-blocks .block .social-media li, .four-floating-blocks .block .social-media li, .three-floating-blocks .block .social-media li {
  float: left;
  display: inline-block; }

.six-floating-blocks .block .social-media li a .icon, .four-floating-blocks .block .social-media li a .icon, .three-floating-blocks .block .social-media li a .icon {
  width: 24px;
  height: 24px;
  margin: 4px; }

.six-floating-blocks .block .social-media li a .icon svg, .four-floating-blocks .block .social-media li a .icon svg, .three-floating-blocks .block .social-media li a .icon svg {
  fill: #fff; }

.six-floating-blocks .block .block-image img, .four-floating-blocks .block .block-image img, .three-floating-blocks .block .block-image img {
  width: 100%;
  height: auto;
  display: block; }

.six-floating-blocks .block .block-content h3, .four-floating-blocks .block .block-content h3, .three-floating-blocks .block .block-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.six-floating-blocks .block .block-content h3 span, .four-floating-blocks .block .block-content h3 span, .three-floating-blocks .block .block-content h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400; }

.six-floating-blocks .block .block-content p, .four-floating-blocks .block .block-content p, .three-floating-blocks .block .block-content p {
  font-size: 11px; }

.six-floating-blocks .block .block-links, .four-floating-blocks .block .block-links, .three-floating-blocks .block .block-links {
  background: #f7f7f7;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute; }

.six-floating-blocks .block .block-links a, .four-floating-blocks .block .block-links a, .three-floating-blocks .block .block-links a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 55px;
  line-height: 55px;
  display: block;
  border-bottom: 1px solid #d6d6d6; }

.six-floating-blocks .block .block-links a:hover, .four-floating-blocks .block .block-links a:hover, .three-floating-blocks .block .block-links a:hover {
  color: #deb54a; }

.six-floating-blocks .block .block-links a .icon, .four-floating-blocks .block .block-links a .icon, .three-floating-blocks .block .block-links a .icon {
  width: 12px;
  height: 55px;
  margin: 0px 10px;
  float: left;
  display: inline-block; }

.six-floating-blocks .block .block-links a .icon svg, .four-floating-blocks .block .block-links a .icon svg, .three-floating-blocks .block .block-links a .icon svg {
  fill: #cbad62; }

.six-floating-blocks .block .block-links a:first-child::before, .four-floating-blocks .block .block-links a:first-child::before, .three-floating-blocks .block .block-links a:first-child::before {
  content: "";
  width: 100%;
  height: 3px;
  z-index: 200;
  top: -3px;
  left: 0;
  position: absolute; }

.six-floating-blocks .block .block-links a:last-child, .four-floating-blocks .block .block-links a:last-child, .three-floating-blocks .block .block-links a:last-child {
  border-bottom: none; }

.six-floating-blocks .block .block-links .dropdown, .four-floating-blocks .block .block-links .dropdown, .three-floating-blocks .block .block-links .dropdown {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 55px;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding: 12px 10px 0px 10px; }

.six-floating-blocks .block .block-links .dropdown:first-child::before, .four-floating-blocks .block .block-links .dropdown:first-child::before, .three-floating-blocks .block .block-links .dropdown:first-child::before {
  content: "";
  width: 100%;
  height: 3px;
  z-index: 200;
  top: -3px;
  left: 0;
  background: url("../images/category-links-shadow.png") repeat-x top center;
  position: absolute; }

.six-floating-blocks .block .block-links .dropdown:last-child, .four-floating-blocks .block .block-links .dropdown:last-child, .three-floating-blocks .block .block-links .dropdown:last-child {
  border-bottom: none; }

.six-floating-blocks .block .block-links .dropdown select, .four-floating-blocks .block .block-links .dropdown select, .three-floating-blocks .block .block-links .dropdown select {
  background: #fff;
  width: 100%;
  border: 1px solid #e1e0e0; }

.six-floating-blocks::after, .four-floating-blocks::after, .three-floating-blocks::after {
  content: "";
  clear: both;
  display: block; }

/*
.three-floating-blocks {
	width: 100%;
	height: auto;
	.block {
		float: left;
		display: inline-block;
		width: 30.33%;
		height: 100%;
		margin: 2% 1.5%;
		position: relative;
		-webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
		.block-image {
			img {
				padding: 5%;
				width: 100%;
				height: auto;
				display: block;
			}
		}
		.block-content {
			padding: 0px 17px 55px 17px;
			h3 {
				font-size: 20px;
				font-weight: 700;
				color: #000;
				text-transform: uppercase;
			}
		}
		.block-links {
			background: #f7f7f7;
			width: 100%;
			left: 0;
			bottom: 0;
			position: absolute;
			a {
				color: #000;
				font-size: 14px;
				font-weight: 400;
				width: 100%;
				height: 55px;
				line-height: 55px;
				display: block;
				border-bottom: 1px solid #d6d6d6;
				&:last-child {
					border-bottom: none;
				}
				.icon {
					width: 12px;
					height: 55px;
					margin: 0px 15px;
					float: left;
					display: inline-block;
					svg{
						fill: #cbad62;
					}
				}
				&:first-child::before {
					content: "";
					width: 100%;
					height: 3px;
					z-index: 200;
					top: -3px;
					left: 0;
					background: url("../images/category-links-shadow.png") repeat-x top center;
					position: absolute;
				}
			}
		}
	}
	&.assessors {
		h3 {
			clear: both;
			width: 100%;
			font-size: 24px;
			font-weight: 300;
			margin: 0;
			padding: 2% 0%;
		}
	}
	&::after {
		content: "";
		clear: both;
		display: block; 
	}
}*/
@media screen and (max-width: 1460px) {
  .six-floating-blocks .block {
    width: 17%;
    margin: 1.25% 1.5%; } }
@media screen and (max-width: 1080px) {
  .etaya-blocks .wrapper .block {
    width: 14%; }

  .six-floating-blocks .block {
    width: 22%;
    margin: 1.25% 1.5%; } }
@media screen and (max-width: 984px) {
  .six-floating-blocks .block .block-links a, .four-floating-blocks .block .block-links a {
    font-size: 12px;
    padding-right: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .six-floating-blocks .block .block-links a .arrow, .four-floating-blocks .block .block-links a .arrow {
    width: 20%; } }
@media screen and (max-width: 800px) {
  .six-floating-blocks .block, .four-floating-blocks .block {
    width: 30.33%; } }
@media screen and (max-width: 720px) {
  .three-floating-blocks .block {
    width: 47%; }

  .etaya-blocks .wrapper .block {
    width: 48%; } }
@media screen and (max-width: 640px) {
  .six-floating-blocks .block, .four-floating-blocks .block {
    width: 47%; }

  .etaya-blocks .wrapper .block {
    padding: 3% 3% 0% 3%; } }
@media screen and (max-width: 480px) {
  .six-floating-blocks .block, .three-floating-blocks .block, .four-floating-blocks .block {
    height: 100% !important;
    float: none;
    display: block;
    width: 97%; }

  .etaya-blocks .wrapper .block {
    height: 100% !important;
    float: none;
    display: block;
    width: 98%; }

  .assessor-block .assessor-content {
    float: none;
    display: block;
    width: 100%;
    margin: 5% 0% 0% 0%; }
  .assessor-block .assessor-image {
    margin: 2%;
    width: 96%;
    float: none;
    display: block; } }
.sprite-block {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .sprite-block .sprite-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .sprite-block .sprite-list .sprite-item {
      width: 100%;
      height: auto;
      position: relative;
      border-top: 1px solid #e1e0e0; }
      .sprite-block .sprite-list .sprite-item:last-child {
        border-bottom: 1px solid #e1e0e0; }
      .sprite-block .sprite-list .sprite-item h3 {
        background: none;
        color: #a3a3a3;
        font-size: 26px;
        font-weight: 400;
        padding: 12px 50px 12px 16px;
        cursor: pointer;
        position: relative; }
        .sprite-block .sprite-list .sprite-item h3 .next-button {
          display: none;
          right: 10px;
          top: 50%;
          margin-top: -7px;
          position: absolute;
          vertical-align: middle;
          text-decoration: underline; }
        .sprite-block .sprite-list .sprite-item h3 .icon {
          width: 17px;
          height: 17px;
          right: 15px;
          top: 50%;
          margin-top: -8.5px;
          position: absolute;
          font-size: 0; }
          .sprite-block .sprite-list .sprite-item h3 .icon.list-minus {
            display: none; }
          .sprite-block .sprite-list .sprite-item h3 .icon svg {
            fill: #e1e0e0; }
      .sprite-block .sprite-list .sprite-item ol {
        list-style-type: decimal;
        padding: 0 0 0 22px; }
        .sprite-block .sprite-list .sprite-item ol li {
          line-height: normal; }
      .sprite-block .sprite-list .sprite-item table {
        margin: 16px 0px;
        border: #e1e0e0 solid 1px; }
        .sprite-block .sprite-list .sprite-item table tr td {
          padding: 10px;
          vertical-align: top;
          border: #e1e0e0 solid 1px;
          line-height: normal; }
      .sprite-block .sprite-list .sprite-item .word-limit {
        margin: 0px 0px 10px 0px; }
      .sprite-block .sprite-list .sprite-item textarea {
        line-height: normal;
        min-height: 65px;
        resize: none;
        resize: vertical;
        padding: 5px;
        width: 100%;
        background: #fff;
        font-family: "Open Sans", sans-serif;
        border: 1px solid #e1e0e0; }
      .sprite-block .sprite-list .sprite-item .sub-checked li {
        list-style: none;
        background: url(../images/sitemap-li-sub-icon.png) no-repeat transparent;
        background-position: 0px 6px;
        line-height: 20px;
        padding-left: 25px;
        vertical-align: middle; }
      .sprite-block .sprite-list .sprite-item .sprite-content {
        display: none;
        background: #fff;
        position: relative; }
        .sprite-block .sprite-list .sprite-item .sprite-content.error-highlight textarea {
          border: 1px solid #ed1c24; }
        .sprite-block .sprite-list .sprite-item .sprite-content.firstactive {
          display: block; }
        .sprite-block .sprite-list .sprite-item .sprite-content .error {
          left: 20px;
          top: -30px; }
      .sprite-block .sprite-list .sprite-item.active h3 {
        color: #000; }
        .sprite-block .sprite-list .sprite-item.active h3 .next-button {
          display: inline-block; }
        .sprite-block .sprite-list .sprite-item.active h3 .icon.list-plus {
          display: none; }
        .sprite-block .sprite-list .sprite-item.active h3 .icon.list-minus {
          display: inline-block; }
        .sprite-block .sprite-list .sprite-item.active h3 .icon svg {
          fill: #ddb453; }
      .sprite-block .sprite-list .sprite-item.active .sprite-content {
        padding: 20px; }

.howtoenter .sprite-block .sprite-list .sprite-item h3 {
  background: none;
  color: #a3a3a3;
  font-size: 26px;
  font-weight: 600;
  padding: 12px 50px 12px 16px; }
.howtoenter .sprite-block .sprite-list .sprite-item.active h3 {
  color: #000; }

.main-page-image {
  width: 100%;
  height: 100%;
  position: relative;
  background: #e5e5e5;
  font-size: 0; }
  .main-page-image .background {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1; }
  .main-page-image .main-page-content {
    max-width: 2000px;
    height: 100%;
    padding-left: 0px;
    margin: 0 auto;
    z-index: 1200;
    display: block; }
    .main-page-image .main-page-content .page-details {
      width: 100%;
      z-index: 1250;
      position: absolute;
      display: block;
      height: auto; }
      .main-page-image .main-page-content .page-details.max-width {
        max-width: 695px; }
      .main-page-image .main-page-content .page-details.left {
        text-align: left;
        left: 110px; }
      .main-page-image .main-page-content .page-details.right {
        text-align: right;
        right: 110px; }
      .main-page-image .main-page-content .page-details.top {
        top: 40px; }
      .main-page-image .main-page-content .page-details.bottom {
        bottom: 40px; }
      .main-page-image .main-page-content .page-details.center {
        top: 50%;
        left: 50%;
        width: 100%;
        min-width: 300px;
        text-align: center;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .main-page-image .main-page-content .page-details.large h1 {
        font-size: 146px; }
      .main-page-image .main-page-content .page-details.large p {
        font-size: 30px; }
    .main-page-image .main-page-content h1 {
      font-size: 80px;
      font-weight: 300;
      text-transform: uppercase; }
      .main-page-image .main-page-content h1 strong {
        font-weight: 700; }
    .main-page-image .main-page-content p {
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: block; }
    .main-page-image .main-page-content a {
      font-size: 20px;
      font-weight: 300;
      text-transform: uppercase;
      text-decoration: none;
      padding: 7px 20px;
      border: 1px solid #fff; }
    .main-page-image .main-page-content .white h1, .main-page-image .main-page-content .white p {
      color: #fff; }
    .main-page-image .main-page-content .white a {
      color: #fff;
      border: 1px solid #fff; }
    .main-page-image .main-page-content .black h1, .main-page-image .main-page-content .black p {
      color: #000; }
    .main-page-image .main-page-content .black a {
      color: #000;
      border: 1px solid #000; }

.content {
  padding: 40px 0px 30px 0px; }
  .content.home .wrapper {
    max-width: 100%; }
  .content h1 {
    font-size: 40px;
    font-weight: 600; }
  .content h2 {
    font-size: 28px;
    font-weight: 400;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
    position: relative; }
    .content h2::after {
      position: absolute;
      left: 0;
      bottom: 0px;
      content: "";
      width: 100%;
      max-width: 300px;
      border-bottom: 8px solid #ebebeb; }
    .content h2 .new-label {
      background: #deb54a;
      color: #fff;
      display: inline-block;
      font-size: 22px;
      padding: 5px 8px;
      margin-right: 12px; }
  .content h3 {
    font-size: 22px;
    font-weight: 400; }
  .content p {
    margin: 1em 0;
    word-break: break-word; }
  .content .heading {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
    font-size: 34px;
    overflow: hidden; }
    .content .heading .title {
      color: #ddb453;
      padding: 8px 0px;
      display: inline-block; }
  .content .container-block {
    width: 100%;
    height: auto; }
    .content .container-block::after {
      clear: both;
      content: "";
      display: block;
      overflow: hidden; }
    .content .container-block .quote {
      float: left;
      display: inline-block;
      width: 40%;
      margin-right: 3%; }
    .content .container-block .container {
      float: right;
      display: inline-block;
      width: 57%; }
      .content .container-block .container.full-page-container {
        float: none;
        display: block;
        width: auto; }
      .content .container-block .container h1 {
        margin: 14px 0px; }
  .content .main-article {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .content .main-article::after {
      clear: both;
      content: "";
      display: block;
      overflow: hidden; }
    .content .main-article .quote {
      float: left;
      display: inline-block;
      width: 40%;
      margin-right: 3%; }
    .content .main-article .container {
      float: right;
      display: inline-block;
      width: 57%; }
      .content .main-article .container h1 {
        margin: 14px 0px; }
    .content .main-article .static-title {
      font-size: 72px;
      font-weight: 600;
      text-align: center;
      width: 73%;
      margin: 0 auto;
      padding: 20px 0 0 0;
      font-family: 'Open Sans Condensed', sans-serif; }
    .content .main-article h3 {
      font-size: 43px;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      padding-top: 0;
      font-family: 'Open Sans Condensed', sans-serif;
      padding: 0 26%; }
    .content .main-article p {
      margin: 0 auto;
      width: 100%;
      padding-top: 15px;
      font-size: 16px;
      text-align: center; }
    .content .main-article .media {
      margin: 0 auto;
      padding: 0;
      position: relative;
      top: -55px;
      width: 62%; }
      .content .main-article .media .hover-box {
        width: 38%;
        position: relative;
        height: 91px;
        display: block;
        top: 508px;
        z-index: 1499;
        color: #fff;
        background-color: #000;
        border-left: 5px solid #d4b45d; }
        .content .main-article .media .hover-box .hover-text {
          font-size: 30px;
          position: relative;
          left: 20px;
          top: 30px; }
    .content .main-article .read-article {
      width: 100%;
      float: none;
      margin: 0;
      position: relative;
      left: 0;
      top: 15px;
      display: inline-block;
      text-align: center; }
      .content .main-article .read-article a {
        padding: 12px 20px;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        color: #000;
        Border: 1px solid #000; }
  .content .quote {
    padding: 30px 45px;
    position: relative; }
    .content .quote .quote-top {
      background: url(../images/quote-top-img.png) no-repeat center center transparent;
      display: block;
      width: 45px;
      height: 28px;
      position: absolute;
      left: 0;
      top: 20px; }
    .content .quote p {
      text-align: center;
      font-style: italic;
      margin: 0;
      font-size: 18px; }
    .content .quote .quote-bot {
      background: url(../images/quote-bot-img.png) no-repeat center center transparent;
      display: block;
      width: 45px;
      height: 28px;
      position: absolute;
      right: 0;
      bottom: 20px; }
  .content .sidebar h3 {
    color: #ddb453;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase; }
  .content .sidebar .categories-check li {
    list-style: none;
    line-height: 75px;
    height: 75px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .content .sidebar .categories-check li a {
      color: #737373;
      font-weight: 600;
      padding: 25px 0px;
      text-transform: uppercase; }
      .content .sidebar .categories-check li a .icon {
        width: 12px;
        height: 75px;
        margin-right: 20px;
        float: left;
        display: inline-block; }
        .content .sidebar .categories-check li a .icon svg {
          fill: #ddb453; }
    .content .sidebar .categories-check li:last-child {
      border-bottom: none; }
  .content.about .container-block .container {
    float: left;
    width: 67%;
    padding-right: 3%;
    border-right: 1px solid #e4e4e4; }
  .content.about .container-block .sidebar {
    float: right;
    display: inline-block;
    width: 30%;
    margin-left: 3%;
    margin-top: 6px; }
  .content.home {
    padding: 0; }
    .content.home .container-block .container {
      width: 100%;
      display: block;
      float: none; }
      .content.home .container-block .container .container-image {
        width: 325px;
        margin-right: 25px;
        float: left;
        display: inline-block; }
        .content.home .container-block .container .container-image img {
          margin-bottom: 10px;
          width: 100%; }
        .content.home .container-block .container .container-image p {
          color: #9c9b9b;
          margin: 0;
          text-align: center;
          font-size: 12px;
          font-style: italic; }
        .content.home .container-block .container .container-image .small {
          font-size: 10px; }
      .content.home .container-block .container .container-content {
        width: 80%;
        display: inline-block; }
        .content.home .container-block .container .container-content h2 {
          padding-top: 0px;
          margin-top: -4px; }
      .content.home .container-block .container::after {
        clear: both;
        content: "";
        display: block; }
      .content.home .container-block .container.top-article {
        color: white;
        background: #000;
        height: 551px; }
        .content.home .container-block .container.top-article .wrapper {
          max-width: 990px;
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0;
          height: 551px; }
        .content.home .container-block .container.top-article .image-container, .content.home .container-block .container.top-article .text-container {
          display: inline-block;
          vertical-align: top;
          margin-left: -3px;
          height: 100%;
          position: relative; }
        .content.home .container-block .container.top-article .image-container {
          width: 56%; }
          .content.home .container-block .container.top-article .image-container .container-image {
            width: auto;
            float: none;
            margin: 0;
            position: absolute;
            left: 0;
            bottom: 0; }
            .content.home .container-block .container.top-article .image-container .container-image img {
              margin-bottom: 0px;
              width: 100%;
              height: auto;
              max-width: 572px; }
        .content.home .container-block .container.top-article .text-container {
          padding-left: 70px;
          width: 44%;
          line-height: 551px; }
          .content.home .container-block .container.top-article .text-container .align-content {
            line-height: normal;
            vertical-align: middle;
            display: inline-block; }
          .content.home .container-block .container.top-article .text-container .container-title h3 {
            font-family: 'Open Sans Condensed', sans-serif;
            font-size: 29px;
            font-weight: 600;
            padding: 20px 0px;
            display: inline-block;
            width: 100%;
            position: relative; }
          .content.home .container-block .container.top-article .text-container .container-content {
            padding: 0;
            width: auto; }
            .content.home .container-block .container.top-article .text-container .container-content p {
              font-size: 16px;
              width: 100%;
              display: inline-block; }
          .content.home .container-block .container.top-article .text-container .container-enter {
            padding-top: 15px; }
            .content.home .container-block .container.top-article .text-container .container-enter a {
              border: 1px solid #ddb453;
              padding: 11px 15px;
              font-size: 16px;
              font-weight: 400;
              text-transform: uppercase;
              display: inline-block; }
    .content.home .container-block .custom-text {
      margin: 0 auto;
      width: 100%;
      font-family: 'Open Sans Condensed', sans-serif;
      padding-top: 4%; }
      .content.home .container-block .custom-text h1 {
        font-size: 72px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 auto;
        text-align: center; }
      .content.home .container-block .custom-text h2 {
        font-size: 53px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        margin: 0 auto;
        text-align: center; }
        .content.home .container-block .custom-text h2::after {
          border: none; }
      .content.home .container-block .custom-text h3 {
        font-size: 38px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 auto;
        text-align: center; }
      .content.home .container-block .custom-text h4 {
        font-size: 35px;
        font-weight: lighter;
        text-transform: uppercase;
        margin: 0 auto;
        text-align: center; }
    .content.home .container-block .split {
      max-width: 990px;
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      height: 520px; }
      .content.home .container-block .split .left, .content.home .container-block .split .right {
        display: inline-block;
        vertical-align: top;
        height: auto;
        width: 49%;
        margin: 0 auto; }
      .content.home .container-block .split .left .container-image, .content.home .container-block .split .right .container-image {
        width: 100%;
        float: none;
        margin: 0;
        position: relative;
        left: 0;
        bottom: 0;
        text-align: center; }
      .content.home .container-block .split .left .container-image img, .content.home .container-block .split .right .container-image img {
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        max-width: 325px; }
      .content.home .container-block .split .left .container-content, .content.home .container-block .split .right .container-content {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        height: 100%;
        position: relative;
        width: 100%; }
      .content.home .container-block .split .left .container-content h3, .content.home .container-block .split .right .container-content h3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 10px 0; }
      .content.home .container-block .split .left .container-content p, .content.home .container-block .split .right .container-content p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0 14%; }
      .content.home .container-block .split .left .view, .content.home .container-block .split .right .view {
        width: 100%;
        float: none;
        margin: 0;
        position: relative;
        left: 0;
        top: 25px;
        display: inline-block;
        text-align: center; }
      .content.home .container-block .split .left .view a, .content.home .container-block .split .right .view a {
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        color: #000;
        Border: 1px solid #000; }
      .content.home .container-block .split .vertical-line {
        width: 1px;
        background-color: #ccc;
        float: left;
        height: 250px;
        position: relative;
        bottom: 0;
        left: 50%;
        top: 23%; }
    .content.home .articles-block {
      background: #000;
      color: white;
      width: 100%;
      display: block;
      overflow: hidden;
      padding: 0px 65px; }
    .content.home .home-callout {
      border-top: 1px solid #d7bc6f;
      padding-top: 25px;
      margin-bottom: 25px; }
      .content.home .home-callout h4 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center; }
        .content.home .home-callout h4 strong {
          font-weight: 700; }
  .content.product .container-block .container {
    float: left;
    display: inline-block;
    width: 63.8%;
    margin-right: 3%; }
    .content.product .container-block .container .image-block {
      margin-bottom: 28px;
      position: relative; }
      .content.product .container-block .container .image-block img {
        width: 100%;
        height: auto;
        display: block; }
      .content.product .container-block .container .image-block .nivo-directionNav {
        display: none; }
      .content.product .container-block .container .image-block .nivo-controlNav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 20; }
        .content.product .container-block .container .image-block .nivo-controlNav a {
          margin: 0px 12px;
          text-indent: -9999px;
          background: #fff;
          opacity: 0.5;
          width: 12px;
          height: 12px;
          display: inline-block;
          -moz-border-radius: 50px;
          -webkit-border-radius: 50px;
          border-radius: 50px; }
          .content.product .container-block .container .image-block .nivo-controlNav a.active {
            opacity: 1.0; }
    .content.product .container-block .container .information-block ul li {
      line-height: 32px; }
  .content.product .container-block .voting-block {
    float: right;
    display: inline-block;
    width: 33.2%; }
  .content.howtoenter .entries-lists li {
    height: 330px;
    overflow: hidden; }
    .content.howtoenter .entries-lists li .category-name {
      width: 50%;
      float: right;
      display: inline-block;
      padding: 20px 0px 0px 25px; }
      .content.howtoenter .entries-lists li .category-name h4 {
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
        text-transform: uppercase; }
      .content.howtoenter .entries-lists li .category-name p {
        line-height: 20px; }
      .content.howtoenter .entries-lists li .category-name .button {
        display: inline-block;
        padding: 8px 10px;
        border: 1px solid #ddb453;
        overflow: hidden; }
        .content.howtoenter .entries-lists li .category-name .button span {
          font-weight: 600;
          font-size: 18px;
          color: #ddb453;
          float: left;
          display: inline-block; }
        .content.howtoenter .entries-lists li .category-name .button .icon {
          vertical-align: middle;
          width: 14px;
          height: 18px;
          margin-left: 5px;
          display: inline-block; }
          .content.howtoenter .entries-lists li .category-name .button .icon svg {
            fill: #ddb453; }
    .content.howtoenter .entries-lists li .category-image {
      width: 50%;
      float: left;
      display: inline-block;
      overflow: hidden;
      position: relative; }
      .content.howtoenter .entries-lists li .category-image img {
        width: 100%;
        height: auto; }
      .content.howtoenter .entries-lists li .category-image::after {
        top: 50%;
        margin-top: -12.5px;
        right: 0;
        left: auto;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 40px 25px 0;
        border-color: transparent #ffffff transparent transparent; }
    .content.howtoenter .entries-lists li:first-child .category-name {
      padding-top: 0 !important; }
    .content.howtoenter .entries-lists li:nth-child(2n+1) .category-name {
      float: left;
      padding: 20px 25px 0px 0px; }
    .content.howtoenter .entries-lists li:nth-child(2n+1) .category-image {
      float: right; }
      .content.howtoenter .entries-lists li:nth-child(2n+1) .category-image::after {
        top: 50%;
        margin-top: -12.5px;
        right: auto;
        left: 0;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 40px;
        border-color: transparent transparent transparent #ffffff; }
  .content.banners .banners-block .block-iframe textarea {
    width: 100%;
    resize: vertical; }
  .content.log-in .heading, .content.thank-you .heading {
    font-weight: 300;
    font-size: 34px;
    color: #ddb453;
    margin-bottom: 30px;
    overflow: visible; }
  .content.log-in .forms .field, .content.thank-you .forms .field {
    min-height: 68px; }
  .content.log-in .forms .actions .link a, .content.thank-you .forms .actions .link a {
    padding: 0px 0px 10px 0px; }
  .content.log-in {
    background: url(../images/pattern-bg.jpg) repeat center center; }
  .content.full .container-block .container, .content.search .container-block .container, .content.award-entry .container-block .container {
    float: none;
    width: 100%; }

@media screen and (max-width: 1920px) {
  .content.home .main-article .media {
    width: 52%; } }
@media screen and (max-width: 1600px) {
  .content.home .main-article .media {
    width: 62%; } }
@media screen and (max-width: 1440px) {
  .content.home .container-block .container .container-image {
    width: 100%;
    float: none;
    display: block;
    text-align: center; }
  .content.home .container-block .container .container-content {
    width: 100%;
    float: none;
    display: block; }
  .content.home .container-block .custom-text h4 {
    width: 70%; }
  .content.home .container-block .split .left .container-image img, .content.home .container-block .split .right .container-image img {
    width: 55%; }
  .content.home .container-block .split .left .container-content p, .content.home .container-block .split .right .container-content p {
    width: 72%;
    font-size: 13px; }
  .content.home .container-block .split .vertical-line {
    bottom: 58%;
    left: 50%; }
  .content.home .main-article {
    width: 100%; }
    .content.home .main-article .media {
      width: 70%; }
      .content.home .main-article .media iframe {
        width: 100%; }
      .content.home .main-article .media .hover-box {
        width: 50%; }
    .content.home .main-article .static-title {
      width: 100%; } }
@media screen and (max-width: 1280px) {
  .content.home .wrapper .main-article h3 {
    padding: 0 22%; } }
@media screen and (max-width: 1021px) {
  .content.home .wrapper .main-article h3 {
    padding: 0 21%; } }
@media screen and (max-width: 984px) {
  .content.home .wrapper {
    padding: 0; }
    .content.home .wrapper .main-article h3 {
      padding: 0 20%; } }
@media screen and (max-width: 955px) {
  .content.home .wrapper {
    padding: 0; }
    .content.home .wrapper .main-article h3 {
      padding: 0 81px; } }
@media screen and (max-width: 740px) {
  .content.home .container-block .container.top-article {
    height: auto; }
    .content.home .container-block .container.top-article .wrapper {
      height: 100%;
      padding: 0; }
    .content.home .container-block .container.top-article .image-container, .content.home .container-block .container.top-article .text-container {
      width: 100%; }
    .content.home .container-block .container.top-article .image-container {
      position: initial; }
    .content.home .container-block .container.top-article .text-container {
      line-height: normal;
      padding: 30px 50px 100% 50px; }
  .content.home .container-block .container .main-article h3 {
    padding: 0 70px; } }
@media screen and (max-width: 580px) {
  .content.home .container-block .split {
    padding: 20px 0 0 0; }
    .content.home .container-block .split .left .container-content p, .content.home .container-block .split .right .container-content p {
      width: 100%; }
  .content.home .container-block .main-article .media .hover-box {
    width: 60%; }
    .content.home .container-block .main-article .media .hover-box .hover-tetx {
      font-size: 23px;
      position: relative;
      left: 20px;
      top: 35px; } }
@media screen and (max-width: 518px) {
  .content.home .container-block .split {
    padding: 20px 0 0 0; }
    .content.home .container-block .split .left .container-content h3, .content.home .container-block .split .right .container-content h3 {
      padding: 20px 10px 10px 10px; }
  .content.home .container-block .main-article .media .hover-box {
    width: 70%; } }
@media screen and (max-width: 480px) {
  .content.home .container-block .container.top-article .text-container {
    padding: 30px 30px 100% 30px; } }
@media screen and (max-width: 375px) {
  .content.home .wrapper {
    padding: 0; }
    .content.home .wrapper .main-article h3 {
      padding: 0 9px; } }
@media screen and (max-width: 320px) {
  .content.home .wrapper {
    padding: 0; }
    .content.home .wrapper .main-article h3 {
      padding: 0 9px; } }
/* SEARCH FORM - VOTE */
.search-holder {
  background: url(../images/pattern-bg.jpg) repeat center center; }

.vote-search {
  padding: 35px 40px;
  width: 100%;
  height: auto; }
  .vote-search .message {
    font-size: 11px;
    margin-bottom: 0; }
  .vote-search #Form_VoteSearch::after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block; }
  .vote-search #Form_VoteSearch fieldset {
    width: 70%;
    float: left;
    display: inline-block; }
    .vote-search #Form_VoteSearch fieldset .field {
      width: 50%;
      float: left;
      display: inline-block; }
      .vote-search #Form_VoteSearch fieldset .field .dropdown {
        clear: both;
        height: 30px;
        width: 100%;
        float: none;
        display: block; }
      .vote-search #Form_VoteSearch fieldset .field .middleColumn {
        display: block;
        width: 90%; }
        .vote-search #Form_VoteSearch fieldset .field .middleColumn input {
          display: block;
          background: #fff;
          padding: 0 8px;
          width: 100%;
          height: 30px;
          border: 1px solid #e1e0e0;
          line-height: 30px;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .vote-search #Form_VoteSearch fieldset .field label {
        display: block;
        font-size: 14px;
        margin-bottom: 4px; }
  .vote-search #Form_VoteSearch .Actions {
    display: inline-block;
    position: relative; }
    .vote-search #Form_VoteSearch .Actions .icon {
      padding: 10px;
      width: 48px;
      height: 48px;
      background: #ddb453;
      position: absolute;
      right: 0;
      bottom: 0; }
      .vote-search #Form_VoteSearch .Actions .icon svg {
        fill: #fff; }
    .vote-search #Form_VoteSearch .Actions input {
      border: none;
      font-size: 18px;
      background: #000;
      color: #fff;
      width: auto;
      margin: 0px;
      text-transform: uppercase;
      padding: 13px 68px 14px 18px; }

@media screen and (max-width: 800px) {
  .vote-search #Form_VoteSearch fieldset {
    width: 72%; }
    .vote-search #Form_VoteSearch fieldset .field label {
      font-size: 10px; }
  .vote-search #Form_VoteSearch .Actions {
    width: 18%; }
    .vote-search #Form_VoteSearch .Actions input {
      padding: 11px 25%; } }
@media screen and (max-width: 520px) {
  .vote-search #Form_VoteSearch fieldset {
    width: 100%;
    float: none;
    display: block; }
    .vote-search #Form_VoteSearch fieldset::after {
      clear: both;
      display: block;
      content: ""; }
    .vote-search #Form_VoteSearch fieldset .field {
      padding: 10px 0px 22px 0px;
      width: 100%;
      float: none;
      display: block; }
      .vote-search #Form_VoteSearch fieldset .field .middleColumn {
        width: 100%; }
      .vote-search #Form_VoteSearch fieldset .field label {
        font-size: 12px; }
  .vote-search #Form_VoteSearch .Actions {
    clear: both;
    width: 100%;
    float: none;
    display: block;
    text-align: right; }
    .vote-search #Form_VoteSearch .Actions input {
      width: 100%;
      padding: 11px 7%; } }
/* VOTING BLOCKS & RIBBONS */
.ribbons-main .desc, .ribbons-main .hidden-radio {
  display: none; }
.ribbons-main .multiple-items-list {
  margin: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 15px; }
.ribbons-main .item {
  width: 20%;
  float: left;
  display: inline-block;
  height: 30px; }
  .ribbons-main .item .icon {
    margin: 0 auto;
    height: 30px;
    width: 30px;
    display: block !important; }
    .ribbons-main .item .icon svg {
      fill: #ececec; }
  .ribbons-main .item.active .icon svg {
    fill: #ddb453; }

.voting-block {
  text-align: center;
  border: 5px solid #e4e4e4;
  padding: 15px 20px; }
  .voting-block .voting-content .icon {
    display: none; }
  .voting-block .voting-content form fieldset .field {
    text-align: left;
    padding: 20px 0px 10px 0;
    border-bottom: 1px solid #e4e4e4; }
    .voting-block .voting-content form fieldset .field:last-child {
      border-bottom: none; }
    .voting-block .voting-content form fieldset .field label {
      color: #000;
      font-size: 24px;
      font-weight: 400; }
      .voting-block .voting-content form fieldset .field label .required {
        color: #ed1c24;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        display: inline-block; }
    .voting-block .voting-content form fieldset .field .middleColumn {
      display: block; }
      .voting-block .voting-content form fieldset .field .middleColumn .customoptionset {
        overflow: hidden; }
        .voting-block .voting-content form fieldset .field .middleColumn .customoptionset li {
          width: 20%;
          float: left;
          display: inline-block; }
  .voting-block .voting-content form .Actions {
    clear: both;
    float: right;
    display: inline-block;
    margin-top: 20px;
    position: relative; }
    .voting-block .voting-content form .Actions::after {
      clear: both;
      display: block;
      content: ""; }
    .voting-block .voting-content form .Actions .icon {
    /*                    width: 26px;
  					  height: 26px;
  					  margin: 10px;
  					  position: absolute;
  					  left: 0;
  					  top: 0;*/
      display: none; }
      .voting-block .voting-content form .Actions .icon svg {
        fill: #fff; }
    .voting-block .voting-content form .Actions input {
      border: none;
      text-transform: uppercase;
      border-bottom: 2px solid #ddb453;
      font-size: 18px;
      color: #fff;
      background: #000;
      width: auto;
      margin: 0;
      padding: 12px 30px; }
  .voting-block .voting-content .mandatory {
    clear: both;
    display: block;
    font-size: 12px;
    padding-top: 10px; }
  .voting-block .voting-content.details {
    text-align: left; }
    .voting-block .voting-content.details #fb-share {
      margin-bottom: 15px;
      display: block;
      margin-top: 25px; }
    .voting-block .voting-content.details form fieldset .field {
      border-bottom: none; }
      .voting-block .voting-content.details form fieldset .field label {
        display: block;
        margin-bottom: 10px;
        white-space: nowrap; }
      .voting-block .voting-content.details form fieldset .field .middleColumn {
        display: block; }
        .voting-block .voting-content.details form fieldset .field .middleColumn input {
          display: block;
          background: #fff;
          padding: 0 8px;
          width: 100%;
          height: 30px;
          border: 1px solid #e1e0e0;
          line-height: 30px;
          filter: alpha(opacity=100); }
      .voting-block .voting-content.details form fieldset .field#Name {
        clear: both; }
    .voting-block .voting-content.details form fieldset .combined-field {
      display: block;
      width: 100%;
      height: auto;
      clear: both;
      padding-bottom: 15px;
      position: relative;
      border-bottom: none; }
      .voting-block .voting-content.details form fieldset .combined-field::after {
        content: "";
        display: block;
        overflow: hidden; }
      .voting-block .voting-content.details form fieldset .combined-field .field {
        width: 50%;
        float: left;
        display: inline-block; }
        .voting-block .voting-content.details form fieldset .combined-field .field .middleColumn select {
          display: block;
          background: #fff;
          padding: 0px 0px 0px 8px;
          width: 100%;
          height: 30px;
          border: 1px solid #e1e0e0;
          line-height: 30px;
          filter: alpha(opacity=100); }
        .voting-block .voting-content.details form fieldset .combined-field .field .middleColumn div.hybrid-box .hybrid-box {
          background: none;
          border: none; }
      .voting-block .voting-content.details form fieldset .combined-field #FromDay, .voting-block .voting-content.details form fieldset .combined-field #FromMonth, .voting-block .voting-content.details form fieldset .combined-field #FromYear, .voting-block .voting-content.details form fieldset .combined-field #ToDay, .voting-block .voting-content.details form fieldset .combined-field #ToMonth, .voting-block .voting-content.details form fieldset .combined-field #ToYear {
        margin-top: 10px;
        padding: 50px 1px 5px 1px;
        width: 33.33%;
        display: inline-block; }
      .voting-block .voting-content.details form fieldset .combined-field #ToDay, .voting-block .voting-content.details form fieldset .combined-field #FromDay {
        padding-left: 0; }
      .voting-block .voting-content.details form fieldset .combined-field #ToDay label, .voting-block .voting-content.details form fieldset .combined-field #FromDay label {
        display: block;
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%; }
      .voting-block .voting-content.details form fieldset .combined-field #FromYear, .voting-block .voting-content.details form fieldset .combined-field #ToYear {
        padding-right: 0; }
      .voting-block .voting-content.details form fieldset .combined-field #FromMonth label, .voting-block .voting-content.details form fieldset .combined-field #FromYear label, .voting-block .voting-content.details form fieldset .combined-field #ToMonth label, .voting-block .voting-content.details form fieldset .combined-field #ToYear label {
        display: none; }
    .voting-block .voting-content.details form .Actions .icon.submit {
      padding: 10px;
      width: 47px;
      height: 47px;
      background: #ddb453;
      position: absolute;
      right: 0;
      bottom: 0;
      display: block; }
      .voting-block .voting-content.details form .Actions .icon.submit svg {
        fill: #fff; }
      .voting-block .voting-content.details form .Actions .icon.submit + input {
        border-bottom: none;
        padding: 13px 67px 13px 20px; }
  .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field {
    border-bottom: none; }
    .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field#Quality {
      padding-top: 0px; }
    .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field label {
      display: none; }
    .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item {
      text-align: left;
      padding: 10px 0 0 0;
      border-bottom: 1px solid #e4e4e4;
      position: relative;
      height: 100px; }
      .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item .desc {
        position: absolute;
        top: 20px;
        left: 0;
        display: block;
        width: 100%;
        color: #000;
        font-size: 24px;
        font-weight: 400; }
      .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item input {
        position: absolute;
        bottom: 10px;
        left: 0; }
      .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item label {
        display: block; }
        .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item label .outer {
          width: 20px;
          height: 20px;
          float: none;
          margin-top: 10px;
          margin-left: 0px; }
          .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item label .outer .inner {
            width: 20px;
            height: 20px;
            background: url(../images/vote-radios.png) left center no-repeat transparent; }
        .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item label.fancy-radio {
          padding-top: 45px; }
          .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item label.fancy-radio input[type="radio"]:checked + .outer .inner {
            background: url(../images/vote-radios.png) left center no-repeat transparent;
            background-position: -20px center; }
  .voting-block .voting-content .vote-intro {
    margin: 0;
    margin-top: 30px; }
    .voting-block .voting-content .vote-intro .icon {
      margin: 0px auto;
      height: 30px;
      width: 30px;
      display: block; }
      .voting-block .voting-content .vote-intro .icon svg {
        fill: #ececec; }
    .voting-block .voting-content .vote-intro li {
      display: block;
      padding: 20px 0px;
      border-top: 1px solid #e4e4e4; }
      .voting-block .voting-content .vote-intro li p {
        margin-top: 0;
        text-align: left; }
      .voting-block .voting-content .vote-intro li .ribbons {
        margin: 0;
        width: 100%;
        overflow: hidden; }
        .voting-block .voting-content .vote-intro li .ribbons li {
          width: 20%;
          margin: 0% auto;
          padding: 0px;
          float: left;
          border-top: none;
          display: inline-block; }
          .voting-block .voting-content .vote-intro li .ribbons li.active .icon svg {
            fill: #ddb453; }
  .voting-block .voting-content .actions {
    margin: 15px 0px;
    text-align: right; }

@media screen and (max-width: 880px) {
  .voting-block .voting-content.details form fieldset .field label {
    font-size: 18px; } }
@media screen and (max-width: 640px) {
  .voting-block .voting-content.details form fieldset .field label {
    font-size: 14px; } }
@media screen and (max-width: 380px) {
  .voting-block .voting-content.details form fieldset .combined-field .field {
    width: 100%;
    float: none;
    display: block; }
  .voting-block .voting-content.details form fieldset .combined-field #FromDay, .voting-block .voting-content.details form fieldset .combined-field #FromMonth, .voting-block .voting-content.details form fieldset .combined-field #FromYear, .voting-block .voting-content.details form fieldset .combined-field #ToDay, .voting-block .voting-content.details form fieldset .combined-field #ToMonth, .voting-block .voting-content.details form fieldset .combined-field #ToYear {
    width: 100%;
    float: none;
    display: block;
    padding: 0px; }
  .voting-block .voting-content.details form fieldset .combined-field #ToDay label, .voting-block .voting-content.details form fieldset .combined-field #FromDay label {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 10px; } }
.news-block .block {
  overflow: hidden;
  margin-bottom: 20px; }
  .news-block .block .block-image {
    width: 196px;
    margin-right: 3%;
    float: left;
    display: inline-block; }
    .news-block .block .block-image img {
      width: 100%;
      height: auto; }
  .news-block .block .block-content {
    width: 76%;
    float: left;
    display: inline-block; }
    .news-block .block .block-content h3 {
      font-weight: 600;
      font-size: 20px; }
    .news-block .block .block-content .date {
      margin-top: 0;
      font-size: 12px; }
    .news-block .block .block-content .exerpt {
      font-size: 12px; }

@media screen and (max-width: 984px) {
  .news-block .block .block-image {
    width: 22%; }
  .news-block .block .block-content {
    width: 75%; } }
@media screen and (max-width: 580px) {
  .news-block .block .block-image {
    width: 30%; }
  .news-block .block .block-content {
    width: 67%; } }
@media screen and (max-width: 440px) {
  .news-block .block .block-image {
    width: 100%;
    float: none;
    display: block; }
  .news-block .block .block-content {
    width: 100%;
    float: none;
    display: block;
    margin-top: 15px; } }
.finalists-block h1, .winners-block h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 10px 0px; }

.finalists-block .block-content, .winners-block .block-content {
  width: 100%;
  overflow: hidden; }

.finalists-block .block-content .location-icon, .winners-block .block-content .location-icon {
  background: url(../images/finalists-location-icon.png) no-repeat center center transparent;
  width: 21px;
  height: 30px;
  margin-right: 12px;
  float: left;
  display: inline-block; }

.finalists-block .block-content .ceremony-details, .winners-block .block-content .ceremony-details {
  float: left;
  display: inline-block; }

.finalists-block .block-content .ceremony-details p, .winners-block .block-content .ceremony-details p {
  font-size: 20px;
  font-weight: 300;
  margin: 0; }

.finalists-block .block-content .ceremony-details p + p, .winners-block .block-content .ceremony-details p + p {
  font-size: 20px;
  font-weight: 400; }

.finalists-block .block-links, .winners-block .block-links {
  width: 100%;
  overflow: hidden;
  margin: 15px 0px; }

.finalists-block .block-links .event-icon, .winners-block .block-links .event-icon {
  background: url(../images/finalists-category-icon.png) no-repeat center center transparent;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  float: left;
  display: inline-block; }

.finalists-block .block-links ul, .winners-block .block-links ul {
  overflow: hidden;
  float: left;
  display: inline-block; }

.finalists-block .block-links ul li, .winners-block .block-links ul li {
  line-height: 22px;
  padding: 0px 10px 0px 0px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  border-right: 1px solid #dcdcdc; }

.finalists-block .block-links ul li:first-child, .winners-block .block-links ul li:first-child {
  padding-left: 0; }

.finalists-block .block-links ul li:last-child, .winners-block .block-links ul li:last-child {
  border-right: none; }

.finalists-block .block-table table, .winners-block .block-table table {
  border-top: solid 1px #f1de9c;
  margin-top: 30px;
  margin-bottom: 10px; }

.finalists-block .block-table table .table-heading, .winners-block .block-table table .table-heading {
  height: 60px;
  background: none !important; }

.finalists-block .block-table table .table-heading td, .winners-block .block-table table .table-heading td {
  padding: 40px 0px 15px 0px; }

.finalists-block .block-table table .table-heading h3, .winners-block .block-table table .table-heading h3 {
  font-size: 22px;
  font-weight: 300; }

.finalists-block .block-table table .table-heading .title, .winners-block .block-table table .table-heading .title {
  text-align: right;
  padding-right: 15px; }

.finalists-block .block-table table .table-header, .winners-block .block-table table .table-header {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #000000 !important; }

.finalists-block .block-table table .table-header td, .winners-block .block-table table .table-header td {
  font-weight: 400;
  color: #fff;
  padding: 0px 0px 0px 15px; }

.finalists-block .block-table table .table-header td + td, .winners-block .block-table table .table-header td + td, .finalists-block .block-table table .table-header td + td + td, .winners-block .block-table table .table-header td + td + td, .finalists-block .block-table table .table-header td + td + td + td, .winners-block .block-table table .table-header td + td + td + td {
  padding: 0; }

.finalists-block .block-table table tr, .winners-block .block-table table tr {
  background: none;
  height: auto;
  min-height: 85px;
  border-bottom: 1px solid #dcdcdc; }

.finalists-block .block-table table tr:nth-last-child(2n+1), .winners-block .block-table table tr:nth-last-child(2n+1) {
  background: #f2f2f2; }

.finalists-block .block-table table tr td, .winners-block .block-table table tr td {
  color: #000;
  font-weight: 700;
  padding: 15px 0px 15px 15px; }

.finalists-block .block-table table tr td + td, .winners-block .block-table table tr td + td, .finalists-block .block-table table tr td + td + td, .winners-block .block-table table tr td + td + td, .finalists-block .block-table table tr td + td + td + td, .winners-block .block-table table tr td + td + td + td {
  font-weight: 400;
  padding: 15px 0px; }

.finalists-block .block-table table tr td .rating, .winners-block .block-table table tr td .rating {
  margin: 0; }

.finalists-block .block-table table tr td .winner-icon img, .winners-block .block-table table tr td .winner-icon img {
  vertical-align: middle; }

.finalists-block .block-table table tr td strong, .winners-block .block-table table tr td strong {
  font-weight: 700; }

@media screen and (max-width: 640px) {
  .finalists-block .block-table table .table-header td, .winners-block .block-table table .table-header td {
    font-size: 16px; }

  .finalists-block .block-table table tr, .winners-block .block-table table tr {
    font-size: 12px; } }
@media screen and (max-width: 380px) {
  .finalists-block .block-table table .table-header td, .winners-block .block-table table .table-header td {
    font-size: 12px; }

  .finalists-block .block-table table tr, .winners-block .block-table table tr {
    font-size: 10px; }

  .finalists-block .block-table table tr td, .winners-block .block-table table tr td {
    word-break: break-word; } }
.gallery {
  padding: 65px 0px 30px 0px; }
  .gallery .wrapper {
    max-width: 100%;
    padding: 0px 65px; }
  .gallery .gallery-block {
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto; }
    .gallery .gallery-block ul .medialist-1 {
      width: 33.33%;
      height: 270px;
      overflow: hidden;
      float: none !important;
      margin: 0 !important;
      border: 0 !important;
      display: block !important;
      padding: 5px; }
      .gallery .gallery-block ul .medialist-1 img {
        display: block;
        width: 100%;
        height: auto; }
        .gallery .gallery-block ul .medialist-1 img.portrait {
          width: 100%;
          height: auto; }
        .gallery .gallery-block ul .medialist-1 img.landscape {
          width: auto;
          height: 100%; }
    .gallery .gallery-block ul .medialist-2 {
      width: 33.33%;
      height: 300px;
      overflow: hidden;
      float: none !important;
      margin: 0 !important;
      border: 0 !important;
      display: block !important;
      padding: 5px; }
      .gallery .gallery-block ul .medialist-2 img {
        display: block;
        width: 100%;
        height: auto; }
        .gallery .gallery-block ul .medialist-2 img.portrait {
          width: 100%;
          height: auto; }
        .gallery .gallery-block ul .medialist-2 img.landscape {
          width: auto;
          height: 100%; }
    .gallery .gallery-block ul .medialist-3 {
      width: 33.33%;
      height: 330px;
      overflow: hidden;
      float: none !important;
      margin: 0 !important;
      border: 0 !important;
      display: block !important;
      padding: 5px; }
      .gallery .gallery-block ul .medialist-3 img {
        display: block;
        width: 100%;
        height: auto; }
        .gallery .gallery-block ul .medialist-3 img.portrait {
          width: 100%;
          height: auto; }
        .gallery .gallery-block ul .medialist-3 img.landscape {
          width: auto;
          height: 100%; }
    .gallery .gallery-block ul .medialist-4 {
      width: 33.33%;
      height: 260px;
      overflow: hidden;
      float: none !important;
      margin: 0 !important;
      border: 0 !important;
      display: block !important;
      padding: 5px; }
      .gallery .gallery-block ul .medialist-4 img {
        display: block;
        width: 100%;
        height: auto; }
        .gallery .gallery-block ul .medialist-4 img.portrait {
          width: 100%;
          height: auto; }
        .gallery .gallery-block ul .medialist-4 img.landscape {
          width: auto;
          height: 100%; }
    .gallery .gallery-block ul .medialist-5, .gallery .gallery-block ul .medialist-6, .gallery .gallery-block ul .medialist-7, .gallery .gallery-block ul .medialist-8, .gallery .gallery-block ul .medialist-9, .gallery .gallery-block ul .medialist-10, .gallery .gallery-block ul .medialist-11, .gallery .gallery-block ul .medialist-12 {
      width: 33.33%;
      height: 330px;
      overflow: hidden;
      float: none !important;
      margin: 0 !important;
      border: 0 !important;
      display: block !important;
      padding: 5px; }
      .gallery .gallery-block ul .medialist-5 img, .gallery .gallery-block ul .medialist-6 img, .gallery .gallery-block ul .medialist-7 img, .gallery .gallery-block ul .medialist-8 img, .gallery .gallery-block ul .medialist-9 img, .gallery .gallery-block ul .medialist-10 img, .gallery .gallery-block ul .medialist-11 img, .gallery .gallery-block ul .medialist-12 img {
        display: block;
        width: 100%;
        height: auto; }
        .gallery .gallery-block ul .medialist-5 img.portrait, .gallery .gallery-block ul .medialist-6 img.portrait, .gallery .gallery-block ul .medialist-7 img.portrait, .gallery .gallery-block ul .medialist-8 img.portrait, .gallery .gallery-block ul .medialist-9 img.portrait, .gallery .gallery-block ul .medialist-10 img.portrait, .gallery .gallery-block ul .medialist-11 img.portrait, .gallery .gallery-block ul .medialist-12 img.portrait {
          width: 100%;
          height: auto; }
        .gallery .gallery-block ul .medialist-5 img.landscape, .gallery .gallery-block ul .medialist-6 img.landscape, .gallery .gallery-block ul .medialist-7 img.landscape, .gallery .gallery-block ul .medialist-8 img.landscape, .gallery .gallery-block ul .medialist-9 img.landscape, .gallery .gallery-block ul .medialist-10 img.landscape, .gallery .gallery-block ul .medialist-11 img.landscape, .gallery .gallery-block ul .medialist-12 img.landscape {
          width: auto;
          height: 100%; }
    .gallery .gallery-block .block {
      width: 246px;
      height: 246px;
      margin-bottom: 50px;
      float: left;
      display: inline-block;
      position: relative;
      text-align: center; }
      .gallery .gallery-block .block .block-content {
        position: absolute;
        display: block;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        -moz-box-shadow: 0px 0px 5px rgba(204, 173, 98, 0.7);
        -webkit-box-shadow: 0px 0px 5px rgba(204, 173, 98, 0.7);
        box-shadow: 0px 0px 5px rgba(204, 173, 98, 0.7);
        background: #ffffff; }
        .gallery .gallery-block .block .block-content .title {
          position: absolute;
          display: block;
          bottom: -70px;
          left: 0px;
          width: 100%;
          height: 60px;
          line-height: normal;
          text-align: left;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis; }
        .gallery .gallery-block .block .block-content .date {
          position: absolute;
          display: block;
          bottom: -30px;
          left: 0px;
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          opacity: 0; }
        .gallery .gallery-block .block .block-content .text {
          display: none; }
      .gallery .gallery-block .block .block-image {
        position: absolute;
        display: block;
        width: auto;
        height: auto;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        overflow: visible;
        background: transparent; }
        .gallery .gallery-block .block .block-image img {
          display: block;
          width: 90%;
          height: auto;
          margin: 5%; }
      .gallery .gallery-block .block:hover .block-content {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        background-color: #ddb453;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
        .gallery .gallery-block .block:hover .block-content .title {
          display: none;
          top: 190px;
          color: #fff;
          animation: hideShow 1s 1;
          -webkit-animation: hideShow 1s 1;
          -moz-animation: hideShow 1s 1;
          -ms-animation: hideShow 1s 1; }
        .gallery .gallery-block .block:hover .block-content .date {
          top: 0;
          color: #fff;
          opacity: 1;
          animation: hideShow 1s 1 forwards;
          -webkit-animation: hideShow 1s 1 forwards;
          -moz-animation: hideShow 1s 1 forwards;
          -ms-animation: hideShow 1s 1 forwards; }
        .gallery .gallery-block .block:hover .block-content .text {
          position: absolute;
          display: block;
          bottom: 0px;
          left: 0;
          line-height: 30px;
          text-align: center;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          color: #fff; }
    .gallery .gallery-block ul {
      overflow: hidden;
      width: 100%;
      height: auto; }
      .gallery .gallery-block ul li {
        width: 33.33%;
        height: auto;
        margin: 0px 0px -2px 0px;
        float: left;
        display: inline-block;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
        .gallery .gallery-block ul li:nth-child(3n) {
          border-right: none; }
        .gallery .gallery-block ul li a {
          display: block;
          position: relative; }
          .gallery .gallery-block ul li a .plus-hover {
            display: none;
            position: absolute;
            width: 100%;
            height: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 1px;
            background: rgba(0, 0, 0, 0.5); }
            .gallery .gallery-block ul li a .plus-hover .icon {
              width: 90px;
              height: 90px;
              position: absolute;
              top: 50%;
              left: 50%;
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
              .gallery .gallery-block ul li a .plus-hover .icon svg {
                fill: #fff; }
          .gallery .gallery-block ul li a:hover .plus-hover {
            display: block; }

@media screen and (max-width: 1000px) {
  .gallery-block ul li {
    width: 50%; }
    .gallery-block ul li:nth-child(3n) {
      border-right: 1px solid #fff; }
    .gallery-block ul li:nth-child(2n) {
      border-right: none; } }
@media screen and (max-width: 480px) {
  .gallery-block ul li {
    float: none;
    display: block;
    width: 100%;
    border-right: none; }
    .gallery-block ul li:nth-child(3n), .gallery-block ul li:nth-child(2n) {
      border-right: none; }
    .gallery-block ul li a .plus-hover .icon {
      width: 45px;
      height: 45px; } }
@media screen and (max-width: 375px) {
  .gallery .gallery-block ul .medialist-1, .gallery .gallery-block ul .medialist-2, .gallery .gallery-block ul .medialist-3, .gallery .gallery-block ul .medialist-4, .gallery .gallery-block ul .medialist-5, .gallery .gallery-block ul .medialist-6, .gallery .gallery-block ul .medialist-7, .gallery .gallery-block ul .medialist-8, .gallery .gallery-block ul .medialist-9, .gallery .gallery-block ul .medialist-10, .gallery .gallery-block ul .medialist-11, .gallery .gallery-block ul .medialist-12 {
    width: 100%; }
    .gallery .gallery-block ul .medialist-1 img, .gallery .gallery-block ul .medialist-2 img, .gallery .gallery-block ul .medialist-3 img, .gallery .gallery-block ul .medialist-4 img, .gallery .gallery-block ul .medialist-5 img, .gallery .gallery-block ul .medialist-6 img, .gallery .gallery-block ul .medialist-7 img, .gallery .gallery-block ul .medialist-8 img, .gallery .gallery-block ul .medialist-9 img, .gallery .gallery-block ul .medialist-10 img, .gallery .gallery-block ul .medialist-11 img, .gallery .gallery-block ul .medialist-12 img {
      display: block;
      width: 100%;
      height: auto; }
      .gallery .gallery-block ul .medialist-1 img.portrait, .gallery .gallery-block ul .medialist-2 img.portrait, .gallery .gallery-block ul .medialist-3 img.portrait, .gallery .gallery-block ul .medialist-4 img.portrait, .gallery .gallery-block ul .medialist-5 img.portrait, .gallery .gallery-block ul .medialist-6 img.portrait, .gallery .gallery-block ul .medialist-7 img.portrait, .gallery .gallery-block ul .medialist-8 img.portrait, .gallery .gallery-block ul .medialist-9 img.portrait, .gallery .gallery-block ul .medialist-10 img.portrait, .gallery .gallery-block ul .medialist-11 img.portrait, .gallery .gallery-block ul .medialist-12 img.portrait {
        width: 100%;
        height: auto; }
      .gallery .gallery-block ul .medialist-1 img.landscape, .gallery .gallery-block ul .medialist-2 img.landscape, .gallery .gallery-block ul .medialist-3 img.landscape, .gallery .gallery-block ul .medialist-4 img.landscape, .gallery .gallery-block ul .medialist-5 img.landscape, .gallery .gallery-block ul .medialist-6 img.landscape, .gallery .gallery-block ul .medialist-7 img.landscape, .gallery .gallery-block ul .medialist-8 img.landscape, .gallery .gallery-block ul .medialist-9 img.landscape, .gallery .gallery-block ul .medialist-10 img.landscape, .gallery .gallery-block ul .medialist-11 img.landscape, .gallery .gallery-block ul .medialist-12 img.landscape {
        width: auto;
        height: 100%; } }
@media screen and (max-width: 360px) {
  .gallery .gallery-block ul .medialist-1, .gallery .gallery-block ul .medialist-2, .gallery .gallery-block ul .medialist-3, .gallery .gallery-block ul .medialist-4, .gallery .gallery-block ul .medialist-5, .gallery .gallery-block ul .medialist-6, .gallery .gallery-block ul .medialist-7, .gallery .gallery-block ul .medialist-8, .gallery .gallery-block ul .medialist-9, .gallery .gallery-block ul .medialist-10, .gallery .gallery-block ul .medialist-11, .gallery .gallery-block ul .medialist-12 {
    width: 100%; }
    .gallery .gallery-block ul .medialist-1 img, .gallery .gallery-block ul .medialist-2 img, .gallery .gallery-block ul .medialist-3 img, .gallery .gallery-block ul .medialist-4 img, .gallery .gallery-block ul .medialist-5 img, .gallery .gallery-block ul .medialist-6 img, .gallery .gallery-block ul .medialist-7 img, .gallery .gallery-block ul .medialist-8 img, .gallery .gallery-block ul .medialist-9 img, .gallery .gallery-block ul .medialist-10 img, .gallery .gallery-block ul .medialist-11 img, .gallery .gallery-block ul .medialist-12 img {
      display: block;
      width: 100%;
      height: auto; }
      .gallery .gallery-block ul .medialist-1 img.portrait, .gallery .gallery-block ul .medialist-2 img.portrait, .gallery .gallery-block ul .medialist-3 img.portrait, .gallery .gallery-block ul .medialist-4 img.portrait, .gallery .gallery-block ul .medialist-5 img.portrait, .gallery .gallery-block ul .medialist-6 img.portrait, .gallery .gallery-block ul .medialist-7 img.portrait, .gallery .gallery-block ul .medialist-8 img.portrait, .gallery .gallery-block ul .medialist-9 img.portrait, .gallery .gallery-block ul .medialist-10 img.portrait, .gallery .gallery-block ul .medialist-11 img.portrait, .gallery .gallery-block ul .medialist-12 img.portrait {
        width: 100%;
        height: auto; }
      .gallery .gallery-block ul .medialist-1 img.landscape, .gallery .gallery-block ul .medialist-2 img.landscape, .gallery .gallery-block ul .medialist-3 img.landscape, .gallery .gallery-block ul .medialist-4 img.landscape, .gallery .gallery-block ul .medialist-5 img.landscape, .gallery .gallery-block ul .medialist-6 img.landscape, .gallery .gallery-block ul .medialist-7 img.landscape, .gallery .gallery-block ul .medialist-8 img.landscape, .gallery .gallery-block ul .medialist-9 img.landscape, .gallery .gallery-block ul .medialist-10 img.landscape, .gallery .gallery-block ul .medialist-11 img.landscape, .gallery .gallery-block ul .medialist-12 img.landscape {
        width: auto;
        height: 100%; } }
@media screen and (max-width: 320px) {
  .gallery .gallery-block ul .medialist-1, .gallery .gallery-block ul .medialist-2, .gallery .gallery-block ul .medialist-3, .gallery .gallery-block ul .medialist-4, .gallery .gallery-block ul .medialist-5, .gallery .gallery-block ul .medialist-6, .gallery .gallery-block ul .medialist-7, .gallery .gallery-block ul .medialist-8, .gallery .gallery-block ul .medialist-9, .gallery .gallery-block ul .medialist-10, .gallery .gallery-block ul .medialist-11, .gallery .gallery-block ul .medialist-12 {
    width: 100%; }
    .gallery .gallery-block ul .medialist-1 img, .gallery .gallery-block ul .medialist-2 img, .gallery .gallery-block ul .medialist-3 img, .gallery .gallery-block ul .medialist-4 img, .gallery .gallery-block ul .medialist-5 img, .gallery .gallery-block ul .medialist-6 img, .gallery .gallery-block ul .medialist-7 img, .gallery .gallery-block ul .medialist-8 img, .gallery .gallery-block ul .medialist-9 img, .gallery .gallery-block ul .medialist-10 img, .gallery .gallery-block ul .medialist-11 img, .gallery .gallery-block ul .medialist-12 img {
      display: block;
      width: 100%;
      height: auto; }
      .gallery .gallery-block ul .medialist-1 img.portrait, .gallery .gallery-block ul .medialist-2 img.portrait, .gallery .gallery-block ul .medialist-3 img.portrait, .gallery .gallery-block ul .medialist-4 img.portrait, .gallery .gallery-block ul .medialist-5 img.portrait, .gallery .gallery-block ul .medialist-6 img.portrait, .gallery .gallery-block ul .medialist-7 img.portrait, .gallery .gallery-block ul .medialist-8 img.portrait, .gallery .gallery-block ul .medialist-9 img.portrait, .gallery .gallery-block ul .medialist-10 img.portrait, .gallery .gallery-block ul .medialist-11 img.portrait, .gallery .gallery-block ul .medialist-12 img.portrait {
        width: 100%;
        height: auto; }
      .gallery .gallery-block ul .medialist-1 img.landscape, .gallery .gallery-block ul .medialist-2 img.landscape, .gallery .gallery-block ul .medialist-3 img.landscape, .gallery .gallery-block ul .medialist-4 img.landscape, .gallery .gallery-block ul .medialist-5 img.landscape, .gallery .gallery-block ul .medialist-6 img.landscape, .gallery .gallery-block ul .medialist-7 img.landscape, .gallery .gallery-block ul .medialist-8 img.landscape, .gallery .gallery-block ul .medialist-9 img.landscape, .gallery .gallery-block ul .medialist-10 img.landscape, .gallery .gallery-block ul .medialist-11 img.landscape, .gallery .gallery-block ul .medialist-12 img.landscape {
        width: auto;
        height: 100%; } }
/* HOW TO ENTER */
.service-excellence-list li {
  height: 110px;
  margin-bottom: 10px;
  overflow: hidden;
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1); }
  .service-excellence-list li a {
    height: 100%;
    display: block;
    overflow: hidden; }
  .service-excellence-list li .category-name {
    width: 26%;
    padding: 28px 1% 0 1%;
    text-align: center;
    float: left;
    display: inline-block; }
    .service-excellence-list li .category-name h4 {
      font-size: 20px;
      font-weight: 400;
      color: #ddb453;
      text-transform: uppercase; }
    .service-excellence-list li .category-name p {
      color: #000;
      font-size: 16px;
      font-weight: 400;
      margin: 0; }
  .service-excellence-list li .category-image {
    width: 74%;
    float: left;
    display: inline-block;
    position: relative; }
    .service-excellence-list li .category-image .arrow {
      width: 50px;
      min-height: 110px;
      height: 100%;
      top: 0;
      right: 0;
      position: absolute;
      display: block;
      background: url("../images/background-for-arrow.png") repeat; }
      .service-excellence-list li .category-image .arrow svg {
        stroke: #ffffff; }

/* SERVICE EXCELLENCE */
.categories h1 {
  margin: 0 1.5%; }
.categories h2 {
  width: 97%;
  margin: 0 1.5%;
  font-size: 24px; }
.categories p {
  width: 97%;
  margin: 1em 1.5%; }
.categories .breadcrumbs {
  width: 97%;
  margin: 0 1.5%; }

/* SUB CATEGORIES */
.sub-category-block .block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 30px 0px 25px 0px;
  background: none; }
  .sub-category-block .block:nth-child(2n+1) {
    background: url(../images/pattern-bg.jpg) repeat center center; }
  .sub-category-block .block .block-title {
    width: 24%;
    float: left;
    display: inline-block; }
    .sub-category-block .block .block-title h3 {
      font-size: 20px;
      font-weight: 600;
      color: #ddb453;
      line-height: normal; }
  .sub-category-block .block .block-content {
    width: 52%;
    padding: 0 2%;
    float: left;
    display: inline-block; }
    .sub-category-block .block .block-content p {
      font-size: 12px;
      margin: 0px;
      color: #666666; }
    .sub-category-block .block .block-content a {
      margin: 30px 0px 0px 0px;
      color: #ddb453;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      padding: 8px 20px;
      border: 1px solid #ddb453;
      display: inline-block; }
      .sub-category-block .block .block-content a span {
        float: left;
        display: inline-block; }
      .sub-category-block .block .block-content a .icon {
        width: 16px;
        height: 18px;
        margin-left: 5px;
        display: inline-block; }
        .sub-category-block .block .block-content a .icon svg {
          fill: #ddb453; }
  .sub-category-block .block .block-image {
    text-align: center;
    width: 24%;
    padding-right: 2%;
    padding-bottom: 2%;
    float: right;
    display: inline-block; }
    .sub-category-block .block .block-image img {
      background: #fff;
      width: 100%;
      height: auto;
      padding: 7.5%;
      -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

/*SCROLL LOADER*/
.load-more {
  display: block;
  position: relative;
  min-width: 48px;
  height: 48px;
  margin: 50px auto;
  border: none;
  background: none;
  color: #ddb453;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300; }
  .load-more .loading, .load-more .no-more, .load-more .normal {
    padding: 8px 10px; }
  .load-more .loading .icon, .load-more .no-more .icon, .load-more .normal .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    float: left;
    display: inline-block; }
  .load-more .loading .icon svg, .load-more .no-more .icon svg, .load-more .normal .icon svg {
    fill: #ddb453; }
  .load-more .loading span, .load-more .no-more span {
    line-height: 22px;
    display: inline-block; }
  .load-more .normal {
    display: block;
    border: 1px solid #ddb453; }
    .load-more .normal span {
      line-height: 22px;
      display: inline-block; }
  .load-more .loading, .load-more .no-more {
    display: none; }
  .load-more.loading .normal, .load-more.loading .no-more {
    display: none; }
  .load-more.loading .loading {
    display: block; }
    .load-more.loading .loading .icon {
      -webkit-animation: spin 1s infinite;
      -moz-animation: spin 1s infinite;
      -ms-animation: spin 1s infinite;
      -o-animation: spin 1s infinite;
      animation: spin 1s infinite; }
  .load-more.no-more .normal, .load-more.no-more .loading {
    display: none; }
  .load-more.no-more .no-more {
    display: block; }

@media screen and (max-width: 760px) {
  .service-excellence-list li .category-name {
    width: 30%; }
    .service-excellence-list li .category-name h4 {
      font-size: 16px; }
    .service-excellence-list li .category-name p {
      font-size: 12px; }
  .service-excellence-list li .category-image {
    width: 70%; }

  .categories {
    /*        .counter {
    			.number {
    				font-size: 48px;
    			}
    			.message {
    				white-space: nowrap;
    				overflow: hidden;
    				text-overflow: ellipsis;
    				font-size: 16px;
    			}
    			.calendar {
    				a {
    					white-space: nowrap;
    					overflow: hidden;
    					text-overflow: ellipsis;
    					font-size: 16px;
    				}
    			}
    		}*/ }

  .sub-category-block .block .block-content {
    width: 40%; }
  .sub-category-block .block .block-image {
    width: 30%; } }
@media screen and (max-width: 640px) {
  .service-excellence-list li {
    height: 100%; }
    .service-excellence-list li .category-name {
      width: 100%;
      float: none;
      display: block;
      padding: 25px 1%; }
    .service-excellence-list li .category-image {
      width: 100%;
      height: 110px;
      float: none;
      display: block; }

  .categories {
    /*        .counter {
    			.number {
    				width: 15%;
    				font-size: 38px;
    				height: 50px;
    				line-height: 50px;
    				&::after {
    					top: 19px;
    				}
    			}
    			.message {
    				height: 50px;
    				line-height: 50px;
    				width: 85%;
    				border-bottom: 1px solid #ddb453;
    			}
    			.calendar {
    				clear: both;
    				float: none;
    				display: block;
    				width: 100%;
    				height: 50px;
    				line-height: 50px;
    				padding-right: 15px;
    				.calendar-icon {
    					top: 5px;
    				}
    			}
    		}*/ }

  .sub-category-block .block .block-title {
    width: 100%;
    float: none;
    display: block; }
  .sub-category-block .block .block-content {
    width: 60%; }
  .sub-category-block .block .block-image {
    width: 40%; } }
@media screen and (max-width: 480px) {
  .categories {
    /*        .counter {
    			.number {
    				width: 20%;
    				font-size: 24px;
    			}
    			.message {
    				width: 80%;
    				font-size: 12px;
    				padding-right: 15px;
    				padding-left: 15px;
    			}
    			.calendar {
    				padding: 0px 15px;
    				a {
    					font-size: 12px;
    				}
    				.calendar-icon {
    					top: 8px;
    					width: 32px;
    					height: 32px;
    					padding: 4px 6px;
    				}
    			}
    		}*/ }

  .sub-category-block .block .block-title, .sub-category-block .block .block-content {
    width: 100%;
    float: none;
    display: block; }
  .sub-category-block .block .block-image {
    width: 100%;
    float: none;
    display: block;
    padding-right: 3%;
    padding-bottom: 3%; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* ENTRY FORM - STEPS */
#registration-steps {
  list-style: none;
  background: #f7f7f7;
  background-image: none;
  height: 64px;
  margin: 25px 0px 10px 0px;
  padding: 0;
  width: 100%;
  overflow: hidden; }
  #registration-steps li {
    text-align: center;
    height: 64px;
    font-size: 16px;
    color: #b4b4b4;
    line-height: 64px;
    width: 25%;
    float: left;
    display: inline-block;
    padding: 0;
    list-style: none;
    background-image: none;
    position: relative; }
    #registration-steps li:hover, #registration-steps li.active {
      background: #ccad62;
      color: #fff; }
    #registration-steps li .reg-icon {
      height: 16px;
      width: 16px;
      margin-right: 2%;
      display: inline-block;
      background: url(../svg/step-icon.svg) no-repeat center center transparent; }

#submitted-category {
  font-size: 22px;
  font-weight: 700; }
  #submitted-category span {
    color: #ddb453; }

/* COMBINED-SHARED AWARDS FORMS */
#Form_form, #Form_catchform {
  margin: 0;
  padding: 0;
  padding-top: 20px; }

#Form_form fieldset, #Form_catchform fieldset {
  border: none;
  margin: 0;
  padding: 0; }

#Form_form fieldset::after, #Form_catchform fieldset::after {
  content: "";
  display: block;
  clear: both; }

#Form_form fieldset .field, #Form_catchform fieldset .field {
  width: 30.33%;
  position: relative;
  display: block;
  float: left;
  margin: 0 1.5% 15px 1.5%; }

#Form_form fieldset .field .middleColumn, #Form_catchform fieldset .field .middleColumn {
  display: block; }

#Form_form fieldset .field .middleColumn input, #Form_catchform fieldset .field .middleColumn input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 8px;
  width: 100%;
  height: 30px;
  border: 1px solid #e1e0e0;
  line-height: 30px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

#Form_form fieldset .field .middleColumn .hybrid-box, #Form_catchform fieldset .field .middleColumn .hybrid-box {
  border: none;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e1e0e0;
  background: #fff; }

#Form_form fieldset .field .middleColumn .hybrid-box input.hybrid-box, #Form_catchform fieldset .field .middleColumn .hybrid-box input.hybrid-box {
  background: none; }

#Form_form fieldset .field .middleColumn .hybrid-box ul li, #Form_catchform fieldset .field .middleColumn .hybrid-box ul li {
  overflow: hidden; }

#Form_form fieldset .field label, #Form_catchform fieldset .field label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  padding-right: 50px;
  height: 40px; }

#Form_form fieldset .field .message, #Form_catchform fieldset .field .message {
  display: block;
  width: auto;
  max-width: 90%;
  position: absolute;
  padding: 8px 20px;
  color: #666;
  top: 110%;
  left: 0%;
  z-index: 100;
  text-align: left;
  font-size: 11px;
  background: #efefef;
  border: 1px solid #acacac;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#Form_form fieldset .field .message::after, #Form_catchform fieldset .field .message::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -7px;
  left: 10%;
  margin-left: -7px;
  width: 10px;
  height: 8px;
  background: url(../images/error-message-arrow-up.png) no-repeat center center transparent;
  content: ""; }

#Form_form fieldset .field.textarea .middleColumn textarea, #Form_catchform fieldset .field.textarea .middleColumn textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 8px;
  width: 100%;
  height: 70px;
  resize: vertical;
  border: 1px solid #e1e0e0;
  line-height: 30px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

#Form_form .Actions, #Form_catchform .Actions {
  text-align: right;
  height: 50px;
  position: relative; }

#Form_form .Actions input, #Form_catchform .Actions input {
  background: none;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  float: right;
  display: inline-block;
  height: 36px;
  width: auto;
  line-height: 36px;
  text-align: right;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer; }

/* ESTABLISHMENT FROM ONLY */
#Form_form {
  padding-bottom: 20px; }
  #Form_form fieldset .field .middleColumn .hybrid-box input.hybrid-box {
    background: none; }
  #Form_form fieldset .field.textarea .middleColumn textarea {
    height: 30px; }
  #Form_form fieldset #EstDescription .middleColumn textarea {
    height: 70px; }
  #Form_form fieldset #step3 .additional {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    padding: 10px 30px 30px 30px; }
    #Form_form fieldset #step3 .additional h2 {
      height: auto;
      clear: both;
      line-height: normal;
      font-size: 24px;
      margin: 0.83em 0;
      padding: 0;
      font-weight: 300; }
      #Form_form fieldset #step3 .additional h2::after {
        border: none; }
    #Form_form fieldset #step3 .additional p {
      margin: 0;
      width: 90%;
      float: left;
      display: inline-block;
      padding-bottom: 20px; }
    #Form_form fieldset #step3 .additional .field {
      float: none;
      width: auto;
      margin: 0; }
      #Form_form fieldset #step3 .additional .field.checkbox {
        width: 6%;
        float: left;
        display: inline-block; }
        #Form_form fieldset #step3 .additional .field.checkbox label {
          height: auto;
          padding: 0;
          line-height: 26px; }
    #Form_form fieldset #step3 .additional #ProminantMarket label {
      height: auto;
      clear: both;
      line-height: normal;
      font-size: 24px;
      margin: 0.83em 0;
      font-weight: 300; }
    #Form_form fieldset #step3 .additional #ProminantMarket .middleColumn {
      width: 50%; }
    #Form_form fieldset #step3 .additional.one, #Form_form fieldset #step3 .additional.two, #Form_form fieldset #step3 .additional.three, #Form_form fieldset #step3 .additional.five {
      overflow: hidden; }
    #Form_form fieldset #step3 .additional.two, #Form_form fieldset #step3 .additional.four {
      background: #f7f7f7; }
    #Form_form fieldset #step3 .additional.three .field, #Form_form fieldset #step3 .additional.five .field {
      overflow: hidden;
      padding: 5px 0px; }
    #Form_form fieldset #step3 .additional.three .field label, #Form_form fieldset #step3 .additional.five .field label {
      padding: 0;
      padding-right: 20px;
      height: auto;
      float: left;
      display: inline-block; }
    #Form_form fieldset #step3 .additional.three .field .middleColumn, #Form_form fieldset #step3 .additional.five .field .middleColumn {
      float: left;
      display: inline-block; }
    #Form_form fieldset #step3 .additional.three .field .middleColumn ul, #Form_form fieldset #step3 .additional.five .field .middleColumn ul {
      overflow: hidden;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #Form_form fieldset #step3 .additional.three .field .middleColumn ul li, #Form_form fieldset #step3 .additional.five .field .middleColumn ul li {
      padding-right: 15px;
      float: left;
      display: inline-block; }
    #Form_form fieldset #step3 .additional.three .field .middleColumn ul li label {
      margin: 0;
      padding: 0;
      height: auto;
      float: none;
      display: block;
      line-height: 19px; }
    #Form_form fieldset #step3 .additional.five .field .middleColumn ul li label {
      margin: 0;
      padding: 0;
      height: auto;
      float: none;
      display: block;
      line-height: 19px; }
    #Form_form fieldset #step3 .additional.five p {
      float: none;
      display: block;
      width: 100%; }
  #Form_form .steps {
    display: block;
    position: relative;
    float: none; }
    #Form_form .steps::after {
      display: block;
      content: "";
      overflow: hidden; }
  #Form_form .step2-additional {
    padding: 40px 0px 50px 0px;
    background: #f7f7f7;
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    clear: both;
    overflow: hidden; }
  #Form_form .Actions {
    overflow: hidden; }
    #Form_form .Actions .step3-submit {
      float: right;
      display: block;
      height: 45px;
      width: auto;
      overflow: hidden;
      background: #ccad62; }
      #Form_form .Actions .step3-submit .submit.icon {
        background: url(images/submit-page-icon.png) no-repeat center center transparent;
        float: left;
        display: inline-block;
        height: 45px;
        width: 40px;
        vertical-align: middle;
        position: relative;
        top: auto;
        right: auto; }
      #Form_form .Actions .step3-submit input {
        position: relative;
        background: none;
        border: none;
        box-shadow: none;
        color: #fff;
        font-size: 20px;
        float: right;
        padding-right: 14px;
        display: inline-block;
        height: 45px;
        width: auto;
        text-align: right;
        top: auto;
        right: auto; }

.step-complete .registration_info {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 40px; }
  .step-complete .registration_info .block {
    width: 100%;
    min-height: 145px;
    border-top: 1px solid #cfcfcf;
    margin-bottom: 50px;
    overflow: hidden; }
    .step-complete .registration_info .block h3 {
      width: 25%;
      font-size: 20px;
      margin: 15px 0px 0px 0px;
      color: #bea159;
      font-weight: 400;
      padding-right: 2%;
      float: left;
      display: inline-block; }
    .step-complete .registration_info .block .sitecontent {
      width: 50%;
      padding-right: 2%;
      float: left;
      display: inline-block;
      position: relative; }
      .step-complete .registration_info .block .sitecontent p {
        margin: 18px 0px 18px 0px;
        color: #666666; }
    .step-complete .registration_info .block .registration-image {
      width: 25%;
      margin: 15px 0px 0px 0px;
      padding: 5px 15px 15px 5px;
      float: right;
      text-align: center;
      display: inline-block; }
      .step-complete .registration_info .block .registration-image img {
        background: #fff;
        width: 100%;
        height: auto;
        -moz-box-shadow: 3px 3px 20px 0 #dadada;
        -webkit-box-shadow: 3px 3px 20px 0 #dadada;
        box-shadow: 3px 3px 20px 0 #dadada;
        padding: 7%;
        max-height: 160px; }
.step-complete #submitted-category {
  font-size: 24px;
  font-weight: bold;
  color: #666666; }
  .step-complete #submitted-category span {
    color: #ccad62; }

/* 5 AWARDS FROMS ONLY */
#Form_catchform {
  border-top: solid 1px #f1de9c; }
  #Form_catchform fieldset p {
    clear: both;
    width: 97%;
    margin: 1% 1.5%;
    float: none; }
  #Form_catchform fieldset .checked {
    width: 97%;
    margin: 1% 1.5%; }
  #Form_catchform fieldset .field .help {
    position: absolute;
    top: 0;
    right: 0%;
    width: 14px;
    height: 14px; }
    #Form_catchform fieldset .field .help .label {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 300;
      position: absolute;
      background: #fff;
      left: -200px;
      right: -10px;
      bottom: 0%;
      text-align: center;
      box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
      padding: 8px;
      z-index: 1000;
      opacity: 0;
      -webkit-transition-property: opacity, bottom;
      -moz-transition-property: opacity, bottom;
      -o-transition-property: opacity, bottom;
      transition-property: opacity bottom;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      pointer-events: none; }
      #Form_catchform fieldset .field .help .label::before {
        content: "";
        position: absolute;
        display: inline-block;
        border: 6px solid transparent;
        border-top: 6px solid rgba(0, 0, 0, 0.3);
        border-bottom: none;
        top: 100%;
        right: 11px; }
      #Form_catchform fieldset .field .help .label::after {
        content: "";
        position: absolute;
        display: inline-block;
        border: 5px solid transparent;
        border-top: 5px solid #fff;
        border-bottom: none;
        top: 100%;
        right: 12px; }
    #Form_catchform fieldset .field .help .icon {
      display: block;
      width: 14px;
      height: 14px; }
      #Form_catchform fieldset .field .help .icon svg {
        width: 14px;
        height: 14px; }
        #Form_catchform fieldset .field .help .icon svg .icon-info {
          -webkit-transition-property: fill;
          -moz-transition-property: fill;
          -o-transition-property: fill;
          transition-property: fill;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-in;
          -moz-transition-timing-function: ease-in;
          -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }
    #Form_catchform fieldset .field .help:hover .label {
      bottom: 150%;
      opacity: 1; }
    #Form_catchform fieldset .field .help:hover .icon svg .icon-info {
      fill: #f1de9c; }
  #Form_catchform fieldset .field.optionset {
    clear: both;
    width: 100%;
    float: none; }
    #Form_catchform fieldset .field.optionset ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #Form_catchform fieldset .field.optionset ul::after {
        clear: both;
        display: block;
        content: ""; }
      #Form_catchform fieldset .field.optionset ul li {
        width: 33.33%;
        float: left;
        position: relative; }
        #Form_catchform fieldset .field.optionset ul li .help {
          right: 10px; }
        #Form_catchform fieldset .field.optionset ul li label {
          font-size: 12px;
          padding: 0;
          height: auto; }
          #Form_catchform fieldset .field.optionset ul li label.fancy-radio .outer {
            margin-top: 7px; }
          #Form_catchform fieldset .field.optionset ul li label.fancy-check .outer {
            margin-top: 3px; }
  #Form_catchform fieldset .field.textarea {
    clear: both;
    width: 97%;
    float: none; }
    #Form_catchform fieldset .field.textarea label {
      height: auto; }
  #Form_catchform fieldset #BusinessOverview.textarea {
    clear: none;
    width: 63.66%;
    float: left; }
  #Form_catchform fieldset #PostalPostCode {
    height: 164px; }
  #Form_catchform fieldset #Suburb, #Form_catchform fieldset #Province {
    height: 124px; }
  #Form_catchform fieldset #Documents {
    clear: both;
    float: none;
    width: 97%; }
  #Form_catchform fieldset #ApproveTC {
    clear: both;
    float: none;
    width: 97%; }
    #Form_catchform fieldset #ApproveTC label {
      display: inline;
      padding: 0;
      height: 30px;
      margin: 0; }
  #Form_catchform fieldset #Documents .middleColumn label {
    padding: 0;
    height: auto; }
  #Form_catchform fieldset #Documents .middleColumn .ss-uploadfield .ss-ui-button {
    display: none !important; }
  #Form_catchform fieldset .combined-field {
    width: 30.33%;
    position: relative;
    display: block;
    float: left;
    margin: 0 1.5% 15px 1.5%; }
    #Form_catchform fieldset .combined-field::after {
      content: "";
      clear: both;
      display: block; }
    #Form_catchform fieldset .combined-field .field {
      width: 100%;
      position: relative;
      display: block;
      float: none;
      margin: 0 0 5px 0; }
      #Form_catchform fieldset .combined-field .field .message {
        top: 157%; }
    #Form_catchform fieldset .combined-field + .field {
      height: 114px; }
      #Form_catchform fieldset .combined-field + .field .message {
        top: 71%; }
  #Form_catchform .Actions {
    border-top: solid 1px #f1de9c; }

@media screen and (max-width: 980px) {
  #Form_catchform fieldset .field.optionset ul li {
    width: 50%; } }
@media screen and (max-width: 750px) {
  #Form_form fieldset .field, #Form_catchform fieldset .field, #Form_form fieldset .combined-field, #Form_catchform fieldset .combined-field {
    width: 47%; }

  #Form_form fieldset #Suburb, #Form_form fieldset #Province {
    height: auto; }

  #Form_catchform fieldset #Suburb, #Form_catchform fieldset #Province {
    height: auto; }

  #Form_form fieldset #PhysicalPostCode, #Form_form fieldset #PostalPostCode {
    height: 164px; }

  #Form_catchform fieldset #PhysicalPostCode, #Form_catchform fieldset #PostalPostCode {
    height: 164px; }
  #Form_catchform fieldset #BusinessOverview.textarea {
    clear: both;
    width: 97%;
    float: none; }
  #Form_catchform fieldset .combined-field + .field {
    height: auto; } }
@media screen and (max-width: 650px) {
  #Form_catchform fieldset #Categories.optionset ul li {
    width: 97%;
    float: none; } }
@media screen and (max-width: 600px) {
  #registration-steps {
    height: auto; }
    #registration-steps li {
      font-size: 12px;
      float: none;
      display: block;
      width: 100%;
      border-bottom: 1px solid #ddd; }
      #registration-steps li:last-child {
        border-bottom: none; }

  .step-complete .registration_info .block h3 {
    font-size: 16px; }

  #Form_form fieldset .field label, #Form_catchform fieldset .field label, #Form_form fieldset #step3 .additional p {
    font-size: 12px; }

  #Form_catchform fieldset p, #Form_catchform fieldset #Documents, #Form_catchform fieldset #ApproveTC {
    font-size: 12px; }
  #Form_catchform fieldset #Documents .middleColumn {
    width: 100%; }
  #Form_catchform ui.checked li {
    font-size: 12px; } }
@media screen and (max-width: 520px) {
  #Form_form fieldset .field {
    width: 95%;
    margin: 0 2.5% 15px 2.5%;
    float: none; }

  #Form_catchform fieldset .field, #Form_catchform fieldset p, #Form_catchform fieldset ul.checked, #Form_catchform fieldset #Documents, #Form_catchform fieldset #ApproveTC, #Form_catchform fieldset #BusinessOverview {
    width: 95%;
    margin: 0 2.5% 15px 2.5%;
    float: none; }
  #Form_catchform fieldset .field.textarea {
    width: 95%;
    margin: 0 2.5% 15px 2.5%;
    float: none; }
    #Form_catchform fieldset .field.textarea .middleColumn textarea {
      padding: 0 10px; }
  #Form_catchform fieldset .field label {
    padding-right: 30px;
    height: auto; }
  #Form_catchform fieldset .field .middleColumn input {
    padding: 0 10px; }
  #Form_catchform fieldset .field .help {
    right: 2%; }
  #Form_catchform fieldset #PhysicalPostCode, #Form_catchform fieldset #PostalPostCode {
    height: auto; }
  #Form_catchform fieldset .combined-field {
    float: none;
    width: 97%; }

  #Form_form fieldset #step3 .additional .field.checkbox {
    width: 10%; }
  #Form_form fieldset #step3 .additional #ProminantMarket .middleColumn {
    width: 100%; }
  #Form_form fieldset .field label {
    height: auto; }

  .step-complete .registration_info .block h3 {
    float: none;
    display: block;
    width: 100%; }
  .step-complete .registration_info .block .sitecontent {
    width: 60%; }
  .step-complete .registration_info .block .registration-image {
    width: 40%; } }
@media screen and (max-width: 480px) {
  #Form_catchform fieldset .field.optionset ul li {
    width: 95%;
    float: none; } }
.footer {
  background: #252525;
  padding: 20px 0;
  border-bottom: 2px solid #f2c455; }
  .footer .site-links {
    margin-bottom: 10px;
    text-align: center; }
    .footer .site-links a {
      font-size: 14px;
      font-weight: 400;
      color: #d6d4d4; }
    .footer .site-links li {
      padding: 0;
      margin-right: 10px;
      margin-bottom: 15px; }
      .footer .site-links li:not(:last-child):after {
        padding-right: 10px;
        width: 1px;
        border-right: 1px solid #d6d4d4;
        content: ''; }
  .footer .social-media-list {
    text-align: center; }
    .footer .social-media-list li:not(:last-child) {
      margin-right: 35px;
      padding: 0; }
  .footer .copyright {
    margin-bottom: 10px;
    font-size: 12px;
    color: #787878; }

.home-award-slider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 418px; }
  .home-award-slider * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .home-award-slider [data-action] {
    cursor: pointer; }
  .home-award-slider .home-slider-trigger {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 200;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .home-award-slider .home-slider-trigger.next {
      right: 0; }
      .home-award-slider .home-slider-trigger.next svg {
        width: 60px;
        height: 60px;
        padding: 20px;
        fill: #fff; }
    .home-award-slider .home-slider-trigger.prev {
      left: 0; }
      .home-award-slider .home-slider-trigger.prev svg {
        width: 60px;
        height: 60px;
        padding: 20px;
        fill: #fff; }
  .home-award-slider:hover .home-slider-trigger {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: block;
    background: rgba(0, 0, 0, 0.4); }
  .home-award-slider .slider-info {
    position: absolute;
    width: 28.6%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 35px;
    background: #e4c06c; }
    .home-award-slider .slider-info h1 {
      margin: 65px 0;
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 25px; }
      .home-award-slider .slider-info h1 strong {
        font-weight: 600; }
    .home-award-slider .slider-info span.smaller {
      font-size: 14px; }
      .home-award-slider .slider-info span.smaller a {
        color: #000; }
    .home-award-slider .slider-info h2 {
      margin: 0;
      font-size: 40px;
      font-weight: 400;
      color: #ddb453; }
  .home-award-slider .slider-viewport {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .home-award-slider .slider-viewport .slides {
      display: block;
      width: auto;
      height: 418px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      white-space: nowrap; }
      .home-award-slider .slider-viewport .slides .slide {
        position: relative;
        display: inline-block;
        width: 287px;
        height: 418px;
        background: #000; }
        .home-award-slider .slider-viewport .slides .slide .background, .home-award-slider .slider-viewport .slides .slide img {
          pointer-events: none;
          /*@include opacity(0.6);
          @include filter(grayscale(100%));*/
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .home-award-slider .slider-viewport .slides .slide .info {
          position: absolute;
          width: 100%;
          height: auto;
          left: 0;
          bottom: -10%;
          background: #fff;
          font-size: 14px;
          padding: 24px;
          white-space: normal;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
          .home-award-slider .slider-viewport .slides .slide .info .name {
            font-weight: 400;
            margin-bottom: 8px; }
          .home-award-slider .slider-viewport .slides .slide .info .exerpt {
            font-weight: 300;
            margin-bottom: 8px;
            line-height: 1.2em; }
          .home-award-slider .slider-viewport .slides .slide .info .rating .label {
            font-weight: 600;
            margin-bottom: 8px; }
          .home-award-slider .slider-viewport .slides .slide .info .rating ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0; }
            .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-1 li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-2 li + li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-3 li + li + li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-4 li + li + li + li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-5 li + li + li + li + li + li {
              display: none; }
            .home-award-slider .slider-viewport .slides .slide .info .rating ul li {
              display: inline-block;
              width: 16px;
              height: 16px;
              margin-right: 5px; }
        .home-award-slider .slider-viewport .slides .slide:hover .background, .home-award-slider .slider-viewport .slides .slide:hover img {
          /*@include opacity(1);
          @include filter(grayscale(0%));*/ }
        .home-award-slider .slider-viewport .slides .slide:hover .info {
          bottom: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }

.home-main-slider #slider-main {
  width: 100%;
  height: 500px;
  max-height: 800px; }
  .home-main-slider #slider-main .rsContent {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    float: left; }
  .home-main-slider #slider-main .bContainer {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .home-main-slider #slider-main .bContainer .holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 25px 70px;
      /*background: rgba(0, 0, 0, 0.4);*/ }
      .home-main-slider #slider-main .bContainer .holder h1 {
        font-size: 70px;
        line-height: 60px; }
        .home-main-slider #slider-main .bContainer .holder h1.caps {
          text-transform: uppercase; }
        .home-main-slider #slider-main .bContainer .holder h1.bold {
          font-weight: 700; }
        .home-main-slider #slider-main .bContainer .holder h1.smaller {
          font-weight: 300;
          font-size: 45px;
          line-height: 38px; }
      .home-main-slider #slider-main .bContainer .holder.left {
        text-align: left; }
      .home-main-slider #slider-main .bContainer .holder.right {
        text-align: right; }
      .home-main-slider #slider-main .bContainer .holder.center {
        text-align: center; }
      .home-main-slider #slider-main .bContainer .holder.top {
        top: 15px;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
      .home-main-slider #slider-main .bContainer .holder.bottom {
        top: auto;
        bottom: 15px;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
  .home-main-slider #slider-main .rsABlock {
    position: relative;
    display: block;
    left: auto;
    top: auto; }
  .home-main-slider #slider-main .rsArrow {
    width: 70px;
    height: 70px;
    padding: 10px;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .home-main-slider #slider-main .rsArrow .rsArrowIcn {
      width: 50px;
      height: 50px;
      background: url(../images/main-slider-arrows.png) left center no-repeat transparent;
      background-size: auto 50px;
      display: block; }
    .home-main-slider #slider-main .rsArrow.rsArrowLeft {
      left: 0px; }
      .home-main-slider #slider-main .rsArrow.rsArrowLeft .rsArrowIcn {
        background-position: -3px 0px; }
    .home-main-slider #slider-main .rsArrow.rsArrowRight {
      right: 0px; }
      .home-main-slider #slider-main .rsArrow.rsArrowRight .rsArrowIcn {
        background-position: -50px 0px; }
    .home-main-slider #slider-main .rsArrow:hover {
      background: black; }

@media screen and (max-width: 1280px) {
  .home-main-slider #slider-main .bContainer .holder h1 {
    font-size: 45px;
    line-height: 35px; }
    .home-main-slider #slider-main .bContainer .holder h1.smaller {
      font-size: 40px;
      line-height: 30px; } }
@media screen and (max-width: 960px) {
  .home-slider {
    height: auto; }
    .home-slider .slider-info {
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 10px 35px; }
      .home-slider .slider-info h1 {
        font-weight: 30px;
        padding-top: 0px;
        line-height: normal;
        text-align: center;
        margin: 0; }
      .home-slider .slider-info span.smaller {
        display: block;
        line-height: normal;
        text-align: center;
        margin: 0; }
      .home-slider .slider-info br {
        display: none; }
      .home-slider .slider-info h2 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        margin-top: -10px; }
    .home-slider .home-slider-trigger.next {
      right: 0; }
    .home-slider .home-slider-trigger.prev {
      left: 0; }
    .home-slider .slider-viewport {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: 100%; }

  .home-main-slider #slider-main .bContainer .holder {
    padding: 20px 55px; }
    .home-main-slider #slider-main .bContainer .holder h1 {
      font-size: 30px;
      line-height: 25px; }
      .home-main-slider #slider-main .bContainer .holder h1.smaller {
        font-size: 25px;
        line-height: 20px; }
  .home-main-slider #slider-main .rsArrow {
    width: 46px;
    height: 46px;
    padding: 6px;
    margin-top: -23px; }
    .home-main-slider #slider-main .rsArrow .rsArrowIcn {
      width: 34px;
      height: 34px;
      background-size: auto 34px; }
    .home-main-slider #slider-main .rsArrow.rsArrowRight .rsArrowIcn {
      background-position: -34px 0px; } }
@media screen and (max-width: 480px) {
  .home-slider .slider-info h1 {
    font-size: 24px !important;
    line-height: normal;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 0px;
    margin: 0px 0; }
  .home-slider .slider-info br {
    display: block; }
  .home-slider .slider-info span.smaller {
    line-height: normal;
    padding-bottom: 25px; }
  .home-slider .slider-info h2 {
    font-size: 28px !important;
    line-height: normal;
    text-align: center;
    margin: 0; }
  .home-slider .home-slider-trigger {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 75%; }
    .home-slider .home-slider-trigger.next {
      right: 0; }
    .home-slider .home-slider-trigger.prev {
      left: 0; }

  .home-main-slider #slider-main .bContainer .holder h1 {
    font-size: 26px;
    line-height: 22px; }
  .home-main-slider #slider-main .bContainer .holder p {
    font-size: 12px; } }
.article-filter {
  padding: 25px 0 35px 0;
  /*    border-top:1px solid #d7bc6f;*/ }
  .article-filter form fieldset .side-by-side-article .field label {
    display: none; }
  .article-filter form fieldset .side-by-side-article .field .middleColumn select {
    width: auto;
    height: 32px;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #676767;
    font-size: 14px; }
  .article-filter form fieldset .side-by-side-article .field .middleColumn div.hybrid-box {
    width: 260px; }

.articles {
  width: 100%;
  height: auto; }
  .articles .article {
    border: 1px solid #dcdcdc;
    border-radius: 2px; }
    .articles .article .article-hotspot {
      display: block;
      margin: 0;
      padding: 0;
      color: #000; }
    .articles .article.item {
      width: 314px;
      margin-bottom: 20px; }
    .articles .article .image-holder {
      position: relative;
      width: 100%;
      height: 230px;
      overflow: hidden; }
      .articles .article .image-holder img {
        position: absolute;
        display: block;
        width: 320px;
        height: auto;
        top: 0;
        left: 0; }
    .articles .article .title {
      margin: 15px;
      padding: 0 0 15px 0;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #dcdcdc;
      width: auto;
      display: block; }
      .articles .article .title::after {
        display: none; }
    .articles .article .excerpt {
      padding: 0 15px;
      font-size: 13px;
      line-height: 1.4em; }
    .articles .article .sharing {
      display: block;
      margin: 0 15px 15px 15px;
      padding: 10px 0px 0px 0px;
      list-style: none;
      white-space: nowrap;
      font-size: 0; }
      .articles .article .sharing li {
        display: inline-block;
        margin-right: 20px;
        margin-left: 6px; }
        .articles .article .sharing li:first-child {
          margin-left: 0; }
        .articles .article .sharing li a {
          display: block; }
          .articles .article .sharing li a .icon {
            width: 24px;
            height: 24px; }
            .articles .article .sharing li a .icon svg {
              fill: #dcdcdc; }

.forms {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px -10px;
  padding-bottom: 30px; }
  .forms .field {
    float: left;
    display: inline-block;
    width: 33.33%;
    min-height: 110px;
    position: relative;
    padding: 0px 10px;
    margin: 0px 0px 10px 0px; }
    .forms .field.error-highlight textarea, .forms .field.error-highlight .hybrid-box, .forms .field.error-highlight input {
      border: 1px solid #ed1c24; }
    .forms .field.gold-highlight textarea, .forms .field.gold-highlight .hybrid-box, .forms .field.gold-highlight input {
      border: 1px solid #ddb453; }
    .forms .field .tooltip, .forms .field .word-limit, .forms .field .error {
      position: absolute;
      width: auto;
      height: auto; }
    .forms .field .tooltip .message, .forms .field .word-limit .message, .forms .field .error .message {
      font-size: 11px;
      color: #787878;
      border: 1px solid #acacac;
      background: #efefef;
      padding: 10px 6px;
      z-index: 1;
      font-family: "Arial", sans-serif;
      -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
    .forms .field .tooltip .message::after, .forms .field .word-limit .message::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 5px;
      height: 5px;
      width: 12px;
      background: url(../images/error-message-arrow-down.png) no-repeat center center;
      display: block; }
    .forms .field .error {
      left: 10px;
      top: -5px; }
      .forms .field .error .message::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 5px;
        height: 5px;
        width: 12px;
        background: url(../images/error-message-arrow-down.png) no-repeat center center;
        display: block; }
    .forms .field .word-limit {
      right: 10px;
      top: 0;
      font-weight: 700; }
    .forms .field .tooltip {
      right: 10px;
      top: 0; }
      .forms .field .tooltip .icon {
        position: absolute;
        right: 0;
        top: 0; }
      .forms .field .tooltip .message {
        left: -19px;
        bottom: 5px;
        width: 100%;
        min-width: 160px;
        display: none;
        position: absolute;
        z-index: 2; }
      .forms .field .tooltip:hover .message {
        display: block; }
    .forms .field label {
      display: block;
      height: 38px;
      width: 100%;
      font-size: 13.5px;
      padding-bottom: 10px;
      padding-right: 20px; }
      .forms .field label .sub-desc {
        display: block;
        font-size: 10px;
        padding-top: 3px; }
      .forms .field label.fancy-radio, .forms .field label.fancy-check {
        padding: 0;
        float: left;
        display: inline-block;
        overflow: hidden; }
      .forms .field label.fancy-radio {
        width: 16px;
        line-height: 16px;
        height: 16px;
        margin: 6px 0px; }
      .forms .field label.fancy-check {
        width: 19px;
        line-height: 19px;
        height: 19px;
        margin: 4.5px 0px; }
    .forms .field textarea, .forms .field select, .forms .field .hybrid-box, .forms .field input {
      height: 30px;
      padding: 0px 5px;
      line-height: 30px;
      width: 100%;
      background: #fff;
      font-family: "Open Sans", sans-serif;
      border: 1px solid #e1e0e0; }
    .forms .field textarea {
      line-height: normal;
      height: 65px;
      resize: none;
      padding: 5px; }
    .forms .field input + input {
      margin-top: 5px; }
    .forms .field .hybrid-box {
      padding: 0; }
      .forms .field .hybrid-box .hybrid-box-trigger {
        height: 28px; }
      .forms .field .hybrid-box input.hybrid-box {
        background: none;
        margin: 0;
        padding: 0px 30px 0px 10px;
        width: 100%;
        height: 28px;
        line-height: 28px; }
    .forms .field .check-holder, .forms .field .radio-holder {
      height: 40px;
      padding-top: 10px; }
    .forms .field .check-holder .item, .forms .field .radio-holder .item {
      line-height: 30px;
      height: 30px;
      margin-right: 30px;
      display: inline-block; }
    .forms .field .check-holder .item .desc, .forms .field .radio-holder .item .desc {
      padding: 0px 8px;
      display: inline-block; }
    .forms .field .check-holder .item {
      margin-right: 0px; }
    .forms .field .multiple-items-list {
      padding-right: 33.33%; }
      .forms .field .multiple-items-list .item {
        width: 50% !important; }
    .forms .field.margin-top {
      margin-top: 10px; }
    .forms .field.full-label {
      width: 100%;
      height: auto;
      min-height: 0; }
      .forms .field.full-label textarea, .forms .field.full-label select, .forms .field.full-label .hybrid-box, .forms .field.full-label input {
        width: 31.33%; }
    .forms .field.checkbox.no-extra {
      margin: 0px 0px 15px 0px; }
      .forms .field.checkbox.no-extra.margin-bottom {
        margin: 0px 0px 30px 0px; }
      .forms .field.checkbox.no-extra .error {
        top: -12px; }
        .forms .field.checkbox.no-extra .error .message {
          font-size: 10px;
          color: #ed1c24;
          display: block;
          line-height: normal;
          height: auto;
          background: none;
          border: none;
          padding: 0;
          -moz-box-shadow: 0px 0px 0px transparent;
          -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent; }
          .forms .field.checkbox.no-extra .error .message::after {
            display: none; }
    .forms .field.no-extra {
      height: auto;
      min-height: 0;
      margin: 0px 0px 20px 0px; }
      .forms .field.no-extra .check-holder, .forms .field.no-extra .radio-holder {
        padding: 0;
        height: 30px; }
      .forms .field.no-extra.nolabel .error {
        top: -32px; }
    .forms .field.no-label input {
      margin-top: 38px; }
    .forms .field.two {
      width: 66.66%; }
    .forms .field.full {
      width: 100%; }
      .forms .field.full.margin-top label {
        height: 45px; }
  .forms .actions {
    clear: both;
    display: block;
    width: 100%;
    padding: 10px; }
    .forms .actions .link a {
      font-weight: 400;
      color: #000;
      text-decoration: underline;
      padding: 20px 0px;
      display: block; }
    .forms .actions .button {
      background: #000;
      color: #fff;
      border: none;
      border-bottom: 2px solid #ddb453;
      margin: 0;
      padding: 10px 20px;
      text-align: center;
      font-weight: 600;
      font-size: 19px;
      text-transform: uppercase; }
  .forms::after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block; }

@media screen and (max-width: 984px) {
  .forms {
    margin: 0px; }
    .forms .field {
      width: 50%; }
      .forms .field.two {
        width: 100%; }
      .forms .field .tooltip .message {
        left: auto;
        right: -10px; }
        .forms .field .tooltip .message::after {
          left: auto;
          right: 10px; } }
@media screen and (max-width: 770px) {
  .forms .field {
    width: 100%;
    float: none;
    display: block;
    min-height: 0;
    margin: 15px 0px; }
    .forms .field label {
      height: auto; }
    .forms .field .error {
      top: -8px; } }
@media screen and (max-width: 540px) {
  .forms .field label, .forms .field .word-limit, .forms .field .radio-holder .item .desc, .forms .field .check-holder .item .desc {
    font-size: 12px; } }
.award-entries-form {
  padding: 0; }
  .award-entries-form .entry-form-lists {
    margin: 0;
    list-style: none; }
    .award-entries-form .entry-form-lists .list-holder {
      line-height: normal;
      padding: 30px 0px;
      background: url(../images/pattern-bg.jpg) repeat center center; }
      .award-entries-form .entry-form-lists .list-holder p {
        position: relative; }
        .award-entries-form .entry-form-lists .list-holder p .word-limit {
          position: absolute;
          top: 0px;
          right: 10px; }
      .award-entries-form .entry-form-lists .list-holder:nth-child(2n) {
        background: #fff; }
      .award-entries-form .entry-form-lists .list-holder .forms {
        padding-bottom: 0px; }
      .award-entries-form .entry-form-lists .list-holder .accept-terms {
        margin: 20px 0px 50px 0px;
        line-height: normal;
        position: relative; }
        .award-entries-form .entry-form-lists .list-holder .accept-terms .fancy-check {
          margin-right: 10px;
          height: 20px;
          line-height: 20px;
          float: left;
          display: inline-block; }
        .award-entries-form .entry-form-lists .list-holder .accept-terms a {
          border-bottom: 2px solid #ddb453; }
        .award-entries-form .entry-form-lists .list-holder .accept-terms .error {
          left: -2px;
          top: -40px; }
      .award-entries-form .entry-form-lists .list-holder .heading {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        font-weight: 300;
        font-size: 34px;
        overflow: hidden; }
        .award-entries-form .entry-form-lists .list-holder .heading .required {
          font-size: 18px;
          position: absolute; }
        .award-entries-form .entry-form-lists .list-holder .heading .number {
          color: #fff;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background: #000;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          margin-right: 20px;
          float: left;
          display: inline-block; }
        .award-entries-form .entry-form-lists .list-holder .heading .exclamation {
          display: none;
          color: #000;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background: #fff;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          margin-right: 20px;
          font-weight: 400;
          font-size: 40px;
          float: left;
          display: inline-block; }
        .award-entries-form .entry-form-lists .list-holder .heading .title {
          color: #ddb453;
          padding: 8px 0px;
          display: inline-block; }
        .award-entries-form .entry-form-lists .list-holder .heading .sub-desc {
          display: block;
          font-size: 14px;
          line-height: normal; }
      .award-entries-form .entry-form-lists .list-holder .sprite-block .sprite-list .sprite-item h3 {
        font-size: 14px; }
      .award-entries-form .entry-form-lists .list-holder .sprite-block .sprite-list .sprite-item .sprite-content {
        padding: 0px 20px 20px 20px; }
      .award-entries-form .entry-form-lists .list-holder .forms-list li {
        position: relative;
        width: 100%;
        height: 70px;
        line-height: normal;
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #e1e0e0; }
        .award-entries-form .entry-form-lists .list-holder .forms-list li:first-child {
          border-top: 1px solid #e1e0e0; }
        .award-entries-form .entry-form-lists .list-holder .forms-list li .icon {
          width: 27px;
          height: 100%;
          position: absolute;
          margin: 0 2%;
          top: 0;
          left: 0; }
          .award-entries-form .entry-form-lists .list-holder .forms-list li .icon svg path {
            fill: #ddb453; }
        .award-entries-form .entry-form-lists .list-holder .forms-list li .desc {
          vertical-align: middle;
          display: block;
          height: 100%;
          width: 100%;
          padding-left: 70px;
          position: relative; }
          .award-entries-form .entry-form-lists .list-holder .forms-list li .desc span {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            padding-left: 70px;
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
      .award-entries-form .entry-form-lists .list-holder.invalid {
        background: #000; }
        .award-entries-form .entry-form-lists .list-holder.invalid .icon {
          position: absolute;
          right: 0;
          top: 0;
          width: 30px;
          height: 30px;
          z-index: 1060;
          cursor: pointer; }
          .award-entries-form .entry-form-lists .list-holder.invalid .icon svg {
            fill: #ddb453; }
        .award-entries-form .entry-form-lists .list-holder.invalid .heading .number {
          display: none; }
        .award-entries-form .entry-form-lists .list-holder.invalid .heading .exclamation {
          display: block; }
        .award-entries-form .entry-form-lists .list-holder.invalid .heading .title {
          color: #fff; }
        .award-entries-form .entry-form-lists .list-holder.invalid .forms .field {
          margin-bottom: 0px; }
          .award-entries-form .entry-form-lists .list-holder.invalid .forms .field p {
            color: #fff; }
            .award-entries-form .entry-form-lists .list-holder.invalid .forms .field p a {
              color: #fff;
              font-weight: 400;
              text-decoration: underline; }
        .award-entries-form .entry-form-lists .list-holder.invalid .forms .actions .button {
          background: #fff;
          color: #000; }
    .award-entries-form .entry-form-lists .input-lists {
      list-style-type: decimal;
      margin-left: 22px; }
      .award-entries-form .entry-form-lists .input-lists li {
        border-bottom: 1px solid #e1e0e0; }
        .award-entries-form .entry-form-lists .input-lists li input {
          background: none;
          border: none;
          height: 22px;
          line-height: 22px; }
    .award-entries-form .entry-form-lists .uploads-holder p {
      margin: 0; }
    .award-entries-form .entry-form-lists .uploads-holder .uploads-list {
      margin: 15px 0px 0px 0px; }
      .award-entries-form .entry-form-lists .uploads-holder .uploads-list li {
        display: block;
        width: 100%;
        padding: 15px 0px;
        position: relative;
        border-top: 1px solid #e1e0e0; }
        .award-entries-form .entry-form-lists .uploads-holder .uploads-list li:last-child {
          border-bottom: 1px solid #e1e0e0; }
        .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip {
          position: absolute;
          right: 0px;
          margin-top: -7.5px;
          top: 50%; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip .icon {
            position: absolute;
            right: 0;
            top: 0; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip .message {
            left: -19px;
            bottom: 5px;
            width: 100%;
            min-width: 160px;
            display: none;
            position: absolute;
            z-index: 2;
            font-size: 11px;
            color: #787878;
            border: 1px solid #acacac;
            background: #efefef;
            padding: 10px 6px;
            z-index: 1;
            font-family: "Arial", sans-serif;
            -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
            .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip .message::after {
              content: "";
              position: absolute;
              bottom: -4px;
              left: 5px;
              height: 5px;
              width: 12px;
              background: url(../images/error-message-arrow-down.png) no-repeat center center;
              display: block; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip:hover .message {
            display: block; }
        .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a {
          padding: 13px;
          margin-left: 10px;
          float: left;
          display: inline-block; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a.add, .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a.upload {
            background: #ddb453; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a.remove {
            background: #ed1c24; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a .icon {
            width: 24px;
            height: 24px; }
            .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a .icon svg {
              fill: #ffffff; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a.hidden {
            padding: 0;
            margin: 0; }
        .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .upload-content {
          display: inline-block;
          line-height: 50px;
          min-height: 50px;
          padding-left: 15px;
          max-width: 90%;
          position: relative; }
          .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .upload-content .image-details {
            width: 100%;
            margin-top: -2px;
            line-height: normal;
            display: inline-block;
            vertical-align: middle; }
            .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .upload-content .image-details .error {
              display: none; }
        .award-entries-form .entry-form-lists .uploads-holder .uploads-list li.error-highlight a.upload {
          background: #ed1c24; }
        .award-entries-form .entry-form-lists .uploads-holder .uploads-list li.error-highlight .upload-content .image-details .error {
          font-size: 10px;
          color: #ed1c24;
          display: block;
          line-height: normal;
          height: auto;
          position: relative; }
    .award-entries-form .entry-form-lists .multiple-items-list {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .award-entries-form .entry-form-lists .multiple-items-list.two {
        padding-right: 33.33%; }
        .award-entries-form .entry-form-lists .multiple-items-list.two .item {
          width: 50%; }
      .award-entries-form .entry-form-lists .multiple-items-list .item {
        width: 33.33%;
        height: 40px;
        float: left;
        display: inline-block;
        margin: 0px 0px 5px 0px;
        padding-right: 15px;
        overflow: hidden; }
        .award-entries-form .entry-form-lists .multiple-items-list .item label.fancy-check, .award-entries-form .entry-form-lists .multiple-items-list .item label.fancy-radio {
          height: 30px;
          line-height: 30px;
          margin: 0px 10px 0px 0px;
          padding: 0; }
        .award-entries-form .entry-form-lists .multiple-items-list .item label.fancy-check .outer, .award-entries-form .entry-form-lists .multiple-items-list .item label.fancy-radio .outer {
          margin: 3px 0px 0px 0px; }
        .award-entries-form .entry-form-lists .multiple-items-list .item label.fancy-check .outer .inner, .award-entries-form .entry-form-lists .multiple-items-list .item label.fancy-radio .outer .inner {
          height: 100%; }
        .award-entries-form .entry-form-lists .multiple-items-list .item .desc {
          line-height: normal;
          max-width: 90%;
          display: inline-block;
          vertical-align: middle; }
    .award-entries-form .entry-form-lists .main-actions {
      border-top: 1px solid #ddb453;
      width: 100%;
      display: block;
      text-align: right;
      padding: 25px 0px; }
      .award-entries-form .entry-form-lists .main-actions .button {
        display: inline-block; }

@media screen and (max-width: 1280px) {
  .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .upload-content {
    max-width: 85%; }
  .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip .message {
    left: auto;
    right: -5px; }
    .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .tooltip .message::after {
      left: auto;
      right: 5px; } }
@media screen and (max-width: 770px) {
  .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .upload-content {
    max-width: 80%; }
  .award-entries-form .entry-form-lists .list-holder .heading {
    font-size: 30px; }
  .award-entries-form .entry-form-lists .list-holder .forms-list li {
    height: 85px; }
    .award-entries-form .entry-form-lists .list-holder .forms-list li .desc {
      padding-left: 50px; }
      .award-entries-form .entry-form-lists .list-holder .forms-list li .desc span {
        font-size: 12px;
        padding-left: 50px; }
  .award-entries-form .entry-form-lists .multiple-items-list.two {
    padding-right: 0; }
  .award-entries-form .entry-form-lists .multiple-items-list .item {
    width: 50%; } }
@media screen and (max-width: 540px) {
  .award-entries-form .entry-form-lists .list-holder .heading {
    font-size: 24px; }
    .award-entries-form .entry-form-lists .list-holder .heading .number {
      float: none;
      display: block;
      margin: 0 auto; }
    .award-entries-form .entry-form-lists .list-holder .heading .title {
      display: block;
      text-align: center; }
  .award-entries-form .entry-form-lists .list-holder .forms-list li {
    height: 120px; }
    .award-entries-form .entry-form-lists .list-holder .forms-list li .desc span {
      font-size: 11px; }
  .award-entries-form .entry-form-lists .list-holder .sprite-block .sprite-list .sprite-item h3 {
    font-size: 12px; }
  .award-entries-form .entry-form-lists .multiple-items-list {
    padding: 0 5%; }
    .award-entries-form .entry-form-lists .multiple-items-list.two .item {
      width: 100%; }
    .award-entries-form .entry-form-lists .multiple-items-list .item {
      width: 100%;
      padding: 0;
      font-size: 12px; }
  .award-entries-form .entry-form-lists .uploads-holder .uploads-list li a {
    float: none; }
  .award-entries-form .entry-form-lists .uploads-holder .uploads-list li .upload-content {
    max-width: 90%;
    display: block;
    padding-left: 10px;
    font-size: 12px; } }
@media screen and (max-width: 481px) {
  .award-entries-form .entry-form-lists .main-actions {
    overflow: hidden; } }
.window {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1500; }
  .window .popup {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 300px;
    height: auto;
    background: #fff;
    padding: 20px 25px;
    z-index: 2000;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .window .popup h1, .window .popup h3 {
      color: #ddb453;
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      font-weight: 300;
      font-size: 34px; }
    .window .popup .actions {
      width: 100%;
      display: block;
      margin-top: 20px;
      text-align: right; }
      .window .popup .actions .button {
        display: inline-block;
        margin-left: 15px;
        background: #000;
        color: #fff;
        border: none;
        border-bottom: 2px solid #ddb453;
        margin: 0;
        padding: 10px 30px;
        text-align: center;
        font-weight: 600;
        font-size: 19px;
        text-transform: uppercase; }
        .window .popup .actions .button:first-child {
          margin-left: 0px; }
  .window.browser-outdated {
    background: #717171; }
    .window.browser-outdated .popup {
      width: 300px;
      margin-top: -100px;
      margin-left: -150px; }

.overlay {
  position: relative; }
  .overlay .preloader {
    display: block; }
  .overlay::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000; }

.error-highlight .error {
  display: block; }

.error {
  position: absolute;
  width: auto;
  height: auto;
  display: none; }
  .error .message {
    font-size: 11px;
    color: #787878;
    border: 1px solid #acacac;
    background: #efefef;
    padding: 10px 6px;
    z-index: 1;
    font-family: "Arial", sans-serif;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
    .error .message::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 5px;
      height: 5px;
      width: 12px;
      background: url(../images/error-message-arrow-down.png) no-repeat center center;
      display: block; }

.content.accommodation .sprite-block .sprite-list .sprite-item h3 .category-desc {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight: 400; }
.content.accommodation .sprite-block .sprite-list .sprite-item.active h3 .category-desc {
  display: block; }
.content.accommodation .sprite-block .sprite-list .sprite-item .sprite-content {
  padding: 5px 20px; }
  .content.accommodation .sprite-block .sprite-list .sprite-item .sprite-content .actions {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    border-top: none; }
    .content.accommodation .sprite-block .sprite-list .sprite-item .sprite-content .actions .button {
      font-size: 18px;
      font-weight: 600;
      color: #ddb453;
      text-transform: none;
      border-bottom: none;
      background: none;
      display: inline-block;
      border-bottom: 1px solid #ddb453;
      border: 1px solid #ddb453;
      padding: 10px 15px; }
      .content.accommodation .sprite-block .sprite-list .sprite-item .sprite-content .actions .button span {
        display: inline-block;
        float: left; }
      .content.accommodation .sprite-block .sprite-list .sprite-item .sprite-content .actions .button .icon {
        display: inline-block;
        width: 14px;
        height: 18px;
        margin-left: 5px; }
        .content.accommodation .sprite-block .sprite-list .sprite-item .sprite-content .actions .button .icon svg {
          fill: #ddb453; }

.actions {
  clear: both;
  width: 100%;
  display: block; }
  .actions .button {
    display: inline-block;
    margin-left: 15px;
    background: #000;
    color: #fff;
    border: none;
    border-bottom: 2px solid #ddb453;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase; }
    .actions .button:first-child {
      margin-left: 0px; }
    .actions .button input {
      background: #000;
      color: #fff;
      border: none;
      border-bottom: 2px solid #ddb453;
      margin: 0;
      padding: 10px 30px;
      text-align: center;
      font-weight: 500;
      font-size: 19px;
      text-transform: uppercase; }
    .actions .button.with-icon {
      border-bottom: none;
      position: relative;
      margin-left: 0;
      padding: 0; }
      .actions .button.with-icon .label, .actions .button.with-icon input {
        padding: 12px 65px 11px 20px;
        border-bottom: none;
        border-bottom: 0px solid #000; }
      .actions .button.with-icon .icon {
        background: #ddb453;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px; }
        .actions .button.with-icon .icon svg {
          fill: #ffffff; }

.content.eteya .actions, .content.accommodation .actions {
  border-top: 1px solid #ddb453;
  text-align: right;
  padding: 25px 0px; }

#Form_RadioVoteRatingForm_Quality {
  list-style: none;
  margin-left: 0; }

.enter-container .enter-heading {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2cc6c;
  font-weight: 700;
  color: #fff; }
.enter-container .enter-list {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 12px;
  color: #fff; }
  .enter-container .enter-list li {
    padding-bottom: 10px; }

.home-award-slider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 418px; }
  .home-award-slider * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .home-award-slider [data-action] {
    cursor: pointer; }
  .home-award-slider .home-slider-trigger {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 200;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .home-award-slider .home-slider-trigger.next {
      right: 0; }
      .home-award-slider .home-slider-trigger.next svg {
        width: 60px;
        height: 60px;
        padding: 20px;
        fill: #fff; }
    .home-award-slider .home-slider-trigger.prev {
      left: 0; }
      .home-award-slider .home-slider-trigger.prev svg {
        width: 60px;
        height: 60px;
        padding: 20px;
        fill: #fff; }
  .home-award-slider:hover .home-slider-trigger {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: block;
    background: rgba(0, 0, 0, 0.4); }
  .home-award-slider .slider-info {
    position: absolute;
    width: 28.6%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 35px;
    background: #e4c06c; }
    .home-award-slider .slider-info h1 {
      margin: 65px 0;
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 25px; }
      .home-award-slider .slider-info h1 strong {
        font-weight: 600; }
    .home-award-slider .slider-info span.smaller {
      font-size: 14px; }
      .home-award-slider .slider-info span.smaller a {
        color: #000; }
    .home-award-slider .slider-info h2 {
      margin: 0;
      font-size: 40px;
      font-weight: 400;
      color: #ddb453; }
  .home-award-slider .slider-viewport {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .home-award-slider .slider-viewport .slides {
      display: block;
      width: auto;
      height: 418px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      white-space: nowrap; }
      .home-award-slider .slider-viewport .slides .slide {
        position: relative;
        display: inline-block;
        width: 287px;
        height: 418px;
        background: #000; }
        .home-award-slider .slider-viewport .slides .slide .background, .home-award-slider .slider-viewport .slides .slide img {
          pointer-events: none;
          /*@include opacity(0.6);
          @include filter(grayscale(100%));*/
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .home-award-slider .slider-viewport .slides .slide .info {
          position: absolute;
          width: 100%;
          height: auto;
          left: 0;
          bottom: -10%;
          background: #fff;
          font-size: 14px;
          padding: 24px;
          white-space: normal;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -moz-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
          .home-award-slider .slider-viewport .slides .slide .info .name {
            font-weight: 400;
            margin-bottom: 8px; }
          .home-award-slider .slider-viewport .slides .slide .info .exerpt {
            font-weight: 300;
            margin-bottom: 8px;
            line-height: 1.2em; }
          .home-award-slider .slider-viewport .slides .slide .info .rating .label {
            font-weight: 600;
            margin-bottom: 8px; }
          .home-award-slider .slider-viewport .slides .slide .info .rating ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0; }
            .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-1 li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-2 li + li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-3 li + li + li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-4 li + li + li + li + li, .home-award-slider .slider-viewport .slides .slide .info .rating ul.rating-5 li + li + li + li + li + li {
              display: none; }
            .home-award-slider .slider-viewport .slides .slide .info .rating ul li {
              display: inline-block;
              width: 16px;
              height: 16px;
              margin-right: 5px; }
        .home-award-slider .slider-viewport .slides .slide:hover .background, .home-award-slider .slider-viewport .slides .slide:hover img {
          /*@include opacity(1);
          @include filter(grayscale(0%));*/ }
        .home-award-slider .slider-viewport .slides .slide:hover .info {
          bottom: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }

.image-main-slider .slider-image {
  width: 100%;
  height: 500px;
  max-height: 800px; }
  .image-main-slider .slider-image .rsContent {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    float: left; }
  .image-main-slider .slider-image .bContainer {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .image-main-slider .slider-image .bContainer .holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 25px 70px;
      /*background: rgba(0, 0, 0, 0.4);*/ }
      .image-main-slider .slider-image .bContainer .holder h1 {
        font-size: 70px;
        line-height: 60px; }
        .image-main-slider .slider-image .bContainer .holder h1.caps {
          text-transform: uppercase; }
        .image-main-slider .slider-image .bContainer .holder h1.bold {
          font-weight: 700; }
        .image-main-slider .slider-image .bContainer .holder h1.smaller {
          font-weight: 300;
          font-size: 45px;
          line-height: 38px; }
      .image-main-slider .slider-image .bContainer .holder.left {
        text-align: left; }
      .image-main-slider .slider-image .bContainer .holder.right {
        text-align: right; }
      .image-main-slider .slider-image .bContainer .holder.center {
        text-align: center; }
      .image-main-slider .slider-image .bContainer .holder.top {
        top: 15px;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
      .image-main-slider .slider-image .bContainer .holder.bottom {
        top: auto;
        bottom: 15px;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
  .image-main-slider .slider-image .rsABlock {
    position: relative;
    display: block;
    left: auto;
    top: auto; }
  .image-main-slider .slider-image .rsArrow {
    width: 70px;
    height: 70px;
    padding: 10px;
    top: 50%;
    margin-top: -35px;
    position: absolute; }
    .image-main-slider .slider-image .rsArrow .rsArrowIcn {
      width: 50px;
      height: 50px;
      background: url(../images/main-slider-arrows.png) left center no-repeat transparent;
      background-size: auto 50px;
      display: block; }
    .image-main-slider .slider-image .rsArrow.rsArrowLeft {
      left: 0px; }
      .image-main-slider .slider-image .rsArrow.rsArrowLeft .rsArrowIcn {
        background-position: -3px 0px; }
    .image-main-slider .slider-image .rsArrow.rsArrowRight {
      right: 0px; }
      .image-main-slider .slider-image .rsArrow.rsArrowRight .rsArrowIcn {
        background-position: -50px 0px; }
    .image-main-slider .slider-image .rsArrow:hover {
      background: black; }

@media screen and (max-width: 1280px) {
  .image-main-slider .slider-image .bContainer .holder h1 {
    font-size: 45px;
    line-height: 35px; }
    .image-main-slider .slider-image .bContainer .holder h1.smaller {
      font-size: 40px;
      line-height: 30px; } }
@media screen and (max-width: 960px) {
  .home-slider {
    height: auto; }
    .home-slider .slider-info {
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 10px 35px; }
      .home-slider .slider-info h1 {
        font-weight: 30px;
        padding-top: 0px;
        line-height: normal;
        text-align: center;
        margin: 0; }
      .home-slider .slider-info span.smaller {
        display: block;
        line-height: normal;
        text-align: center;
        margin: 0; }
      .home-slider .slider-info br {
        display: none; }
      .home-slider .slider-info h2 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        margin-top: -10px; }
    .home-slider .home-slider-trigger.next {
      right: 0; }
    .home-slider .home-slider-trigger.prev {
      left: 0; }
    .home-slider .slider-viewport {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: 100%; }

  .image-main-slider .slider-image .bContainer .holder {
    padding: 20px 55px; }
    .image-main-slider .slider-image .bContainer .holder h1 {
      font-size: 30px;
      line-height: 25px; }
      .image-main-slider .slider-image .bContainer .holder h1.smaller {
        font-size: 25px;
        line-height: 20px; }
  .image-main-slider .slider-image .rsArrow {
    width: 46px;
    height: 46px;
    padding: 6px;
    margin-top: -23px; }
    .image-main-slider .slider-image .rsArrow .rsArrowIcn {
      width: 34px;
      height: 34px;
      background-size: auto 34px; }
    .image-main-slider .slider-image .rsArrow.rsArrowRight .rsArrowIcn {
      background-position: -34px 0px; } }
@media screen and (max-width: 480px) {
  .home-slider .slider-info h1 {
    font-size: 24px !important;
    line-height: normal;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 0px;
    margin: 0px 0; }
  .home-slider .slider-info br {
    display: block; }
  .home-slider .slider-info span.smaller {
    line-height: normal;
    padding-bottom: 25px; }
  .home-slider .slider-info h2 {
    font-size: 28px !important;
    line-height: normal;
    text-align: center;
    margin: 0; }
  .home-slider .home-slider-trigger {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 75%; }
    .home-slider .home-slider-trigger.next {
      right: 0; }
    .home-slider .home-slider-trigger.prev {
      left: 0; }

  .image-main-slider .slider-image .bContainer .holder h1 {
    font-size: 26px;
    line-height: 22px; }
  .image-main-slider .slider-image .bContainer .holder p {
    font-size: 12px; } }
@media screen and (max-width: 375px) {
  .image-main-slider .slider-image .rsOverflow {
    height: 200px !important; } }
.news-main-slider {
  background: #000;
  color: #fff;
  height: 350px; }
  .news-main-slider .news-slider {
    width: 100%;
    height: 350px; }
    .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li {
      width: 55%;
      margin: 0 auto;
      padding-top: 40px; }
      .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .news-header {
        display: inline-block;
        vertical-align: top;
        height: auto;
        width: 40%;
        margin: 0 auto; }
      .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .news-desc {
        width: 59%;
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin: 0 auto; }
        .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .news-desc p {
          margin: 0; }
          .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .news-desc p a {
            font-family: 'Open Sans Condensed', sans-serif;
            text-transform: uppercase;
            font-weight: 500; }
      .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .action {
        vertical-align: top;
        height: auto;
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        padding-top: 20px; }
        .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .action .all-articles {
          font-size: 19px;
          font-weight: 500;
          color: #ddb453;
          border: 1px solid #ddb453;
          padding: 9px 19px;
          top: 0;
          position: relative;
          left: 40%;
          font-family: 'Open Sans Condensed', sans-serif;
          display: inline-block; }
    .news-main-slider .news-slider .rsContent {
      color: #FFF;
      font-size: 24px;
      line-height: 32px;
      float: left; }
      .news-main-slider .news-slider .rsContent .rsImg {
        width: 591px !important;
        height: 316px !important;
        margin-top: 0px !important; }
    .news-main-slider .news-slider .bContainer {
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
      .news-main-slider .news-slider .bContainer .holder {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 25px 70px;
        /*background: rgba(0, 0, 0, 0.4);*/ }
        .news-main-slider .news-slider .bContainer .holder h1 {
          font-size: 70px;
          line-height: 60px; }
          .news-main-slider .news-slider .bContainer .holder h1.caps {
            text-transform: uppercase; }
          .news-main-slider .news-slider .bContainer .holder h1.bold {
            font-weight: 700; }
          .news-main-slider .news-slider .bContainer .holder h1.smaller {
            font-weight: 300;
            font-size: 45px;
            line-height: 38px; }
        .news-main-slider .news-slider .bContainer .holder.left {
          text-align: left; }
        .news-main-slider .news-slider .bContainer .holder.right {
          text-align: right; }
        .news-main-slider .news-slider .bContainer .holder.center {
          text-align: center; }
        .news-main-slider .news-slider .bContainer .holder.top {
          top: 15px;
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -webkit-transform: translateY(0%);
          transform: translateY(0%); }
        .news-main-slider .news-slider .bContainer .holder.bottom {
          top: auto;
          bottom: 15px;
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -webkit-transform: translateY(0%);
          transform: translateY(0%); }
    .news-main-slider .news-slider .rsABlock {
      position: relative;
      display: block;
      left: auto;
      top: auto; }
    .news-main-slider .news-slider .rsArrow {
      width: 60px;
      height: 60px;
      padding: 10px;
      top: 30%;
      margin-top: -35px;
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
      .news-main-slider .news-slider .rsArrow .rsArrowIcn {
        width: 40px;
        height: 40px;
        opacity: 0.2;
        background: url(../images/news-slider-arrows.png) left center no-repeat transparent;
        background-size: auto 40px;
        display: block; }
      .news-main-slider .news-slider .rsArrow.rsArrowLeft {
        left: 0px; }
        .news-main-slider .news-slider .rsArrow.rsArrowLeft .rsArrowIcn {
          background-position: -3px 0px; }
      .news-main-slider .news-slider .rsArrow.rsArrowRight {
        right: 0px; }
        .news-main-slider .news-slider .rsArrow.rsArrowRight .rsArrowIcn {
          background-position: -50px 0px; }
      .news-main-slider .news-slider .rsArrow:hover {
        background: none; }

@media screen and (max-width: 1200px) {
  .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li {
    width: 72%; } }
@media screen and (max-width: 800px) {
  .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .news-header {
    display: block;
    width: 100%; }
  .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .news-desc {
    width: 100%;
    display: block;
    padding-top: 20px; }
  .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li .action .all-articles {
    left: 0%; } }
@media screen and (max-width: 640px) {
  .news-main-slider {
    height: 400px; }
    .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li {
      width: 76%; } }
@media screen and (max-width: 580px) {
  .news-main-slider {
    height: 400px; }
    .news-main-slider .news-slider {
      height: 100%; }
      .news-main-slider .news-slider .rsOverflow .rsContainer .rsSlide ul li {
        width: 76%;
        padding-bottom: 40px; } }
@media screen and (max-width: 480px) {
  .news-main-slider {
    height: 450px; } }
@media screen and (max-width: 375px) {
  .news-main-slider {
    height: 480px; } }
@media screen and (max-width: 360px) {
  .news-main-slider {
    height: 500px; } }
/* XBROWSER */
.ie8 {
  /* AWARDS FORMS */
  /*VOTING PAGE*/ }
  .ie8 .step-complete .registration_info .block .registration-image img {
    background: #f7f7f7; }
  .ie8 .voting-block .voting-content #Form_RadioVoteRatingForm fieldset .field .item input {
    display: block !important; }

/* FIREFOX ONLY STYLING */
.gecko {
  /* AWARDS FORMS SASS */
  /* CATEGORIES SASS */ }
  .gecko #Form_form .field.textarea .middleColumn textarea, .gecko #Form_catchform .field.textarea .middleColumn textarea {
    padding-right: 0px; }
  .gecko .service-excellence-list li .category-image .arrow svg {
    padding-top: 30px; }
  .gecko .content.accommodation .actions .button.with-icon .icon {
    height: 46px; }
  .gecko .voting-block .voting-content.details form .Actions .icon.submit {
    width: 49px;
    height: 49px; }

/* SAFARI ONLY STYLING */
.safari {
  /* HOME SLIDER SASS */
  /* VOTE SASS */ }
  .safari body {
    margin-top: -16px; }
  .safari .home-slider .home-slider-trigger {
    padding: 20px; }
    .safari .home-slider .home-slider-trigger.next svg, .safari .home-slider .home-slider-trigger.prev svg {
      width: 20px;
      height: 20px;
      padding: 0; }
  .safari .vote-search #Form_VoteSearch .Actions .icon {
    height: 49px; }
  .safari .voting-block .voting-content form .Actions input {
    float: left; }
  .safari .voting-block .voting-content.details form .Actions .icon.submit {
    height: 48px; }
  .safari .award-entries-form .entry-form-lists .input-lists li input {
    line-height: normal; }
  .safari .forms .field textarea, .safari .forms .field select, .safari .forms .field .hybrid-box, .safari .forms .field input {
    line-height: normal; }
  .safari .content.accommodation .actions .button.with-icon .icon {
    height: 46px; }

.general-table tr td {
  border: 1px solid #e4e4e4;
  padding: 0 5px; }
  .general-table tr td strong {
    font-weight: 700; }

.btn-primary {
  background-color: #f4cf72;
  background-image: -webkit-linear-gradient(180deg, rgba(251, 226, 160, 0.48) 0%, rgba(222, 181, 74, 0.48) 100%);
  background-image: linear-gradient(180deg, rgba(251, 226, 160, 0.48) 0%, rgba(222, 181, 74, 0.48) 100%);
  border: 1px solid #f2c351;
  padding: 9.5px 20.5px; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #ebc054;
    background-image: -webkit-linear-gradient(180deg, rgba(222, 181, 74, 0.48) 0%, rgba(251, 226, 160, 0.48) 100%);
    background-image: linear-gradient(180deg, rgba(222, 181, 74, 0.48) 0%, rgba(251, 226, 160, 0.48) 100%); }

.btn-save {
  background-color: transparent;
  border: 1px solid #000;
  padding: 9.5px 20.5px;
  color: #000; }
  .btn-save:hover, .btn-save:focus {
    background-color: #ffffff;
    color: #252525; }
  .btn-save.btn-default-white {
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #f4f4f4, white);
    background-image: linear-gradient(to bottom, #f4f4f4, white);
    border: none;
    padding: 9.5px 20.5px;
    color: #252525; }
    .btn-save.btn-default-white:hover, .btn-save.btn-default-white:focus {
      background-color: white;
      background-image: -webkit-linear-gradient(top, white, white);
      background-image: linear-gradient(to bottom, white, white); }

.btn-default {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 9.5px 20.5px;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus {
    background-color: #ffffff;
    color: #252525; }
  .btn-default.btn-default-white {
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(top, #f4f4f4, white);
    background-image: linear-gradient(to bottom, #f4f4f4, white);
    border: none;
    padding: 9.5px 20.5px;
    color: #252525; }
    .btn-default.btn-default-white:hover, .btn-default.btn-default-white:focus {
      background-color: white;
      background-image: -webkit-linear-gradient(top, white, white);
      background-image: linear-gradient(to bottom, white, white); }

.header-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .header-panel a:not(:last-child) {
    margin-right: 15px; }
  .header-panel a {
    color: #fff; }
  .header-panel a:hover {
    color: #ddb453;
    text-decoration: none; }
  .header-panel .icon {
    display: inline-block;
    margin-right: 5px;
    fill: #fff; }

.new-home-slideshow {
  position: relative; }
  .new-home-slideshow .home-slideshow {
    margin-bottom: 0; }
    .new-home-slideshow .home-slideshow .slick-dots {
      position: absolute;
      left: 0;
      bottom: 20px; }
      .new-home-slideshow .home-slideshow .slick-dots li {
        width: 15px; }
      .new-home-slideshow .home-slideshow .slick-dots li button {
        width: 10px;
        height: 10px; }
        .new-home-slideshow .home-slideshow .slick-dots li button:before {
          background-color: transparent;
          border: 2px solid #fff;
          border-radius: 20px;
          width: 10px;
          height: 10px;
          font-size: 10px;
          color: transparent;
          opacity: 1; }
      .new-home-slideshow .home-slideshow .slick-dots li.slick-active button:before {
        background-color: #fff;
        border: none; }
  .new-home-slideshow .slick-arrow-holder {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .new-home-slideshow .slick-arrow-holder .slick-cust-arrows {
      position: absolute;
      display: inline-block;
      color: #fff;
      cursor: pointer;
      font-size: 20px; }
      .new-home-slideshow .slick-arrow-holder .slick-cust-arrows:hover {
        color: #f0c762; }
      .new-home-slideshow .slick-arrow-holder .slick-cust-arrows.prev-arrow {
        left: 10px; }
      .new-home-slideshow .slick-arrow-holder .slick-cust-arrows.next-arrow {
        right: 10px; }
  .new-home-slideshow .slick-dots-holder {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
    .new-home-slideshow .slick-dots-holder .slick-dots {
      position: absolute;
      left: 0;
      bottom: 20px;
      bottom: 15px;
      text-align: left;
      width: auto; }
      .new-home-slideshow .slick-dots-holder .slick-dots li {
        width: 15px; }
      .new-home-slideshow .slick-dots-holder .slick-dots li button {
        width: 10px;
        height: 10px; }
        .new-home-slideshow .slick-dots-holder .slick-dots li button:before {
          background-color: transparent;
          border: 2px solid #fff;
          border-radius: 20px;
          width: 10px;
          height: 10px;
          font-size: 10px;
          color: transparent;
          opacity: 1; }
      .new-home-slideshow .slick-dots-holder .slick-dots li.slick-active button:before {
        background-color: #fff;
        border: none; }
  .new-home-slideshow .drop-to-slide {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    cursor: pointer; }
    .new-home-slideshow .drop-to-slide .circle-button {
      background: url("/themes/tourism/images/drop-slide-btn.png") no-repeat;
      width: 36px;
      height: 36px; }
      .new-home-slideshow .drop-to-slide .circle-button:hover, .new-home-slideshow .drop-to-slide .circle-button:focus {
        background: url("/themes/tourism/images/drop-slide-btn-hover.png") no-repeat; }

.home-slideshow-background {
  background-position: 50% 50%;
  background-size: cover;
  padding: 0 25px; }
  .home-slideshow-background .home-slideshow-center {
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
    .home-slideshow-background .home-slideshow-center .slideshow-header .slideshow-label {
      background: -webkit-linear-gradient(#ffeec3, #deb54a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      font-size: 25px;
      font-weight: 300;
      color: #f2c351;
      text-transform: uppercase; }
      .home-slideshow-background .home-slideshow-center .slideshow-header .slideshow-label .header-hr {
        margin-top: 4px;
        margin-bottom: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .home-slideshow-background .home-slideshow-center .slideshow-header .slideshow-label .header-hr .header-strip {
          border-top: 1px solid #f2c351;
          height: 1px;
          width: 100%; }
        .home-slideshow-background .home-slideshow-center .slideshow-header .slideshow-label .header-hr .header-icon {
          color: #f2c351;
          background: -webkit-linear-gradient(#ffeec3, #deb54a);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 20px; }
        .home-slideshow-background .home-slideshow-center .slideshow-header .slideshow-label .header-hr .header-hr-item {
          margin-right: 5px; }
    .home-slideshow-background .home-slideshow-center .slideshow-title {
      margin-bottom: 24px;
      font-size: 35px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .home-slideshow-background .home-slideshow-center .slideshow-mini-block {
      text-align: center; }
      .home-slideshow-background .home-slideshow-center .slideshow-mini-block .media-left, .home-slideshow-background .home-slideshow-center .slideshow-mini-block .media-body {
        vertical-align: middle; }
      .home-slideshow-background .home-slideshow-center .slideshow-mini-block .media-left {
        display: none;
        padding-right: 30px; }
      .home-slideshow-background .home-slideshow-center .slideshow-mini-block .mini-title {
        margin-bottom: 8px;
        font-size: 26px;
        font-weight: 700;
        color: #fff; }
      .home-slideshow-background .home-slideshow-center .slideshow-mini-block .mini-text {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 18px;
        color: #cdcdcd; }

.intro-title-layout {
  margin-top: 0 !important;
  background-position: 50% 50%;
  background-size: cover; }
  .intro-title-layout .home-slideshow-center {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
    .intro-title-layout .home-slideshow-center .slideshow-header .slideshow-label {
      font-size: 35px;
      font-weight: 300;
      color: #f2c351;
      background: -webkit-linear-gradient(#ffeec3, #deb54a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .intro-title-layout .home-slideshow-center .slideshow-header .header-hr {
      margin-bottom: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .intro-title-layout .home-slideshow-center .slideshow-header .header-hr .header-strip {
        border: 1px solid #f2c351;
        height: 1px;
        width: 100%; }
      .intro-title-layout .home-slideshow-center .slideshow-header .header-hr .header-icon {
        color: #f2c351;
        background: -webkit-linear-gradient(#ffeec3, #deb54a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px; }
      .intro-title-layout .home-slideshow-center .slideshow-header .header-hr .header-hr-item {
        margin-right: 5px; }
    .intro-title-layout .home-slideshow-center .slideshow-title {
      margin-bottom: 30px;
      font-size: 35px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .intro-title-layout .home-slideshow-center .slideshow-mini-block {
      text-align: left; }
      .intro-title-layout .home-slideshow-center .slideshow-mini-block .media-left, .intro-title-layout .home-slideshow-center .slideshow-mini-block .media-body {
        vertical-align: middle; }
      .intro-title-layout .home-slideshow-center .slideshow-mini-block .media-left {
        padding-right: 30px; }
      .intro-title-layout .home-slideshow-center .slideshow-mini-block .mini-title {
        margin-bottom: 8px;
        font-size: 26px;
        font-weight: 700;
        color: #fff; }
      .intro-title-layout .home-slideshow-center .slideshow-mini-block .mini-text {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 18px;
        color: #fff; }

.slideshow-arrow-holder {
  position: relative;
  padding: 0 20px; }
  .slideshow-arrow-holder .slideshow-winners .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px; }
    .slideshow-arrow-holder .slideshow-winners .slick-dots li {
      width: 15px; }
    .slideshow-arrow-holder .slideshow-winners .slick-dots li button {
      width: 10px;
      height: 10px; }
      .slideshow-arrow-holder .slideshow-winners .slick-dots li button:before {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
        width: 10px;
        height: 10px;
        font-size: 10px;
        color: transparent;
        opacity: 1; }
    .slideshow-arrow-holder .slideshow-winners .slick-dots li.slick-active button:before {
      background-color: #fff;
      border: none; }
  .slideshow-arrow-holder .slideshow-finalists .slick-dots, .slideshow-arrow-holder .winners-slideshow .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px; }
    .slideshow-arrow-holder .slideshow-finalists .slick-dots li, .slideshow-arrow-holder .winners-slideshow .slick-dots li {
      width: 15px; }
    .slideshow-arrow-holder .slideshow-finalists .slick-dots li button, .slideshow-arrow-holder .winners-slideshow .slick-dots li button {
      width: 10px;
      height: 10px; }
      .slideshow-arrow-holder .slideshow-finalists .slick-dots li button:before, .slideshow-arrow-holder .winners-slideshow .slick-dots li button:before {
        background-color: transparent;
        border: 2px solid #000;
        border-radius: 20px;
        width: 10px;
        height: 10px;
        font-size: 10px;
        color: transparent;
        opacity: 1; }
    .slideshow-arrow-holder .slideshow-finalists .slick-dots li.slick-active button:before, .slideshow-arrow-holder .winners-slideshow .slick-dots li.slick-active button:before {
      background-color: #000;
      border: none; }
  .slideshow-arrow-holder .slideshow-finalists, .slideshow-arrow-holder .slideshow-winners, .slideshow-arrow-holder .winners-slideshow {
    /* the slides */
    /* the parent */ }
    .slideshow-arrow-holder .slideshow-finalists .slick-slide, .slideshow-arrow-holder .slideshow-winners .slick-slide, .slideshow-arrow-holder .winners-slideshow .slick-slide {
      margin: 0 30px; }
    .slideshow-arrow-holder .slideshow-finalists .slick-list, .slideshow-arrow-holder .slideshow-winners .slick-list, .slideshow-arrow-holder .winners-slideshow .slick-list {
      margin: 0 -30px; }
    .slideshow-arrow-holder .slideshow-finalists .slick-dots, .slideshow-arrow-holder .slideshow-winners .slick-dots, .slideshow-arrow-holder .winners-slideshow .slick-dots {
      bottom: -115px; }
  .slideshow-arrow-holder .winners-slideshow .slick-dots {
    position: relative;
    bottom: -30px; }
  .slideshow-arrow-holder .slick-arrow-holder {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .slideshow-arrow-holder .slick-arrow-holder .slick-cust-arrows {
      position: absolute;
      display: inline-block;
      color: #000;
      cursor: pointer;
      font-size: 20px; }
      .slideshow-arrow-holder .slick-arrow-holder .slick-cust-arrows:hover {
        color: #f0c762; }
      .slideshow-arrow-holder .slick-arrow-holder .slick-cust-arrows.prev-arrow {
        left: 0; }
      .slideshow-arrow-holder .slick-arrow-holder .slick-cust-arrows.next-arrow {
        right: 0; }

.event-listing-wrapper.lastest-news .media-event-listing .list-date-box {
  margin-right: 0;
  padding: 15px 18px;
  float: none;
  text-align: center; }
.event-listing-wrapper.lastest-news .media-event-listing .media-body {
  background: #ffffff;
  padding: 20px 15px; }
  .event-listing-wrapper.lastest-news .media-event-listing .media-body .media-heading {
    font-weight: 700; }
    .event-listing-wrapper.lastest-news .media-event-listing .media-body .media-heading.main-item {
      margin-top: 20px;
      margin-bottom: 15px; }
  .event-listing-wrapper.lastest-news .media-event-listing .media-body.media-inline {
    padding: 0; }
  .event-listing-wrapper.lastest-news .media-event-listing .media-body .read-more {
    display: block;
    margin-top: 20px;
    color: #000;
    line-height: 1; }
    .event-listing-wrapper.lastest-news .media-event-listing .media-body .read-more:hover, .event-listing-wrapper.lastest-news .media-event-listing .media-body .read-more:focus {
      color: #ebc157;
      text-decoration: none; }
.event-listing-wrapper.lastest-news .media-event-listing .list-date-box .date {
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #f2c351;
  background: -webkit-linear-gradient(#ffeec3, #deb54a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.event-listing-wrapper.lastest-news .media-event-listing .list-date-box .month {
  display: block;
  border-bottom: 1px solid #f2c351;
  padding-bottom: 7px;
  font-size: 14px;
  text-transform: uppercase; }
.event-listing-wrapper .listing-block {
  margin-bottom: 15px; }
.event-listing-wrapper .listing-label {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; }
.event-listing-wrapper .media-event-listing .list-date-box {
  background: #2d2d2d;
  margin-right: 15px;
  padding: 15px 18px;
  float: left;
  text-align: center; }
  .event-listing-wrapper .media-event-listing .list-date-box .date {
    font-size: 25px;
    line-height: 1;
    color: #f2c351;
    background: -webkit-linear-gradient(#ffeec3, #deb54a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .event-listing-wrapper .media-event-listing .list-date-box .month {
    font-size: 14px;
    line-height: 1;
    color: #fff; }
.event-listing-wrapper .media-event-listing .media-heading {
  font-size: 16px;
  line-height: 20px; }
.event-listing-wrapper .media-event-listing .text {
  font-size: 14px;
  line-height: 20px; }
.event-listing-wrapper .media-event-listing .media-listing-image {
  display: block;
  margin-bottom: 10px; }

.section-wrapper {
  padding: 50px 0; }
  .section-wrapper .section-header {
    text-align: center; }
    .section-wrapper .section-header .section-title {
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: 700;
      color: #000; }
    .section-wrapper .section-header .section-text {
      margin-bottom: 45px;
      font-size: 16px;
      line-height: 25px;
      color: #000; }
  .section-wrapper .section-slideshow-header {
    text-align: center; }
    .section-wrapper .section-slideshow-header .slideshow-header {
      margin-bottom: 8px;
      font-size: 20px;
      font-weight: 300;
      line-height: 24px;
      color: #555555; }
      .section-wrapper .section-slideshow-header .slideshow-header strong {
        font-weight: 700;
        color: #000; }
    .section-wrapper .section-slideshow-header .header-hr {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .section-wrapper .section-slideshow-header .header-hr .header-strip {
        border: 1px solid #555555;
        height: 1px;
        width: 100%; }
      .section-wrapper .section-slideshow-header .header-hr .header-icon {
        font-size: 20px;
        color: #555555; }
      .section-wrapper .section-slideshow-header .header-hr .header-hr-item {
        margin-right: 5px; }
  .section-wrapper .btn-holder {
    margin-bottom: 35px;
    text-align: center; }
    .section-wrapper .btn-holder.slideshow-btn {
      margin-bottom: 35px; }

.media-listing {
  text-align: center; }
  .media-listing .media-listing-body {
    padding: 30px 25px 20px 25px;
    background: #2a2a2a; }
    .media-listing .media-listing-body .media-listing-title {
      font-size: 21px;
      font-weight: 700;
      line-height: 25px;
      color: #fff; }
    .media-listing .media-listing-body .star-strip {
      margin-top: 10px;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; }
    .media-listing .media-listing-body .media-listing-hr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .media-listing .media-listing-body .media-listing-hr .listing-strip {
        border-top: 1px solid lightgray;
        height: 1px;
        width: 16%; }
      .media-listing .media-listing-body .media-listing-hr .listing-icon {
        font-size: 14px;
        font-weight: 400;
        color: #c0c0c0; }
      .media-listing .media-listing-body .media-listing-hr .listing-hr-item {
        margin-right: 10px; }
  .media-listing .media-listing-object {
    background-color: #E5E5E5;
    background-position: center center;
    background-size: cover;
    background-image: url("/themes/tourism/images/wiiners-placeholder.jpg");
    height: 163px; }

.section-dark-gray {
  background-color: #2d2d2d;
  padding: 50px 0;
  text-align: center; }
  .section-dark-gray .section-header {
    text-align: center; }
    .section-dark-gray .section-header .section-title {
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: 700;
      color: #fff; }
    .section-dark-gray .section-header .section-text {
      margin-bottom: 45px;
      font-size: 16px;
      line-height: 25px;
      color: #fff; }
  .section-dark-gray .section-slideshow-header {
    text-align: center; }
    .section-dark-gray .section-slideshow-header .slideshow-header {
      margin-bottom: 8px;
      font-size: 20px;
      font-weight: 300;
      line-height: 24px;
      color: #adadad; }
      .section-dark-gray .section-slideshow-header .slideshow-header strong {
        font-weight: 700;
        color: #fff; }
    .section-dark-gray .section-slideshow-header .header-hr {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .section-dark-gray .section-slideshow-header .header-hr .header-strip {
        border: 1px solid #adadad;
        height: 1px;
        width: 100%; }
      .section-dark-gray .section-slideshow-header .header-hr .header-icon {
        font-size: 20px;
        color: #adadad; }
      .section-dark-gray .section-slideshow-header .header-hr .header-hr-item {
        margin-right: 5px; }
  .section-dark-gray .btn-holder {
    margin-bottom: 35px;
    text-align: center; }
    .section-dark-gray .btn-holder.slideshow-btn {
      margin-bottom: 35px; }
  .section-dark-gray .media-listing-body {
    padding: 30px 25px 20px 25px;
    background: #ffda80; }
    .section-dark-gray .media-listing-body .media-listing-title {
      font-size: 21px;
      font-weight: 700;
      line-height: 25px;
      color: #000; }
    .section-dark-gray .media-listing-body .star-strip {
      margin-top: 10px;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around; }
    .section-dark-gray .media-listing-body .media-listing-hr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .section-dark-gray .media-listing-body .media-listing-hr .listing-strip {
        border-top: 1px solid #333;
        height: 1px;
        width: 16%; }
      .section-dark-gray .media-listing-body .media-listing-hr .listing-icon {
        font-size: 14px;
        font-weight: 400;
        color: #1c1c1c; }
      .section-dark-gray .media-listing-body .media-listing-hr .listing-hr-item {
        margin-right: 10px; }
  .section-dark-gray .media-listing-object {
    background-color: #E5E5E5;
    background-position: center center;
    background-size: cover;
    background-image: url("/themes/tourism/images/wiiners-placeholder.jpg");
    height: 163px; }
  .section-dark-gray .slick-arrow-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .section-dark-gray .slick-arrow-holder .slick-cust-arrows {
      position: absolute;
      display: inline-block;
      color: #fff;
      cursor: pointer;
      font-size: 20px; }
      .section-dark-gray .slick-arrow-holder .slick-cust-arrows:hover {
        color: #f0c762; }
      .section-dark-gray .slick-arrow-holder .slick-cust-arrows.prev-arrow {
        left: 0; }
      .section-dark-gray .slick-arrow-holder .slick-cust-arrows.next-arrow {
        right: 0; }

.section-light-gray {
  background-color: #f5f5f5;
  padding: 50px 0; }
  .section-light-gray .section-header {
    text-align: center; }
    .section-light-gray .section-header .section-title {
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: 700;
      color: #000; }
    .section-light-gray .section-header .section-text {
      margin-bottom: 45px;
      font-size: 16px;
      line-height: 25px;
      color: #000; }
  .section-light-gray .section-slideshow-header {
    text-align: center; }
    .section-light-gray .section-slideshow-header .slideshow-header {
      margin-bottom: 8px;
      font-size: 20px;
      font-weight: 300;
      line-height: 24px;
      color: #555555; }
      .section-light-gray .section-slideshow-header .slideshow-header strong {
        font-weight: 700;
        color: #000; }
    .section-light-gray .section-slideshow-header .header-hr {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .section-light-gray .section-slideshow-header .header-hr .header-strip {
        border: 1px solid #555555;
        height: 1px;
        width: 100%; }
      .section-light-gray .section-slideshow-header .header-hr .header-icon {
        font-size: 20px;
        color: #555555; }
      .section-light-gray .section-slideshow-header .header-hr .header-hr-item {
        margin-right: 5px; }
  .section-light-gray .btn-holder {
    margin-bottom: 35px;
    text-align: center; }
    .section-light-gray .btn-holder.slideshow-btn {
      margin-bottom: 35px; }

.year-select-holder {
  margin: 0 auto;
  width: 150px;
  margin-bottom: 35px; }

.block-section-select .hybrid-options li {
  text-transform: capitalize; }

.hybrid-options li {
  cursor: pointer; }

.winners-page .lead, .winners-page .lead p, .winners-section .lead, .winners-section .lead p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }

.winners-filter div.hybrid-box, .winners-section div.hybrid-box {
  height: 51px;
  border: 2px solid #f2c351; }
  .winners-filter div.hybrid-box input.hybrid-box, .winners-section div.hybrid-box input.hybrid-box {
    padding: 17px 30px 17px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #000; }
  .winners-filter div.hybrid-box .hybrid-box-trigger, .winners-section div.hybrid-box .hybrid-box-trigger {
    background: url(../images/drop-arrow-button.png) no-repeat center center transparent;
    background-color: #f3cd6d;
    border: 1px solid #f3cd6d;
    top: 0;
    width: 48px;
    height: 100%;
    color: #b6943d; }
    .winners-filter div.hybrid-box .hybrid-box-trigger:after, .winners-section div.hybrid-box .hybrid-box-trigger:after {
      content: ""; }
  .winners-filter div.hybrid-box .hybrid-options, .winners-section div.hybrid-box .hybrid-options {
    top: 49px;
    max-height: 300px; }
    .winners-filter div.hybrid-box .hybrid-options li, .winners-section div.hybrid-box .hybrid-options li {
      padding: 8px 5px;
      font-size: 16px; }

.winners-filter {
  padding-bottom: 50px; }
  .winners-filter .block-winnerscategories {
    margin-bottom: 15px; }
  .winners-filter .form-break {
    margin-top: 15px; }

.winners-listing {
  border-top: 1px solid #bdbdbd;
  padding-top: 50px; }
  .winners-listing .media-winners {
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbdbd; }
    .winners-listing .media-winners .media-image {
      padding: 0; }
    .winners-listing .media-winners .imgslide {
      background-position: center center;
      background-size: cover;
      margin-right: 40px;
      width: 100%;
      height: 240px; }
    .winners-listing .media-winners .links {
      margin-top: 20px;
      margin-bottom: 20px; }
      .winners-listing .media-winners .links .icon {
        height: 35px;
        border: 2px solid #ccc;
        border-radius: 50%;
        width: 35px;
        display: inline-block; }
        .winners-listing .media-winners .links .icon svg {
          width: 45% !important;
          height: 100% !important;
          fill: #d4b45d;
          margin: 0 0 0 8px; }
    .winners-listing .media-winners .media-body {
      padding: 0; }
      .winners-listing .media-winners .media-body .media-heading {
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: 400; }
      .winners-listing .media-winners .media-body .province {
        margin-bottom: 20px;
        font-size: 15px;
        color: #767676; }
      .winners-listing .media-winners .media-body .alt-details-open {
        margin-bottom: 25px;
        font-size: 13px;
        font-weight: 700;
        color: #2b2b2b;
        cursor: pointer; }
        .winners-listing .media-winners .media-body .alt-details-open .gold {
          color: #d5b556; }
      .winners-listing .media-winners .media-body .diff-holder {
        margin-bottom: 10px; }
      .winners-listing .media-winners .media-body .arrow-indicator {
        margin-right: 5px;
        display: inline-block;
        width: 13px;
        height: 8px; }
        .winners-listing .media-winners .media-body .arrow-indicator.arrow-indicator-close {
          background: url("/themes/tourism/images/arrow-indicator-open.jpg") no-repeat; }
        .winners-listing .media-winners .media-body .arrow-indicator.arrow-indicator-open {
          background: url("/themes/tourism/images/arrow-indicator-close.jpg") no-repeat; }
      .winners-listing .media-winners .media-body .category {
        font-size: 15px; }
        .winners-listing .media-winners .media-body .category .category-label {
          font-weight: 700; }
      .winners-listing .media-winners .media-body .rating-holder {
        margin-left: 20px; }
  .winners-listing .winners-alt-content {
    background: #000;
    padding: 60px 20px 20px 20px;
    position: relative; }
    .winners-listing .winners-alt-content .close-btn {
      position: absolute;
      right: 15px;
      top: 15px; }
    .winners-listing .winners-alt-content .add-details {
      margin-top: 50px;
      text-align: center;
      font-size: 16px;
      line-height: 25px;
      font-weight: 300;
      color: #fff; }

.winners-slideshow.slick-dotted.slick-slider {
  padding: 0 20px;
  margin-bottom: 15px; }

.winners-categories-section {
  border-top: 1px solid #bdbdbd; }
  .winners-categories-section .winners-heading {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center; }
  .winners-categories-section .winners-categories {
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    padding: 35px 0; }
    .winners-categories-section .winners-categories .winner-box {
      position: relative;
      margin-bottom: 0; }
      .winners-categories-section .winners-categories .winner-box .winner-label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        background: #2b2b2b;
        width: 100%;
        padding: 20px;
        text-align: center; }
        .winners-categories-section .winners-categories .winner-box .winner-label .winner-title {
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          text-decoration: none; }
      .winners-categories-section .winners-categories .winner-box .winner-img {
        background-position: center center;
        background-size: cover;
        height: 150px; }
      .winners-categories-section .winners-categories .winner-box.winner-box-single {
        margin-bottom: 0; }
        .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-img-single, .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-label {
          display: block; }
        .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-label {
          display: block;
          position: relative;
          bottom: auto;
          width: 100%;
          height: auto; }
    .winners-categories-section .winners-categories .btn-view-winners {
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 6.5px 14.5px; }
    .winners-categories-section .winners-categories .winner-box:hover {
      text-decoration: none !important; }

.image-gallery-slick-target {
  padding: 0 20px; }
  .image-gallery-slick-target .paging-info {
    margin-top: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .image-gallery-slick-target .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    bottom: -40px; }
    .image-gallery-slick-target .slick-dots li {
      width: 15px; }
    .image-gallery-slick-target .slick-dots li button {
      width: 10px;
      height: 10px; }
      .image-gallery-slick-target .slick-dots li button:before {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
        width: 10px;
        height: 10px;
        font-size: 10px;
        color: transparent;
        opacity: 1; }
    .image-gallery-slick-target .slick-dots li.slick-active button:before {
      background-color: #fff;
      border: none; }
  .image-gallery-slick-target .slick-cust-arrows {
    position: absolute;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .image-gallery-slick-target .slick-cust-arrows:hover {
      color: #f0c762; }
    .image-gallery-slick-target .slick-cust-arrows.prev-arrow {
      left: -30px; }
    .image-gallery-slick-target .slick-cust-arrows.next-arrow {
      right: -30px; }

.header.white .connect a:hover, .header.white .connect a:focus, .header.black .connect a:hover, .header.black .connect a:focus {
  text-decoration: none; }
  .header.white .connect a:hover .connect-icon svg path, .header.white .connect a:focus .connect-icon svg path, .header.black .connect a:hover .connect-icon svg path, .header.black .connect a:focus .connect-icon svg path {
    fill: #ddb453; }
  .header.white .connect a:hover .connect-icon svg, .header.white .connect a:focus .connect-icon svg, .header.black .connect a:hover .connect-icon svg, .header.black .connect a:focus .connect-icon svg {
    fill: #ddb453; }
.header.white .nav .main li > a:hover, .header.white .nav .main li > a:focus, .header.black .nav .main li > a:hover, .header.black .nav .main li > a:focus {
  cursor: pointer;
  color: #ddb453;
  text-decoration: none; }

.rsvp-wrapper {
  background: #000;
  border: 4px double #e2c070; }
  .rsvp-wrapper .rsvp-inside-border {
    margin: 5px;
    padding: 20px;
    border: 1px dotted #e2c070; }
  .rsvp-wrapper .logo-center {
    margin: 0 auto;
    text-align: center; }
  .rsvp-wrapper .logo-wrap {
    margin-bottom: 40px; }
    .rsvp-wrapper .logo-wrap .main-logo {
      margin-bottom: 40px; }
    .rsvp-wrapper .logo-wrap img {
      margin: 0 auto; }
  .rsvp-wrapper .btn-primary {
    background-color: #e2c070;
    border-color: #e2c070;
    color: #fff;
    text-transform: uppercase; }
  .rsvp-wrapper .h1 {
    color: #e2c070;
    font-size: 31px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px; }
  .rsvp-wrapper p {
    color: white;
    font-family: Helvetica;
    font-size: 21px;
    text-align: center;
    line-height: 25px; }
  .rsvp-wrapper .partner-box {
    display: none; }
  .rsvp-wrapper .rsvp-form {
    text-align: left; }
    .rsvp-wrapper .rsvp-form .input-label {
      color: #e2c070;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    .rsvp-wrapper .rsvp-form .form-control.error {
      position: relative;
      width: 100%;
      height: 34px;
      display: block; }
    .rsvp-wrapper .rsvp-form label.error {
      position: relative;
      display: block;
      color: red;
      margin-top: 5px; }
    .rsvp-wrapper .rsvp-form .fancy-radio {
      font-weight: 600;
      vertical-align: top; }
  .rsvp-wrapper .divider {
    width: 100%;
    height: 2px;
    background-color: #e2c070;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px; }
  .rsvp-wrapper .submit-action {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }

.slide-down-bee-question {
  display: none; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .enter-flex {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }

  .enter-container:not(:last-child) {
    margin-right: 30px; }
  .enter-container .enter-heading {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 8px; }
  .enter-container .enter-list {
    font-size: 14px; }
    .enter-container .enter-list li {
      padding-bottom: 15px; }

  .drop-to-slide {
    bottom: 40px; }

  .rsvp-wrapper .rsvp-inside-border {
    padding: 40px 200px; }

  .event-listing-wrapper .media-event-listing .media-listing-image {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0; }

  .event-listing-wrapper.lastest-news .media-event-listing .media-body.media-inline {
    padding-left: 20px; }

  .winners-filter .block-winnerscategories {
    margin-bottom: 0; }
  .winners-filter .form-break {
    margin-top: 38px; }

  .year-select-holder {
    margin-bottom: 70px; }

  .winners-categories-section .winners-categories {
    padding: 70px 110px; }

  .home-slideshow-background .home-slideshow-center {
    height: 700px; }
    .home-slideshow-background .home-slideshow-center .slideshow-header .slideshow-label {
      font-size: 35px; }
    .home-slideshow-background .home-slideshow-center .slideshow-title {
      font-size: 60px; }

  .intro-title-layout .home-slideshow-center {
    height: 500px; }
    .intro-title-layout .home-slideshow-center .slideshow-title {
      font-size: 60px; }

  .home-slideshow-background .home-slideshow-center .slideshow-mini-block {
    text-align: left; }
    .home-slideshow-background .home-slideshow-center .slideshow-mini-block .media-left {
      display: table-cell; }

  .slideshow-arrow-holder .slideshow-finalists .slick-dots, .slideshow-arrow-holder .slideshow-winners .slick-dots, .slideshow-arrow-holder .winners-slideshow .slick-dots {
    bottom: -120px; }
  .slideshow-arrow-holder .winners-slideshow .slick-dots {
    bottom: -50px; }

  .winners-listing .media-winners {
    padding: 0 63px 25px 63px; }
    .winners-listing .media-winners .media-image {
      display: table-cell; }
    .winners-listing .media-winners .imgslide {
      width: 170px;
      height: 170px; }
    .winners-listing .media-winners .links {
      float: right; }
    .winners-listing .media-winners .media-body .province {
      margin-bottom: 45px; }
    .winners-listing .media-winners .media-body .diff-holder {
      float: right; }
  .winners-listing .winners-alt-content {
    padding: 80px 95px; }

  .winners-categories-section .winners-heading {
    margin-bottom: 50px; }
  .winners-categories-section .winners-categories .winner-box {
    margin-bottom: 91px; }
    .winners-categories-section .winners-categories .winner-box .winner-label {
      position: absolute;
      bottom: -91px;
      height: 91px; }
    .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-img-single, .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-label {
      display: inline-block; }
    .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-label {
      bottom: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      float: left; }
  .winners-categories-section .winners-categories .winner-box:hover .winner-label {
    height: auto; }
  .winners-categories-section .winners-categories .winner-box:hover .btn-view-winners {
    margin-top: 25px;
    display: block; }
  .winners-categories-section .winners-categories .winner-box:hover.winner-box-single .winner-label {
    height: 240px; }

  .flex-row-special {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  .winners-listing .winners-alt-content .add-details {
    margin: 0; }

  .footer {
    padding: 50px 0; }
    .footer .site-links {
      margin-bottom: 10px;
      text-align: left; }
      .footer .site-links a {
        font-size: 14px;
        font-weight: 400;
        color: #d6d4d4; }
      .footer .site-links li {
        padding: 0;
        margin-right: 10px;
        margin-bottom: 15px; }
        .footer .site-links li:not(:last-child):after {
          padding-right: 10px;
          width: 1px;
          border-right: 1px solid #d6d4d4;
          content: ''; }
    .footer .social-media-list {
      text-align: right; }
      .footer .social-media-list svg {
        height: 28px;
        fill: #fff; }
      .footer .social-media-list .facebook-icon:hover svg, .footer .social-media-list .facebook-icon:hover svg path {
        fill: #3b5998; }
      .footer .social-media-list .twitter-icon:hover svg, .footer .social-media-list .twitter-icon:hover svg path {
        fill: #55acee; }
      .footer .social-media-list .youtube-icon:hover svg, .footer .social-media-list .youtube-icon:hover svg path {
        fill: #bb1717; }
    .footer .copyright {
      margin-bottom: 10px;
      font-size: 12px;
      color: #787878; }

  .section-wrapper .section-header .section-title {
    font-size: 50px; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .rsvp-wrapper .rsvp-form .input-label {
    font-size: 20px; }

  .winners-filter {
    padding-bottom: 100px; }

  .footer .site-links {
    margin-bottom: 0; }

  .section-wrapper {
    padding: 100px 0; }
    .section-wrapper .btn-holder.slideshow-btn {
      margin: 70px 0; }

  .slideshow-arrow-holder .slideshow-winners .slick-dots, .slideshow-arrow-holder .slideshow-finalists .slick-dots {
    bottom: -200px; }

  .home-class {
    padding-top: 0; }
    .home-class .header {
      position: fixed;
      background: transparent; }
      .home-class .header.white {
        background: transparent; }
        .home-class .header.white.scroll-nav {
          background: #000; }

  .header {
    /*BLACK STYLES ONLY*/
    /*WHITE STYLES ONLY*/ }
    .header.black .nav .main li a, .header.white .nav .main li a {
      color: #fff; }
      .header.black .nav .main li a .icon svg, .header.white .nav .main li a .icon svg {
        fill: #fff; }
      .header.black .nav .main li a::before, .header.white .nav .main li a::before {
        border-right: 1px solid #fff; }
    .header.black .nav .main li:hover a.icon-active::after, .header.white .nav .main li:hover a.icon-active::after {
      background: url(../images/nav-arrow-white.png) no-repeat center center transparent; }
    .header.black .nav .main li .sub-nav, .header.white .nav .main li .sub-nav {
      background: #fff; }
      .header.black .nav .main li .sub-nav .sub-holder .column::after, .header.white .nav .main li .sub-nav .sub-holder .column::after {
        border-right: 1px solid #c8c8c8; }
      .header.black .nav .main li .sub-nav .sub-holder .column li, .header.white .nav .main li .sub-nav .sub-holder .column li {
        color: #717171; }
        .header.black .nav .main li .sub-nav .sub-holder .column li.heading::after, .header.white .nav .main li .sub-nav .sub-holder .column li.heading::after {
          border-bottom: 2px solid #000; }
        .header.black .nav .main li .sub-nav .sub-holder .column li a, .header.white .nav .main li .sub-nav .sub-holder .column li a {
          color: #717171; }
        .header.black .nav .main li .sub-nav .sub-holder .column li:hover a, .header.white .nav .main li .sub-nav .sub-holder .column li:hover a {
          color: #ddb453; }

  .nav .main li:not(:last-child) a {
    padding-right: 15px; }

  .nav .main li .sub-nav {
    position: fixed;
    top: auto;
    background: #fff; }
    .nav .main li .sub-nav .sub-holder {
      margin: 0 auto;
      text-align: center; }

  .nav .main li .sub-nav .column li.heading:after {
    width: 100% !important;
    border-bottom: 2px solid #f2c351 !important; }

  .nav .main li .sub-nav .sub-holder {
    max-width: 992px; } }
/* Large devices (large desktops, 1310px and up) */
@media (min-width: 1310px) {
  .nav .main li .sub-nav .sub-holder {
    max-width: 1310px; }

  .nav .main li:not(:last-child) a {
    padding-right: 40px; }

  .new-home-slideshow .slick-arrow-holder, .new-home-slideshow .slick-dots-holder, .slideshow-arrow-holder .slick-arrow-holder {
    width: 1310px; }

  .winners-listing .media-winners {
    padding: 0 123px 53px 123px; }

  .winners-slideshow.slick-dotted.slick-slider {
    padding: 0; }

  .winners-categories-section .winners-heading {
    margin-bottom: 50px; }
  .winners-categories-section .winners-categories {
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    padding: 70px 110px; }
    .winners-categories-section .winners-categories .winner-box {
      margin-bottom: 91px; }
      .winners-categories-section .winners-categories .winner-box .winner-label {
        position: absolute;
        bottom: -91px;
        height: 91px; }
      .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-img-single, .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-label {
        display: inline-block; }
      .winners-categories-section .winners-categories .winner-box.winner-box-single .winner-label {
        display: block;
        display: flex;
        width: 240px;
        height: 240px;
        bottom: auto;
        float: left; }
      .winners-categories-section .winners-categories .winner-box .btn-view-winners {
        display: none; }
    .winners-categories-section .winners-categories .winner-box:hover .winner-label {
      height: auto; }
    .winners-categories-section .winners-categories .winner-box:hover .btn-view-winners {
      margin-top: 25px;
      display: block; }
    .winners-categories-section .winners-categories .winner-box:hover.winner-box-single .winner-label {
      height: 240px; }

  .slideshow-arrow-holder .slick-arrow-holder .slick-cust-arrows.prev-arrow {
    left: 30px; }

  .slideshow-arrow-holder .slick-arrow-holder .slick-cust-arrows.next-arrow {
    right: 30px; } }
@media screen and (max-width: 1309px) {
  .my-gallery .gallery-block {
    max-width: 885px; } }
@media screen and (max-width: 991px) {
  .my-gallery .gallery-block {
    max-width: 425px; } }
.my-gallery .gallery-block .fig-holder {
  padding-bottom: 7px; }
.my-gallery .gallery-block a {
  display: block; }
  .my-gallery .gallery-block a .plus-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 97%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.5); }
    .my-gallery .gallery-block a .plus-hover .icon {
      width: 90px;
      height: 90px;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .my-gallery .gallery-block a .plus-hover .icon svg {
        fill: #fff; }
  .my-gallery .gallery-block a:hover .plus-hover {
    display: block; }

.forms .field.hidden {
  display: none; }

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