/*
Theme Name: TheTellyAwards [2017]
Author: Recognition Media/INTELLAM
Author URI:
Version: 1
Description: 2017 Redesign for the Telly Awards
Tags: one-column, two-columns
Theme URI: http://intellam.com
*/

/*! 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: .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: -.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;
	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: .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;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
	cursor: pointer;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
	cursor: pointer;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px;
    width: 378px;
    -webkit-appearance: none;
    font: 18px/1.56 "basetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 45px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 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 #f00;
}

/* 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%;
}

.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 {
	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 */

.jcf-disabled {
	background: #ddd !important;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}
textarea.error,input.error {
        border:1px solid red !important;
}
.error {
        color:red;
}
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?pxzmb5");
	src: url("fonts/icomoon.eot?pxzmb5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?pxzmb5") format("truetype"), url("fonts/icomoon.woff?pxzmb5") format("woff"), url("fonts/icomoon.svg?pxzmb5#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.jcf-select .jcf-select-opener:after,
.social-list li .stLarge:after,
.video-box:after,
.faq-accordion .opener:after,
.category-accordion .opener:before {
	/* 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-link-arrows:before {
	content: "\e90a";
}

.icon-facebook:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e903";
}

.icon-arrow-next:before {
	content: "\e904";
}

.icon-arrow-prev:before {
	content: "\e905";
}

.icon-drop:before {
	content: "\e906";
}

.icon-play:before {
	content: "\e907";
}

.icon-search:before {
	content: "\e908";
}

.icon-statue:before {
	content: "\e909";
}
.lightbox {
        width:auto !important;
}
@font-face {
	font-family: "basetica";
	src: url("fonts/nonpareille_-_basetica-thin-webfont.woff") format("woff"), url("fonts/nonpareille_-_basetica-thin-webfont.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "basetica";
	src: url("fonts/nonpareille_-_basetica-regular-webfont.woff") format("woff"), url("fonts/nonpareille_-_basetica-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "basetica";
	src: url("fonts/nonpareille_-_baseticapro-med-webfont.woff") format("woff"), url("fonts/nonpareille_-_baseticapro-med-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "basetica";
	src: url("fonts/nonpareille_-_basetica-bold-webfont.woff") format("woff"), url("fonts/nonpareille_-_basetica-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

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

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

.social,
.footer-menu,
main ul:not([class]):not([id]),
.judges-articles .links,
.categories-panel .list,
.facts-list,
.features-list,
.partners-list,
.social-list,
.resources-list,
.anchor-navigation,
.faq-accordion,
.judges-category-list,
.category-accordion,
.category-accordion .category-slide,
.category-inner-accordion,
.right-col .holder > ul,
.right-col .holder > ul .tab-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
form .row:after,
.single-post:after,
.judges-section: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: #000;
	background: #f1f1f1;
	font: 18px/1.56 "basetica", "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.56em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.56em;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p 
{
	margin: 0 0 1em;
}
#main p {
        font-family: "Miller Text Rom", "basetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif; 
}

#main p b.title3 
{
	font-family: "basetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        display:block;
}

a {
	color: #ef1e40;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

.widget {
	margin-bottom: 1.56em;
}

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

.wpcf7 form input[type="submit"] {
	background: #000 !important;
}

.wpcf7 form input[type="submit"]:hover {
	background: #ef1e40 !important;
	color:#fff !important;
}

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

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.56em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.56em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.56em;
}

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

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

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.56em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.56em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.56em;
}

.mejs-container {
	margin-bottom: 1.56em;
}

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

#header {
	position: relative;
	padding: 13px 0;
	z-index: 1000;
}

#header .container {
	max-width: 1594px;
	margin: 0 auto;
}

#header .logo {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
}

#header .logo .container {
	display: block;
	margin: 0 auto;
}

#header .logo .container a {
	display: inline-block;
}

#header .logo-alt {
	position: fixed !important;
	display: block;
	top: 15px;
	left: 15px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	width: 145px;
}

#header .logo-alt path,
#header .logo-alt g {
	fill: #000;
}

#header .logo-alt .container {
	display: block;
	margin: 0 auto;
}

#header .logo-alt a {
	display: block;
	max-width: 145px;
	height: 25px;
}

#header .open-close {
	margin-bottom: 20px;
}

#header .open-close .opener {
	font-size: 28px;
	color: #fff;
	margin-right: 2px;
}

#header .open-close .slide {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	top: 63px;
	left: 0;
	right: 0;
	display: none;
	z-index: 5;
}

.logo a {
	display: block;
}

.logo img,
.logo svg {
	display: block;
	height: 130px;
	width: 127px;
}

/* menu styles */
div.menu-main-container {
        width:100%;
}

.nav-active #wrapper {
	height: 100vh;
}

.menu {
	float: right;
	font-size: 15px;
}

.menu .drop .drop-holder {
	z-index: 2;
}

.menu .drop .nav-opener {
	position: absolute;
	content: "";
	top: 12px;
	right: 16px;
}

.menu .drop .nav-opener:before,
.menu .drop .nav-opener span,
.menu .drop .nav-opener:after {
	background: #fff;
}

.menu .drop div ul,
.menu .drop ul {
	width: 100%;
}

.menu .drop div ul.social,
.menu .drop ul.social {
	text-align: center;
	padding: 0 10px;
	margin-right: -4px;
}

.menu .drop div ul.social li,
.menu .drop ul.social li {
	display: inline-block;
	width: auto;
	width: 50%;
	margin: 0 0 30px;
}

.menu .drop div ul li,
.menu .drop ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 9px;
}
.menu .drop div ul li.active a:after,
.menu .drop ul li.active a:after {
	opacity: 1;
	visibility: visible;
}

.menu .drop div ul li a:after, 
.menu .drop ul li a:after {
	content: "";
	left: -3px;
	right: -3px;
	bottom: -5px;
	height: 3px;
	position: absolute;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}

.menu .nav-opener {
	display: block;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.menu a:hover {
	color: #ef1e40;
}

.nav-opener {
	float: right;
	width: 30px;
	height: 30px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 15px;
	left: 17%;
	right: 17%;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 8px;
}

.nav-opener:after {
	top: 22px;
}

/* close button transition */

.close-btn span,
.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.social li {
	display: inline-block;
	margin-right: 18px;
}

.social li a {
	position: relative;
	display: inline-block;
}

.social li a i {
	-webkit-transition: background 2s ease-in-out;
	transition: background 2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #3b5998;
	border-radius: 50%;
	overflow: hidden;
	width: 36px;
	height: 36px;
	color: #fff;
}

.social li a i.icon-twitter {
	background: #1da1f2;
}

.social li a i.icon-instagram {
	background: #1da1f2;
}

.social li a i.icon-youtube {
	background: #e62117;
}

.search-form {
	position: relative;
	z-index: 3;
	padding: 15px 0 0;
}

.search-form textarea,
.search-form input:not([type=submit]) {
	background: #fff;
	border-color: #000;
	width: 100% !important;
}

.search-form .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-form .wpcf7-form-control-wrap {
	width: 100%;
	float: none;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
}

body.on-scroll #header .logo {
	opacity: 0;
	visibility: hidden;
}

body.on-scroll #header .open-close .slide {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

body.on-scroll #header .logo-alt {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

body.on-scroll.header-active #header .logo-alt {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1;
	visibility: visible;
}

body.on-scroll.header-active #header .drop {
	padding: 20px 0 20px;
}

body.on-scroll.header-active .drop-holder {
	position: relative;
}

body.on-scroll.header-active .nav-wrap {
	top: 55px;
}

body.on-scroll.header-active .fixed .title {
	top: 150px;
}

body.on-scroll.header-active #header .open-close .slide {
	opacity: 1;
	visibility: visible;
}

.sticky-panel.fixed .nav-wrap {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	max-width: 1594px;
	margin: 0 auto;
}

.sticky-panel.fixed .jcf-scrollable-wrapper,
.sticky-panel.fixed .jcf-scrollable {
	width: 100% !important;
}

#footer {
	background: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#footer .subscribe-form-holder {
	padding: 0;
	background: none;
	max-width: 552px;
}

#footer .subscribe-form-holder .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .subscribe-form-holder .wpcf7-form-control-wrap {
	width: 100%;
	padding: 0 0 0 0;
}

#footer .subscribe-form-holder textarea,
#footer .subscribe-form-holder input:not([type=submit]) {
	border-color: #fff;
}

#footer .subscribe-form-holder input[type="submit"] {
	background: #ef1e40;
	font-weight: bold;
	padding: 5px 11px;
	min-width: 63px;
}

#footer .subscribe-form-holder input[type="submit"]:hover {
	/*background: #fff;
	color: #000;*/
}

#footer .subscribe-form-holder label {
	font-size: 15px;
	letter-spacing: .08em;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ef1e40;
}

#footer .social i {
	width: 37px;
	height: 37px;
	font-size: 15px;
}

#footer .social i:before {
	z-index: 2;
}

#footer .social i:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: -webkit-linear-gradient(315deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	background: linear-gradient(135deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	opacity: 0;
	border-radius: 50%;
	z-index: 1;
}

#footer .social i:hover:after {
	opacity: 1;
}

.footer-holder {
	position: relative;
	padding: 28px 15px 25px 20px;
}

.footer-menu {
	margin-bottom: 10px;
}

.footer-menu li:first-child {
	padding-left: 0;
}

.footer-menu li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.baner-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 50% / cover;
	z-index: 2;
	padding: 28px 15px 5px;
}

.baner-section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-radial-gradient(center, ellipse, transparent 0%, rgba(0, 0, 0, .65) 100%);
	background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, .65) 100%);
	z-index: -1;
}

.baner-section .logo {
	margin-bottom: 5px;
}

.baner-section .logo img,
.baner-section .logo svg {
	display: block;
	height: 178px;
	width: 174px;
}

.copyright {
	font-size: 8px;
	font-weight: 400;
}

.copyright a {
	color: #fff;
	font-weight: 400;
}

.copyright a:hover {
	color: #ef1e40;
}

.not-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #fff;
	background-position: 50% 0;
	background-size: cover;
}

.not-found .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 500px;
	width: 100%;
	padding-top: 190px;
}

.not-found h1 {
	text-align: center;
	margin-bottom: 12px;
}

.not-found h1 small {
	display: block;
	font-size: 16px;
}

.not-found p {
	font-weight: 100;
	letter-spacing: -.03em;
	margin-bottom: -3px;
}

body {
	font-weight: 100;
}

body.full-screen #header {
	z-index: 0;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:focus {
	outline: none;
}

a:hover {
	color: #c23799;
}

p {
	margin: 0 0 1.5em;
}

main ul:not([class]):not([id]) > li {
	position: relative;
	padding: 0 0 1px 16px;
}

main ul:not([class]):not([id]) > li:after {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
	line-height: 1;
	color: #999;
}

.fullwidth-video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.fullwidth-video.autoplay video {
	opacity: 1;
	visibility: visible;
}

.fullwidth-video .btn-play {
	color: #000;
	font-size: 60px;
	line-height: 1;
	position: absolute;
}

.fullwidth-video .mejs-layers {
	display: none;
}

.fullwidth-video .mejs-controls {
	display: none !important;
}

.touch-device .fullwidth-video .mejs-controls {
	display: block !important;
}

.fullwidth-video .fullscreen {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 9999;
	visibility: hidden;
}

.fullwidth-video video {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	height: auto !important;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.touch-device .fullwidth-video video {
	display: none !important;
}

.full-screen .wrapper-holder {
	opacity: 0;
}

.full-screen .fullwidth-video.fullscreen {
	opacity: 1;
	visibility: visible;
}

.full-screen #main {
	opacity: 0;
}

.fullwidth-video.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}

.fullwidth-video.fullscreen video {
	opacity: 1;
	visibility: visible;
}

input[type="submit"],
.btn {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	padding: 10px 20px;
	background: none;
	outline: none !important;
	text-align: center;
}

input[type="submit"].btn-default,
.btn.btn-default {
	border: 2px solid #000;
	color: #000;
}

input[type="submit"].btn-default:hover,
.btn.btn-default:hover {
	color: #fff;
	background: #000;
}

input[type="submit"].btn-danger,
.btn.btn-danger {
	background: #ef1e40;
}

input[type="submit"].btn-danger:hover,
.btn.btn-danger:hover {
	background: #fff;
	color: #000;
}

input[type="submit"].btn-white,
.btn.btn-white {
	background: #fff;
	color: #000;
}

input[type="submit"].btn-white:hover,
.btn.btn-white:hover {
	color: #fff;
	background: #ef1e40;
}

input[type="submit"].btn-black,
.btn.btn-black {
	background: #000;
}

input[type="submit"].btn-black:hover,
.btn.btn-black:hover {
	color: #fff;
	background: #ef1e40;
}

input[type="submit"].btn-disabled,
.btn.btn-disabled {
	color: #fff !important;
	background: #ccc !important;
	border-color: #ccc !important;
	pointer-events: none;
	cursor: default;
}

.bg-image,
.judges-articles,
.judges-articles .img-wrap,
.judges-articles .description,
.article-item .img-holder,
.store-item,
.result-item .img-wrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#wrapper {
	max-width: 1594px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wrapper-holder {
	background: #fff;
}

#main {
	padding: 45px 15px;
	position: relative;
	z-index: 12;
}

#main.parallax-area {
	overflow: hidden;
}

.main-hoder {
	position: relative;
	z-index: 10;
}

.section-heading {
	margin: 0 0 36px;
}

.section-heading.lg-heading {
	margin: 0 0 10px;
}

.section-heading.lg-heading h2 {
	font-weight: 100;
	margin: 0;
	font-size: 26px;
	line-height: 30px;
}

.section-heading.lg-heading h3 {
	font-size: 12px;
	line-height: 16px;
}

.section-heading h2 {
	margin: 0 0 20px;
	letter-spacing: 2px;
}

.section-heading h3 {
	font-weight: bold;
	font-size: 8px;
	line-height: 12px;
	display: block;
	margin: 0 0 2px;
	text-transform: uppercase;
}

.page-subtitle {
	position: absolute;
	right: 110px;
	top: 0;
	color: #f1f1f1;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 180px;
	z-index: -1;
	line-height: 1;
}

.page-subtitle:after {
	width: 207px;
	height: 19px;
	content: "";
	background: #f1f1f1;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 20px 0 0 92px;
}

.page-subtitle.left-align {
	right: auto;
	left: -70px;
	top: -94px;
}

.bordered-box {
	border: 2px solid #000;
	padding: 18px 20px 25px;
}

.bordered-box .heading {
	border-bottom: 2px solid #000;
	margin: 0 -20px 25px;
	padding: 0 45px 10px;
}

.bordered-box .heading h2 {
	font-weight: bold;
}

form .row.two-cols .wpcf7-form-control-wrap {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}

form .bottom-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -4px 0 0;
}

form .note {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-right: 20px;
	font-weight: 400;
	padding: 3px 20px 0 0;
}
.wpcf7 .screen-reader-response {
       display:none;
}
form .wpcf7-form-control-wrap {
	position: relative;
	margin: 0 0 15px;
	display: block;
}

form .wpcf7-form-control-wrap.one-line {
	clear: both;
}

form input[type="submit"] {
	background: #ef1e40;
	min-width: 100px;
	padding: 10px 20px;
	border: none;
}

form input[type="submit"]:hover {
	background: #fff;
	color: #ef1e40;
}

form .wpcf7-not-valid-tip {
	position: absolute;
	left: 3px;
	top: -20px;
	right: 3px;
	color: #ef1e40;
	font-weight: bold;
	font-weight: bold;
	font-size: 15px;
	padding: 4px 16px;
	background: #fff;
	pointer-events: none;
	margin: 0 15px;
	border: 2px solid #ef1e40;
}

textarea,
input:not([type=submit]) {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	height: 40px;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: #f1f1f1;
	outline: none;
	padding: 10px 16px;
	margin: 0;
	border: none;
}

textarea::-webkit-input-placeholder,
input:not([type=submit])::-webkit-input-placeholder {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

textarea::-moz-placeholder,
input:not([type=submit])::-moz-placeholder {
	opacity: 1;
	transition: color .3s ease-in-out;
	color: #000;
}

textarea:-moz-placeholder,
input:not([type=submit]):-moz-placeholder {
	transition: color .3s ease-in-out;
	color: #000;
}

textarea:-ms-input-placeholder,
input:not([type=submit]):-ms-input-placeholder {
	transition: color .3s ease-in-out;
	color: #000;
}

textarea.placeholder,
input:not([type=submit]).placeholder {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

textarea:focus,
input:not([type=submit]):focus {
	background: #fafafa;
}

textarea:focus::-webkit-input-placeholder,
input:not([type=submit]):focus::-webkit-input-placeholder {
	color: #ccc;
}

textarea:focus::-moz-placeholder,
input:not([type=submit]):focus::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

textarea:focus:-moz-placeholder,
input:not([type=submit]):focus:-moz-placeholder {
	color: #ccc;
}

textarea:focus:-ms-input-placeholder,
input:not([type=submit]):focus:-ms-input-placeholder {
	color: #ccc;
}

textarea:focus.placeholder,
input:not([type=submit]):focus.placeholder {
	color: #ccc;
}

textarea::-moz-selection,
input:not([type=submit])::-moz-selection {
	background: #ef1e40;
}

textarea::selection,
input:not([type=submit])::selection {
	background: #ef1e40;
}

textarea.wpcf7-not-valid,
input:not([type=submit]).wpcf7-not-valid {
	border-color: #ef1e40;
	color: #ef1e40;
}

textarea.wpcf7-not-valid::-webkit-input-placeholder,
input:not([type=submit]).wpcf7-not-valid::-webkit-input-placeholder {
	color: #ef1e40;
}

textarea.wpcf7-not-valid::-moz-placeholder,
input:not([type=submit]).wpcf7-not-valid::-moz-placeholder {
	opacity: 1;
	color: #ef1e40;
}

textarea.wpcf7-not-valid:-moz-placeholder,
input:not([type=submit]).wpcf7-not-valid:-moz-placeholder {
	color: #ef1e40;
}

textarea.wpcf7-not-valid:-ms-input-placeholder,
input:not([type=submit]).wpcf7-not-valid:-ms-input-placeholder {
	color: #ef1e40;
}

textarea.wpcf7-not-valid.placeholder,
input:not([type=submit]).wpcf7-not-valid.placeholder {
	color: #ef1e40;
}

textarea {
	resize: none;
	height: 240px !important;
	padding: 15px 20px;
}

.jcf-select {
	border: 2px solid #000;
	text-transform: uppercase;
	height: 40px;
	width: 100%;
	background: #fff;
	padding: 14px 30px 0 22px;
}

.jcf-select .jcf-select-text {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	margin: 0;
}

.jcf-select .jcf-select-opener {
	background: none;
}

.jcf-select .jcf-select-opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\e906";
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 8px;
	top: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: 50% 25%;
	-ms-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid #000;
}

.jcf-select-drop .jcf-option.jcf-selected,
.jcf-select-drop .jcf-option.jcf-hover {
	background: #000;
	color: #fff;
}

.navigation {
	width: 168px;
	height: 135px;
	position: relative;
	border: 4px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 auto 45px;
}

.nav-links {
	width: 46px;
	height: 67px;
	position: absolute;
	border: 4px solid #000;
	z-index: 2;
	background: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-links:after {
	content: "";
	top: -6px;
	bottom: -9px;
	left: 50%;
	position: absolute;
	background: #000;
	margin-left: -1px;
	width: 4px;
	z-index: -1;
	margin-left: -2px;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
}

.nav-links a {
	color: #000;
	padding: 0 !important;
}

.nav-links a:hover {
	color: #ef1e40;
}

.nav-links .page-numbers {
	position: absolute;
	top: 37px;
	left: 8px;
}

.nav-links .page-numbers.current {
	top: 1px;
	left: -3px;
}

.btn-wrap {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-wrap .prev,
.btn-wrap .next {
	display: block;
	position: relative;
	width: 50%;
	max-width: 50%;
	background: transparent;
	color: #000;
	border-right: 4px solid #000;
}

.btn-wrap .prev:before,
.btn-wrap .next:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: -webkit-linear-gradient(315deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	background: linear-gradient(135deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	opacity: 0;
}

.btn-wrap .prev:hover,
.btn-wrap .next:hover {
	opacity: 1;
}

.btn-wrap .prev:hover:before,
.btn-wrap .next:hover:before {
	opacity: 1;
}

.btn-wrap .prev:hover .icon-arrow-prev,
.btn-wrap .prev:hover .icon-arrow-next,
.btn-wrap .next:hover .icon-arrow-prev,
.btn-wrap .next:hover .icon-arrow-next {
	color: #fff;
}

.btn-wrap .next {
	border: none;
}

.btn-wrap .icon-arrow-prev,
.btn-wrap .icon-arrow-next {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13px;
}

.btn-wrap .icon-arrow-next {
	left: auto;
	right: 15px;
}

.subscribe-holder {
	margin: 0 0 45px;
}

.subscribe-holder .title {
	display: block;
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.subscribe-holder .description {
	padding: 0 0 18px;
}

.subscribe-form-holder {
	background: -webkit-linear-gradient(315deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	background: linear-gradient(135deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	padding: 23px 20px 27px 20px;
}

.subscribe-form-holder .input-wrap {
	position: relative;
}

.subscribe-form-holder .wpcf7-form-control-wrap {
	float: none;
	padding: 0 0 17px;
	margin: 0;
	width: auto;
}

.subscribe-form-holder .wpcf7-form-control-wrap input {
	background: #fff;
	border-color: #fff;
}

.subscribe-form-holder .wpcf7-form-control-wrap input:focus {
	border-color: #000;
}

.subscribe-form-holder label {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
}

.subscribe-form-holder input[type="submit"] {
	padding: 11px 34px;
}

.text-container-small {
	max-width: 700px;
	margin: 0 0 50px;
}

.judges-articles.simple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 45px;
	margin: 0 -15px 45px;
}

.judges-articles.simple .item .holder {
	border: none;
}

.judges-articles.simple .item br {
	display: block !important;
}

.judges-articles.simple .description {
	background: none;
	border: none;
	padding: 0;
}

.judges-articles .item {
	text-align: center;
	text-transform: uppercase;
	max-width: 480px;
	margin: 0 auto;
	padding: 0 0 35px;
}

.judges-articles .item .holder {
	border: 2px solid #000;
}

.judges-articles .img-wrap {
	padding-top: 56.8%;
	border-bottom: 2px solid #000;
}

.judges-articles .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #000;
}

.judges-articles .links li {
	border-left: 2px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

.judges-articles .links li:first-child {
	border-left: 0;
}

.judges-articles .links a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
}

.judges-articles .links a:hover {
	color: #fff;
	background: #000;
}

.judges-articles .links .name {
	display: block;
	width: 100%;
	margin-top: -6px;
}

.judges-articles .description {
	background-position: 50% 100%;
	background-image: url(images/bg-image.jpg);
	padding: 35px 20px;
}

.judges-articles .description a {
	display: inline-block;
	vertical-align: top;
	color: #000;
}

.judges-articles .description a:hover {
	color: #ef1e40;
}

.judges-articles .description .name {
	font-size: 22px;
	line-height: 24px;
	display: block;
	width: 100%;
}

.judges-articles .work-place {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

.categories-panel {
	background: #fafafa;
}

.categories-panel.static {
	padding: 25px 10px 5px;
}

.categories-panel.sticky-panel.fixed .nav-wrap {
	padding: 25px 10px;
	background: #fafafa;
}

.categories-panel.sticky-panel.fixed .jcf-scrollable-wrapper,
.categories-panel.sticky-panel.fixed .jcf-scrollable {
	width: 100% !important;
}

.categories-panel.sticky-panel.fixed .nav-hold {
	width: 100% !important;
}

.categories-panel.sticky-panel.fixed .cta-block {
	width: 138px;
	min-width: 138px;
	top: 44%;
}

.categories-panel .nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.categories-panel .nav-hold {
	overflow: hidden;
	position: relative;
}

.categories-panel .nav-hold .jcf-scrollable-wrapper {
	height: 51px !important;
}

.categories-panel .list {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	padding-bottom: 10px;
}

.categories-panel .list li.current_page_item a,
.categories-panel .list li.active a {
	color: #ef1e40;
}

.categories-panel .list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	display: block;
	padding: 11px 4px;
}

.categories-panel .list a:hover {
	color: #ef1e40;
}

.categories-panel .cta-block {
	padding-bottom: 10px;
}

.categories-panel .cta-block .text {
	margin: 0 27px 0 0;
}

.filter-panel .nav-wrap {
	padding: 25px 10px 5px;
	background: #fafafa;
}

.filter-panel .jcf-scrollable-wrapper,
.filter-panel .jcf-scrollable {
	height: 60px;
	width: 100%;
}

.filter-panel .wpcf7-form-control-wrap {
	float: none;
	width: 100%;
	padding: 0 18px 20px;
	margin: 0;
}

.filter-panel .select-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter-panel .select-year {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-panel .select-year .jcf-select {
	width: 120px;
}

.filter-panel .select-category {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-panel .select-category .jcf-select {
	width: 160px;
}

.filter-panel .select-type {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-panel .select-type .jcf-select {
	width: 180px;
}

.filter-panel .jcf-select {
	height: 35px;
	margin: 0;
	padding: 8px 30px 0 14px;
	font-size: 12px;
	box-sizing: border-box;
}

.filter-panel .jcf-select .jcf-select-opener:after {
	left: 17px;
	top: 17px;
}

.cta-block .text {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 27px 10px 0;
}

.category-description .description-cols .col {
	padding: 0 0 15px;
}

.category-description h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.category-description .two-cols .col {
	padding-bottom: 0;
}

.category-description .text-container-small h3 {
	margin: 0 0 30px;
}

.category-description .title {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 4px;
}

.category-description ul {
	margin: 0 0 30px !important;
}

.category-open-close h3 {
	text-transform: uppercase;
	margin: 0 0 20px;
}

.open-close-item {
	margin: 0 0 15px;
}

.open-close-item.active .category-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.category-opener {
	color: #000;
	display: block;
	border: 2px solid #000;
	padding: 17px 25px;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 1.56;
}

.category-opener:hover {
	color: #000;
}

.category-opener-disabled:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\e906";
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: 50% 25%;
	-ms-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
	position: absolute;
}

.winners-articles {
	margin: -20px -15px 35px;
}

.winners-articles .category-opener {
	margin: 0 15px;
}

.winners-articles .slide {
	padding: 25px 0;
}

.article-item.small-item .description {
	min-height: 135px;
}

.article-item.small-item .sub-category {
	font-size: 12px;
}

.article-item.small-item .name {
	font-size: 16px;
}

.article-item a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}

.article-item .img-holder {
	position: relative;
	padding-top: 45%;
}

.article-item .description {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background: #000;
	padding: 15px 25px 15px 25px;
	z-index: 2;
	overflow: hidden;
	min-height: 135px;
}

.article-item .category,
.article-item .sub-category,
.article-item .name {
	display: block;
	width: 100%;
}

.article-item .category {
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: .75px;
}

.article-item .sub-category {
	letter-spacing: .9px;
}

.article-item .name {
	line-height: 1;
	letter-spacing: 1.7px;
}

.article-item .icon {
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.article-item .icon i {
	font-size: 60px;
	line-height: 1;
	color: #333;
}

.jcf-select-drop-content .jcf-option-hideme {
	display: none;
}

.bronze-winners .winners-heading {
	padding: 0 0 20px;
	margin: 0 0 10px;
	border-bottom: 2px solid #000;
}

.bronze-winners .winners-heading h3 {
	margin: 0;
	text-transform: capitalize;
}

.winners-table {
	width: 100%;
	margin: 0;
}

.winners-table thead th {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding-bottom: 15px;
	border: none;
	padding-left: 0;
}

.winners-table tbody td {
	padding: 0 15px 12px 0;
	vertical-align: top;
	border: none;
	width:40%;
}

.winners-table tbody td:first-child {
	padding-left: 0;
	min-width:30%;
	max-width:30%;
	width:30%;
}
.winners-table tbody td:last-child {
	max-width:30%;
	width:30%;
}

.winners-table tbody .winner-name {
	display: block;
	color:#000;
}
.winners-table tbody a.winner-title {
	font-weight:500;
}

.winners-table tbody .winner-name span {
	display: block;
	font-weight: 100;
	margin-top: -2px;
}

.winner-detail .title {
	display: block;
}

.winner-detail .info {
	margin: 0 0 30px;
}

.winner-detail .info dd {
	margin: 0;
}

.winners:not(.winner) .credits-info {
	display: none !important;
}

.winner-detail .credits-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.winner-detail .credits-info dd {
	margin: 0;
	padding: 0 0 0 5px;
}

.winner-detail-title {
	background: #000;
	padding: 20px 0;
	position: relative;
	z-index: 2;
	margin: -45px 0 45px;
}

.winner-detail-title:after {
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background: #000;
}

.winner-detail-title h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

.partners-description h2 {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
}

.partners-description .partner-item {
	overflow: hidden;
}

.partners-description .partner-item .img-hold {
	width: 80px;
	float: left;
	padding: 7px 20px 0 0;
}

.partners-description .partner-item .img-hold a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.partners-description .partner-item .img-hold a:hover {
	opacity: .5;
}

.partners-description .partner-item .img-hold img {
	display: inline-block;
	vertical-align: top;
}

.partners-description .description {
	overflow: hidden;
}

.anchor-nav .nav-hold {
	width: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.anchor-nav .nav-wrap {
	padding: 15px 10px 5px 10px;
	background: #fafafa;
	width: 100%;
}

.anchor-nav .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.welcome-section {
	position: relative;
	z-index: 2;
	padding-top: 31px;
}

.welcome-section:after {
	content: "";
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.welcome-section .photo {
	position: relative;
	z-index: -1;
}

.facts-list {
	counter-reset: newCounter;
	margin-bottom: -20px;
}

.facts-list li {
	position: relative;
	margin: 0 0 80px; /* @include media("<tablet") {
			overflow: hidden;
		} */
}

.facts-list li:before {
	counter-increment: newCounter;
	content: "0" counters(newCounter, ".");
	position: absolute;
	left: -60px;
	top: 0;
	color: #f1f1f1;
	text-transform: uppercase;
	font-weight: 100;
	z-index: -1;
	line-height: 1;
	letter-spacing: -2px;
	font-size: 180px;
	line-height: 1;
}

.facts-list li:nth-child(even):before {
	left: auto;
	right: 0;
}

.facts-section {
	padding-top: 80px;
	padding: 15px;
}

.fact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fact-item .img-holder {
	width: 100%;
	margin: 0 -25px 25px -15px;
}

.fact-item .description {
	width: 100%;
	position: relative;
	z-index: 2;
}

.feature-items {
	padding: 0 0 1px;
}

.feature-items .navigation {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hero-area {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	padding: 30px 0;
	text-align: center;
	display: table;
	width: 100%;
	z-index: 2;
}

.text-white,
.hero-area.text-white {
	color: #fff !important;
}
.text-black,
.hero-area.text-black {
	color: #000 !important;
}

.hero-area.text-white .btn-play {
	color: #fff;
}

.hero-area .container {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.hero-area .text-wrap {
	max-width: 200px;
	margin: 30px auto 0;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.hero-area .text-wrap .subtitle {
	text-transform: uppercase;
	font-size: 14px;
}

.hero-area .text-wrap h1 {
	text-transform: uppercase;
	margin-bottom: 11px;
	letter-spacing: 1px;
}

.hero-area .stop {
	width: 60px;
	height: 60px;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	border-radius: 50%;
	border: 2px solid #000;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 10px 0 0;
	opacity: 1;
	visibility: visible;
}

.hero-area .stop:before,
.hero-area .stop:after {
	width: 4px;
	height: 25px;
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	background: #000;
}

.hero-area .stop:before {
	margin-left: -7px;
}

.hero-area .stop:after {
	margin-left: 3px;
}

.hero-area .stop:hover {
	border-color: #ef1e40;
}

.hero-area .stop:hover:after,
.hero-area .stop:hover:before {
	background: #ef1e40;
}

.hero-area .btn-play {
	color: #000;
	font-size: 60px;
	line-height: 1;
}

.touch-device .hero-area .btn-play {
	display: block;
}

.hero-area .btn-play:hover {
	color: #ef1e40;
}

.cta-holder {
	position: relative;
	background: -webkit-linear-gradient(left, #c23799 0%, #c23799 9%, #ef1e40 40%, white 84%);
	background: linear-gradient(to right, #c23799 0%, #c23799 9%, #ef1e40 40%, white 84%);
	color: #fff;
	padding: 7px 0;
	z-index: 3;
}

.cta-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.cta-holder .text {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	width: 70%;
}

.cta-holder .btn {
	max-width: 25%;
}

.features-section {
	margin-top: 50px;
}

.features-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-list li {
	background: #000;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.features-list a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 150px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-color: transparent;
}

.features-list .link {
	position: absolute;
	width: 95%;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
	z-index: 3;
}

.features-list .subscribe-form-holder {
	padding: 30px 20px;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.features-list .wpcf7 {
	width: 100%;
}

.shift-hover {
	position: absolute;
	background: -webkit-linear-gradient(55deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	background: linear-gradient(35deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	opacity: .45;
	width: 100%;
	height: 100%;
}

.partners-section {
	padding-top: 44px;
	padding: 44px 20px 20px;
	text-align: center;
}

.partners-section .container {
	padding: 0 20px;
}

.partners-section h2 {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
}

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content:center;
}

.partners-list li {
	width: 50%;
	padding: 0 15px;
	/*margin-bottom: 44px;*/
}

.partners-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}

.partners-list a:hover {
	opacity: .5;
}

.posts-holder {
	position: relative;
}

.posts-holder .sticky-title {
	position: absolute;
	padding: 0;
	top: 0;
}

.posts-holder .sticky-title.hidden {
	opacity: 0;
}

.posts-holder .sticky-title.bottom {
	bottom: 65px;
	top: auto;
	position: absolute;
}

.posts-holder .sticky-title.bottom .title {
	top: 0 !important;
	position: relative !important;
}

.posts-holder .sticky-title .title {
	position: relative;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: 0 0 20px 0;
	z-index: 2;
}

.posts-holder .sticky-title .title time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 79px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 10px;
	opacity: 1;
	border: 2px solid #000;
}

.posts-holder .sticky-title .title time .day,
.posts-holder .sticky-title .title time .month {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}

.posts-holder .sticky-title .title time .day {
	margin: 0 6px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.posts-holder .sticky-title .title time .month {
	margin: 2px 0 0;
	font-size: 12px;
	font-weight: 700;
}

.posts-holder .sticky-title .title time .month:before {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.posts-holder .sticky-title .title time h2 {
	opacity: .5;
}

.posts-holder .sticky-title .title time h2.hidden {
	opacity: 0;
}

.posts-holder .sticky-title .title h2 {
	padding: 10px 20px;
	text-transform: none;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border: 2px solid #000;
	margin: 0 0 0 -2px;
	opacity: .2;
}

.posts-holder .sticky-title.fixed .title {
	position: fixed;
	top: 57px;
	margin-right: 15px;
}

.posts-holder .post {
	margin: 0 0 40px;
}

.posts-holder .post.visible .title {
	opacity: 1;
}

.posts-holder .post .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	z-index: 2;
}

.posts-holder .post .title time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 79px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 10px;
	opacity: 0;
	border-left: none;
	border: 2px solid #000;
}

.posts-holder .post .title time .day,
.posts-holder .post .title time .month {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}

.posts-holder .post .title time .day {
	margin: 0 6px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.posts-holder .post .title time .month {
	margin: 2px 0 0;
	font-size: 12px;
	font-weight: 700;
}

.posts-holder .post .title time .month:before {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.posts-holder .post .title h2 {
	padding: 10px 20px;
	text-transform: none;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border: 2px solid #000;
	margin: 0 0 0 -2px;
	opacity: 1;
}

.posts-holder .post .title h2.hidden {
	opacity: 0;
}

.posts-holder .post img {
	display: block;
	max-width: 80%;
	margin: 0 auto 18px auto !important;
}

.posts-holder .text-holder {
	position: relative;
	z-index: 2;
	max-width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.55555556;
	font-weight: 300;
}

.share-posts {
	margin: 45px 0 0;
}

.share-posts .title {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.social-list {
	display: inline-block;
	vertical-align: top;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	overflow: hidden;
	border-radius: 100%;
}

.social-list li .stButton {
	margin: 0;
}

.social-list li .stLarge {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	background-image: none !important;
}

.social-list li .stLarge:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
}

.social-list li .st_facebook_large .stLarge {
	background-color: #3b5998;
}

.social-list li .st_facebook_large .stLarge:after {
	content: "\e900";
}

.social-list li .st_twitter_large .stLarge {
	background-color: #1da1f2;
}

.social-list li .st_twitter_large .stLarge:after {
	content: "\e901";
}

.single-post {
	margin: 0 0 20px;
}

.single-post .post-title {
	max-width: 267px;
	margin: -72px auto 46px;
	padding: 49px 60px 17px;
	border: 2px solid #000;
	text-align: center;
}

.single-post .post-title h2 {
	margin: 0 0 27px;
	line-height: 1.2;
	text-transform: none;
}

.single-post .post-title .sub-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.single-post .text-holder {
	max-width: 972px;
	padding: 0 5px;
	margin: 0 auto;
	line-height: 1.55555556;
}

.post-gallery {
	position: relative;
	margin: 0 -15px 36px;
	padding: 0;
	clear: both;
}

.post-gallery.hover-next .slide.active {
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
}

.post-gallery.hover-next .slide.next {
	-webkit-transform: translateX(90%);
	-ms-transform: translateX(90%);
	transform: translateX(90%);
}

.post-gallery.hover-prev .slide.active {
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
}

.post-gallery.hover-prev .slide.prev {
	-webkit-transform: translateX(-90%);
	-ms-transform: translateX(-90%);
	transform: translateX(-90%);
}

.post-gallery.next .slide.active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	z-index: 1;
}

.post-gallery.next .slide.next {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	z-index: 2;
}

.post-gallery.prev .slide.active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	z-index: 1;
}

.post-gallery.prev .slide.prev {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	z-index: 2;
}

.post-gallery .slider {
	overflow: hidden;
	position: relative;
	height: 250px;
}

.post-gallery .slide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.post-gallery .slide.active {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.post-gallery .slide.next {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	top: 0;
	left: 0;
	width: 100%;
}

.post-gallery .slide.prev {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	top: 0;
	left: 0;
	width: 100%;
}

.post-gallery .slide {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.post-gallery .slide img {
	display: block;
}

.post-gallery .btn-prev,
.post-gallery .btn-next {
	display: none;
}

.post-gallery .btn-prev i,
.post-gallery .btn-next i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	left: 8px;
}

.post-gallery .btn-next {
	left: auto !important;
	right: 0;
}

.post-gallery .btn-next i {
	left: auto !important;
	right: 9px;
}

.post-gallery .slick-arrow {
	position: absolute;
	width: 80px;
	height: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	background: transparent;
	border: 4px solid #000;
	color: #000;
	outline: none;
}

.post-gallery .slick-arrow i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
}

.post-gallery .slick-arrow.slick-prev {
	left: -60px;
}

.post-gallery .slick-arrow.slick-prev i {
	left: 15px;
}

.post-gallery .slick-arrow.slick-next {
	right: -60px;
}

.post-gallery .slick-arrow.slick-next i {
	right: 15px;
}

.video-box {
	position: relative;
	outline: none;
}

.video-box:after {
	content: "\e907";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 60px;
}

.video-box img {
	display: block;
	width: 100%;
}

.resources-section {
	margin: 0 0 35px;
}

.resources-section .single-post:last-child {
	margin: 0;
}

.resources-section .single-post .text-holder {
	overflow: hidden;
}

.resources-section h3 {
	margin: 0 0 25px;
}

.resources-list {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.resources-list li {
	position: relative;
	margin: 0 0 18px;
}

.resources-list a {
	position: relative;
	color: #000;
}

.resources-list a:hover {
	color: #ef1e40;
}

.resources-list a:hover i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #ef1e40;
}

.resources-list i {
	position: absolute;
	top: 4px;
	right: -16px;
	font-size: 11px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.store-item {
	max-width: 540px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.store-item .hold {
	border: 2px solid #000;
}

.store-item .head {
	text-align: center;
	width: 100%;
}

.store-item .title {
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}

.store-item .img-hold {
	text-align: center;
}

.store-item .img-hold img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.store-item .btn-hold {
	width: 100%;
}

.store-item .btn-hold .btn {
	display: block;
	border: none;
	letter-spacing: 2px;
	padding: 0;
}

.anchor-navigation {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.anchor-navigation li {
	margin: 0 0 10px;
}

.anchor-navigation a {
	color: #000;
}

.anchor-navigation a:hover {
	color: #ef1e40;
}

.faq-box {
	position: relative;
	padding-top: 120px;
}

.faq-box h3 {
	margin: 0 0 15px;
}

.faq-box .page-subtitle {
	display: block;
	top: 20px;
}

.faq-accordion li {
	border: 2px solid #000;
}

.faq-accordion li.active .opener {
	color: #fff;
}

.faq-accordion li.active .opener:before {
	opacity: 1;
	visibility: visible;
}

.faq-accordion li.active .opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faq-accordion li + li {
	border-top: 0;
}

.faq-accordion .opener {
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	display: block;
	padding: 18px 80px 18px 15px;
	text-transform: uppercase;
	z-index: 2;
}

.faq-accordion .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\e906";
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 15px;
	margin-top: -8px;
}

.faq-accordion .opener:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	background: -webkit-linear-gradient(left, #c23799 0%, #c23799 37%, #c9338b 43%, #e42456 57%, #ef1e40 66%, #ef1e40 100%);
	background: linear-gradient(to right, #c23799 0%, #c23799 37%, #c9338b 43%, #e42456 57%, #ef1e40 66%, #ef1e40 100%);
}

.faq-accordion .opener:hover {
	color: #fff;
}

.faq-accordion .opener:hover:before {
	opacity: 1;
	visibility: visible;
}

.faq-accordion .slide {
	border-top: 2px solid #000;
	padding: 26px 18px 9px;
}

.faq-accordion .slide p {
	margin: 0 0 15px;
}

.search-section .search-form {
	margin: 0 0 25px;
	padding: 0;
}

.search-section .search-form input[type=search] {
	text-transform: uppercase;
}

.search-section .search-form button {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border: none;
	outline: none;
	font-size: 26px;
	line-height: 1;
}

.search-section .search-form button:hover {
	color: #ef1e40;
}

.result-item {
	font-size: 12px;
	line-height: 14px;
}

.result-item .hold {
	border: 2px solid #000;
	background: #fff;
	width: 100%;
}

.result-item .img-wrap {
	padding-top: 54%;
	border-bottom: 2px solid #000;
}

.result-item .text-wrap {
	padding: 20px 30px;
	position: relative;
	z-index: 2;
}

.result-item .title {
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
	letter-spacing: 1px;
}

.result-item .title a {
	color: #000;
}

.result-item .title a:hover {
	color: #ef1e40;
}

.result-item .producer {
	display: block;
	margin: 0 0 20px;
	font-weight: 100;
	letter-spacing: 1px;
}

.result-item .year {
	margin: 0 0 15px;
	display: block;
}

.result-item .note {
	color: #999;
}

.result-item .icon {
	position: absolute;
	right: 8px;
	top: 9px;
	z-index: -1;
}

.result-item .icon i {
	font-size: 60px;
	line-height: 1;
	color: #e1e1e1;
}

.judges-section {
	padding: 35px 0;
}

.judges-section .heading-col h3 {
	font-size: 14px;
	line-height: 18px;
}

.judges-section dl {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px;
}

.judges-section dl dt {
	float: left;
	width: 90px;
	margin: 0 20px 0 0;
	color: #999;
	font-weight: bold;
	text-align: right;
}

.judges-section dl dd {
	font-weight: 500;
	margin: 0;
	overflow: hidden;
}

/* helpers classes */

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

.btn-example .btn {
	margin-right: 31px;
}

.alignright {
	float: right !important;
	margin: 7px 0 30px 40px;
}

.alignleft {
	float: left !important;
	margin: 7px 40px 30px 0;
}

.jcf-scrollbar-inc,
.jcf-scrollbar-dec {
	width: 0 !important;
	height: 0 !important;
}

.jcf-scrollbar-horizontal {
	background: none;
	height: 6px;
	margin-top: 10px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	height: 6px;
	position: absolute;
	left: 0;
	top: -15px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	height: 6px;
	border-radius: 4px;
	background: #000;
	opacity: .6;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	height: 40px !important;
}

.judges-category {
	padding: 25px 10px 5px;
	background: #fafafa;
	position: relative;
	z-index: 2;
	margin: 0 0 45px;
}

.judges-category:after {
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background: #fafafa;
}

.judges-category .jcf-scrollable {
	height: 30px;
}

.judges-category-list {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.judges-category-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
}

.judges-category-list li.active a {
	color: #ef1e40;
}

.judges-category-list a {
	color: #000;
}

.judges-category-list a:hover {
	color: #ef1e40;
}

.top-title {
	display: block;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 14px;
	margin: 0 0 45px;
	letter-spacing: 1px;
}

.category-col {
	overflow: inherit !important;
}

.category-accordion {
	position: relative;
	border: 4px solid #000;
	border-bottom: none;
}

.category-accordion li.active .opener {
	background: -webkit-linear-gradient(315deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	background: linear-gradient(135deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	color: #fff;
}

.category-accordion li.active .opener:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}

.category-accordion .opener {
	position: relative;
	display: table;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	border-bottom: 4px solid #000;
	padding: 15px 0 15px 15px;
	width: 100%;
}

.category-accordion .opener:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "\e906";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.category-accordion .opener span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: .5px;
	height: 30px;
}

.category-accordion .category-slide {
	border-bottom: 4px solid #000;
	margin: 0;
	padding: 10px 20px;
}

.category-accordion .category-slide > li {
	margin: 0 0 20px;
}

.category-accordion .category-slide > li:last-child {
	margin: 0;
}

.category-accordion .inner-opener {
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #000;
	font-size: 14px;
}

.category-accordion .inner-opener:hover {
	color: #ef1e40;
}

.category-inner-accordion li {
	margin: 0 0 15px;
}

.category-inner-accordion li:last-child {
	margin: 0;
}

.category-inner-accordion li.active a {
	color: #ef1e40;
}

.category-inner-slide {
	position: absolute;
	top: 0;
	left: -9999px;
}

.right-col {
	padding: 20px 15px 10px 15px;
	border: 4px solid #000;
}

.right-col .holder {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.right-col .holder.animate {
	visibility: hidden;
	opacity: 0;
}

.right-col .holder .info,
.right-col .holder .add-info {
	display: block;
	letter-spacing: normal;
	font-weight: 300;
	margin: 0 0 20px;
	font-size: 14px;
}

.right-col .holder .add-info {
	margin: 0 0 20px;
}

.right-col .holder > ul {
	letter-spacing: -.4em;
}

.right-col .holder > ul > li {
	color: #000;
	padding: 0 !important;
	letter-spacing: normal;
}

.right-col .holder > ul > li:after {
	display: none;
}

.right-col .holder > ul > li > a {
	color: #000;
	display: inline-block;
	margin: 0 0 9px;
	pointer-events: none;
}

.right-col .holder > ul .tab-list li {
	margin: 0 0 8px;
	font-weight: 300;
	line-height: 1.25;
}

.right-col .holder > ul .tab-list a {
	-webkit-transition: #ef1e40 .3s ease-in-out;
	transition: #ef1e40 .3s ease-in-out;
	color: #000;
	font-weight: 300;
	word-wrap: break-word;
	margin: 0;
}

.right-col .holder > ul .tab-list a:hover {
	color: #ef1e40;
}

.hover-tooltip {
	line-height: 1.35;
	opacity: 0;
	visibility: hidden;
}

.filter-panel .select-category .jcf-select {
        width:375px;
}

.filter-panel .select-category .jcf-select-text {
        width: 350px;
}

@media (min-width: 480px) {
	.subscribe-form-holder .wpcf7-form-control-wrap {
		padding: 0 120px 0 0;
	}

	.subscribe-form-holder input[type="submit"] {
		position: absolute;
		right: 0;
		top: 0;
	}

	.categories-panel.sticky-panel.fixed .list {
		padding: 0;
	}

	.categories-panel .list a {
		padding: 11px 15px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header {
		padding: 25px 20px 20px 111px;
	}

	#header .logo {
		top: 20px;
		left: 20px;
		opacity: 1;
		visibility: visible;
	}

	#header .logo-alt {
		position: absolute !important;
		top: 11px;
		left: 20px;
		right: 0;
	}

	#header .logo-alt a {
		height: 36px;
	}

	#header .open-close {
		margin-left: 18px;
		margin-bottom: 0;
		margin-top: 4px;
		position: relative;
	}

	#header .open-close .opener {
		color: #000;
	}

	#header .open-close .slide {
		width: 400px;
		left: auto;
	}

	.menu {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.menu .drop {
		padding: 5px 0;
	}

	.menu .drop .drop-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: right;
	}

	.menu .drop ul.social {
		display: none;
	}

	.menu .drop ul li a:after {
		background: #000;
	}

	.menu .nav-opener {
		display: none;
	}

	.search-form {
		padding: 15px;
		background: #fff;
		border: 3px solid;
	}

	.search-form textarea,
	.search-form input:not([type=submit]) {
		border: 2px solid;
	}

	body.on-scroll #header .drop {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		top: 0;
		position: fixed;
		right: 0;
		left: 0;
		background: #f1f1f1;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	body.on-scroll.header-active #header .drop {
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}

	body.on-scroll.header-active #header .drop ul {
		text-align: right;
	}

	body.on-scroll.header-active .drop-holder {
		padding: 0 20px 0 185px;
	}

	body.on-scroll.header-active .nav-wrap {
		top: 86px;
	}

	body.on-scroll .drop-holder {
		max-width: 1596px;
		padding-right: 20px;
		margin: 0 auto;
	}

	.sticky-panel {
		height: 100px;
	}

	#footer .subscribe-form-holder {
		margin-bottom: 44px;
	}

	#footer .subscribe-form-holder .wpcf7-form-control-wrap {
		padding: 0 121px 0 0;
	}

	#footer .subscribe-form-holder input[type="submit"] {
		padding: 20px 27px;
	}

	#footer .social i {
		width: 59px;
		height: 59px;
		font-size: 24px;
	}

	.footer-menu {
		margin-bottom: 35px;
	}

	.footer-menu li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px;
	}

	.baner-section .logo {
		margin-bottom: 18px;
	}

	.copyright {
		font-size: 10px;
	}

	.not-found .container {
		min-height: 700px;
	}

	h1 {
		font-size: 48px;
		line-height: 52px;
		margin: 0 0 88px;
	}

	h2 {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 10px;
	}

	main ul:not([class]):not([id]) > li:after {
		font-size: 20px;
		top: 4px;
	}

	.is-playing .fullwidth-video video {
		opacity: 1;
		visibility: visible;
	}

	.fullwidth-video video {
		opacity: 0;
		visibility: hidden;
	}

	input[type="submit"],
	.btn {
		padding: 16px 27px;
		font-size: 18px;
		min-width: 200px;
	}

	#main {
		padding: 65px 62px 108px;
	}

	.section-heading h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 10px;
	}

	.page-subtitle {
		font-size: 200px;
		right: 17vw;
		top: 194px;
	}

	.page-subtitle:after {
		margin-left: 92px;
		margin: -9px 0 0 92px;
	}

	.page-subtitle.left-align {
		top: -104px;
		left: -111px;
	}

	.page-subtitle.left-align:after {
		width: 150px;
		height: 11px;
		margin-left: 0;
	}

	.bordered-box {
		border-width: 4px;
		padding: 23px 20px 35px;
	}

	.bordered-box .heading {
		border-width: 4px;
		padding: 0 45px 12px;
		margin: 0 -20px 35px;
	}

	.bordered-box .heading h2 {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 1px;
	}

	form .row {
		margin: 0 -10px 4px;
	}

	form .row.two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	form .row.two-cols .wpcf7-form-control-wrap {
		margin: 0 0 30px;
	}

	form .row .col {
		padding: 0 10px;
		width: 50%;
	}

	form .note {
		font-size: 14px;
		line-height: 20px;
	}

	form .wpcf7-form-control-wrap {
		width: 50%;
		float: left;
		padding: 0 10px;
	}

	form input[type="submit"] {
		padding: 20px 26px;
		border-width: 4px;
	}

	form .wpcf7-not-valid-tip {
		top: -34px;
	}

	textarea,
	input:not([type=submit]) {
		height: 60px;
		font-size: 18px;
		line-height: 26px;
	}

	.jcf-select {
		height: 60px;
		padding: 14px 30px 0 22px;
	}

	.jcf-select .jcf-select-text {
		font-size: 16px;
		line-height: 18px;
	}

	.jcf-select .jcf-select-opener:after {
		font-size: 22px;
		left: 8px;
		top: 24px;
	}

	.btn-wrap .icon-arrow-prev,
	.btn-wrap .icon-arrow-next {
		font-size: 25px;
	}

	.subscribe-holder {
		margin: 0 0 70px;
	}

	.subscribe-holder .description {
		padding: 0 0 33px;
	}

	.subscribe-form-holder {
		padding: 97px 63px 120px 61px;
	}

	.subscribe-form-holder .wpcf7-form-control-wrap {
		padding: 0 134px 0 0;
	}

	.subscribe-form-holder label {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 21px;
	}

	.subscribe-form-holder input[type="submit"] {
		padding: 18px 34px 19px;
	}

	.text-container-small {
		margin: 0 0 82px;
	}

	.text-container-small h1 {
		margin: 0 0 35px;
	}

	.judges-articles {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -30px 35px;
	}

	.judges-articles.simple {
		margin: 0 -30px 21px;
	}

	.judges-articles.simple .item {
		padding-bottom: 71px;
	}

	.judges-articles .item {
		max-width: none;
		width: 50%;
		padding: 0 15px 30px;
	}

	.judges-articles .item .holder {
		border-width: 4px;
	}

	.judges-articles .img-wrap {
		border-bottom-width: 4px;
	}

	.judges-articles .links {
		border-bottom-width: 4px;
	}

	.judges-articles .links li {
		border-left-width: 4px;
	}

	.judges-articles .links a {
		padding: 40px 20px 41px;
	}

	.judges-articles .description {
		padding: 49px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.judges-articles .description .name {
		font-size: 30px;
		line-height: 36px;
	}

	.judges-articles .work-place {
		font-size: 15px;
		line-height: 16px;
	}

	.categories-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.categories-panel.static {
		padding: 25px 10px;
	}

	.categories-panel.sticky-panel.fixed .nav-hold {
		padding-right: 70px;
	}

	.categories-panel .nav-hold {
		width: calc(100% - 200px);
		padding-right: 25px;
	}

	.categories-panel .list {
		font-size: 14px;
		line-height: 16px;
	}

	.categories-panel .list a {
		padding: 11px 27px;
	}

	.categories-panel .cta-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 150px;
	}

	.filter-panel .nav-wrap {
		padding: 25px 10px;
	}

	.filter-panel .wpcf7-form-control-wrap {
		padding: 0  18px;
	}

	.filter-panel .select-year .jcf-select {
		width: 163px;
	}

	.filter-panel .select-category .jcf-select {
		width: 375px;
	}

	.filter-panel .select-type .jcf-select {
		width: 234px;
	}

	.filter-panel .jcf-select {
		height: 50px;
		padding: 14px 30px 0 22px;
		font-size: 16px;
	}

	.filter-panel .jcf-select .jcf-select-opener:after {
		left: 8px;
		top: 24px;
	}

	.cta-block .text {
		font-size: 16px;
		line-height: 18px;
	}

	.category-description .description-cols .col {
		padding: 0 0 25px;
	}

	.category-description h3 {
		margin: 0 0 40px;
	}

	.category-description .cta-block {
		margin-top: -6px;
	}

	.category-description .cta-block .text {
		font-size: 18px;
		line-height: 20px;
	}

	.category-description .text-container-small {
		margin: 0 0 32px;
	}

	.category-description ul {
		margin: 0 0 31px 8px !important;
	}

	.category-open-close h3 {
		margin: 0 0 48px;
	}

	.category-open-close .category-opener {
		pointer-events: none;
	}

	.category-open-close .category-opener:after {
		display: none;
	}

	.open-close-item {
		margin: 0 0 30px;
	}

	.category-opener {
		margin: 0 0 35px;
		font-size: 18px;
	}

	.category-opener:after {
		right: 47px;
		font-size: 22px;
	}

	.winners-articles {
		margin: 0 0 20px;
	}

	.winners-articles .category-opener {
		margin: 0;
	}

	.winners-articles .slide {
		padding: 35px 0 25px;
	}

	.article-item.small-item .description {
		min-height: 141px;
	}

	.article-item .description {
		padding: 15px 25px 15px 25px;
		min-height: 176px;
	}

	.article-item .sub-category {
		font-size: 14px;
		margin: 0 0 6px;
	}

	.article-item .name {
		font-size: 20px;
	}

	.article-item .icon {
		right: 29px;
	}

	.article-item .icon i {
		font-size: 80px;
	}

	.two-cols,
	.three-cols,
	.four-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		padding: 0 15px 30px;
		width: 50%;
	}

	.bronze-winners .winners-heading h3 {
		font-size: 30px;
		line-height: 34px;
	}

	.winners-table thead th {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 2px;
		padding-bottom: 38px;
	}

	.winner-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.winner-detail .col {
		width: 65%;
		padding: 0 15px;
	}

	.winner-detail-title {
		margin: -65px 0 65px;
		padding: 31px 0 30px;
	}

	.winner-detail-title h3 {
		font-size: 16px;
		line-height: 18px;
	}

	.winner-detail-title .icon {
		font-size: 80px;
		position: absolute;
		right: 0;
		bottom: 10px;
		color: #333;
		line-height: 1;
	}

	.partners-description h2 {
		margin-bottom: 45px;
	}

	.partners-description .partner-item .img-hold {
		width: 168px;
	}

	.anchor-nav .nav-wrap {
		padding: 25px 20px 15px 20px;
	}

	.anchor-nav .jcf-scrollable {
		height: 52px;
	}

	.welcome-section .icon {
		font-size: 80px;
		left: -40px;
		top: 0;
		position: absolute;
	}

	.welcome-section .photo {
		width: 200px;
	}

	.facts-list li:before {
		font-size: 400px;
		left: -195px;
		top: 0;
	}

	.feature-items .features-list {
		margin: 0 0 50px;
	}

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

	.hero-area.text-left .text-wrap {
		margin: 38px 0 0 0;
		max-width: 460px;
	}

	.hero-area {
		height: 450px;
	}

	.hero-area .container {
		padding: 0 40px;
	}

	.hero-area .text-wrap {
		font-size: 18px;
		max-width: 600px;
	}

	.hero-area .text-wrap .subtitle {
		font-size: 16px;
	}

	.cta-holder {
		padding: 15px 0;
	}

	.cta-holder .container {
		padding: 0 30px;
	}

	.cta-holder .text {
		position: relative;
		font-size: 20px;
		letter-spacing: 1px;
		padding-left: 100px;
	}

	.features-section {
		margin-top: 75px;
	}

	.features-list li {
		width: 50%;
	}

	.features-list a {
		height: 200px;
	}

	.features-list .link {
		font-size: 20px;
		width: 80%;
	}

	.features-list .subscribe-form-holder {
		padding: 15px 30px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.features-list .wpcf7 {
		margin-bottom: 30px;
	}

	.partners-section .container {
		padding: 0 30px;
	}

	.partners-section h2 {
		margin-bottom: 45px;
	}

	.partners-list li {
		width: 25%;
		/*margin-bottom: 60px;*/
		padding: 0 30px;
	}

	.posts-holder .sticky-title {
		padding: 0;
		margin-left: 33px;
	}

	.posts-holder .sticky-title .title time {
		padding: 10px 11px;
		width: 86px;
	}

	.posts-holder .sticky-title .title h2 {
		padding: 12px 14px;
	}

	.posts-holder .post .title time {
		padding: 10px 11px;
		width: 117px;
	}

	.posts-holder .post .title h2 {
		padding: 12px 14px;
		margin: 0;
	}

	.posts-holder .post img {
		max-width: 69.2%;
	}

	.share-posts {
		margin: -3px 0 0;
	}

	.single-post .post-title {
		max-width: 533px;
		margin: -100px auto 46px;
	}

	.single-post .post-title .sub-title {
		font-size: 16px;
	}

	.single-post .text-holder {
		font-size: 18px;
		padding: 0 15px;
	}

	.post-gallery .slider {
		height: 476px;
	}

	.post-gallery .slide {
		height: 476px;
	}

	.post-gallery .btn-prev,
	.post-gallery .btn-next {
		position: absolute;
		display: block;
		top: 50%;
		left: -29px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 60px;
		width: 80px;
		border: 4px solid #000;
		color: #000;
		background: transparent;
		outline: none;
		z-index: 99;
	}

	.post-gallery .btn-next {
		right: -29px;
	}

	.resources-section {
		margin: 0 0 50px;
	}

	.resources-section .single-post {
		margin: 0 0 170px;
	}

	.resources-section h3 {
		margin: 0 0 39px;
	}

	.resources-list {
		font-size: 18px;
		line-height: 18px;
		margin-top: -40px;
	}

	.store-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}

	.store-item {
		padding: 0 15px 20px;
		background: none !important;
	}

	.store-item .hold {
		border-width: 4px;
	}

	.store-item .head {
		border-bottom: 4px solid #000;
		padding: 45px 15px;
	}

	.store-item .title {
		font-size: 30px;
		line-height: 32px;
	}

	.store-item .btn-hold {
		border-top: 4px solid #000;
	}

	.store-item .btn-hold .btn {
		padding: 47px 27px;
	}

	.anchor-navigation {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 2px;
	}

	.anchor-navigation li {
		margin: 0 0 23px;
	}

	.faq-box {
		padding-top: 145px;
	}

	.faq-accordion li {
		border-width: 4px;
	}

	.faq-accordion .opener {
		font-size: 22px;
		line-height: 24px;
		padding: 25px 60px 25px 20px;
	}

	.faq-accordion .opener:after {
		right: 15px;
		font-size: 18px;
		margin-top: -5px;
	}

	.faq-accordion .slide {
		padding: 26px 18px 9px;
		border-top-width: 4px;
	}

	.faq-accordion .slide p {
		margin: 0 0 25px;
	}

	.search-section .search-form {
		margin: 0 0 45px;
	}

	.result-holder {
		margin: 0 -15px -50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.result-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 15px 50px;
		width: 50%;
	}

	.result-item .hold {
		border-width: 4px;
	}

	.result-item .img-wrap {
		border-bottom-width: 4px;
	}

	.result-item .text-wrap {
		padding: 28px 23px 23px;
	}

	.result-item .title {
		margin: 0 0 15px;
	}

	.result-item .producer {
		margin: 0 0 35px;
	}

	.result-item .icon i {
		font-size: 80px;
	}

	.judges-section {
		padding: 60px 0;
	}

	.judges-section .heading-col {
		margin: 0 0 35px;
	}

	.judges-section .col {
		float: left;
		width: 50%;
		padding: 0 20px 0 0;
	}

	.judges-section dl dt {
		margin: 0 36px 0 0;
		width: 160px;
	}

	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		height: 60px !important;
	}

	.judges-category {
		padding: 41px 10px 25px;
		margin: 0 0 95px;
	}

	.top-title {
		font-size: 16px;
	}

	.category-accordion .opener {
		padding: 15px 55px 15px 20px;
	}

	.category-accordion .opener:before {
		margin-top: -14px;
		font-size: 24px;
		font-size: 18px;
	}

	.category-accordion .opener span {
		height: 40px;
	}

	.right-col {
		padding: 25px 20px 40px 20px;
	}

	.right-col .holder > ul > li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		width: 25%;
		padding: 0 19px 0 0 !important;
	}
}
@media (max-width:768px) {
	.hero-area {
		background-position:0;
		background-size:auto;
	}
body.single .hero-area span.date {
    font-size: 10px !important;
    top: 20px !important;
    text-align: center;
    left: inherit !important;
    /* margin: 0 auto; */
    position: relative !important;
}

}
@media (min-width: 768px) and (max-width: 1023px) {
	.winners-table {
		font-size: 14px;
		line-height: 18px;
	}

	.winner-detail .col:first-child {
		width: 35%;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 53px 64px 52px 208px;
	}

	#header .logo {
		top: 56px;
		left: 64px;
	}

	#header .logo-alt {
		left: 64px;
		width: 245px;
		top: 6px;
	}

	#header .logo-alt a {
		max-width: 200px;
		height: 45px;
	}

	body.on-scroll.header-active #header .drop {
		padding: 26px 0 25px;
	}

	body.on-scroll.header-active .drop-holder {
		padding: 0 20px 0 0;
	}

	body.on-scroll.header-active .nav-wrap {
		top: 98px;
	}

	body.on-scroll .drop-holder {
		padding-right: 64px;
	}

	#footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#footer .social {
		margin-bottom: 35px;
	}

	.footer-holder {
		width: 59%;
		padding: 56px 20px 34px 20px;
	}

	.baner-section {
		width: 615px;
		padding: 51px 15px 20px;
	}

	.not-found .container {
		min-height: 1096px;
	}

	#main {
		padding: 75px 62px 108px;
	}

	.inner-container {
		padding: 0 101px;
	}

	.section-heading.lg-heading {
		margin: 0 0 36px;
	}

	.section-heading.lg-heading h2 {
		margin: 0 0 20px;
	}

	.section-heading.lg-heading h2 {
		font-size: 60px;
		line-height: 64px;
		letter-spacing: 6px;
	}

	.section-heading.lg-heading h3 {
		margin: 0 0 20px;
	}

	.page-subtitle {
		font-size: 460px;
		top: 40px;
	}

	.page-subtitle.left-align {
		left: -259px;
		top: -259px;
	}

	.page-subtitle.left-align:after {
		width: 460px;
	}

	.bordered-box {
		padding: 40px 60px 50px;
	}

	.bordered-box .heading {
		margin: 0 -60px 50px;
		padding: 0 45px 34px;
	}

	form .row {
		margin: 0 -18px 4px;
	}

	form .row .col {
		padding: 0 18px;
	}

	form .wpcf7-form-control-wrap {
		padding: 0 18px;
		margin: 0 0 30px;
	}

	.navigation {
		margin: 0 auto 100px;
	}

	.subscribe-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: -143px 0 100px;
	}

	.subscribe-holder .description {
		width: 38.5%;
		padding: 45px 42px 0 0;
	}

	.subscribe-holder .subscribe-form-holder {
		width: 61.5%;
	}

	.subscribe-form-holder input[type="submit"] {
		padding: 20px 34px;
	}

	.judges-articles {
		margin: 0 -19px 53px;
	}

	.judges-articles .item {
		width: 33.33%;
		padding: 0 20px 40px;
	}

	.categories-panel .list {
		font-size: 16px;
		line-height: 18px;
	}

	.categories-panel .list a {
		padding: 14px 31px;
	}

	.cta-block .text {
		margin: 0 27px 36px 0;
	}

	.category-description .description-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -20px;
	}

	.category-description .description-cols .col {
		width: 44%;
		padding: 0 20px;
	}

	.category-description .description-cols .col:first-child {
		width: 56%;
	}

	.category-open-close .category-opener {
		padding: 25px 66px 27px 44px;
		margin: 0 0 46px;
	}

	.open-close-item {
		margin: 0 0 60px;
	}

	.category-opener {
		padding: 23px 66px 20px 44px;
		border-width: 4px;
		margin: 0 0 50px;
	}

	.article-item.small-item .img-holder {
		padding-top: 94.5%;
	}

	.article-item.small-item .description {
		padding: 26px 28px 25px;
	}

	.article-item.medium-item .img-holder {
		padding-top: 69%;
	}

	.article-item .description {
		padding: 26px 40px 24px 40px;
	}

	.article-item .icon i {
		font-size: 101px;
	}

	.two-cols,
	.three-cols,
	.four-cols {
		margin: 0 -18px;
	}

	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		padding: 0 18px 40px;
	}

	.three-cols .col {
		width: 33.33%;
	}

	.four-cols .col {
		width: 25%;
	}

	.bronze-winners .winners-heading {
		padding: 0 0 44px;
		margin: 0 0 16px;
	}

	.winners-table tbody .winner-name span {
		margin-top: -8px;
	}

	.winner-detail .col {
		width: 50%;
	}

	.winner-detail-title {
		margin: -93px 0 93px;
	}

	.winner-detail-title .icon {
		font-size: 101px;
	}

	.partners-description h2 {
		margin-bottom: 43px;
	}

	.partners-description .partners-wrap {
		margin: 0 -30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.partners-description .partner-item {
		padding: 0 30px 36px;
		width: 50%;
	}

	.anchor-nav .nav-wrap {
		padding: 25px 33px 15px 33px;
	}

	.anchor-nav .jcf-scrollable {
		height: 60px;
	}

	.welcome-section {
		padding: 31px 0 0 78px;
	}

	.welcome-section:after {
		width: 654px;
		height: 100px;
		left: -64px;
		top: 110px;
	}

	.welcome-section .text-hold .text:nth-child(even) {
		padding-left: 166px;
		max-width: 720px;
	}

	.welcome-section .text-hold .text {
		max-width: 580px;
	}

	.welcome-section .photo {
		margin: 0 0 20px 20px;
		width: 300px;
	}

	.welcome-section p {
		margin: 0 0 37px;
	}

	.facts-list {
		margin-bottom: -139px;
	}

	.facts-list li {
		margin: 0 0 237px;
	}

	.facts-list li:before {
		font-size: 260px;
		top: -50px;
		left: -95px;
		content: "0" counters(newCounter, ".") "—";
	}

	.facts-list li:nth-child(even) .fact-item {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.facts-list li:nth-child(even):before {
		right: -239px;
	}

	.facts-section {
		padding-top: 179px;
	}

	.fact-item {
		padding: 0 0 0 161px;
		margin-right: -2px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fact-item .img-holder {
		margin: 0 0 0 -80px;
		width: 55%;
	}

	.fact-item .img-holder img {
		max-width: none;
	}

	.fact-item .img-holder {
		margin: 0 0 0 -160px;
	}

	.fact-item .description {
		width: 45%;
	}

	.feature-items {
		padding: 0 0 1px;
	}

	.feature-items .features-list {
		margin: 0 0 100px;
	}

	.hero-area {
		height: 600px;
	}

	.hero-area .container {
		padding: 0 60px;
	}

	.hero-area .text-wrap {
		font-size: 24px;
	}

	.hero-area .text-wrap h1 {
		margin-bottom: 23px;
		letter-spacing: .1em;
	}

	.cta-holder {
		padding: 25px 0;
	}

	.cta-holder .container {
		padding: 0 40px;
	}

	.cta-holder .text {
		font-size: 30px;
		letter-spacing: 2px;
		padding-left: 148px;
		width: 80%;
	}

	.cta-holder .btn {
		margin: 0 24px;
	}

	.features-section {
		margin-top: 100px;
	}

	.features-list a {
		height: 300px;
	}

	.features-list .link {
		font-size: 30px;
		bottom: 24px;
	}

	.features-list .subscribe-form-holder {
		padding: 15px 70px;
	}

	.partners-section {
		padding-top: 74px;
	}

	.partners-section .container {
		padding: 0 140px;
	}

	.partners-section h2 {
		margin-bottom: 60px;
	}

	.partners-list li {
		/*margin-bottom: 78px;*/
	}

	.posts-holder .sticky-title {
		margin-left: 0;
		margin-top: 0;
		top: 0;
	}

	.posts-holder .sticky-title .title {
		margin: 0 0 30px;
	}

	.posts-holder .sticky-title .title time {
		padding: 20px 11px;
		width: 93px;
	}

	.posts-holder .sticky-title .title time .day {
		font-size: 26px;
	}

	.posts-holder .sticky-title .title time .month {
		margin: -7px 0 0;
		font-size: 16px;
	}

	.posts-holder .sticky-title .title h2 {
		padding: 20px 18px;
		font-size: 26px;
	}

	.posts-holder .post {
		margin: 0 0 60px;
	}

	.posts-holder .post .title {
		margin: 0 0 30px;
	}

	.posts-holder .post .title time {
		padding: 20px 11px;
		width: 94px;
		margin: 0 0 0 -2px;
	}

	.posts-holder .post .title time .day {
		font-size: 26px;
	}

	.posts-holder .post .title time .month {
		margin: -7px 0 0;
		font-size: 16px;
	}

	.posts-holder .post .title h2 {
		padding: 20px 18px;
		font-size: 26px;
	}

	.posts-holder .post img {
		margin: -40px 0 26px auto;
	}

	.posts-holder .text-holder {
		max-width: 74.2%;
		margin: 0 0 0 112px;
	}

	.share-posts .title {
		margin: 0 87px 0 0;
		line-height: 59px;
	}

	.social-list li {
		width: 59px;
		height: 59px;
		margin: 0 20px 0 0;
	}

	.social-list li .stLarge {
		width: 59px;
		height: 59px;
	}

	.social-list li .stLarge:after {
		font-size: 24px;
	}

	.single-post {
		margin: 0;/*0 0 100px;*/
	}

	.single-post .post-title {
		float: left;
		padding: 95px 115px 38px;
		margin: -124px 37px 23px 0;
		border: 4px solid #000;
	}

	.single-post .text-holder .alignright {
		margin-right: -163px;
	}

	.single-post .text-holder .alignleft {
		margin-right: -163px;
	}

	.post-gallery .btn-prev,
	.post-gallery .btn-next {
		width: 129px;
		height: 100px;
		left: -85px;
	}

	.post-gallery .btn-prev i,
	.post-gallery .btn-next i {
		font-size: 25px;
		left: 16px;
	}

	.post-gallery .btn-next {
		right: -85px;
	}

	.post-gallery .btn-next i {
		right: 16px;
	}

	.post-gallery .slick-arrow {
		width: 127px;
		height: 100px;
	}

	.post-gallery .slick-arrow i {
		font-size: 25px;
	}

	.post-gallery .slick-arrow.slick-prev {
		left: -100px;
	}

	.post-gallery .slick-arrow.slick-next {
		right: -100px;
	}

	.video-box {
		max-width: 534px;
	}

	.resources-section {
		margin: 0 0 143px;
	}

	.faq-box {
		padding-top: 245px;
	}

	.faq-box h3 {
		margin: 0 0 36px;
	}

	.faq-box .page-subtitle {
		top: -10px;
	}

	.faq-accordion .opener {
		font-size: 30px;
		line-height: 36px;
		padding: 39px 80px 43px 48px;
		letter-spacing: 2px;
	}

	.faq-accordion .opener:after {
		right: 49px;
		font-size: 22px;
		margin-top: -10px;
	}

	.faq-accordion .slide {
		padding: 43px 53px 18px;
	}

	.search-section .search-form {
		margin: 0 0 80px;
	}

	.search-section .search-form input[type=search] {
		height: 125px;
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 2px;
		padding: 10px 130px 10px 45px;
	}

	.search-section .search-form button {
		font-size: 38px;
		right: 53px;
	}

	.result-item {
		padding: 0 18px 110px;
		width: 300px;
	}

	.result-item .icon i {
		font-size: 101px;
	}

	.judges-section {
		padding: 96px 0;
	}

	.judges-section .heading-col {
		max-width: 400px;
		float: left;
		margin: 0 20px 0 0;
	}

	.judges-section .col {
		width: 400px;
	}

	.category-holder {
		letter-spacing: -.4em;
	}

	.category-holder .right-col {
		position: relative;
		background: #fff;
	}

	.category-col {
		width: 32%;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}

	.category-accordion .opener {
		font-size: 20px;
	}

	.category-accordion .opener span {
		height: 93px;
		letter-spacing: 1.5px;
	}

	.category-accordion .category-slide {
		padding: 15px 20px 15px 20px;
	}

	.category-accordion .inner-opener {
		letter-spacing: 2px;
		font-size: 14px;
	}

	.category-inner-accordion li {
		margin: 0 0 25px;
	}

	.right-col {
		padding: 43px 50px 19px 50px;
		min-height: 385px;
	}

	.right-col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		width: 68%;
		margin: 0 0 0 -4px;
	}

	.right-col .holder .info,
	.right-col .holder .add-info {
		font-size: 15px;
		margin: 0 0 28px;
	}

	.right-col .holder .add-info {
		margin: 0 0 36px;
	}

	.right-col .holder > ul .tab-list li {
		margin: 0 0 15px;
		line-height: 1.18;
	}

	.hover-tooltip {
		padding: 25px;
		border: 4px solid #000;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.55;
		background: #fff !important;
		z-index: 9999;
		max-width: 300px;
		opacity: 1;
		visibility: visible;
	}
    
    nav.pagination {
        text-align:center;
        margin-bottom: 40px;
    }
    nav.pagination a {
        margin: 0 20px 20px 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.facts-list li:nth-child(even) .fact-item .img-holder {
		position: relative;
		left: -100px;
	}
}

@media (min-width: 1200px) {
	#footer .social {
		display: inline-block;
		vertical-align: middle;
	}

	.footer-holder {
		padding: 56px 15px 0 63px;
	}

	.footer-menu {
		display: inline-block;
		vertical-align: middle;
	}

	.footer-menu li:last-child {
		padding-right: 33px;
	}

	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		padding: 0 25px 40px;
	}

	.welcome-section {
		padding: 31px 162px 0 165px;
	}

	.welcome-section .icon {
		font-size: 101px;
		top: 31px;
	}

	.welcome-section .photo {
		margin: -26px 0 56px 40px;
	}

	.facts-list li:before {
		font-size: 460px;
		top: -150px;
		left: -165px;
	}

	.facts-list li:nth-child(even) .fact-item {
		padding: 0 0 0 100px;
	}

	.posts-holder .sticky-title .title {
		margin: 0 0 35px;
		max-width: 1000px;
	}

	.posts-holder .sticky-title .title time {
		padding: 28px 24px;
		border: 4px solid #000;
		width: 127px;
	}

	.posts-holder .sticky-title .title time .day {
		font-size: 30px;
	}

	.posts-holder .sticky-title .title h2 {
		padding: 28px 34px;
		font-size: 30px;
		border: 4px solid #000;
		margin: 0 0 0 -4px;
	}

	.posts-holder .post {
		margin: 0 0 94px;
	}

	.posts-holder .post .title {
		margin: 0 0 35px;
		max-width: 1000px;
	}

	.posts-holder .post .title time {
		width: 127px;
		padding: 28px 24px;
		border: 4px solid #000;
		margin: 0 0 0 -4px;
	}

	.posts-holder .post .title time .day {
		font-size: 30px;
	}

	.posts-holder .post .title h2 {
		padding: 28px 34px;
		font-size: 30px;
		border: 4px solid #000;
	}

	.posts-holder .post img {
		margin: -89px 0 36px auto;
	}

	.posts-holder .text-holder {
		font-size: 18px;
		margin: 0 0 0 162px;
	}

	.result-holder {
		/*margin: 0 -85px -110px -80px;*/
	}

	.result-item {
		width: 326px;
	}

	.category-accordion .opener {
		font-size: 22px;
	}

	.category-accordion .opener span {
		height: 93px;
	}

	.category-accordion .inner-opener {
		font-size: 16px;
	}
}

@media (min-width: 1299px) {
	.categories-panel.sticky-panel.fixed .cta-block {
		width: 200px;
		min-width: 200px;
		position: absolute;
		right: 20px;
		padding: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.categories-panel.sticky-panel.fixed .cta-block .text {
		display: none;
	}

	.categories-panel .cta-block {
		width: 35%;
		min-width: 524px;
	}
}

@media (min-width: 1300px) {
	.categories-panel .nav-hold {
		width: 59%;
	}

	.category-description .description-cols .col {
		width: 48%;
	}

	.category-description .description-cols .col:first-child {
		width: 52%;
	}
}

@media (min-width: 1500px) {
	.category-accordion .opener {
		font-size: 30px;
		padding: 20px 85px 20px 47px;
	}

	.category-accordion .opener:before {
		right: 49px;
	}

	.category-accordion .opener span {
		height: 83px;
	}

	.category-accordion .category-slide {
		padding: 40px 30px 30px 47px;
	}

	.category-accordion .inner-opener {
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	#header .logo .container {
		max-width: 1464px;
	}

	#header .logo-alt {
		top: 2px;
	}

	#header .logo-alt .container {
		max-width: 1464px;
	}

	#header .logo-alt a {
		max-width: 258px;
	}

	body.on-scroll.header-active .drop-holder {
		padding: 0;
	}

	.article-item .description {
		padding: 26px 100px 24px 45px;
	}

	.article-item .sub-category {
		font-size: 16px;
		margin: 0 0 12px;
	}

	.article-item .name {
		font-size: 30px;
	}

	.posts-holder .text-holder {
		margin: 0 auto;
	}

	.jcf-scrollbar-horizontal {
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 1660px) {
	#header {
		padding-right: 0;
	}

	body.on-scroll .drop-holder {
		padding: 0;
	}
}

@media (max-width: 1298px) {
	.categories-panel .cta-block .btn {
		font-size: 14px;
		line-height: 16px;
		min-width: 138px;
	}

	.categories-panel .cta-block .text {
		display: none;
	}
}

@media (max-width: 1023px) {
	.video-viewport {
		top:65px !important;
	}
	iframe {
		width: 100%;
	}

	.logo img,
	.logo svg {
		width: 85px;
		height: 87px;
	}

	.menu .drop ul li {
		padding: 0 7px;
	}

	.menu .drop ul li a {
		font-size: 14px;
	}

	.baner-section .logo img,
	.baner-section .logo svg {
		width: 87px;
		height: 89px;
	}

	.welcome-section .icon {
		display: none;
	}

	.facts-list li:nth-child(even) .fact-item .img-holder {
		text-align: left;
		position: relative;
		left: -30px;
	}

	.fact-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fact-item .img-holder {
		text-align: right;
		position: relative;
		right: -30px;
	}

	.fact-item .img-holder img {
		max-width: 65%;
	}

	.video-box {
		display: block;
		width: auto;
		margin: 0 -30px 30px;
		float: none;
	}

	.right-col {
		border-top: none;
	}

	.right-col .holder > ul > li > a {
		font-size: 15px;
	}

	.right-col .holder > ul .tab-list a {
		font-size: 15px;
	}
}

@media all and (max-width: 800px) {


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

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

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

	#header {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: #fff;
	}

	#header .container {
		padding: 0 15px;
	}

	#header .open-close {
		position: relative;
	}

	.logo img,
	.logo svg {
		width: 64px;
		height: 65px;
	}

	.nav-active .drop {
		right: 0 !important;
	}

	.menu .drop {
		position: absolute;
		top: 0;
		width: 190px;
		right: -190px;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		background: #000;
		min-height: 100vh;
		overflow-y: auto;
	}

	.menu .drop .drop-holder {
		position: relative;
		min-height: 100vh;
		padding: 53px 20px 142px;
	}

	.menu .drop ul.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.menu .drop ul li {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 27px;
	}

	.menu .drop ul li a {
		color: #fff;
	}

	.menu .drop .search-form input[type="submit"] {
		background: #fff;
		color: #000;
		border-color: #f1f1f1;
	}

	.search-form textarea,
	.search-form input:not([type=submit]) {
		margin-bottom: 5px;
	}

	.search-form .input-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	body.on-scroll.header-active #header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	body.on-scroll.header-active .fixed .title {
		top: 100px;
	}

	#footer .subscribe-form-holder textarea,
	#footer .subscribe-form-holder input:not([type=submit]) {
		height: 30px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#footer .subscribe-form-holder input[type="submit"] {
		font-size: 9px;
		letter-spacing: .05em;
	}

	#footer .subscribe-form-holder label {
		margin-bottom: 5px;
	}

	#footer .social {
		position: absolute;
		top: 29px;
		right: 0;
	}

	#footer .social li {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		margin-right: -4px;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.footer-menu {
		padding-right: 120px;
	}

	.footer-menu li {
		margin-bottom: 5px;
	}

	body {
		font-size: 12px;
		line-height: 18px;
	}

	.fullwidth-video {
		padding: 0 15px;
		overflow: hidden;
	}

	.page-subtitle {
		display: none;
	}

	.page-subtitle.left-align:after {
		display: none;
	}

	form .btn-wrap {
		text-align: center;
		padding-top: 15px;
	}

	.navigation {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}

	.judges-articles.simple .item {
		width: 50%;
		padding: 0 15px 35px;
	}

	.judges-articles .description {
		height: auto !important;
	}

	.judges-articles .description .name br {
		display: none;
	}

	.categories-panel .cta-block {
		display: none;
	}

	.category-open-close.active .category-opener:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.category-open-close .slide {
		padding: 0 20px 0 26px;
	}

	.article-item {
		max-width: 480px;
		margin: 0 auto;
	}

	.article-item.simple-view {
		margin-bottom: 25px;
	}

	.winners-table thead th:first-child {
		width: 48%;
	}

	.winners-table tbody td:first-child {
		width: 48%;
	}

	.winner-detail-title .icon {
		display: none;
	}

	.feature-items .navigation {
		margin: 0 auto;
	}

	.cta-holder .btn {
		font-size: 12px;
		padding: 5px 10px;
		min-width: 100px;
		margin: 0 0 0 20px;
	}

	.features-list li.form-holder {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999;
	}

	.posts-holder .post img {
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}

	.single-post .post-title h2 {
		font-size: 15px;
		margin: 0 0 10px;
	}

	.post-gallery .slick-arrow {
		display: none !important;
	}

	.resources-section .single-post.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.resources-section .single-post.reverse .post-title {
		margin-top: 0;
	}

	.store-item .hold {
		height: 315px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px;
	}

	.store-item .img-hold {
		display: none;
	}

	.store-item .btn-hold .btn:hover {
		background: none !important;
		color: #ef1e40;
	}

	.result-item {
		max-width: 480px;
		margin: 0 auto 25px;
	}

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

	.right-col .holder > ul .tab-list {
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.menu .drop {
		height: 100vh;
		overflow-y: auto;
	}

	.menu .drop .drop-holder {
		min-height: 100vh;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

ul.features-list li span.date {
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
body.single .hero-area span.date {
    top: 100px;
    position: absolute;
    left: 70px;
    font-weight: 900;
    text-transform: uppercase;
    /* font-size: 12px; */
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

video { width:100%; height: auto; }
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    opacity: 1
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

/* new toast*/

.toast-container {
    pointer-events: all!important;
    position: fixed;
    bottom: 30px;
    right: 50px;
    width:400px;
    min-height:200px;
    z-index: 410000;
}

.toast-body,
.toast-header {
    background-color: #fff;
    padding: 20px;
}
.toast-header{
    padding-bottom: 0;
}
.toastnewsletter {
    display: flex;
    align-items: self-start;
    position: relative;
}

.toastnewsletter label {
    font-size: 12px;
    display: flex;
    align-items: self-start;
    margin: 0 15px;
    margin-left: 0;
}
.toastnewsletter label >div{
    margin-left: 12px;
}
.toastnewsletter label a b{
    color: #000;
    font-size: 12px;
    transition: all .2s ease;
}
.toastnewsletter label a{
    line-height: 16px;
}
.toastnewsletter label a:hover b{
    color: #f79b77;
}

#subscribetoast {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    transition: all .3s ease;
}

#subscribetoast:focus{
    border-color: #f79b77;
}

.me-auto {
    margin-right: auto !important;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.toastnewsletter input#tnc {
    position: absolute;
    right: -200vh;
}

.toastnewsletter input#tnc:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.toastnewsletter input#tnc:checked+label::before {
    background-color: transparent;
    border-color: #000;
}

.toastnewsletter label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    /* box-shadow: 0px 15px 30px rgba(0,0,0,.3);  */
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
    
}

.toast-body p {
    font-size: 14px;
}

.subscribetoastsubmit {
    appearance: none;
    border: none;
    box-shadow: none;
    background-color: #ef1e40;
    color:#fff;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 9px 15px;
    font-weight: 700;
    margin-left: auto;
    transition: all .3s ease;
}

.subscribetoastsubmit:hover{
    border: 1px solid #000; 
    color:#000;
    background-color: var(--dark-color);
}

.cookiebtns {
    display: flex;
}

.cookiebtns button {
    appearance: none;
    border: none;
    /* box-shadow: none; */
    font-size: 12px;
    padding: 9px 15px;
    background-color: #fff;
}

.cookiebtns span:nth-child(1) button {
    margin-right: 1rem;
    border: 1px solid transparent;
    background-color: #d5beba;
    font-weight: bold;
    transition: all .3s ease;
}

.cookiebtns span:nth-child(2) button {
    background-color: transparent;
    border: 1px solid #000;
    font-weight: bold;
    transition: all .3s ease;

}

.cookiebtns span:nth-child(1) button:hover {
    background-color: var(--dark-color);
    /* border: 1px solid #000; */
}

.cookiebtns span:nth-child(2) button:hover {
    box-shadow: none;
    color: #f79b77;
    border: 1px solid #f79b77;
}


/* new toast ends*/

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}


.toast-header {
    border: none;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

.toasts.visually-hidden {
    height: 0;
    transition: all .8s ease-in-out;
    transform: translateY(100px);
}

.toasts {
    transform: translateY(0px);
    height: 100%;
    transition: all .8s ease-in-out;
}

.progress1 {
    display: none;
}

.toasts {
    box-shadow: 0px 15px 30px rgba(0,0,0,.3)
}

