@charset "UTF-8";
/*
Theme Name: A+ Awards (Architizer)
Author: A+/INTELLAM
Author URI: http://intellam.com
Version: 1.0
Description: Based on a design by A+
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.links-list, .sub-links, .information-list, .links, .filter-items, .category-list, .category-list li ul, .lot-list, .social-links, .data-list, .partners-list, .jury-list, .footer-nav, .footer-nav > li ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .person-information:after,
.object-info:after, .filter-holder:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: rgba(0, 0, 0, 0.84);
  background: #fff;
  font: 16px/1.5 "theinhardtlight_alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.widget {
  margin-bottom: 1.5em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.5em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 0.3em;
  color: rgba(0, 0, 0, 0.84); }

h1, .h1 {
  font-size: 90px; }

h2, .h2 {
  font-size: 60px; }

h3, .h3 {
  font-size: 48px; }

h4, .h4 {
  font-size: 34px; }

h5, .h5 {
  font-size: 30px; }

h6, .h6 {
  font-size: 25px; }

p {
  margin: 0 0 1em; }

a {
  transition: color 0.3s linear;
  color: #26bfef;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1ca3fc; }

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  padding: 22px 0;
  background: #fff; }

@media screen and (min-width: 1200px) {
  #header {
    padding: 10px 0 0; } }

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px; }

@media screen and (min-width: 480px) {
  .container {
    padding: 0 30px; } }

.logo {
  float: left;
  width: 200px;
  margin: 3px 0 0; }

@media screen and (min-width: 1024px) {
  .logo {
    margin: 0; } }
  .logo a {
    display: block; }
  .logo img {
    max-width: 100%;
    vertical-align: top; }

@media screen and (min-width: 768px) {
  .sign-block .logo {
    display: none; } }

#navigation {
  float: right; }

@media screen and (min-width: 1200px) {
  #navigation {
    margin: 0 -30px 0 0; } }

.nav-opener {
  width: 28px;
  height: 18px;
  position: relative;
  overflow: hidden;
  float: right;
  top: 6px;
  right: 0;
  z-index: 10; }

@media screen and (min-width: 1024px) {
  .nav-opener {
    display: none; } }
  .nav-opener:hover:before, .nav-opener:hover:after,
  .nav-opener:hover span {
    background: #26bfef; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    transition: transform 0.3s linear;
    width: 28px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    z-index: 4; }
  .nav-opener:before {
    content: "";
    top: 0; }
    .nav-active .nav-opener:before {
      transform: translate(0, 8px) rotate(-45deg); }
  .nav-opener:after {
    content: "";
    bottom: 1px; }
    .nav-active .nav-opener:after {
      transform: translate(0, -7px) rotate(45deg); }
  .nav-opener span {
    top: 7px; }
    .nav-active .nav-opener span {
      transform: translate(-30px, 0); }

.nav-drop {
  transition: opacity 0.3s linear;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  background: #26bfef;
  opacity: 0;
  visibility: hidden;
  height: 263px;
  overflow: auto; }

@media screen and (min-width: 1024px) {
  .nav-drop {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: none;
    height: auto;
    overflow: visible; } }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible; }

.links-list {
  margin: 0 0 40px; }

@media screen and (min-width: 1024px) {
  .links-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0; } }
  .links-list li {
    margin: 0 0 5px; }

@media screen and (min-width: 1024px) {
  .links-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    margin: 0 10px;
    padding: 0 0 10px;
    position: relative; } }

@media screen and (min-width: 1200px) {
  .links-list li {
    margin: 0 20px; } }

@media screen and (min-width: 1024px) {
  .links-list li.enter-link {
    margin: -10px 10px 0;
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .links-list li.enter-link {
    margin: -10px 0px 0 4px; } }
    .links-list li.enter-link a {
      display: inline-block;
      vertical-align: top;
      transition: background 0.3s linear;
      line-height: 15px;
      background: #22d290;
      padding: 10px;
      color: #fff; }

@media screen and (min-width: 1200px) {
  .links-list li.enter-link a {
    padding: 11px 18px; } }
      .links-list li.enter-link a:after {
        display: none; }
      .links-list li.enter-link a:hover {
        background: #1fbd81; }
    .links-list li.active a {
      color: #fff;
      text-shadow: 0 0 3px #000; }
    .links-list li:hover > .sub-links {
      display: block; }

@media screen and (min-width: 1024px) {
  .links-list li:hover > .sub-links {
    opacity: 1;
    visibility: visible; } }
    .links-list li:hover > a {
      border-bottom: 2px solid #a6a6a6; }
  .links-list a {
    color: rgba(0, 0, 0, 0.84);
    transition: color .3s linear, text-shadow .3s linear, border .1s linear;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 2px transparent; }

.sub-links {
  display: none;
  padding: 10px; }

@media screen and (min-width: 1024px) {
  .sub-links {
    transition: opacity 0.3s linear;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    background: #fff;
    min-width: 170px;
    padding: 15px 30px 15px 5px;
    box-shadow: 2px 0 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden; } }

@media screen and (min-width: 1024px) {
  .sub-links li {
    display: block;
    margin: 0 0 5px;
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .sub-links li {
    margin: 0 0 5px; } }
  .sub-links li a:after {
    display: none !important; }
  .sub-links li a:hover {
    color: #22d290; }

#main {
  padding: 77px 0 0; }

@media screen and (min-width: 1024px) {
  .winners #main {
    padding: 213px 0 0; } }

@media screen and (min-width: 768px) {
  #content {
    float: left;
    width: 60%; } }

@media screen and (min-width: 1024px) {
  #content {
    width: 70%; } }

#content:only-child {
  width: 100%; }

@media screen and (min-width: 768px) {
  #sidebar {
    float: right;
    width: 40%;
    padding: 0 0 0 30px; } }

@media screen and (min-width: 1024px) {
  #sidebar {
    width: 30%; } }

.heading-class {
  margin: 0; }

.post {
  margin: 0 0 13px;
  border-top: 1px solid #000;
  padding: 21px 0 0; }

@media screen and (min-width: 768px) {
  .post {
    overflow: hidden; } }

@media screen and (min-width: 1200px) {
  .post {
    margin: 0 0 6px; } }

.post-name {
  font-size: 20px;
  line-height: 22px;
  display: block;
  font-weight: normal;
  margin: 0 0 12px; }

@media screen and (min-width: 768px) {
  .post-name {
    float: left;
    width: 40%;
    padding: 0 20px 0 0; } }

@media screen and (min-width: 1024px) {
  .post-name {
    padding: 0 50px 0 0; } }

@media screen and (min-width: 1200px) {
  .post-name {
    padding: 0 90px 0 0; } }

.post-content {
  margin: 0 0 10px; }

@media screen and (min-width: 768px) {
  .post-content {
    overflow: hidden;
    width: 60%; } }
  .post-content p {
    margin: 0 0 12px; }

@media screen and (min-width: 1200px) {
  .post-content .image-block {
    text-align: center; } }

blockquote {
  font-size: 20px;
  line-height: 27px;
  padding: 20px 0 0;
  border: none;
  margin: 0 0 10px; }
  blockquote > p:before, blockquote > p:after {
    content: "''"; }
  blockquote cite {
    font-style: normal; }
  .two-col-holder blockquote {
    margin: 0 0 25px; }
    @media (min-width: 1200px) {
      .two-col-holder blockquote {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 10px; } }

.see-more {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 10px;
  position: relative;
  color: rgba(0, 0, 0, 0.84); }
  .two-col-holder .see-more {
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 25px; }
  .big-text .see-more {
    font-size: 30px;
    line-height: 32px; }

.button-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 2px;
  background: #000;
  position: relative; }
  .button-arrow:before, .button-arrow:after {
    width: 12px;
    height: 2px;
    content: "";
    background: inherit;
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 3;
    transform: rotate(40deg); }
  .button-arrow:after {
    top: auto;
    bottom: -3px;
    transform: rotate(-40deg); }
  .open-block .button-arrow {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 3; }

@media screen and (min-width: 1024px) {
  .open-block .button-arrow {
    bottom: 25px; } }

.information-list {
  padding: 14px 0 0; }

@media screen and (min-width: 768px) {
  .information-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0 -5px 34px; } }
  .information-list > li {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 0 26px; }

@media screen and (min-width: 768px) {
  .information-list > li {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 25%;
    padding: 0 8px; } }

@media screen and (min-width: 768px) {
  .information-list.col > li {
    width: 20% !important; } }

@media screen and (min-width: 480px) {
  .descriotion-list {
    overflow: hidden; } }

.descriotion-list dt {
  float: none;
  font-weight: normal;
  margin: 0 0 5px; }

@media screen and (min-width: 480px) {
  .descriotion-list dt {
    float: left; } }

.descriotion-list dd {
  margin: 0 0 5px; }

@media screen and (min-width: 480px) {
  .descriotion-list dd {
    overflow: hidden;
    clear: both;
    margin: 0 0 5px 95px; } }

.new {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
  color: #22d290;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0 5px; }

.image-box {
  margin: 0 0 15px;
  position: relative; }
  .image-box a {
    font-size: 34px;
    line-height: 36px;
    transition: opacity 0.3s linear;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(216, 216, 216, 0.87);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
    .image-box a:hover {
      opacity: 1; }
  .image-box img {
    vertical-align: bottom; }

@media screen and (min-width: 1200px) {
  .image-box img {
    width: 100%; } }

.person-information strong,
.object-info strong {
  display: block;
  font-weight: normal;
  line-height: 18px;
  overflow: hidden; }

.slide .person-information, .slide
.object-info {
  display: none; }

@media screen and (min-width: 1024px) {
  .slide .person-information, .slide
  .object-info {
    display: block;
    color: #000;
    margin: 0 0 10px; } }

@media screen and (min-width: 1024px) {
  .description-box .person-information, .description-box
  .object-info {
    margin: 0 0 10px; } }

/* custom-open-close styles */
@media screen and (min-width: 768px) {
  .custom-open-close {
    position: relative; } }

@media screen and (max-width: 767px) {
  .custom-open-close > li {
    position: relative; } }

.custom-open-close .slide {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .custom-open-close .slide {
      top: auto;
      bottom: 0; } }

.custom-open-close .js-slide-hidden {
  display: block !important;
  position: absolute !important;
  top: -99999px !important;
  left: -99999px !important; }

@media screen and (min-width: 768px) {
  .slide-holder {
    display: flex;
    align-items: flex-end; } }

.big-image-container {
  display: none; }

@media screen and (min-width: 768px) {
  .big-image-container {
    display: block;
    float: left;
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .big-image-container {
    width: 65%; } }

@media screen and (min-width: 1200px) {
  .big-image-container {
    width: 50%; } }

@media screen and (min-width: 1600px) {
  .big-image-container {
    width: 48%; } }
  .big-image-container img {
    vertical-align: bottom; }

.description-box {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.34);
  padding: 22px 0 0; }

@media screen and (min-width: 768px) {
  .description-box {
    float: left;
    width: 50%;
    padding: 0 0 0 15px; } }

@media screen and (min-width: 1024px) {
  .description-box {
    width: 35%; } }
  .description-box p {
    margin: 0 0 18px; }

.heading {
  font-size: 16px;
  line-height: 18px;
  display: block;
  font-weight: normal;
  color: #000;
  margin: 0 0 3px; }

.links {
  border-top: 1px solid #000; }
  .links li {
    padding: 8px 0;
    border-bottom: 1px solid #000;
    overflow: hidden; }
  .links a {
    color: #000; }
    .links a:hover {
      color: #22d290; }
  .links time {
    float: right; }

.custom-table-box {
  overflow: hidden; }

.photo-box {
  display: none; }

@media screen and (min-width: 1024px) {
  .photo-box {
    width: 260px;
    display: block;
    float: left;
    margin: 0 20px 0 0; } }

.table-holder {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.34);
  position: relative;
  margin: 0 0 64px; }

@media screen and (min-width: 1024px) {
  .table-holder {
    overflow: hidden; } }
  .table-holder table {
    width: 100%; }

@media screen and (max-width: 767px) {
  .table-holder table thead {
    display: none; } }
    .table-holder table thead th {
      font-size: 20px;
      line-height: 22px;
      text-align: left !important;
      border: none;
      color: #000;
      line-height: 32px;
      padding: 0;
      outline: none;
      font-weight: normal; }
      .table-holder table thead th:hover {
        cursor: pointer; }
    .table-holder table tr {
      border-bottom: 1px solid #ededed;
      position: relative; }
      .table-holder table tr:hover {
        border-color: #26bfef;
        color: #26bfef; }
    .table-holder table td {
      border: none;
      line-height: 32px;
      padding: 0; }
      .table-holder table td.hidden-class {
        display: none; }

@media screen and (min-width: 768px) {
  .table-holder table td.hidden-class {
    display: table-cell; } }
      .table-holder table td a {
        transition: background 0.3s linear;
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 3; }

.filter-arrows {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 32px;
  position: relative; }
  .filter-arrows:before, .filter-arrows:after {
    transition: opacity 0.3s linear;
    content: "";
    border: 7px solid transparent;
    position: absolute;
    left: 0;
    z-index: 3;
    opacity: 0; }
  .filter-arrows:before {
    border-top: 7px solid #000;
    bottom: 0; }
    .sorting_desc .filter-arrows:before {
      opacity: 1; }
  .filter-arrows:after {
    border-bottom: 7px solid #000;
    top: 0; }
    .sorting_asc .filter-arrows:after {
      opacity: 1; }

.sign-block {
  background: #fafafa;
  padding: 30px 0 20px; }

@media screen and (min-width: 1024px) {
  .sign-block {
    padding: 60px 0 20px; } }
  .sign-block h4 {
    font-weight: 300;
    margin: 0 0 20px; }
  .sign-block form {
    width: 100%; }

.row {
  position: relative;
  padding: 0 110px 0 0;
  margin: 0 0 75px; }

@media screen and (min-width: 768px) {
  .row {
    margin: 0 0 60px;
    width: 70%; } }

@media screen and (min-width: 1200px) {
  .row {
    width: 50%;
    padding: 0 130px 0 0; } }
  .row input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: rgba(0, 0, 0, 0.35);
    border: none;
    outline: none;
    border-bottom: 1px solid #949494;
    padding: 0;
    background: transparent; }
  .row button {
    font-size: 20px;
    line-height: 22px;
    transition: color 0.3s linear;
    background: none;
    outline: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    transform: translate(0, -50%); }
    .row button:hover {
      color: #22d290; }

.fixed-container {
  background: #fff;
  margin: 0 0 20px;
  padding: 0 0 15px; }

@media screen and (min-width: 1024px) {
  .fixed-container {
    padding: 30px 0 0;
    margin: 0;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 20; } }

@media screen and (min-width: 1200px) {
  .fixed-container {
    top: 37px; } }
  .fixed-container > .container {
    /*border-bottom: 2px solid rgba($black,.5);*/
    position: relative; }

.filter-items {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

@media screen and (min-width: 1024px) {
  .filter-items {
    float: left; } }
  .filter-items li {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 20px 10px 0; }
  .filter-items a {
    color: rgba(0, 0, 0, 0.84); }
    .filter-items a:hover {
      color: #1ca3fc; }

@media screen and (min-width: 1024px) {
  .select-box {
    display: block;
    float: right; } }

.select-box .category-open-link {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 22px;
  position: relative;
  color: rgba(0, 0, 0, 0.84);
  padding: 5px 20px 5px 0;
  margin: 0 0 10px; }
  .select-box .category-open-link:hover {
    color: #1ca3fc; }
  .select-box .category-open-link:before {
    content: "";
    border: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 3; }

.blue-mark,
.green-mark {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px 0 0; }
  .object-info .blue-mark, .object-info
  .green-mark {
    float: right; }
  .description-box .blue-mark, .description-box
  .green-mark {
    float: none;
    margin: 0 0 0 10px; }

.blue-mark {
  background: rgba(66, 199, 241, 0.2);
  color: #42c7f1; }

.green-mark {
  background: rgba(63, 215, 178, 0.2);
  color: #3fd7b2; }

@media screen and (min-width: 768px) {
  .type-section {
    position: relative; } }

.type {
  display: none;
  padding: 13px 0 0; }

@media screen and (min-width: 768px) {
  .type {
    display: block;
    position: absolute;
    top: 0px;
    left: -27px !important;
    z-index: 3; } }
  .type > span {
    position: relative;
    display: block;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    position: relative;
    right: 100%; }

.category-holder {
  transition: opacity 0.3s linear;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  margin: 2px 0 0;
  padding: 20px;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  height: 300px;
  overflow: auto; }

@media screen and (min-width: 1024px) {
  .category-holder {
    height: auto; } }
  .popup-active .category-holder {
    opacity: 1;
    visibility: visible; }

.category-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

@media screen and (min-width: 1024px) {
  .category-list {
    display: flex;
    justify-content: space-between; } }
  .category-list li {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    margin: 0 0 10px;
    max-width: 245px; }

@media screen and (min-width: 480px) {
  .category-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px; } }
    .category-list li ul {
      margin: 0 0 20px; }
      .category-list li ul li {
        display: block;
        margin: 0 0 7px; }

@media screen and (min-width: 480px) {
  .category-list li ul li {
    padding: 0; } }
      .category-list li ul a {
        color: rgba(0, 0, 0, 0.84); }
        .category-list li ul a:hover {
          color: #1ca3fc; }

.list-heading {
  display: block;
  margin: 0 0 7px; }

.page-description-box {
  max-width: 730px;
  margin: 0 0 50px; }

@media screen and (min-width: 1200px) {
  .page-description-box {
    margin: 0 0 64px; } }

.lot-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: center;
  margin: 0 0 30px; }

@media screen and (min-width: 1024px) {
  .lot-list {
    text-align: left; } }
  .lot-list li {
    font-size: 30px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 20px 20px; }

@media screen and (min-width: 1024px) {
  .lot-list li {
    margin: 0 40px 20px 0; } }

@media screen and (min-width: 1200px) {
  .lot-list li {
    margin: 0 78px 20px 0; } }

.lot-image {
  margin: 0 0 12px; }
  .lot-image a {
    transition: opacity 0.3s linear;
    display: block; }
    .lot-image a:hover {
      opacity: .6; }
  .lot-image img {
    vertical-align: top; }

.lot-name {
  display: block;
  font-weight: normal; }

.button {
  transition: background 0.3s linear;
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 8px 15px; }
  .button:hover, .button:active {
    color: #fff; }
  .button.green-button {
    background: #22d290; }
    .button.green-button:hover {
      background: #1fbd81; }
    .button.green-button:active {
      background: #1ba873; }
  .button.blue-button {
    background: #1ca3fc; }
    .button.blue-button:hover {
      background: #1992e2; }
    .button.blue-button:active {
      background: #1682ca; }

.enter-block {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 50px;
  margin: 0 0 20px; }

@media screen and (min-width: 768px) {
  .enter-block {
    overflow: hidden; } }

@media screen and (min-width: 768px) {
  .sign-col {
    float: left;
    width: 40%; } }

@media screen and (min-width: 1024px) {
  .sign-col {
    width: 45%; } }

.or {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  padding: 20px 0; }

@media screen and (min-width: 768px) {
  .or {
    float: left;
    width: 20%;
    padding: 50px 0; } }

@media screen and (min-width: 1024px) {
  .or {
    width: 10%; } }

@media screen and (min-width: 1200px) {
  .or {
    text-align: center; } }

@media screen and (min-width: 1600px) {
  .or {
    text-align: left; } }

@media screen and (min-width: 768px) {
  .sign-form-holder {
    max-width: 360px;
    padding: 0 1px; } }

.sign-form-holder form {
  width: 100%; }

.form-row {
  margin: 0 0 10px; }
  .form-row label {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c9d1d5;
    display: block;
    margin: 0 0 5px; }
  .form-row input {
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    height: 35px; }
    .form-row input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.34); }
    .form-row input::-moz-placeholder {
      opacity: 1;
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.34); }
    .form-row input:-moz-placeholder {
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.34); }
    .form-row input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.34); }
    .form-row input.placeholder {
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.34); }
  .form-row button {
    margin: 0 0 10px; }

.checkbox-row {
  margin: 0 0 5px;
  padding: 0 0 0 30px;
  position: relative; }
  .checkbox-row label {
    overflow: hidden; }

.button-box {
  margin: 0 0 50px; }

.two-col-holder {
  padding: 0;
  margin: 0 0 15px; }

@media screen and (min-width: 768px) {
  .two-col-holder {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 25px;
    margin: 0 0 25px; }
    .two-col-holder:last-child {
      border: none !important; } }
  @media (min-width: 1200px) {
    .two-col-holder {
      padding: 0 0 60px;
      margin: 0 0 60px; } }
  @media (min-width: 768px) {
    .two-col-holder.display-class {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-end; } }
  @media (min-width: 768px) {
    .two-col-holder.top-align {
      align-items: flex-start; } }
  @media (min-width: 1200px) {
    .two-col-holder h3 {
      font-size: 60px;
      line-height: 62px;
      margin: 0 0 80px; } }

@media screen and (min-width: 1024px) {
  .two-col-holder h4 {
    font-size: 30px; } }

@media screen and (min-width: 768px) {
  .col-1,
  .col-2 {
    float: left;
    width: 50%;
    padding: 0 5px; } }

@media (min-width: 1024px) {
  .col-1,
  .col-2 {
    padding: 0 10px; } }

.general-heading {
  font-size: 43px;
  line-height: 45px;
  margin: 0 0 30px; }
  @media (min-width: 1024px) {
    .general-heading {
      font-size: 90px;
      line-height: 106px;
      max-width: 390px;
      padding: 30px 0 0; } }
  @media (min-width: 1200px) {
    .general-heading {
      padding: 98px 0 0; } }
  .general-heading span {
    display: inline-block;
    vertical-align: top; }

.image-holder {
  max-width: 420px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1200px) {
    .image-holder {
      max-width: 543px;
      margin: 0; } }

@media screen and (min-width: 1024px) {
  .image-holder img {
    width: 100%; } }

.img-caption {
  position: absolute;
  left: -99999px;
  top: -999999px;
  visibility: hidden; }

.video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none; }

@media screen and (min-width: 768px) {
  .video-link {
    display: block; }
    .video-link:hover {
      color: #1CA3FC; }
      .video-link:hover .video-icon {
        border-color: #1ca3fc; }
        .video-link:hover .video-icon:before {
          border-left-color: #1ca3fc; } }
  .video-holder .video-link {
    display: block !important;
    width: 100%;
    text-align: center; }

@media screen and (min-width: 1024px) {
  .video-holder .video-link {
    font-size: 20px;
    opacity: 0;
    visibility: hidden; } }

.video-icon {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative; }
  .video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    margin: 0 0 0 4px; }
  .video-holder .video-icon {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0); }

.video-holder {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  max-width: 395px;
  height: 330px;
  margin: 0 auto 30px;
  padding: 46px 0 0; }
  @media (min-width: 1024px) {
    .video-holder {
      max-width: 554px;
      height: 674px; } }
  .video-holder:hover .video-link {
    opacity: 1;
    visibility: visible; }
  .video-holder .video-frame {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    .video-holder .video-frame video {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .video-holder .video-frame video:-webkit-media-controls, .video-holder .video-frame video:-webkit-media-controls-start-playback-button {
        display: none; }

.open-block {
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 105px;
  font-size: 20px;
  line-height: 25px;
  transition: background 0.3s linear;
  background: #22d290;
  color: #fff;
  padding: 6px 10px 20px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 3; }

@media screen and (min-width: 480px) {
  .open-block {
    top: -20px;
    right: -15px; } }

@media screen and (min-width: 768px) {
  .open-block {
    top: 0;
    bottom: 0; } }
  @media (min-width: 1024px) {
    .open-block {
      width: 205px;
      height: 205px;
      font-size: 30px;
      line-height: 45px;
      padding: 19px 15px 20px;
      top: 355px;
      right: auto;
      left: -32px; } }
  @media (min-width: 1200px) {
    .open-block {
      top: 316px;
      right: auto;
      left: -74px; } }
  .open-block:hover, .open-block:focus {
    background: #1fbd81;
    color: #fff; }

.social-links {
  display: none; }
  @media (min-width: 1024px) {
    .social-links {
      display: block;
      position: absolute;
      left: -29px;
      top: 576px; } }
  @media (min-width: 1200px) {
    .social-links {
      left: -30px; } }
  .social-links li {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 5px;
    text-align: center;
    font-weight: bold; }
    @media (min-width: 1200px) {
      .social-links li {
        margin: 0 0 10px; } }
    .social-links li a {
      color: rgba(0, 0, 0, 0.84); }
      .social-links li a:hover {
        color: #1ca3fc; }

.text-container {
  font-size: 20px;
  line-height: 24px;
  padding: 41px 0 0;
  clear: both; }
  @media (min-width: 1200px) {
    .text-container {
      font-size: 30px;
      line-height: 55px;
      padding: 89px 0 0; } }

.data-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0 0 24px; }
  .data-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    width: 45%;
    margin: 0 0 7px; }

@media screen and (min-width: 1200px) {
  .data-list li {
    font-size: 30px;
    line-height: 32px; } }
  .data-list a {
    color: #000; }
    .data-list a:hover {
      color: #1ca3fc; }

.partners-block {
  display: none; }
  @media (min-width: 1024px) {
    .partners-block {
      display: block; } }
  .partners-block h6 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px; }

.partners-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .partners-list li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 0 58px;
    width: 20%; }
    @media (min-width: 1200px) {
      .partners-list li {
        text-align: center; } }
  .partners-list a {
    transition: opacity 0.3s linear;
    display: block; }
    .partners-list a:hover {
      opacity: .6; }
  .partners-list img {
    vertical-align: top; }

.title {
  font-size: 34px;
  line-height: 36px;
  display: block;
  margin: 0 0 15px; }

.jury-info-box {
  padding: 10px 0 0; }

.photo-container {
  padding: 51px 0 0;
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .photo-container {
      padding: 0; } }
  @media (min-width: 1024px) {
    .photo-container {
      max-width: 470px;
      float: left;
      margin: 0 0 90px;
      position: relative; }
      .photo-container + .photo-container {
        float: right; } }

@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .photo-container + .photo-container {
    margin: 0 40px 0 0; } }

.image-description {
  display: none; }

@media screen and (min-width: 1024px) {
  .image-description {
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 5px 15px;
    text-align: right; } }
  .image-description p {
    margin: 0 0 5px; }

.jury-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 60px; }
  .jury-list li {
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 10px; }
  .jury-list a {
    color: #000; }
    .jury-list a:hover {
      color: #26bfef; }

.big-text {
  font-size: 30px;
  line-height: 55px; }
  .big-text p {
    margin: 0 0 10px; }
  .big-text.hidden-text {
    display: none; }

@media screen and (min-width: 768px) {
  .big-text.hidden-text {
    display: block; } }

.pagination .next,
.pagination .prev,
.navigation-single .next,
.navigation-single .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: #1ca3fc; }
  .pagination .next:hover,
  .pagination .prev:hover,
  .navigation-single .next:hover,
  .navigation-single .prev:hover,
  .navigation-comments .next:hover,
  .navigation-comments .prev:hover {
    background: #1992e2; }
  .pagination .next:active,
  .pagination .prev:active,
  .navigation-single .next:active,
  .navigation-single .prev:active,
  .navigation-comments .next:active,
  .navigation-comments .prev:active {
    background: #1682ca; }

.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  background: #22d290; }
  .search-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:hover {
    background: #1fbd81; }
  .search-form input[type="submit"]:active,
  .post-password-form input[type="submit"]:active {
    background: #1ba873; }

#footer {
  display: none; }

@media screen and (min-width: 768px) {
  #footer {
    display: block;
    padding: 0 0 40px;
    background: #fafafa; } }

.footer-nav {
  overflow: hidden; }
  .footer-nav > li {
    float: left;
    width: 25%; }

@media screen and (min-width: 1024px) {
  .footer-nav > li {
    width: 20%; } }

@media screen and (min-width: 1200px) {
  .footer-nav > li {
    width: 17%; } }
    .footer-nav > li address {
      font-style: normal; }

@media screen and (min-width: 1200px) {
  .footer-nav > li address {
    margin: 0 0 40px; } }
    .footer-nav > li ul a {
      color: rgba(0, 0, 0, 0.84); }
      .footer-nav > li ul a:hover {
        color: #1ca3fc; }

@font-face {
  font-family: 'theinhardtheavyit';
  src: url("fonts/theinhardtheavyit-webfont.eot"), url("fonts/theinhardtheavyit.woff") format("woff"), url("fonts/theinhardtheavyit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtheavy';
  src: url("fonts/theinhardtheavy-webfont.eot"), url("fonts/theinhardtheavy-webfont.woff") format("woff"), url("fonts/theinhardtheavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtlight_alt';
  src: url("fonts/theinhardtlight_alt-webfont.eot"), url("fonts/theinhardtlight_alt-webfont.woff") format("woff"), url("fonts/theinhardtlight_alt-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtlightit';
  src: url("fonts/theinhardtlightit-webfont.eot"), url("fonts/theinhardtlightit-webfont.woff") format("woff"), url("fonts/theinhardtlightit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtmedit';
  src: url("fonts/theinhardtmedit-webfont.eot"), url("fonts/theinhardtmedit-webfont.woff") format("woff"), url("fonts/theinhardtmedit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtmed';
  src: url("fonts/theinhardtmed-webfont.eot"), url("fonts/theinhardtmed-webfont.woff") format("woff"), url("fonts/theinhardtmed-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtregit';
  src: url("fonts/theinhardtregit-webfont.eot"), url("fonts/theinhardtregit-webfont.woff") format("woff"), url("fonts/theinhardtregit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'theinhardtreg';
  src: url("fonts/theinhardtreg-webfont.eot"), url("fonts/theinhardtreg-webfont.woff") format("woff"), url("fonts/theinhardtreg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #d6dfe4;
  margin: 0 3px 0 0;
  height: 12px;
  width: 12px; }
  .checkbox-row .jcf-checkbox {
    position: absolute;
    top: 5px;
    left: 5px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #35adfc;
  border-width: 0 0 2px 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -3px 0 0 -4px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  margin: 0 0 12px;
  height: 20px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin: 0 25px 0 0; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 15px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    border: 7px solid transparent;
    border-top: 6px solid #000;
    margin: 5px 0 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: 4px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  /*border: 1px solid $black; */ }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  /*width: 100%;*/
  position: fixed;
  background-color: #fff; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?fi7je9");
  src: url("fonts/icomoon.eot?fi7je9#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?fi7je9") format("truetype"), url("fonts/icomoon.woff?fi7je9") format("woff"), url("fonts/icomoon.svg?fi7je9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-fonts {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

/*
Theme Name: A+ Awards (Architizer)
Author: A+/INTELLAM
Author URI: http://intellam.com
Version: 1.0
Description: Based on a design by A+
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: 100%; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Changes (9/17)
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
.winners-spacing {
  margin-left: 100px; }

#img2-box {
  width: 750px; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }

#mobile-winners {
  display: inline; }

#select-winners {
  float: right;
  padding-right: 109px; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
h4 {
  font-size: 30px;
  line-spacing: 45px; }

mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  margin: 15px auto;
  padding: 0;
  color: #d5d5d5;
  background-color: #d5d5d5;
  height: 1px;
  width: 100%;
  border: 1px solid #fff; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.links-list,
.sub-menu,
.information-list,
.links,
.filter-items,
.category-list,
.category-list li ul,
.lot-list,
.social-links,
.data-list,
.partners-list,
.jury-list,
.footer-nav,
.footer-nav > li ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.person-information:after,
.object-info:after,
.filter-holder:after {
  content: "";
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: rgba(0, 0, 0, 0.84);
  background: #fff;
  font-size: 16px;
  line-spacing: 1.5;
  font-family: "theinhardtlight_alt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.5em; }

th,
td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul,
ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000; }

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999; }

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.description {
  font-size: 30px;
  line-spacing: 45px; }

.widget {
  margin-bottom: 1.5em; }

.widget ul {
  padding-left: 2em; }

.widget select {
  min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type="text"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type="submit"] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }

.search-form input {
  float: left;
  height: 2em; }

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }

.post-password-form input[type="password"] {
  width: 150px; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: .8; }

.commentlist {
  margin: 0 0 1.5em; }

.commentlist .edit-link {
  margin: 0; }

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.5em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.5em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px; }

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .4em; }

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  padding: .4em;
  text-decoration: none; }

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: .8; }

.navigation-single {
  margin-bottom: 1.5em; }

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #000;
  color: #fff;
  text-decoration: none; }

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: .8; }

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block; }

.navigation-single .next {
  float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.5em; }

.wp-caption img {
  margin: 0;
  vertical-align: top; }

.wp-caption p {
  margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.5em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.5em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.5em; }

.mejs-container {
  margin-bottom: 1.5em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 .3em;
  color: rgba(0, 0, 0, 0.84); }

h1,
.h1 {
  font-size: 90px; }

h2,
.h2 {
  font-size: 60px; }

h3,
.h3 {
  font-size: 48px; }

h4,
.h4 {
  font-size: 34px; }

h5,
.h5 {
  font-size: 30px; }

h6,
.h6 {
  font-size: 25px; }

p {
  margin: 0 0 1em; }

a {
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  color: #26bfef;
  text-decoration: none; }

a:hover,
a:focus {
  color: #1ca3fc; }
  a:hover span.button-arrow,
  a:focus span.button-arrow {
    background: #1ca3fc; }

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  padding: 22px 0;
  background: #fff; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px; }

.logo {
  float: left;
  width: 200px; }

.footer-nav .logo {
  margin-bottom: 15px;
  width: 100%; }

.footer-nav .logo a {
  max-width: 170px; }

.logo a {
  display: block; }

.logo img {
  max-width: 100%;
  vertical-align: top; }

#navigation {
  float: right; }

.nav-opener {
  width: 28px;
  height: 18px;
  position: relative;
  overflow: hidden;
  float: right;
  top: 3px;
  right: 0;
  z-index: 10; }

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background: #000; }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  -webkit-transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  width: 28px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  z-index: 4; }

.nav-opener:before {
  content: "";
  top: 0; }

.nav-active .nav-opener:before {
  -webkit-transform: translate(0, 8px) rotate(-45deg);
  -ms-transform: translate(0, 8px) rotate(-45deg);
  transform: translate(0, 8px) rotate(-45deg); }

.nav-opener:after {
  content: "";
  bottom: 1px; }

.nav-active .nav-opener:after {
  -webkit-transform: translate(0, -7px) rotate(45deg);
  -ms-transform: translate(0, -7px) rotate(45deg);
  transform: translate(0, -7px) rotate(45deg); }

.nav-opener span {
  top: 7px; }

.nav-active .nav-opener span {
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0); }

.nav-drop {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  padding: 10px 30px;
  position: absolute;
  top: 100%;
  z-index: 5;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: auto;
  left: auto;
  left: 0;
  font-size: 18px;
  text-align: left; }

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
  text-align: left;
  width: 100%; }

.nav-drop ul li:last-child a,
.links-list li:last-child a {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background .1s linear;
  transition: background .1s linear;
  line-height: 15px;
  background: #22d290;
  padding: 10px;
  padding-bottom: 8px;
  color: #fff;
  border-radius: 3px; }

.nav-drop ul li ul li:last-child a,
.links-list li:last-child a {
  display: inline-block;
  background: transparent;
  padding: 0;
  color: #000;
  line-height: 18px; }

.nav-drop ul li:last-child a:after,
.links-list li:last-child a:after {
  display: none; }

.links-list li:last-child a:hover {
  background: #1fbd81;
  border-bottom: none; }

.nav-drop ul li ul li:last-child a:hover {
  background: #fff;
  color: #1ca3fc; }

.links-list {
  margin: 0 0 40px; }

.links-list li {
  padding: 5px 0; }

.links-list li.active a {
  color: #fff;
  text-shadow: 0 0 3px #000; }

.links-list li:hover > .sub-menu {
  display: block; }

.links-list a {
  color: #000;
  -webkit-transition: color .1s linear, text-shadow .1s linear;
  transition: color .1s linear, text-shadow .1s linear;
  position: relative; }

.sub-menu {
  display: none;
  padding: 10px; }

.sub-menu li a:after {
  display: none !important; }

.sub-menu li {
  border-bottom: none; }
  .sub-menu li a:hover {
    color: #1CA3FC;
    border-bottom: none; }
  .sub-menu li:hover a {
    border-bottom: none; }

#main {
  padding: 77px 0 550px 0; }

#content:only-child {
  width: 100%; }

.heading-class {
  margin: 0; }

.post {
  margin: 0 0 0;
  border-top: 1px solid #d5d5d5;
  padding: 21px 0; }

.post-name {
  font-size: 20px;
  line-height: 22px;
  display: block;
  font-weight: normal;
  margin: 16px 0 12px 0; }

.post-content {
  margin: 0 0 10px 0;
  padding-top: 6px; }
  .post-content img {
    max-width: 100%; }

.post-content p {
  margin: 0 0 12px; }

blockquote {
  font-size: 20px;
  line-height: 27px;
  padding: 20px 0 0;
  border: none;
  margin: 0 0 10px; }

blockquote > p:first-child:before {
  content: "\201C"; }

blockquote > p:first-child:after {
  content: "\201D"; }

blockquote > p:before, blockquote > p:after {
  content: ""; }

blockquote cite {
  font-style: normal;
  color: rgba(0, 0, 0, 0.34); }
  blockquote cite:before {
    content: "– "; }

.two-col-holder blockquote {
  margin: 0 0 25px; }

.see-more {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 10px;
  position: relative;
  color: rgba(0, 0, 0, 0.84); }

.two-col-holder .see-more {
  font-size: 34px;
  line-height: 36px;
  margin: 0 0 25px; }

.big-text .see-more {
  font-size: 30px;
  line-height: 32px; }

.button-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 2px;
  transition: background .1s linear;
  background: #000;
  position: relative; }

.button-arrow:before,
.button-arrow:after {
  width: 12px;
  height: 2px;
  content: "";
  background: inherit;
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 3;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg); }

.button-arrow:after {
  top: auto;
  bottom: -3px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg); }

.open-block .button-arrow {
  background: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 3; }

.information-list {
  padding: 14px 0 0; }

.information-list > li {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 0 26px; }

.descriotion-list dt {
  float: none;
  font-weight: normal;
  margin: 0 0 5px; }

.descriotion-list dd {
  margin: 0 0 5px; }

.new {
  font-family: 'theinhardtmed';
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 12px;
  color: #22d290;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0 5px; }

.image-box {
  margin: 0 0 15px;
  position: relative; }

.image-box a {
  font-size: 34px;
  line-height: 36px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(216, 216, 216, 0.87);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.image-box a:hover {
  opacity: 1; }

.image-box img {
  vertical-align: bottom; }

.person-information strong,
.object-info strong {
  display: block;
  font-weight: normal;
  line-height: 18px;
  overflow: hidden; }

.slide .person-information,
.slide .object-info {
  display: none; }

/* custom-open-close styles */
.custom-open-close .slide {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  width: 100%;
  overflow: hidden; }

.custom-open-close .js-slide-hidden {
  display: block !important;
  position: absolute !important;
  top: -99999px !important;
  left: -99999px !important; }

.big-image-container {
  display: none; }

.big-image-container img {
  vertical-align: bottom; }

.description-box {
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.34);
  padding: 22px 0 0; }

.description-box p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px; }

.heading {
  font-size: 16px;
  line-height: 18px;
  display: block;
  font-weight: normal;
  color: #000;
  margin: 0 0 3px; }

.links {
  border-top: 1px solid rgba(0, 0, 0, 0.34); }

.links li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  overflow: hidden; }

.links a {
  color: #000; }

.links a:hover {
  color: #1CA3FC; }

.links time {
  float: right; }

.custom-table-box {
  overflow: hidden; }

.photo-box {
  display: none; }

.table-holder {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.34);
  position: relative;
  margin: 0 0 64px; }

.table-holder table {
  width: 100% !important; }

.table-holder table thead th {
  font-size: 20px;
  line-height: 22px;
  text-align: left !important;
  border: none;
  color: #000;
  line-height: 32px;
  padding: 0;
  outline: none;
  font-weight: normal; }

.table-holder table thead th:hover {
  cursor: pointer; }

.table-holder table tr {
  border-bottom: 1px solid #ededed;
  position: relative; }

.table-holder table tr:hover {
  border-color: #26bfef;
  color: #26bfef; }

.table-holder table td {
  border: none;
  line-height: 32px;
  padding: 0; }
  .table-holder table td.sorting_1 {
    min-width: 200px; }

.table-holder table td.hidden-class {
  display: none; }

.table-holder table td a {
  -webkit-transition: background .1s linear;
  transition: background .1s linear;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 3; }

.filter-arrows {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 32px;
  position: relative; }

.filter-arrows:before,
.filter-arrows:after {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  content: "";
  border: 7px solid transparent;
  position: absolute;
  left: 0;
  z-index: 3;
  opacity: 0; }

.filter-arrows:before {
  border-top: 7px solid #000;
  bottom: 0; }

.sorting_desc .filter-arrows:before {
  opacity: 1; }

.filter-arrows:after {
  border-bottom: 7px solid #000; }

.sorting_asc .filter-arrows:after {
  opacity: 1; }

.sign-block {
  background: #fafafa;
  padding: 30px 0 20px; }

.sign-block h4 {
  font-weight: 300;
  margin: 0 0 20px; }

.sign-block form {
  width: 100%;
  position: relative;
  transition: opacity 0.1s ease; }

.messages {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s ease; }
  .messages.newsletter-error {
    color: #ff723a;
    opacity: 0;
    top: 45px; }
  .messages.newsletter-success {
    color: #22d290;
    opacity: 0;
    display: none;
    top: 5px;
    font-size: 20px;
    line-height: 22px;
    z-index: 1; }

.row {
  position: relative;
  padding: 0 110px 0 0;
  margin: 0 0 75px; }

.row input {
  width: 100%;
  height: 35px;
  font-size: 20px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.84);
  border: none;
  outline: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #d5d5d5;
  transition: border-color 0.1s ease, opacity 0.1s ease;
  padding: 0;
  background: transparent; }

.row button {
  font-size: 20px;
  line-height: 21px;
  -webkit-transition: color .1s linear;
  transition: color .1s linear, opacity 0.1s ease;
  background: none;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.row button:hover {
  color: #1CA3FC; }

.fixed-container {
  padding: 30px 0 0;
  margin: 0;
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 20; }

.fixed-container > .container {
  position: relative; }

.filter-items {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  padding: 6px 0 0 0; }

.filter-holder {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }

.jcf-hover {
  cursor: pointer; }

.filter-items li {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  /*padding-top: 2px;*/
  margin: 0 20px 0px 0; }
  .filter-items li span {
    display: inline-block;
    transition: 0.1s color; }
    .filter-items li span:hover {
      cursor: pointer;
      color: #1ca3fc; }

.filter-items #special-mentions {
  padding-top: 2px; }

.filter-items a {
  color: rgba(0, 0, 0, 0.84); }

.filter-items a:hover {
  color: #1CA3FC; }

.select-box .category-open-link {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 22px;
  position: relative;
  color: rgba(0, 0, 0, 0.84);
  padding: 5px 20px 5px 0;
  margin: 0 0 10px; }

.select-box .category-open-link:hover {
  color: #1ca3fc; }

.select-box .category-open-link:before {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 3; }

.blue-mark,
.green-mark {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px 0 0; }

.object-info .blue-mark,
.object-info .green-mark {
  float: right; }

.description-box .blue-mark,
.description-box .green-mark {
  float: none;
  margin: 0 0 0 10px; }

.blue-mark {
  background: rgba(66, 199, 241, 0.2);
  color: #42c7f1; }

.green-mark {
  background: rgba(63, 215, 178, 0.2);
  color: #3fd7b2; }

.type {
  display: none;
  padding: 13px 0 0; }

.type > span {
  position: relative;
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: relative;
  right: 100%; }

.category-holder {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  margin: 0px 0 0;
  padding: 20px;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  height: 300px;
  overflow: auto; }

.popup-active .category-holder {
  opacity: 1;
  visibility: visible; }

.category-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

.category-list li {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  margin: 0 0 10px;
  max-width: 245px; }

.category-list li ul {
  margin: 0 0 20px; }

.category-list li ul li {
  display: block;
  margin: 0 0 7px; }

.category-list li ul a {
  color: rgba(0, 0, 0, 0.84); }

.category-list li ul a:hover {
  color: #1ca3fc; }

.list-heading {
  display: block;
  margin: 0 0 7px; }

.page-description-box {
  max-width: 730px;
  margin: 0 0 50px; }

.lot-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: center;
  margin: 0 0 30px; }

.lot-list li {
  font-size: 30px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 20px 20px; }

.lot-image {
  margin: 0 0 12px; }

.lot-image a {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  display: block; }

.lot-image a:hover {
  opacity: .6; }

.lot-image img {
  vertical-align: top; }

.lot-name {
  display: block;
  font-weight: normal; }

.button {
  -webkit-transition: background .1s linear;
  transition: background .1s linear;
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 8px 15px; }

.button:hover,
.button:active {
  color: #fff; }

.button.green-button {
  background: #22d290; }

.button.green-button:hover {
  background: #1fbd81; }

.button.green-button:active {
  background: #1ba873; }

.button.blue-button {
  background: #1ca3fc; }

.button.blue-button:hover {
  background: #1992e2; }

.button.blue-button:active {
  background: #1682ca; }

.enter-block {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 50px;
  margin: 0 0 20px; }

.or {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  padding: 20px 0; }

.sign-form-holder form {
  width: 100%; }

.form-row {
  margin: 0 0 10px; }

.form-row label {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c9d1d5;
  display: block;
  margin: 0 0 5px; }

.form-row input {
  font-size: 16px;
  line-height: 20px;
  display: block;
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
  height: 35px; }

.form-row input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.34); }

.form-row input::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.34); }

.form-row input:-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.34); }

.form-row input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.34); }

.form-row input.placeholder {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.34); }

.form-row button {
  margin: 0 0 10px; }

.checkbox-row {
  margin: 0 0 5px;
  padding: 0 0 0 30px;
  position: relative; }

.checkbox-row label {
  overflow: hidden; }

.button-box {
  margin: 0 0 50px; }

.two-col-holder {
  padding: 0;
  margin: 0 0 15px; }

.general-heading {
  font-size: 43px;
  line-height: 54px;
  margin: 30px 0; }

.general-heading span {
  display: inline-block;
  vertical-align: top; }

.image-holder {
  max-width: 420px;
  margin: 0 auto;
  padding-right: 15px;
  position: relative; }

.img-caption {
  position: absolute;
  left: -99999px;
  top: -999999px;
  visibility: hidden; }

.video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
  font-weight: 600; }

.video-holder .video-frame .video-link {
  display: block !important;
  width: 100%;
  text-align: center;
  z-index: 3; }

.video-icon {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative; }

.video-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  margin: 0 0 0 4px; }

.video-holder .video-icon {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.video-holder {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  max-width: 100%;
  height: 330px;
  margin: 0 auto 20px;
  padding: 46px 0 0; }

.video-holder .video-frame:hover {
  cursor: pointer; }
  .video-holder .video-frame:hover::before {
    transition-delay: 0s;
    visibility: visible;
    opacity: 1; }
  .video-holder .video-frame:hover .video-link {
    opacity: 1;
    z-index: 3;
    visibility: visible;
    color: white; }
    .video-holder .video-frame:hover .video-link *:hover {
      color: white; }

.video-holder .video-frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  .video-holder .video-frame::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.2));
    transition: visibility 0s linear 0.5s, opacity 0.2s ease, background 0.2s ease;
    visibility: visible; }

.video-holder .video-frame video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.video-holder .video-frame video:-webkit-media-controls,
.video-holder .video-frame video:-webkit-media-controls-start-playback-button {
  display: none; }

.open-block {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  font-size: 20px;
  line-height: 25px;
  -webkit-transition: background .1s linear;
  transition: background .1s linear;
  background: #22d290;
  color: #fff;
  padding: 10px 20px 20px 10px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5; }

.open-block:hover,
.open-block:focus {
  background: #1fbd81;
  color: #fff; }
  .open-block:hover span.button-arrow,
  .open-block:focus span.button-arrow {
    background: #fff; }

.social-links {
  display: none; }

.social-links li {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 5px;
  text-align: center;
  font-weight: bold; }

.social-links li a {
  color: rgba(0, 0, 0, 0.84); }

.social-links li a:hover {
  color: #1ca3fc; }

.text-container {
  font-size: 20px;
  line-height: 32px;
  padding: 0;
  clear: both; }

.data-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0 0 24px; }

.data-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  width: 45%;
  margin: 0 0 7px; }

.data-list a {
  color: #000; }

.data-list a:hover {
  color: #1ca3fc; }

.partners-block {
  display: none; }

.partners-block h6 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 20px; }

.partners-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

.partners-list li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 0 58px;
  width: 20%; }

.partners-list a {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  display: block; }

.partners-list a:hover {
  opacity: .6; }

.partners-list img {
  vertical-align: top; }

.title {
  font-size: 34px;
  line-height: 36px;
  display: block;
  margin: 0 0 15px; }

.jury-preview {
  min-height: 500px; }

.jury-info-box {
  padding: 10px 0 0; }

.photo-container {
  padding: 51px 0 0;
  max-width: 450px;
  margin: 0 auto;
  position: relative; }

.image-description {
  font-size: 16px;
  line-height: 16px;
  display: block;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 3;
  padding: 0;
  text-align: right; }

.image-description p {
  margin: 0 0 5px; }

.jury-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 60px; }

.jury-list li {
  font-size: 34px;
  line-height: 36px;
  margin: 0 0 10px; }

.jury-list a {
  color: #000; }

.jury-list a:hover {
  color: #1CA3FC; }

.big-text {
  font-size: 21px;
  line-height: 30px; }

.big-text p {
  margin: 0 0 10px; }

.big-text.hidden-text {
  display: none; }

.pagination .next,
.pagination .prev,
.navigation-single .next,
.navigation-single .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: #1ca3fc; }

.pagination .next:hover,
.pagination .prev:hover,
.navigation-single .next:hover,
.navigation-single .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background: #1992e2; }

.pagination .next:active,
.pagination .prev:active,
.navigation-single .next:active,
.navigation-single .prev:active,
.navigation-comments .next:active,
.navigation-comments .prev:active {
  background: #1682ca; }

.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  background: #22d290; }

.search-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
  background: #1fbd81; }

.search-form input[type="submit"]:active,
.post-password-form input[type="submit"]:active {
  background: #1ba873; }

#footer {
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  background: #fafafa;
  bottom: 0; }

.footer-nav {
  overflow: hidden; }

.footer-nav > li address {
  font-style: normal; }

.footer-nav > li ul a {
  color: rgba(0, 0, 0, 0.84); }

.footer-nav > li ul a:hover {
  color: #1ca3fc; }

@font-face {
  font-family: "theinhardtheavyit";
  src: url("fonts/theinhardtheavyit-webfont.eot"), url("fonts/theinhardtheavyit.woff") format("woff"), url("fonts/theinhardtheavyit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtheavy";
  src: url("fonts/theinhardtheavy-webfont.eot"), url("fonts/theinhardtheavy-webfont.woff") format("woff"), url("fonts/theinhardtheavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtlight_alt";
  src: url("fonts/theinhardtlight_alt-webfont.eot"), url("fonts/theinhardtlight_alt-webfont.woff") format("woff"), url("fonts/theinhardtlight_alt-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtlightit";
  src: url("fonts/theinhardtlightit-webfont.eot"), url("fonts/theinhardtlightit-webfont.woff") format("woff"), url("fonts/theinhardtlightit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtmedit";
  src: url("fonts/theinhardtmedit-webfont.eot"), url("fonts/theinhardtmedit-webfont.woff") format("woff"), url("fonts/theinhardtmedit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtmed";
  src: url("fonts/theinhardtmed-webfont.eot"), url("fonts/theinhardtmed-webfont.woff") format("woff"), url("fonts/theinhardtmed-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtregit";
  src: url("fonts/theinhardtregit-webfont.eot"), url("fonts/theinhardtregit-webfont.woff") format("woff"), url("fonts/theinhardtregit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "theinhardtreg";
  src: url("fonts/theinhardtreg-webfont.eot"), url("fonts/theinhardtreg-webfont.woff") format("woff"), url("fonts/theinhardtreg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #d6dfe4;
  margin: 0 3px 0 0;
  height: 12px;
  width: 12px; }

.checkbox-row .jcf-checkbox {
  position: absolute;
  top: 5px;
  left: 5px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #35adfc;
  border-width: 0 0 2px 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -3px 0 0 -4px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  margin: 0 0 12px;
  height: 20px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin: 0 25px 0 0; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 15px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-select .jcf-select-opener:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border: 7px solid transparent;
  border-top: 6px solid #000;
  margin: 5px 0 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: 11px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  /*border: 1px solid #000;*/ }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 30px;
  font-size: 20px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  padding: 5px 15px;
  margin-left: -15px; }
  .jcf-list .jcf-list-content:hover {
    cursor: pointer; }

.jcf-list ul {
  list-style: none; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 2px 0px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #fff;
  color: #1CA3FC; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 10px 0px;
  cursor: pointer;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?fi7je9");
  src: url("fonts/icomoon.eot?fi7je9#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?fi7je9") format("truetype"), url("fonts/icomoon.woff?fi7je9") format("woff"), url("fonts/icomoon.svg?fi7je9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-fonts {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 480px) {
  /* Styles */
  .top-bar {
    height: 40px;
    background-color: #ffcc01;
    color: #000; }
  .winners-spacing {
    margin-left: 0; }
  .border-bottom {
    border-bottom: 0px; }
  #mobile-winners {
    display: block; }
  #select-winners {
    padding-right: 0; }
  .open-block {
    margin: 0 10px 0 0;
    width: 130px;
    height: 130px;
    padding: 12px 0 0 12px; }
  .text-container {
    font-size: 18px;
    line-height: 30px;
    padding-top: 0px; }
  .description {
    font-size: 18px;
    line-height: 27px; }
  .col-1 h3 {
    font-size: 36px;
    line-spacing: 46px; }
  .col-1 h1 {
    font-size: 36px;
    line-spacing: 46px; }
  .col-1 h3 {
    font-size: 36px;
    line-spacing: 46px; }
  .col-1 h4 {
    font-size: 24px; }
  .col-2 h4 {
    font-size: 24px; }
  .jury-list li {
    font-size: 24px;
    line-height: 30px; }
  .two-col-holder .see-more {
    font-size: 24px;
    line-height: 30px; }
  .jury-list {
    margin: 0 0 0; }
  #img-box {
    display: none; }
  .jury-info-box {
    display: none; }
  .big-text {
    font-size: 18px;
    line-height: 27px; }
  .photo-container {
    padding-top: 20px; } }

@media screen and (min-width: 480px) {
  .container {
    padding: 0 30px; }
  .descriotion-list {
    overflow: hidden; }
  .descriotion-list dt {
    float: left; }
  .descriotion-list dd {
    overflow: hidden;
    clear: both;
    margin: 0 0 5px 95px; }
  .category-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px; }
  .category-list li ul li {
    padding: 0; }
  .open-block {
    top: -20px;
    right: -15px; } }

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em; }
  .custom-open-close .slide {
    top: auto;
    bottom: 0; }
  .two-col-holder.display-class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .two-col-holder.top-align {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .photo-container {
    padding: 0 15px 0 0; }
  .footer-nav > li {
    width: 23%;
    padding-left: 15px; }
    .footer-nav > li:first-child {
      padding-left: 0px; } }

@media screen and (min-width: 768px) {
  .sign-block .logo {
    display: block; }
  #content {
    float: left;
    width: 60%; }
  #sidebar {
    float: right;
    width: 40%;
    padding: 0 0 0 30px; }
  .post {
    overflow: hidden; }
  .post-name {
    float: left;
    width: 40%;
    padding: 0 20px 0 0; }
  .post-content {
    overflow: hidden;
    width: 60%; }
  .information-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0 -5px 34px; }
  .information-list > li {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 25%;
    padding: 0 8px; }
  .information-list.col > li {
    width: 20% !important; }
  .custom-open-close {
    position: relative; }
  .slide-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .big-image-container {
    display: block;
    float: left;
    width: 50%; }
  .description-box {
    float: left;
    width: 50%;
    padding: 0 0 0 15px; }
  .table-holder table td.hidden-class {
    display: table-cell; }
  .row {
    margin: 0 0 60px;
    width: 70%; }
  .type-section {
    position: relative; }
  .type {
    display: block;
    position: absolute;
    top: 0;
    left: -27px !important;
    z-index: 3; }
  .enter-block {
    overflow: hidden; }
  .sign-col {
    float: left;
    width: 40%; }
  .or {
    float: left;
    width: 20%;
    padding: 50px 0; }
  .sign-form-holder {
    max-width: 360px;
    padding: 0 1px; }
  .two-col-holder {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 25px;
    margin: 0 0 25px; }
  .two-col-holder:last-child {
    border: none !important; }
  .col-1,
  .col-2 {
    float: left;
    width: 50%;
    padding: 0 5px; }
  .video-link {
    display: block; }
  .video-link:hover {
    color: #1ca3fc; }
  .video-link:hover .video-icon {
    border-color: #fff; }
  .video-link:hover .video-icon:before {
    border-left-color: #fff; }
  .open-block {
    top: 0;
    bottom: 0; }
  .big-text.hidden-text {
    display: block; } }

/* Affects tablets & mobile -- i.e. anywhere
the menu is a hamburger */
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 750px; }
  .footer-nav > li {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .footer-nav > li ul li {
      display: inline-block; }
      .footer-nav > li ul li ::after {
        content: '|';
        margin: 0 2px 0 6px;
        opacity: .3; }
      .footer-nav > li ul li:last-child ::after {
        content: ''; }
  .winners-spacing {
    margin-left: 0; }
  .image-holder, .photo-container {
    max-width: 100%;
    padding-right: 0; }
    .image-holder img, .photo-container img {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .logo {
    margin: 0; }
  .nav-opener {
    display: none; }
  .nav-drop {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: none;
    height: auto;
    overflow: visible; }
  .links-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin: 0; }
  .links-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    margin: 0 10px;
    padding: 0 0 10px;
    position: relative; }
  .nav-drop ul li:last-child,
  .links-list li:last-child {
    margin: -5px 10px 0;
    padding: 0; }
  .nav-drop ul li ul li:last-child {
    margin: 0; }
  .links-list li:hover > .sub-menu {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible; }
  .sub-menu {
    -webkit-transition: visibility 0s linear 0.5s, opacity .2s linear;
    transition: visibility 0s linear 0.5s, opacity .2s linear;
    display: block;
    position: absolute;
    top: 100%;
    z-index: 2;
    background: #fff;
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    left: -15px;
    padding: 0px 30px 15px 15px; }
  .sub-menu li {
    display: block;
    padding: 0;
    margin: 0 0 5px; }
  .winners #main {
    padding: 213px 0 0; }
  #content {
    width: 70%; }
  #sidebar {
    width: 30%; }
  .post-name {
    padding: 0 50px 0 0; }
  .open-block .button-arrow {
    bottom: 25px; }
  .slide .person-information,
  .slide .object-info {
    display: block;
    color: #000;
    margin: 0 0 10px; }
  .description-box .person-information,
  .description-box .object-info {
    margin: 0 0 10px; }
  .big-image-container {
    width: 65%; }
  .description-box {
    width: 35%; }
  .photo-box {
    width: 260px;
    display: block;
    float: left;
    margin: 0 20px 0 0; }
  .table-holder {
    overflow: hidden; }
  .sign-block {
    padding: 60px 0 20px; }
  .fixed-container {
    padding: 30px 0 0;
    margin: 0;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 20; }
  .filter-items {
    float: left; }
  .select-box {
    position: absolute;
    right: 33px;
    display: block;
    float: right; }
  .category-holder {
    height: auto; }
  .category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .lot-list {
    text-align: left; }
  .lot-list li {
    margin: 0 40px 20px 0; }
  .sign-col {
    width: 45%; }
  .or {
    width: 10%; }
  .two-col-holder h4 {
    font-size: 30px; }
  .image-holder img {
    width: 100%; }
  .video-holder .video-frame .video-link {
    font-size: 20px;
    letter-spacing: 0.02rem;
    opacity: 0;
    visibility: hidden; }
  .video-holder .video-frame::before {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s; } }

@media (min-width: 1024px) {
  .col-1 {
    padding: 0 10px 0 0; }
  .col-2 {
    padding: 0; }
  .general-heading {
    font-size: 90px;
    line-height: 106px;
    max-width: 390px;
    padding: 30px 0 0; }
  .big-text {
    font-size: 30px;
    line-height: 55px; }
    .big-text p {
      margin-bottom: 40px; }
  .video-holder {
    max-width: 100%;
    height: 674px; }
  .open-block {
    width: 205px;
    height: 205px;
    font-size: 30px;
    line-height: 45px;
    padding: 10px 0px 20px 22px;
    top: 355px;
    right: auto;
    left: -32px; }
  .social-links {
    display: block;
    position: absolute;
    left: -29px;
    top: 576px; }
  .partners-block {
    display: block; }
  .photo-container {
    max-width: 470px;
    float: left;
    margin: 0 0 90px;
    position: relative; }
  .photo-container + .photo-container {
    float: right; } }

@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .photo-container + .photo-container {
    margin: 0 40px 0 0; } }

@media screen and (min-width: 1200px) {
  #header {
    padding: 22px 0; }
  #navigation {
    margin: 3px -10px 0 0; }
  .links-list li {
    margin: 0 20px; }
  .nav-drop ul li:last-child,
  .links-list li:last-child {
    margin: -5px 10px 0 4px; }
  .nav-drop ul li ul li:last-child {
    margin: 0; }
  .nav-drop ul:not(.sub-menu) li:last-child a .links-list li:last-child a {
    padding: 11px 18px; }
  .nav-drop ul li ul li:last-child a {
    padding: 0; }
  .sub-menu li {
    margin: 0 0 5px; }
  .post {
    margin: 0 0 6px; }
  .post-name {
    padding: 0 90px 0 0; }
  .post-content .image-block {
    text-align: center; }
  .image-box img {
    width: 100%; }
  .big-image-container {
    width: 50%; }
  .row {
    width: 44%;
    padding: 0 130px 0 0; }
  .fixed-container {
    top: 37px; }
  .page-description-box {
    margin: 0 0 64px; }
  .lot-list li {
    margin: 0 78px 20px 0; }
  .or {
    text-align: center; }
  .data-list li {
    font-size: 30px;
    line-height: 32px; }
  .footer-nav > li {
    width: 20%; }
  .footer-nav > li address {
    margin: 0 0 40px; } }

@media (min-width: 1200px) {
  .two-col-holder blockquote {
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 10px; }
  .two-col-holder {
    padding: 0 0 60px;
    margin: 0 0 60px; }
  .two-col-holder h3 {
    font-size: 60px;
    line-height: 62px;
    margin: 0 0 80px; }
  .general-heading {
    padding: 15px 0 0; }
  .image-holder {
    max-width: 543px;
    margin: 0; }
  .open-block {
    top: 316px;
    right: auto;
    left: -74px; }
  .social-links {
    left: -30px; }
  .social-links li {
    margin: 0 0 10px; }
  .text-container {
    font-size: 30px;
    line-height: 55px;
    padding: 30px 0 0; }
  .partners-list li {
    text-align: center; } }

@media screen and (min-width: 1600px) {
  .big-image-container {
    width: 48%; }
  .or {
    text-align: left; } }

@media (max-width: 1023px) {
  iframe {
    width: 100%; }
  .nav-drop > .links-list {
    margin: 0; }
    .nav-drop > .links-list li {
      border-top: 1px solid #dbdbdb;
      margin: 0;
      padding: 10px 0; }
      .nav-drop > .links-list li a {
        width: 100%;
        display: inline-block;
        padding-bottom: 0px; }
      .nav-drop > .links-list li:last-child a {
        width: auto; }
      .nav-drop > .links-list li:last-child:hover, .nav-drop > .links-list li:last-child:hover > a {
        color: #fff; }
      .nav-drop > .links-list li:hover, .nav-drop > .links-list li:hover > a {
        border-bottom: 0;
        cursor: pointer;
        color: #1ca3fc; }
      .nav-drop > .links-list li:first-child, .nav-drop > .links-list li:last-child {
        border-top: 0; }
      .nav-drop > .links-list li > .sub-menu {
        padding-bottom: 0;
        padding-top: 7px; }
        .nav-drop > .links-list li > .sub-menu li:last-child {
          border-top: 1px solid #dbdbdb;
          padding-bottom: 0px; }
          .nav-drop > .links-list li > .sub-menu li:last-child > a {
            padding-top: 4px; }
      .nav-drop > .links-list li.menu-item-has-children::before {
        content: '+';
        position: absolute;
        right: 30px;
        top: 15px;
        color: #b3b3b3;
        font-size: 24px;
        font-weight: 100; }
      .nav-drop > .links-list li.menu-item-has-children:hover::before {
        content: '–';
        position: absolute;
        right: 30px;
        top: 15px;
        color: #b3b3b3;
        font-size: 24px;
        font-weight: 100; } }

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: .2em; }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em; } }

@media screen and (max-width: 767px) {
  #main { margin-top: 35px; }
  .custom-open-close > li {
    position: relative; }
  .table-holder table thead {
    display: none; } }

/*# sourceMappingURL=style.css.map */

/* Below added, per Derek, 1/3/2019, to make global */
.top-bar {
	background: #ffcc01;
	color: #000 !important;
	height: 40px;
	top: 0;
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 9999;
}
.top-bar a {
	color:#000 !important;
	font-weight:700;
}
.top-bar a:hover {
	text-decoration:underline !important;
}
.top-bar-text {
	padding: 8px 0 0px 0;
}
@media only screen and (min-width : 480px) {
	body:not(.home).top-bar-active #wrapper { margin-top: 40px; }
	body:not(.home).top-bar-active #header { top: 40px; }  
}

/*
Below removed, per Derek, 1/3/2019, and made global

		@media only screen and (max-width : 480px) {
		.top-bar {
		    background: #ffcc01;
		    color: #000 !important;
		    height: 40px;
		    top: 0;
		    display: block;
		    color: #fff;
		    text-align: center;
		    width: 100%;
			}
			.top-bar a {
				color: white;
			}
			.top-bar-text {
			padding: 8px 0 0px 0;
			}
		}

		@media screen and (min-width: 480px) {
		.top-bar {
				display: none;
			}
		}
*/
@media only screen and (max-width: 480px) {
	.top-bar {
		position: fixed;
		z-index: 9999;
	}
}
@media only screen and (max-width: 480px) {
	#header {
		margin-top: 30px;		
	}
}

