/*
Theme Name: IDI
Theme URI: http://underscores.me/
Author: Martyna Lebryk
Author URI: http://www.thejuicypixel.com
Description: IDI Awards Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IDI is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
      url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro-Medium.woff2') format('woff2'),
      url('fonts/AvenirNextLTPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro-HeavyIt.woff2') format('woff2'),
      url('fonts/AvenirNextLTPro-HeavyIt.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
      url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.bold {
	font-family: 'Avenir Next LT Pro';
  font-weight: bold;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;

	font-family: 'Avenir Next LT Pro', sans-serif;
	font-style: normal;
	font-weight: normal;
}

body {
	margin: 0;
	min-width: 320px;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

.black-background {
	background-color: #000000;
	color: white;
}
.pink-background {
	background-color: #ff00ff;
	color: black;
}
.red-background {
	background-color: #ff0000;
	color: black;
}

.green-background {
  background-color: #85F5B3;
  color: #1c1c1c;
}

/* Closing Date Banner */

.banner {
	width: 100%;
	padding:10px 0px;
	height: 70px;
	text-align: center;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	background-color: #ff0000;
	top:0px;
	left:0px;
	position: fixed;
	z-index: 99999;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.banner a {
	color:  #c8ced4 !important;
}

.home-intro2020 h1 {
    font-size: 70px;
    margin: 0;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}

@media (min-width: 640px) {
	.banner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
}
@media screen and (max-width:640px) {
	.banner span {
		font-size:24px !important;
		line-height: 1 !important;
	}
	.banner a {
		font-size: 24px !important;
		line-height: 1 !important;
		display: inline-block;
		width: 100%;
	}
}
.banner span {
	margin-right:20px;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 0.5px;
}
.banner a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 0.5px;
}
.banner a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
.banner.closed {
	display: none;
}

.banner .close {
	position: absolute;
	right: 10px;
	top:0px;
	color: #ffffff;
	cursor:pointer;
	font-size: 48px;
}

.header-box.push {
		margin-top:70px;
	}
/*.site.push {
	top:145px;
}*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3em;
	font-weight: normal;
  color: white;
}
/*h1,
h2,*/
h3{
font-style: normal;
}
h1,
h2 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

h2{
	font-size: 84px;
	margin: 0;
  font-weight: 900;
  font-style: italic;
}

h3{
	font-size: 36px;
  font-weight: 700;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	font-size: 18px;
  color: white;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: none;
	border-radius: 0;
	background: #c4ffde;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	padding: 15px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration: underline;
}

input[type="submit"]{
	min-width: 250px;
}

.submit {
    position: relative;
}
span.submit::after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: -3px;
    font-size: 15px;
    color: #000;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: none;
	background-color: #000;
	color: #c4ffde;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #000;
border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
border-radius: 0;
padding: 8px;
width: 95%;
background: rgba(255,255,255,0.3);
border-bottom: 1px solid #000;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/* MAILCHIMP REGISTRATION 2020 */
.registration #mc_embed_signup {
	margin-left: 0px;
}
.registration .mc-field-group {
	width: 100% !important;
}
@media (min-width: 600px) {
	.registration .mc-field-group {
		width: 45% !important;
	}
}
.registration .gdprRequired.mc-field-group {
	width: 100% !important;
	display: block !important;
	border: 0px;
}
.registration .indicates-required {
	padding-bottom: 32px !important;
}

.registration .content__gdprBlock {
	display: block !important;
	width: 100% !important;
}
.registration .content__gdpr p{
	font-size: 12px !important;
	line-height: 16px !important;
}
.registration .content__gdprLegal p{
	font-size: 12px !important;
	line-height: 16px !important;
}
.registration .response {
	background-color: lightgreen !important;
    padding: 20px !important;
    font-size: 18px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #1e2028;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: underline;

}
 
a:visited {
    color: #1e2028;
}
 
a:hover,
a:focus,
a:active {
    color: #1e2028;
    text-decoration: none;
}
 
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* HEADER */

header#masthead{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    z-index: 10;
    position: relative;
}

.header-box{
	background-color: #85F5B3;
  position: sticky;
  top: 0;
  z-index: 1;
}

.img-transform {
  height: 80px !important;
}

@media (max-width: 980px){
  .img-transform {
    height: 70px !important;
  }
}

.header-logo{
	width: auto;
	padding: 10px 0;
	height: 100px;
}

.home .header-logo{
	height: 180px;
	margin-top: 12px;
}



p.site-title{
    margin: 0;
    line-height: 0;
}

p.site-title a {
    font-size: 0;
}

p.site-description {
    font-size: 0;
}

.main-logo-div{
	z-index: 1000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Navigation Top */
 
.navigation-top {
    float: right;
}
 
 
.navigation-top ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
 
.navigation-top ul li{
    float: left;
    padding: 5px 10px;
}
 
.navigation-top ul li i{
    color: #fff;
    padding-right: 5px;
    font-size: 12px;
}

.navigation-top ul li i:hover, .navigation-top ul li a:hover, button i:hover{
    color: #ec9114;
}

.navigation-top ul li a{
    color: #fff;
    font-size: 12px
}




/* Main Navigation */


.header-links-top{
    display: none;
}

.main-navigation {
    clear: both;
    display: block;
    float: right;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #000000;
    font-weight: 400;
    line-height: 40px;
    transition: all 0.3s ease;
}

.main-navigation a:hover{
  text-decoration: underline;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #1e2028;
    float: left;
    position: absolute;
    top: 47px;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    padding: 10px;
    color: #fff;
}
 
 
.main-navigation ul ul li {
 
}
 
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
 
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
    background-color: #5585a4;
}
 
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
 
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
 
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
 
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #000000;
/*text-decoration: underline;*/
}
 
 
.main-navigation ul.sub-menu a:hover:after{
    height: 0;
 
}
 
 
 
/* Small menu. */
 
 
 
 
.menu-toggle,
.main-navigation.toggled ul {
    display: none;
}
 
 
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
 
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    display: inline-block;
    width: 50%;
}
 
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
 
 
 
button.menu-toggle span, button.menu-toggle span::before, button.menu-toggle span::after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background-color: black;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    right: 0;
}
 
 
/*button.menu-toggle span, button.menu-toggle span::before, button.menu-toggle span::after{
    background-color: black;
}*/
 
.toggled button.menu-toggle span, .toggled button.menu-toggle span::before, .toggled button.menu-toggle span::after{
    background-color: black;
}
 
.home button.menu-toggle span {
	background-color: white;
}

.home button.menu-toggle span::before {
	background-color: white;
}
.home button.menu-toggle span::after {
	background-color: white;
}

/*.home .toggled button.menu-toggle span, .toggled button.menu-toggle span::before, .toggled button.menu-toggle span::after{
    background-color: white;
}*/

button.menu-toggle.active span::before {
    transform: rotate(45deg);
    top: 0;
}
 
button.menu-toggle span::before {
    top: -10px;
}
 
button.menu-toggle.active span::after {
    transform: rotate(-45deg);
    bottom: 0;
}
 
button.menu-toggle span::after {
    bottom: -10px;
}
 
button.menu-toggle {
    cursor: pointer;
    border: none;
    z-index: 200;
    width: 40px;
    height: 40px;
    right: 20px;
}
 
button.menu-toggle:hover{
    background-color: transparent;
}
 
 
.menu-toggle {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 10px;
}
 
button.menu-toggle.active span {
    background-color: transparent;
}
 
 
 
 
a.grey-button {
	background-color: #c8ced4 !important;
	border-color:  #c8ced4 !important;
}
a.grey-button:hover {
	border-color:  #c8ced4 !important;
	color:  #c8ced4 !important;
	background-color:  white !important;
}
 
a.button{
    padding: 8px 15px;
    border: 3px solid #1e2028;
    background-color: #1e2028;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
 
}
 
a.button:hover{
    background-color: transparent;
    color: #1e2028;
}




/* SLIDING PANEL */



.cd-main-content {
	z-index: 1;
	position: fixed;
	background: #ededed;
	padding: 10px;
	bottom: 30vh;
	height: 200px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	z-index: 100;
	display: none;
}


.cd-main-content:hover {
    background: #fff;
}


.cd-main-content a{
	display: block;
	height: 100%;
	width: 100%;
}



.cd-panel-close.close{
	z-index: 10;
	top: 30px;
	padding: 10px;
	line-height: 1em;
}
.cd-main-content a span{
	display: block;
}


.popup-icon{
	max-width: 30px;
	border-bottom: 7px solid #000;
	padding-bottom: 15px;
}


.cd-text h3{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	max-width: 120px;
	line-height: 1em;
	position: absolute;
	left: -10px;
	bottom: 30px;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 1;
}
.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.cd-panel-header h1 {
  margin: 10px 0;
  text-align: center;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}

.cd-panel-container {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  background: rgba(255,255,255,.97);
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}


.cd-panel-content {
  position: fixed;
  top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  width: 100%;
  max-width: 600px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  overflow: scroll;
}
.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel-content p:first-of-type {
  margin-top: 0;
}



body.noscroll{
    /*overflow:hidden;*/
}



@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}


 
/* HOME PAGE */
 
 
 
#home-slider {
    overflow-y: hidden;
    max-height: 100vh;
}
 
.home-slider{
    position: relative;
}
 
.home-slider .slider-image{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    width: 100%;
    position: relative;
    background-position: center center;
    position: relative;
}
 
.home-slider .slider-image{
    min-height: 600px;
    height: 800px !important;
    height: 100vh !important;
}
 
 
.home-slider .slick-next, .special-awards-slider .slick-next, 
.projects-slider .slick-next{
    right: 20px;
}
 
.home-slider .slick-next:hover, 
.projects-slider .slick-next:hover,
.special-awards-slider .slick-next:hover{
    right: 10px;
}
 
.home-slider .slick-prev, 
.projects-slider .slick-prev,
.special-awards-slider .slick-prev{
    left: 20px;
    z-index: 1;
}
 
 
.home-slider .slick-prev:hover, 
.projects-slider .slick-prev:hover,
.special-awards-slider .slick-prev:hover{
    left: 10px;
}
 
.home-slider .slick-prev, .home-slider .slick-next, 
.projects-slider .slick-prev, .projects-slider .slick-next,
.special-awards-slider .slick-prev, .special-awards-slider .slick-next{
    width: 38px !important;
    height: 75px !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 
}
 
.home-slider .slick-next, .home-slider .slick-next:hover, .home-slider .slick-next:focus,
.projects-slider .slick-next, .projects-slider .slick-next:hover, .projects-slider .slick-next:focus,
.special-awards-slider .slick-next, .special-awards-slider .slick-next:hover, .special-awards-slider .slick-next:focus{
    background-image: url(img/arrow-right.png);
    background-repeat: no-repeat;
}
 
.home-slider .slick-prev, .home-slider .slick-prev:hover, .home-slider .slick-prev:focus,
.projects-slider .slick-prev, .projects-slider .slick-prev:hover, .projects-slider .slick-prev:focus,
.special-awards-slider .slick-prev, .special-awards-slider .slick-prev:hover, .special-awards-slider .slick-prev:focus{
    background-image: url(img/arrow-left.png);
    background-repeat: no-repeat;
}
 
 
 
.home-slider .slick-next::before,
.projects-slider .slick-next::before,
.special-awards-slider .slick-next::before {
    content: '' !important;  
}
.home-slider .slick-prev::before,
.projects-slider .slick-prev::before,
.special-awards-slider .slick-prev::before {
    content: '' !important;  
}
 
.home-slider .slick-prev::before, .home-slider .slick-next::before,
.projects-slider .slick-prev::before, .projects-slider .slick-next::before,
.special-awards-slider .slick-prev::before, .special-awards-slider .slick-next::before{
    font-size: 50px !important;
}
 


 
 
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
}
 
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 

#main-video{
	overflow: hidden;
	position: relative;
	width: 100%;
	background: 0 0;
	height: 100vh;
	max-height: 800px;
}

.inner-video {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: 0;
	background: #000;
}
 
#splash-video {	
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	min-width: 100% !important;
	min-height: 100% !important;
	overflow-x: hidden !important;
	background: #000;

	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;

	opacity: 0.7
}


.single-idiyears #main-video{
	height: 75vh;
	max-height: 475px;

}

.inner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}








.arrow-bottom a {
    background-image: url(img/arrow-bottom.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 37px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 48.8%;
    -webkit-transform: translate(-0%,-50%);
    -ms-transform: translate(-0%,-50%);
    -o-transform: translate(-0%,-50%);
    transform: translate(-0%,-50%);
    padding: 15px;
}


.arrow-bottom{
	position: relative;
	text-align: center;
}

.arrow-bottom a:hover {
    bottom: -5px;
}




#introduction-home {
    background: #c4ffde;
}


#introduction-home .main-button{
	/*background-color: transparent;
	padding: 15px 0;*/
	max-width: 400px;
}





/* WINNERS PANEL */

#winners-panel{
	background-color: #1c1c1c;
	position: relative;
  overflow: hidden;
}
#winners-panel .box{
	padding: 0 !important;
}

#winners-panel a.post-thumb {
  aspect-ratio: 930/690;
}

#winners-panel a.post-thumb, #winners-panel .project-section {
	margin: 0;
	position: relative;
}

.grand-prix-box a.post-thumb, .winner-box a.post-thumb{
	min-height: 600px;
	opacity: 0.8;
}

.special-awards-box a.post-thumb {
	height: 300px;
	opacity: 0.7;
}



#winners-panel .slick-dots{
	bottom: 30px;
}


#winners-panel .slick-dots li button::before {
  font-size: 16px;
  opacity: 1;
  color: white;
  opacity: 0.5;
}

#winners-panel .slick-dots li.slick-active button::before {
  opacity: 1;
}

#winners-panel .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.winner-image-box.col-sm-12 {
  padding: 0;
}

.winner-text-box {
  position: relative;
  padding: 30px;
}

.winner-category-box {
  margin-left: 60px;
  min-height: 90px;
}

.winner-category-box::before{
  content: "";
  width: 45px;
  height: 90px;
  background-image: url(img/slider-eye.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
}

.winner-category-box a{
	color: #fff;
	text-decoration: none;
	max-width: 305px;
}


.winner-category-box h4{
	font-size: 60px;
	margin: 0;
	line-height: 1em;
}

.grand-prix-box .winner-category-box h4, .winner-box .winner-category-box h4{
	font-size: 100px;
	line-height: 1em;
}



.winner-category-box p.child-c{
	font-size: 18px;
	line-height: 24px;
  font-weight: 700;
}

.winner-category-box p.main-c{
	font-size: 18px;
	line-height: 24px;
}

.winner-category-box p.year-c{
	font-size: 18px;
	line-height: 24px;
  padding: 0;
  font-weight: 700;
  padding-top: 25px;
}

.project-box-info a{
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	text-decoration: none;
}

.project-box-info h3{
	font-size: 18px;
	line-height: 24px;
}

.project-box-info p{
	font-size: 18px;
	line-height: 24px;
}


.winner-box{
  overflow: hidden;
  height: 100%;
}

.winner-box.box {
  display: flex;
  align-items: stretch;
}

.slick-list, .slick-track, .winner-text-box {
  height: 100%;
}


.slick-slider .winner-category-box, .slick-slider .project-box-info{
    display: none;
}


.slick-slider.slick-initialized .winner-category-box, .slick-slider.slick-initialized .project-box-info {
    display: block;
}


.special-awards-slider{
	display: none;
}

.special-awards-slider-text.slick-initialized{
	display: block;
  background-color: #1c1c1c;
}


#home-dates{
	/*background-color: #EBEBEB;*/
	display: none;
}

.home-dates-list a{
	display: block;
}


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

.home-dates-list li {
	padding: 0;
	width: 18%;
	float: left;
	background-color: #c4ffde;
	text-align: center;
	border-radius: 50%;
	margin: 1%;
	display: block;
	padding-top: 18%;
	position: relative;

	-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}


/*.home-dates-list li:after {
	top: 95%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #c4ffde;
	border-width: 30px;
	margin-left: -30px;
	z-index: -1;
}*/

.home-dates-list a:hover li{
	background-color: #000;
	color: #c4ffde;
}

/*.home-dates-list a:hover li:after{
	border-top-color: #000;
}*/

.home-dates-list h4 {
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
}

.home-dates-list h3 {
    font-size: 60px;
    margin: 0;
    line-height: 1em;
}

.home-dates-list p{
    font-size: 14px;
    margin: 0;
    color: #A4A4A4;
	font-weight: 600;	
}


.home-dates-list span {
    position: absolute;
    display: block;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 170px;
}


#why-enter{
	display: none;
}

ul.why-icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.why-icons li{
	margin: 1%;
	width: 18%;
	float: left;
}

ul.why-icons h3{
	font-size: 28px;
	margin: 0;
	line-height: 1em;
}


ul.why-icons img{
	max-width: 150px;
	margin-bottom: 50px;
}

ul.why-icons .icon-dot{
	display: block;
	position: relative;
	z-index: 0;
}

ul.why-icons .icon-dot:after{
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #c4ffde;
	position: absolute;
	top: 20%;
	right: 20%;
	z-index: -1;
}


#sponsors{
	/*background-color: #EBEBEB;*/
	display: none;
}

.home #sponsors{
	display: block;
}


#sponsors img{
	max-width: 130px;
	padding: 25px 0;
}

#sponsors .sponsors-logos{
	text-align: center;
	padding: 25px 0;

}

#sponsors.masthead-image {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom;
    background-attachment: scroll;
    height: auto;
}


/* ARCHIVE SINGLE */


.home-slider .slider-image.year-slider-image {
    height: 600px !important;
}

a.selected{
	color: red;
}

#year-slider {
    overflow: hidden;
}


/* HOME 2020 */


#introduction-home2020 {
    position: relative;
    color: #fff;
}
.page-template-home2020-page-test #introduction-home2020 {
	margin-top: -150px !important;	
}

#introduction-home2020 .content-area {
    /*padding: 250px 15px 180px;*/
    /*padding: 420px 15px 30px;*/

    padding: 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	        align-items: flex-end;
	height: 90vh;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

/* TESTING HOME PAGE */

.page-template-home2020-page-test .header-logo {
    height: 150px;
}
.page-template-home2020-page-test .header-box {
	background-color: transparent !important; 
}

.home-intro2020 {
	width: 100%;
	margin-left: 15px;
}
.home-test .content-area {
	padding: 400px 15px 30px !important;
}
.home h3.home2020-intro-line-big {
	margin: 0px;
	font-size: 36px !important;
}

@media screen and (max-width: 680px) {
	.home h3.home2020-intro-line-big {
		/*margin: 0px;*/
		font-size: 24px !important;
	}
}
.home #introduction-home2020 .content-area .button {
	background-color: #ffffff;
	color: #000000 !important;
	text-decoration: none;
	border: 0px !important;
}
.home #introduction-home2020 .content-area .button:hover {
	background-color: #000000;
	color: #ffffff !important;
}


/* END TESTING */


.video2020 {
    position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	width: auto;
	height: auto;
	overflow: hidden;
}


#splash-video2020 {
    position: absolute;
    min-width: 100% ;
    min-height: 100%;
    overflow-x: hidden;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* 2021 */ 

#introduction-home2021 {
	position: relative;
}
.larger-logo img {
	height: 150px;
}
.content-area-2021 {
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 95vh;
}
.banner-home {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.banner-home img{
	width: 80%;
	height: auto;
}
.banner-home-mobile {
	display: none;
}


@media screen and (max-width: 600px) {
	.banner-home {
		display: none;
	}
	.banner-home-mobile {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner-home-mobile img{
		width: 80%;
		height: auto;
	}

}

.home-intro2021 {
	position: absolute;
	bottom: 40px;
	left: 15px;
	/*height: 100%;*/
}
.home-intro h3 {
	margin-bottom: 0px !important;
}


/* End 2021 */

/* Start 2022 */

.header-box {
  padding-bottom: 60px;
}

.page-template-home2022-page .header-box {
  padding-bottom: 20px;
}

.video-header-desktop video,
.video-header-mobile video {
  width: 100%;
}

.video-header-desktop video {
  display: block;
}

.video-header-mobile video {
  display: none;
}

#introduction-home2022 {
	position: relative;
}
.larger-logo img {
	height: 150px;
}
.content-area-2022 {
	display: block;
	width: 100%;
	padding: 45px 15px 25px 15px;
}

#judges-info,
#categories-info,
#sponsors-info,
#archive-info,
#awards-intro,
#rules-info {
  background-color: #1c1c1c;
}

#sponsors-info a {
  color: white;
}

@media(min-width: 1024px) {
  .content-area-2022 {
    padding: 95px 15px 130px 15px;
  }
}

a.main-button.main-button--content-area-2022{
	background-color: #85F5B3;
	text-decoration: none;
	max-width: 290px;
	width: 100%;
    text-align: center;
}

@media (max-width: 980px){
  .header-box {
    padding-bottom: 10px;
  }

  .page-template-home2022-page .header-box {
    padding-bottom: 10px;
  }

  .video-header-desktop video {
    display: none;
  }
  
  .video-header-mobile video {
    display: block;
  }
}

.banner-home {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-home img{
	width: 80%;
	height: auto;
}
.banner-home-mobile {
	display: none;
}

@media screen and (max-width: 600px) {
	.banner-home {
		display: none;
	}
	.banner-home-mobile {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner-home-mobile img{
		width: 80%;
		height: auto;
	}

}

.home-intro2022 {
	/*position: absolute;*/
	/*bottom: 40px;*/
	/*left: 15px;*/
	width: 100%;
	height:  100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:  #1c1c1c;
	flex-direction: column;
	/*height: 100%;*/
}
.home-intro2022 h1 {
	display: block;
	margin:  0px;
	font-size:  40px;
	line-height: 50px;
	text-transform: none;
	text-align: center;
  font-weight: 900;
  font-style: italic;
  color: #1c1c1c;
}

.home-intro2022 h1:last-of-type {
  margin-bottom: 25px;
}

.home-intro2022 p {
	font-size:  20px;
  color: #1c1c1c;
  max-width: 1070px;
  text-align: center;
}

@media(min-width: 1024px) {
	.home-intro2022 h1 {
		font-size:  72px;
    line-height: 80px;
	}

  .home-intro2022 h1:last-of-type {
    margin-bottom: 65px;
	}
}

.home-intro h3 {
	margin-bottom: 0px !important;
}

.sub-categories .single-category h4 {
  font-weight: 700;
}

.sub-categories .single-category .panel-body p {
  color: #1c1c1c;
}

#rules-info ul li{
  color: white;
  list-style: none;
}

#sponsors-premier h3,
#sponsors-premier p,
#sponsors-silver h3,
#sponsors-silver p {
  color: #1c1c1c;
}

#awards-intro p a {
  color: white;
}


/* end 2022 */

#introduction-home2020 p{
	font-size: 24px;
}

p.home2020-intro-line {
    margin-bottom: 0;
    color: #ff0000;
}

h3.home2020-intro-line-big {
    /*margin: 0 0 65px 0 !important;*/
    color: #ff0000;
    font-size: 32px;
}

#introduction-home2020 a {
    color: #fff;
}




#home2020-link .col-xs-12.col-sm-12.col-md-8, #home2020-link .col-xs-12.col-sm-12.col-md-4{
	padding: 0;
}

.links2020-box-1{
	height: 600px;
}

.links2020-box-2 .col-xs-12{
	height: 50%;
}

.links2020-box a{
	display: block;
    height: 100%;
    width: 100%;
}

.links2020-box a span{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	line-height: 0.85em;
}
.links2020-box a:hover span{
	text-decoration: underline;
	text-decoration-thickness: 3px;
}

.links2020-box-1 a span	{
	font-size: 200px;
}

.links2020-box-2 a span	{
	font-size: 70px;
	min-width: 51%;
	text-decoration-thickness: 1px;
}

/* MEDIA QUERIES HOME 2022 */

@media screen and (max-width: 1200px){
  .winner-text-box {
    position: relative;
  }

  .winner-text-box .project-box-info {
    padding-top: 60px;
  }

  .winner-text-box .project-box-info a {
    position: static;
  }

  .winner-box a.post-thumb {
    height: auto;
    min-height: 1px;
  }

  .winner-box.box {
    display: block;
  }
}



/* MEDIA QUERIES HOME 2020 */

@media (max-width: 1400px){
	.links2020-box-2 a span {
	    font-size: 60px;

	}
	.links2020-box-1 a span {
	    font-size: 180px;
	}
}

@media (max-width: 1250px){
	.links2020-box-1 a span {
	    font-size: 150px;
	}
	.links2020-box-2 a span {
	    font-size: 50px;
	}
	.links2020-box-1{
		height: 500px;
	}
}


@media (max-width: 1150px){
	.links2020-box-2 a span {
	    font-size: 45px;
	}
	.links2020-box-1 a span {
	    font-size: 120px;
	}
	.links2020-box-1{
		height: 400px;
	}
}

@media (max-width: 1059px){
	.links2020-box-2 a span {
	    font-size: 42px;
	}
}

@media (max-width: 1025px){
	#introduction-home2020 .content-area {
	    /*padding: 200px 15px 200px;*/
	}
}


@media (max-width: 980px){
	.links2020-box-2 a span {
	    font-size: 40px;
	}
	.links2020-box-1 a span {
	    font-size: 100px;
	}
	.links2020-box-1{
		height: 350px;
	}
	#introduction-home2020 .content-area {
	    /*padding: 170px 15px 200px;*/
	}
}

@media (max-width: 768px){
	.links2020-box-1{
		height: 300px;
	}
	.links2020-box-2 .col-xs-12{
		height: 200px;
	}
	.links2020-box-2 a span {
	    min-width: auto;
	}
	.links2020-box-1 a span{
		min-width: 55%;
		padding: 80px;
	}
	#introduction-home2020 .content-area {
	    /*padding: 150px 15px 200px;*/
	}
	.page-template-home2020-page .header-logo {
	    height: 100px;
	}
}

@media (max-width: 708px){
	.links2020-box-1 a span {
	    min-width: 60%;
	}
}

@media (max-width: 648px){
	.links2020-box-1 a span {
	    font-size: 90px;
	}
}

@media (max-width: 610px){
	.links2020-box-1 a span {
	    font-size: 80px;
	}
}
@media (max-width: 571px){
	.links2020-box-1 a span {
	    padding: 50px;
	}
	#introduction-home2020 .content-area {
	    /*padding: 130px 15px 150px;*/
	}
}
@media (max-width: 479px){
	.links2020-box-1{
		height: 200px;
	}
	.links2020-box-1 a span {
	    font-size: 60px;
    	padding: 0px;
	}
	#home2020-link{
		text-align: center;
	}
	#introduction-home2020 .content-area {
	    /*padding: 115px 15px 100px;*/
	}
}




/* OUR SPONSORS */


.page-id-1606 .entry-content {
    padding: 120px 0;
    background: #f0f;
    text-align: center;
}

h1.announce {
	font-family: 'PressioTEST-No.55', sans-serif;
	font-size: 80px;
	margin: 0;
}

p.announce {
    font-size: 24px;
    max-width: 550px;
    margin: 0 auto;
}


.sponsor-section {
	position: relative;
	width: 100%;
}
.sponsor-logo-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*justify-content: center;*/
	/*padding:64px 0px;*/
}

.sponsor-logo-wrap {
	max-width: 25%;
	margin: 5%;
}
#sponsors-gold .sponsor-logo-wrap {
	max-width: 36%;
}


.sponsor-logo {
	width: 100%;
	height: auto;
}




@media (min-width: 600px) {

	.sponsor-logo-wrap {
		max-width: 30%;
		margin: 4%;
	}

	#sponsors-gold .sponsor-logo-wrap {
		max-width: 40%;
	}
	
	
}

@media (min-width: 1024px) {
	
	#sponsors-gold .sponsor-logo-wrap {
		max-width: 15%;
	}
	.sponsor-logo-wrap:first-of-type {
		margin-left:0px;
	}

	.sponsor-logo-wrap {
		max-width: 12%;
		margin:0px 3%;
	}
	.sponsor-logo-container {
		flex-wrap: nowrap;
	}

}

/* ARCHIVE ALL */


.hero-title-box {
    position: absolute;
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-title {
    max-width: 600px;
}

.hero-title p{
	margin: 0;
	line-height: 1em;
	color: #fff;
}

.hero-title h2{
	font-size: 72px;
	margin: 0;
}

.single-years .project-section {
    margin-bottom: 60px;
}

#archive-info h3 p{
	font-size: 24px;
}

#archive-info p{
	font-size: 18px;
}

#filters{
	margin-bottom: 50px;
	position: relative;
}

#filters select {
    border: 3px solid #000;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	margin-bottom: 20px;

}

#filters select:hover{
	cursor: pointer;
}


.filter-box:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	top: 5px;
	font-size: 25px;
	z-index: -1;
}

.item {
    min-height: 430px;
}


.item:nth-child(6)::after {
    content: '\f176';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    position: absolute;
    bottom: 50px;
    right: 0;
    background-color: #f2f2f2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}



/* SIDEBAR BOX */


.sidebar-box {
    width: 380px;
    position: absolute;
    top: -150px;
    right: 0;
    z-index: 1;
    display: none;
}



.sidebar-box-top {
    background-color: #EBEBEB;
    padding: 40px 15px;
}

.sidebar-box-top p{
	margin: 0;

}

.sidebar-box-top h3{
	margin: 0;
	font-size: 36px;
	
}

.sidebar-box-bottom {
    background: #000;
    color: #fff;
    padding: 15px 15px 45px;
}

.sidebar-box-bottom h3{
	font-size: 32px;
	margin: 30px 0 15px;
}

.sidebar-box-bottom h4{
	font-size: 20px;
	margin: 0;
}

.sidebar-box-bottom h5{
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

#archive-info .sidebar-box-bottom p{
	margin: 30px 0;
	font-size: 16px;

}

.sidebar-box-cta {
    background: #c4ffde;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 285px;
    line-height: 1em;
}

.sidebar-box-cta a {
    font-size: 18px;
    font-weight: 600;
    display: block;
	padding: 15px;
}

.sidebar-box-cta a::after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
	top: 15px;
	font-size: 15px;
}




/* PROJECT SINGLE */


.projects-slider{
    display: none;
}


.projects-slider.slick-initialized{
    display: block;
}

/*.slick-slide img {
    width: 100%;
}*/

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


.personal-info-box{
	margin-bottom: 40px;
}


#archive-info .content-area{
    padding: 50px 15px 0;

}

#project-info h2 {
    /*font-size: 50px;*/
    margin: 0 0 40px 0;
    color: #1C1C1C;
}


#project-info h3 {
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    color: #1C1C1C;
}

#project-info h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #1C1C1C;
}

#project-info h5 {
    font-size: 21px;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #1C1C1C;
}

#project-info .project-personal-info h6 {
    font-size: 12px;
    margin: 16px 0;
    color: #1C1C1C;
}

#project-info .project-statement h6 {
    font-size: 14px;
    margin: 16px 0;
    text-transform: uppercase;
    color: #1C1C1C;
}

#project-info .project-statement p {
  color: #1C1C1C;
}


.project-personal-info p{
	margin: 0;
  color: #1C1C1C;
}


#badge .content-area, .site-main {
    padding: 0;
}

.project-badge {
    position: absolute;
    top: -75px;
    width: 185px;
    right: 0;
}


.badge-top {
    background: #000;
    position: relative;
    widows: 185px;
    height: 75px;
}

.badge-top .award-icon img {
    width: 120px;
    height: auto;
    max-width: none;
    position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.badge-bottom {
    background: #1c1c1c;
    position: relative;
    width: 185px;
    height: 144px;
}


.badge-info{
    position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}

.badge-info h3{
	line-height: 1em;
}


#badge h3.badge-year {
    font-size: 18px;
    margin: 0;
}


#badge h3.badge-award {
    font-size: 33px;
    margin: 0;

 }

#badge h3.badge-award.highly-commended {
	font-size: 28px;
}

#badge h3.badge-award.commended{
	font-size: 30px;
}



 .badge-top .award-icon{
 	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
 }


#project-info .judges-thoughts h4 {
	font-weight: 600;
	font-size: 24px;
  color: #1C1C1C;

}

.judges-thoughts h4 p {
    margin: 0;
    display: inline;
    color: #1C1C1C;
}

.judges-thoughts p b {
  color: #1C1C1C;
}

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


#share-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  background-color: #1c1c1c;
}

#share-buttons a{
	text-decoration: none;

}

#share-buttons a i {
    font-size: 24px;
    padding: 10px;
    color: #85F5B3;
}

#share-buttons a:hover{
	opacity: 0.5;
}


.award-icon{
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 115px;
background: #000;
}

.award-icon img, .award-icon p , .slick-slide .project-section img{
    max-width: 60px;
    padding: 5px;
    display: none;
    float: left;
}

.winner .award-icon .winner img, .winner .award-icon .winner p{
	display: block;
}

.commended .award-icon .commended img, .commended .award-icon .commended p{
	display: block;
}

.highly-commended .award-icon .highly-commended img, .highly-commended .award-icon .highly-commended p{
	display: block;
}

.grand-prix .award-icon .grand-prix img, .grand-prix .award-icon .grand-prix p{
	display: block;
}

.emerging-talent .award-icon .emerging-talent img, .emerging-talent .award-icon .emerging-talent p{
	display: block;
}

.emerging-talent .award-icon .emerging-talent img, .emerging-talent-award .award-icon .emerging-talent p{
	display: block;
}
.overseas-award .award-icon .overseas-award img, .overseas-award .award-icon .overseas-award p{
	display: block;
}

.public-choice .award-icon .overseas-award img, .public-choice .award-icon .overseas-award p{
	display: block;
}

.finalist .award-icon .finalist img{
	display: block;
}



#projects .project-section .award-icon p {
    color: #fff;
    font-size: 12px;
    padding: 0px 0 5px 5px;
    letter-spacing: 1px;
	width: 100%;
}



.winner-add{
	display: none;
}

.winner .winner-add{
	display: block;
}


.grid .project {
    padding: 0;
}



/* MASTHEAD IMAGES */


.masthead-image{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


/* RELATED */



#related{
	background-color: #f8f8f8;
}

#related .slick-list {
	padding: 50px 0 0;
	}
h3.sub-section-title{
	font-size: 36px;
	margin: 0px 0 50px 0;
}

.project-section{
	margin-bottom: 80px;
}

.single-projects .project-section {
    margin-bottom: 0px;
}

.project-section a h3{
	font-size: 18px;
  line-height: 24px;
	margin: 0;
	padding: 0 5px 0 0;
  font-weight: 700;
}

.project-section p{
	margin: 0;
	padding: 0 5px 0 0;
}

a.post-thumb {
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  background-position: center center;
  margin-bottom: 13px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

#projects a.post-thumb {
  height: 280px;
}

#projects .project-section a h3,
#projects .project-section p {
  color: #1c1c1c;
}

/*.post-thumb:hover {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}*/

#related li button::before {
    font-size: 10px;
    }

#related .slick-dots {
    bottom: -50px;
}


.category-box{
	position: absolute;
	top: -35px;
	left: 20px;
	width: 115px;
	height: 115px;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
}

.category-box h4{
	margin: 0;
	line-height: 1.2em;
}


.main-c-c {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-weight: 300;
    text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.1px;
}

.main-c-p{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
   	font-size: 13px;
}



#related .slick-initialized .slick-slide {
    display: block;
    padding-top: 40px;
}





/* PAGES */


/*h3.intro p, h3.intro {
    font-size: 24px;
}*/

.box {
    display: block;
}

.home-intro{
	color: #fff;
}

.home-intro h3{
	margin: 0 0 65px 0;
}

.home-into-line{
	font-size: 26px;
	margin-bottom: 0;
	color: #ff0000;
}

.home-into-line-big{
	color: #ff0000;
	font-size: 32px;
}

.home-intro a{
	color: #fff;
}

.home-intro p{
	font-size: 24px;
}


#introduction-home .content-area {
    padding: 250px 15px 200px;
}


/* BUTTONS */


a.main-button{
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	display: block;
	padding: 15px;
	position: relative;
	background-color: #c4ffde;
	color: #000;
	max-width: 75%;
}

a.main-button:hover{
	background-color: #000;
	color: #fff;
}


/* ACCORDION */



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

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

h4.panel-title{
	margin: 0;
	position: relative;
}


h4.panel-title a{
	text-decoration: none;
	font-size: 28px;
	display: block;
	padding: 25px 15px;
}



.panel-body {
    padding: 50px 15px;
    background: #f8f8f8;
    line-height: 1.3em;
    font-size: 18px;
}


.panel-default {
    border-bottom: 3px solid #000;
    position: relative;
    margin-bottom: 25px;
}



h4.panel-title a.mark:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	bottom: 25px;
	font-size: 25px;
}

h4.panel-title a.mark.mark-on:after{
	content: "\f106";
}





/* SHORTLIST */
.page-template-shortlist-page .site-content {
	padding-bottom: 64px;
}
.shortlist {
	padding-bottom: 34px;
}
.shortlist .content-area {
	padding-top: 0px;
}
.shortlist .panel-title.active {
	background-color: #A3A3A3;
}
.shortlist .panel-title a {
	padding-left: 10px;
}
.shortlist .panel-title a:focus {
	outline: 0;
	border:0;
}
.shortlist h2.panel-title a{
	text-decoration: none;
}
.shortlist h2.panel-title {
	font-size: 56px;
	/*border-top: 3px solid #000000;*/
}
@media screen and (max-width: 600px) {
	.shortlist h2.panel-title {
		font-size: 32px;
	}
}
.shortlist h2.panel-title a.mark:after{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	/*bottom: 25px;*/
	font-size: 25px;
}
.shortlist h2.panel-title a.mark.mark-on:after{
	content: "\f106";
}
.shortlist .panel-default {
	margin-bottom: -3px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}
.shortlist .panel-default:first-of-type {
	/*border-top: 3px solid #000000;*/
}
.shortlist .panel-body {
    background: #ffffff;
    line-height: 1.3em;
    font-size: 18px;
    padding: 0px;
}
.shortlist .panel-body:focus {
	outline: 0px;
	border: 0px;
}
.shortlist .panel-collapse:focus {
	outline: 0px;
	border: 0px;
}

.shortlist .project-wrap {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 15px 0px 20px;
	display: block;
}
.shortlist .project-wrap .project-inner {
	padding-left:10px;
}
.shortlist .project-wrap .subcategory {
	font-size: 12px; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 2px;
}
.shortlist .project-wrap h3 {
	margin: 0px 0px 5px;
	font-size: 22px;
}
.shortlist .project-wrap p {
	margin: 0px;
}




/* END */

ol {
    margin: 0;
}

ol li{
	margin-bottom: 15px;
}

/* ABOUT AWARDS */


#awards-intro a.main-button {
    max-width: 300px;
}

#awards-intro p{
	font-size: 24px;
}


ul.awards-page-dates{
	list-style: none;
	padding: 0;
	margin: 0;
}

.awards-info-dates {
    padding: 0;
    max-width: 350px;
	float: right !important;
}

.awards-info-dates h3{
	margin: 0 0 28px 0;
	font-size: 24px;
}

.awards-page-dates h3, .awards-page-dates p{
	margin: 0;
	display: inline-block;
	font-weight: 600;
}

.awards-page-dates p{
	margin-left: 10px;
	font-size: 12px;
}

.awards-page-dates h3{
	font-size: 18px;
}

ul.awards-page-dates li{
	border-bottom: 3px solid #000;
	padding: 10px 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


.awards-page-dates a:hover li{
	background-color: #000;
	color: #fff;

}


#how-to-apply{
	background-color: #EBEBEB;
}

#how-to-apply .box{
	margin-top:20px;
}

#how-to-apply a.main-button{
	margin: 20px 0;
}

#how-to-apply.masthead-image{
	height: auto;
}

.additional-awards-single{
	text-align: center;
}


.line{
	display: block;
	height: 3px;
	background-color: #000;
}


#fees{
	background-color: #000;
	color: #fff;
}

#fees.masthead-image{
	-webkit-background-size: contain;
	background-size: contain;
	background-position: bottom;
	background-attachment: scroll;
	height: auto;
}


p.fees-info{
	font-size: 18px;
	margin: 0;
	font-weight: 600;
}

h3.price {
    font-size: 70px;
    margin: 0;
}


#awards-info .content-area{
	max-width: 850px;
}



/* JUDGES */


#judges {
    position: relative;
}

#judges .content-area{
	padding-top: 0;
}

.single-judge{
	cursor: pointer;
}

.single-judge h3 {
    font-size: 24px;
    margin: 10px 0 0;
}

.single-judge p{
	margin: 0 0 20px 0;
}


p.judge-category{
	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

display: none;
}

.judge-description{
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 100%;
	display: none;
	background-color: #000;
	color: #fff;
	z-index: 1000;
}

.judge-description p{
	color: #fff;
}


.judge-description h3 {
    padding: 10px 0;
    border-top: 5px solid #fff;
    margin: 0;
    text-transform: uppercase;
}

p.judge-title{
	font-size: 18px;
	margin: 0;
}

p.jedge-cat{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 50px 0 0 0;
}

.row.description-row {
    margin: 0;
}
.description-row {
	position: absolute;
    padding: 80px 15px;
    max-width: 1500px;
    margin: 0 auto;
    top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}

.judge-description.active {
	display: block;  
}



.single-judge .image-colour{
	display: none;
	-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.single-judge img{
	display: block;
}

.single-judge.active .image-colour, body.hasHover .judge-img:hover .image-colour{
	display: block;
	-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.single-judge.active .image-bw, body.hasHover .judge-img:hover .image-bw{
	display: none;
	-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}


.judge-img {
    position: relative;
    -webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.single-judge.active .judge-img:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 0 140px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 0;
    bottom: 0px;
}


.judge-img:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    bottom: -40px;
    font-size: 15px;
}

.close{
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 900;
	cursor: pointer;
	font-size: 25px;
}



#previous-judges ul{
	padding: 0;
	margin: 0;
	list-style: none;
}


#previous-judges .panel-body h4{
	font-size: 18px;
	text-transform: uppercase;
	margin: 30px 0;
}

#previous-judges p{
	margin: 5px 0 15px 0;
}


#previous-judges p.old-judge-name{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

/* CATEGORIES */


#rules-info ul {
	padding-left: 0px;
  margin-left: 0;
}
.highlight-box {
	color: #1c1c1c;
	padding:20px;
	display: inline-block;
	background-color: #85F5B3;
	font-size:24px;
  font-weight: 700;
}

.category-block{
	max-width: 1500px;
	margin: 0 auto;
	border-bottom: 3px solid #fff;
}

.category-block h3{
	margin: 30px 0 10px;
}


.category-block h4.panel-title a {
    font-size: 18px;
    padding: 15px 0px;
}
.category-block h4.panel-title a.mark::after {
    right: 15px;
    bottom: 5px;
}

.category-block .mark.mark-on {
    background-color: transparent;
}

.category-block img{
	padding: 0;
	display: block;
}

.category-block .panel-body {
    padding: 10px 0px;
    background: transparent;
    line-height: 1.5em;
    font-size: 16px;
}

.category-block .panel-default {
    border-bottom: 2px solid #000;
    position: relative;
    margin-bottom: 0;
}

.category-block p{
	line-height: 1.5em;
}


.category-box-1{
	background-color: #f8f8f8;
}

.category-box-2{
	background-color: #ededed;
}

.category-box-3{
	background-color: #f8f8f8;
}

.category-box-4{
	background-color: #ededed;
}

.category-box-5{
	background-color: #f8f8f8;
}


.category-box-6{
	background-color: #ededed;
}

.category-box-7{
	background-color: #f8f8f8;
}

.col-xs-12.col-sm-12.col-md-3.category-image{
	padding: 0;
}


.b {
	margin: 20px 0;
	overflow: hidden;
	clear:both;
}

.b__col {
	width: 49%;
	float: left;
	margin: 0 1% 15px 0;
}

.b__item {
	margin: 5px;
	padding: 10px;
	height: 20px;
  line-height:20px;
	background-color: #2196F3;
}


.previous-judges-category{
	margin-bottom: 50px;
}

.previous-judges-category-title{
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}



/* CATEGORIES 2020*/


.ncat {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 5px;
}

.category-block h3 {
    display: none;
}

.sub-categories {
    padding-top: 20px;
}


/* JUDGES 2020*/


/* NAV */

#judges-new{
	color: #fff;
}

#judges-new h3 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}

#judges-new .content-area{
	max-width: 1800px;
	padding: 50px 0 ;
}
.judges-category-3 {
	color: #000000;
}
.judges-category-6 {
	color: #000000;
}

body .slick-slide {
    outline: none;
}

.judges-slider-nav {
    display: none;
}

.judges-slider-nav.slick-initialized {
    display: block;
}


.judges-slider-nav {
    padding: 50px 0;
    max-width: 1800px;
    margin: 0 auto;
}


.judges-category h3{
	font-size: 32px;
}

.judge2020-img{
	position: relative;
	padding: 0 10%;
	cursor: pointer;
}

.judge2020-img img {
	width: 80%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}


.image-bottom {
    position: absolute;
    top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	z-index: -1;
}

.image-top:hover {
    opacity: 0;
}

.judge-image-box{
	position: relative;
	background-color: #000;
	color: #ff00ff;
	text-align: center;
	height: auto;
	padding-top: 100%;
	border-radius: 50%;
}
#judges-new .judge-image-box h3 {
	font-size: 32px;
}

.judge-plus{
	/*background-image: url(img/plus.svg);*/
	height: 15px;
	width: 15px;
	cursor: pointer;
	display: block;
	padding: 10px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}

.judge-plus::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 30px;
    margin-top: -5px;
    top: 0;
    left: 7px;
    right: 7px;
    z-index: 0;
}

.judge-plus::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 30px;
    margin-left: -5px;
    left: 0%;
    top: 7px;
    bottom: 7px;
    z-index: 0;
}

/*.judges-slider-nav .slick-current .image-top{
	opacity: 0;
}*/


body .judges-slider-nav .slick-prev::before, 
body .judges-slider-des .slick-prev::before,
body .judges-slider-nav .slick-next::before, 
body .judges-slider-des .slick-next::before {
    content: '';
}

.judges-slider-nav .slick-prev, .judges-slider-nav .slick-prev:hover, .judges-slider-nav .slick-prev:focus, 
.judges-slider-des .slick-prev, .judges-slider-des .slick-prev:hover, .judges-slider-des .slick-prev:focus {
    background-image: url(img/arrow2022-left.svg);
    background-repeat: no-repeat;
}

.judges-slider-nav .slick-next, .judges-slider-nav .slick-next:hover, .judges-slider-nav .slick-next:focus, 
.judges-slider-des .slick-next, .judges-slider-des .slick-next:hover, .judges-slider-des .slick-next:focus {
    background-image: url(img/arrow2022-right.svg);
    background-repeat: no-repeat;
}

body .judges-slider-nav .slick-prev, .judges-slider-nav .slick-next,
body .judges-slider-des .slick-prev, .judges-slider-des .slick-next {
    width: 32px;
    height: 60px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.judges-slider-nav .slick-prev, .judges-slider-des .slick-prev {
    left: 20px;
    z-index: 1;
}

.judges-slider-nav .slick-next, .judges-slider-des .slick-next {
    right: 20px;
    z-index: 1;
}


body .judges-slider-des .slick-prev.slick-arrow {
    opacity: 0;
}

body .judges-slider-des .slick-next.slick-arrow{
	top: 90%;
	width: 12px;
	height: 25px;
	right: 25px;
	padding: 10px;
}

body .judges-slider-des .slick-next.slick-arrow{
	opacity: 0;
}
body .judges-slider-des.active .slick-next.slick-arrow{
	opacity: 1;
}


/* DESCRIPTION */

.judges-slider-des {
    max-width: 1800px;
    margin: 0 auto;
    background-color: #fff;
}

.judges-slider-des .row{
	padding: 80px 15px;
	max-width: 1500px;
	margin: -15px auto;
}


.judge-description2020{
	display: none !important;
	background-color: #fff;
	color: #000;
	position: relative;
}


.judge-description2020 p{
	color: #1c1c1c;
}

.judge-description2020 a.button{
	color: #1c1c1c;
  background-color: #85F5B3;
  border-color: #85F5B3;
}

.judge-description2020 a.button:hover {
	color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.judge-description2020.active{
	display: block !important;
}

.judge-image-des, .judge-info{
	border-radius: 50%;
	width: 44%;
	float: left;
	margin: 0 2%;
}

.judge-info{
	position: relative;
	background-color: #85F5B3;
	color: #1c1c1c;
	text-align: center;
	height: auto;
  padding-top: 44%;
}


.judge-info-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 60%;
}


.judge-info .judge-social a {
	color: #1c1c1c;
  padding: 10px;
  font-size: 12px;
}

.judge-info .judge-social a:hover{
	color: #fff;
}

.close-decription{
	background-image: url(img/x.svg);
	height: 15px;
	width: 15px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 10px;
	z-index: 10;
}

.judge-description2020 p {
    max-width: 550px;
}

.judge-info-box h3{
	line-height: 1em;
	margin: 0;
	font-size: 32px;
  color: #1C1C1C;
}
.judge-info-box h4{
	line-height: 1em;
	margin: 20px 0;
	font-size: 24px;
  color: #1C1C1C;
}

.judge-image-box .judge-info-box h3,
.judge-image-box .judge-info-box h4 {
  color: white;
}

.judges-next-slide p {
	display: none;
}

/* JUDGES 2020 RESPONSIVE */

@media screen and (max-width: 1350px){
	.judge-info-box h4 {
	    margin: 10px 0;
	}
	.judge-info-box {
	    min-width: 80%;
	}
	#judges-new h3 {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1250px){
	#judges-new .judge-image-box h3 {
	    font-size: 28px;
	}
}

@media screen and (max-width: 1200px){
	#judges-new .judge-info h3 {
	    font-size: 22px;
	}
	.judge-info-box h4 {
	    font-size: 21px;
	}
	.judge-info a {
	    font-size: 10px;
	}
	#judges-new h3 {
	    font-size: 24px;
	}
	.judge-plus::after {
	    height: 25px;
	    margin-top: -5px;
	    top: 2.5px;
	}
	.judge-plus::before {
	    width: 25px;
	    margin-left: -5px;
	    left: 2.5px;
	}
}
@media screen and (max-width: 980px){
	body .judges-slider-nav .slick-prev, .judges-slider-nav .slick-next, body .judges-slider-des .slick-prev, .judges-slider-des .slick-next {
	    height: 40px;
	}
	#judges-new .judge-info h3 {
	    font-size: 20px;
	}
	.judge-info-box h4 {
	    margin: 5px 0;
	    font-size: 18px;
	}
	.judge-info a {
	    font-size: 9px;
	    padding: 10px 5px 0;
	}
}
@media screen and (max-width: 880px){
	.judge-description2020 .col-xs-12.col-sm-12.col-md-6 {
	    margin: 0;
	    padding: 0;
	}
	#judges-new .judge-info h3 {
	    font-size: 20px;
	}
}

@media screen and (max-width: 768px){
	body .judges-slider-nav .slick-prev, .judges-slider-nav .slick-next, body .judges-slider-des .slick-prev, .judges-slider-des .slick-next {
	    height: 40px;
	}
	.judge2020-img {
	    padding: 0 5%;
	}
	.judge2020-img img {
	    width: 90%;
	}
	.judges-slider-nav .slick-prev, .judges-slider-des .slick-prev {
	    left: 10px;
	}
	.judges-slider-nav .slick-next, .judges-slider-des .slick-next {
	    right: 10px;
	}
	.judges-slider-des .row {
	    max-width: 550px;
	}
	#judges-new .judge-info h3 {
	    font-size: 26px;
	}
	body .judges-slider-des .slick-next.slick-arrow {
	    top: 95%;
	    width: 92%;
	    height: 25px;
	    left: 4%;
	}
	.judges-next-slide.active p {
	    margin: 0;
	    position: absolute;
	    color: #ff00ff;
	    bottom: 1.5%;
	    left: 50px;
	    max-width: 200px;
	    line-height: 1em;
	    display: block;
	}
	.judge-plus::before {
	    width: 20px;
	    margin-left: 0;
	    left: 0%;
	    top: 8px;
	    bottom: 8px;
	}
	.judge-plus::after {
	    height: 20px;
	    margin-top: 0;
	    top: 0;
	    left: 8px;
	    right: 8px;
	}
}
@media screen and (max-width: 650px){
	#judges-new .judge-image-box h3 {
	    font-size: 26px;
	}
	#judges-new h3 {
	    font-size: 28px;
	}

}

@media screen and (max-width: 614px){
	#judges-new .judge-image-box h3 {
	    font-size: 28px;
	}
}

@media screen and (max-width: 500px){
	#judges-new .judge-info h3 {
	    font-size: 22px;
	}
}
@media screen and (max-width: 475px){
	#judges-new .judge-image-box h3 {
	    font-size: 22px;
	}
}

@media screen and (max-width: 450px){
	#judges-new .judge-info h3 {
	    font-size: 20px;
	}
	.judges-next-slide.active p {
	    bottom: 2%;
	}
}
@media screen and (max-width: 400px){
	#judges-new .judge-info h3 {
	    font-size: 18px;
	}
	.judge-info-box h4 {
	    font-size: 16px;
	}
	.judge-info a {
	    font-size: 8px;
	}
	#judges-new .judge-image-box h3 {
	    font-size: 18px;
	}
}

@media screen and (max-width: 370px){
	#judges-new .judge-info h3 {
	    font-size: 16px;
	}
	.judge-info-box h4 {
	    font-size: 14px;
	    margin: 1px 0;
	}
	.judge-info a {
	    font-size: 7px;
	}
	#judges-new .judge-image-box h3 {
	    font-size: 16px;
	}
	#judges-new h3 {
	    font-size: 16px;
	}
}





/* FOOTER */

#newsletter{
	background-color: #85F5B3;
	text-align: center;
}

#newsletter h3,
#newsletter p {
  color: #1c1c1c
}

#newsletter h3, #join-idi h3{
	margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}
#newsletter p, #join-idi p{
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
#newsletter input[type="email"] {
	background-color: #1c1c1c;
  color: white;
}
#newsletter input[type="text"] {
	background-color: #1c1c1c;
  color: white;
}
#newsletter input[type="submit"] {
	background-color: #1c1c1c;
	text-decoration: none;
	color: white;
}
#newsletter input[type="submit"]:hover {
	background-color: white;
	text-decoration: none;
	color: #1c1c1c;
}
#newsletter span.submit:after {
	content: ' ';
}



#mc_embed_signup{
	max-width: 850px;
	margin: 0 auto;
	padding: 0 0px 50px 0;
}
.mc-field-group{
	width: 33%;
	float: left;
	margin: 0 auto 20px;
}


#newsletter #mc_embed_signup div.mce_inline_error {
    background-color: #000;
    font-weight: 100;
}


#join-idi{
	background-color: #1C1C1C;
	color: #fff;
	text-align: center;
}

#social-media{
	background-color: #E9E7D7;
}

#social-media .content-area{
	max-width: 1050px;
	padding: 0;
}



#newsletter .content-area, #join-idi .content-area{
	max-width: 850px;
	padding: 50px 30px;
}



#join-idi.masthead-image {
    -webkit-background-size: 600px;
    background-size: 600px;
    background-position: bottom;
    background-attachment: scroll;
    height: auto;
}


#join-idi a.main-button{
	background-color: #85F5B3;
	color: #1C1C1C;
	max-width: 290px;
	margin: 20px auto 0;
  text-decoration: none;
}


#join-idi a.main-button:hover {
    background-color: white;
    color: #1c1c1c;
}


#social-media ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#social-media ul li{
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1);
}
#social-media ul li:last-of-type {
	border-right: 0px;
}

#social-media ul li a:hover{
	background-color: rgba(0,0,0,0.1);
}

#social-media ul li:nth-child(5){
	border-right: none;
}


#social-media ul li a{
	color: #1C1C1C;
	position: relative;
	display: block;
	padding: 20px 0;
}



#social-media ul li a:hover{
	opacity: 0.8;
}


#social-media ul li a .fa-2x {

    font-size: 25px;

}


footer.site-footer{
    background-color: #E9E7D7;
}

.site-info{
    max-width: 1500px;
    padding: 45px 15px 45px 15px;
    margin: 0 auto;
}

.footer-bottom{
    background-color: #000;
}

.footer-bottom .site-info{
    padding: 0px 15px;
}

footer a{
	display: block;
}

footer p{
    margin: 0;
    line-height: 1.2em;
}

.footer-bottom p{
    margin: 0;
    font-size: 12px;
    color: #ccc;
	text-align: center;
	padding: 10px;
}

footer .address{
	text-align: center;
}

a.button-link-small{
	position: relative;
	max-width: 150px;
	font-weight: 600;
	margin-top: 20px;
}

a.button-link-small::after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 1px;
    font-size: 15px;
}

footer b{
	display: block;
	margin-bottom: 30px;
  color: #1c1c1c
}


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


footer a.main-button {
    margin-top: 20px;
}


footer .box{
	margin-bottom: 20px;
}



/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
  
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
  
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
  
/**** disabling Isotope CSS3 transitions ****/
  
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
  
/* End: Recommended Isotope styles */
 
 
/* LAYOUT */
 
 
.main-container{
    width: 100%;
    display: table;
    margin-bottom: 200px;
    background-color: #fff;
    position: relative;
}
.content-area, .site-main{
    max-width: 1500px;
    margin: 0px auto;
    padding: 100px 15px;
    position: relative;
}
 
 
.clear{
    clear: both;
}
 
.container {
    max-width: 1500px;
    width: 100%;
    padding: 0 10px;
}
 
 
.row{
    clear: both;
    position: relative;
}
 
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  margin-bottom: 50px;
  margin-top: 50px;
}
 
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
 
 
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media screen and (max-width: 1426px) {
	.inner-video {
	    top: -10%;
	    left: -10%;
	    width: 120%;
	    height: 120%;
	}
}


@media screen and (max-width: 1280px) {
	.header-logo {
	    width: auto;
	    padding: 10px 0;
	}
}

@media screen and (max-width: 1185px) {
.inner-video {
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
}
}
@media screen and (max-width: 1135px) {
	.single-idiyears #main-video{
		max-height: 575px;

	}
}
@media screen and (max-width: 1095px) {
	.home #main-video {
	    max-height: 700px;
	}
}

@media screen and (max-width: 1025px) {
	.single-idiyears #main-video{
		max-height: 475px;

	}
	.home .header-logo {
	    height: 150px;
	}
	#introduction-home .content-area {
	    padding: 200px 15px 200px;
	}
}

@media screen and (max-width: 980px) {
	.home .header-logo {
	    height: 120px;
	}
	#introduction-home .content-area {
	    padding: 170px 15px 200px;
	}
	button.menu-toggle{
		background-color: transparent;
	}
    .menu-toggle {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation.toggled .menu-main-menu-container {
        position: absolute;
        width: 100%;
        right: 0;
        z-index: 100;
    }
    .main-navigation.toggled{
        width: 100%;
    }
    .main-navigation.toggled ul{
        display: block;
        background-color: #000;
        width: 100%;
        padding: 130px 0 15px 0;
    }
    .main-navigation.toggled a{
        padding: 10px;
    }
 
    .main-navigation.toggled li {
        padding: 0 15px;
    }
 
    .main-navigation.toggled ul li{
        float: none;
    }
 
	.main-navigation.toggled ul li a {
	    color: #fff;
	    font-weight: 900;
	    font-size: 20px;
	}
    .main-navigation ul ul {
        box-shadow: none;
        background-color: #1e2028;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
 
    .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a{
        background-color: #659fc4;
    }
    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation ul.menu a:hover{
         text-decoration: underline;

    }

     .toggled button.menu-toggle span::before, .toggled button.menu-toggle span::after {
	    background-color: #ffffff;
	}



		ul.why-icons li{
		    width: 31%;
		}

		ul.why-icons .icon-dot {
		    text-align: center;
		}

		.home-dates-list li {
		    width: 31%;
		    padding-top: 31%;
		}


		.hero-title h2 {
	    font-size: 48px;
	}
	h3.price {
	    font-size: 60px;
	    margin: 0;
	}


	.badge-top {
		width: 120px;
		height: 48px;
	}

	.project-badge {
	    top: -48px;
	     width: 120px;
	}
	.badge-bottom {
	    width: 120px;
	    height: 93px;

	}
	#badge h3.badge-award {
	    font-size: 24px;
	    margin: 0;
	}

	#project-info h3.badge-award {    
		font-size: 24px;
	}
	.badge-top .award-icon img {
	    width: 80px;
	}

	#project-info h2 {
	    font-size: 40px;
	    margin: 0 0 20px 0;
	}
	 

	.project-section a h3 {
	    font-size: 21px;
	    padding: 0 5px 0;
	}
	.project-section p {
	    padding: 5px;
	}

	.home-slider .slider-image.year-slider-image {
    height: 400px !important;
    min-height: 400px;
}

.home #main-video {
    max-height: 600px;
}
 
}

@media screen and (max-width: 880px){
	.b__col {
	    width: 100%;
	    margin: 0 1% 0px 0;
	}
	.category-block h3 {
	    font-size: 28px;
		padding-right: 15px;
	}
	.sub-categories {
	    padding: 30px 0 50px 0;
	}
	.sub-category-block{
		padding-bottom: 15px;
	}

}

@media screen and (max-width: 847px) {
	.single-idiyears #main-video{
		max-height: 375px;

	}
	.home #main-video {
	    max-height: 550px;
	}
}


@media screen and (max-width: 800px){
	h3.price {
	    font-size: 50px;
	    margin: 0;
	}
	p.fees-info {
    font-size: 16px;
	}

	p.price-info {
	    font-size: 14px;
	}
}

@media screen and (max-width: 768px){

	.home .header-logo {
	    height: 100px;
	}
	#introduction-home .content-area {
	    padding: 150px 15px 200px;
	}
    .main-navigation.toggled .menu-main-menu-container {
        width: 200%;
    }

    .header-logo {
	    height: 85px;
	}

    .footer-menu, .interacions, .address{
    	/*min-height: 250px;*/
    }

	.b__col {
	    width: 96%;
	    float: none;
	    margin: 0 2%;
	}
	.category-block h3 {
	    font-size: 28px;
	    text-align: left;
		padding-left: 15px;
	}
	.category-block img {
	    margin: 0 auto;
	}
		#fees .row {
		text-align: center;
	}
	h4.panel-title a {
	    font-size: 21px;
	    padding: 15px 15px;
	}
	.panel-body li {
	    font-size: 16px;
	}

	.panel-body h3.intro {
	    font-size: 21px;
	}

	.category-block {
	    max-width: 500px;
	}

	.awards-info-dates {
	    max-width: 100%;
	    margin-top: 80px;
	}

	.cd-main-content{
		bottom: 0;
		height: 45px;
		width: 100%;
		max-width: 300px;
		right: 0;
	}
	.cd-text h3 {
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
	    left: 50%;
		bottom: 5px;
	}

	.popup-icon {
    	-webkit-transform: rotate(-90deg);
	    -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
	    top: -20px;
    	position: absolute;
	   left: 50px;

	}
	.cd-main-content a span {
	    display: block;
	    float: left;
	    max-width: 50%;
	}
	.cd-panel-close.close {
	    top: 90%;
		position: fixed;
	}
	.cd-main-content{
		z-index: 1;
	}
	  .cd-panel-content {
    top: 0;
    left: 0;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

	.masthead-image {
	    background-attachment: scroll;
	    }

	.home-slider .slick-prev, .home-slider .slick-prev:hover, .home-slider .slick-prev:focus, .projects-slider .slick-prev, .projects-slider .slick-prev:hover, .projects-slider .slick-prev:focus, .special-awards-slider .slick-prev, .special-awards-slider .slick-prev:hover, .special-awards-slider .slick-prev:focus {
	    background-size: 20px;
	}
	.home-slider .slick-next, .home-slider .slick-next:hover, .home-slider .slick-next:focus, .projects-slider .slick-next, .projects-slider .slick-next:hover, .projects-slider .slick-next:focus, .special-awards-slider .slick-next, .special-awards-slider .slick-next:hover, .special-awards-slider .slick-next:focus {
	    background-size: 20px;
	}
	.home-slider .slick-prev, .home-slider .slick-next, .projects-slider .slick-prev, .projects-slider .slick-next, .special-awards-slider .slick-prev, .special-awards-slider .slick-next {
	    width: 30px !important;
	    height: 40px !important;
	}
	.home-slider .slick-prev, .projects-slider .slick-prev, .special-awards-slider .slick-prev{
		left: 10px;
	}
	.home-slider .slick-next, .projects-slider .slick-next, .special-awards-slider .slick-next{
		right: 10px;
	}
}

@media screen and (max-width: 669px) {
	.single-idiyears #main-video{
		max-height: 320px;

	}
}

@media screen and (max-width: 650px){
	.mc-field-group {
	    width: 50%;
	    float: left;
	}

	ul.why-icons li {
		    width: 48%;
		}

		.home-dates-list li {
		    width: 48%;
		    padding-top: 48%;
		}


		ul.why-icons h3 {
		    font-size: 24px;
		}
		h3.intro p, h3.intro {
	    font-size: 24px;
	}

	h2 {
	    font-size: 36px;
	}

	.content-area, .site-main {
	    padding: 50px 15px;
	}
	#project-info .content-area {
	    padding: 50px 15px 100px;
	}

	.project-badge {
	    top: 0px;
	    width: 100%;
	    position: relative;
	}

	.badge-bottom {
	    float: left;
	    width: 62%;
	    height: 60px;
	}
	.badge-top {
	    float: left;
	    width: 38%;
	    height: 60px;
	}
	.badge-info{
		min-width: 120px;
	}
	#badge h3.badge-award {
	    font-size: 19px;
	}
	#badge h3.badge-year {
	    font-size: 16px;
	}
	.badge-top .award-icon img {
	    width: 60px;
	}
	#project-info h2 {

	    font-size: 30px;

	}
	#project-info h3 {

	    font-size: 28px;
	}
	#share-buttons {
	    padding: 5px;
	}
	#share-buttons a i {
	    font-size: 18px;
	    padding: 10px 20px;
	}
	.grand-prix-box a.post-thumb, .winner-box a.post-thumb {
	    height: 300px;
	}
	.grand-prix-box .winner-category-box h4, .winner-box .winner-category-box h4, .winner-category-box h4 {
	    font-size: 50px;
	}
	.grand-prix-box .winner-category-box h4{
		min-width: 230px;
	}

	.winner-category-box p.child-c {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
	}
	.winner-category-box p.main-c {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
	}
	#related h3.sub-section-title {
    	font-size: 21px;
	}

}
@media screen and (max-width: 570px){
	.single-idiyears #main-video {
	    max-height: 290px;
	}
	#introduction-home .content-area {
	    padding: 130px 15px 150px;
	}
	.home-intro h3 {
	    margin: 0 0 35px 0;
	}
}
@media screen and (max-width: 515px){
	.single-idiyears #main-video {
	    max-height: 250px;
	}
}

@media screen and (max-width: 480px){

	.home .header-logo {
	    margin-top: 0;
	}
	.mc-field-group {
	    width: 100%;
	    float: none;
	    max-width: 280px;
	}

		ul.why-icons li {
		    width: 100%;
		    float: none;
		}

	.home-dates-list li {
		    width: 200px;
		    padding-top: 200px;
		    margin: 0 auto 10px;
		}

		ul.home-dates-list {
	    width: 200px;
	    margin: 0 auto;
	}

	#introduction-home h3.intro p, #introduction-home h3.intro, h3 {
		    font-size: 24px;
		}
		ul.why-icons h3 {
		    font-size: 21px;
		}
		h3.intro p, h3.intro {
	    font-size: 21px;
	}

	h2 {
	    font-size: 32px;
	}
	.category-block img {
	    max-width: 100%;
	}
	.hero-title h2 {

    font-size: 38px;

	}

	.project-section a h3 {
	    font-size: 18px;
	    padding: 0 5px 0;
	}
	.project-section p {
	    margin: 0;
	    padding: 5px;
	}

	.home-slider .slider-image.year-slider-image {
	    height: 300px !important;
	    min-height: 300px;
	}

	.project-section .project-box-info p {
	    padding: 0 5px;
	}
	#introduction-home .content-area {
	    padding: 115px 15px 100px;
	}
	.home-intro h3 {
	    margin: 0 0 35px 0;
	}
}

@media screen and (max-width: 768px) {
	#main-video {
	    height: 50vh;
	    max-height: 500px;
	}
	.arrow-bottom {
	    display: none;
	}

}

@media screen and (max-width: 580px){
	.home .inner-video {
	    top: -50%;
	    left: -50%;
	    width: 200%;
	    height: 200%;
	}
}

@media screen and (max-width: 540px){
	#main-video{
		max-height: 400px;
	}
}

@media screen and (max-width: 570px){
	#main-video{
		height: 60vh;
		}
	.home #splash-video {
	    height: 100vh;
	}
}

@media screen and (max-width: 489px) {
.single-idiyears .inner-video {
	    width: 110%;
	    height: 110%;
	    top: -5%;
		left: -5%;
	}
.single-idiyears #splash-video{
		width: 110%;
	}
}

@media screen and (max-width: 450px) {
	.home #main-video {
	    height: 55vh;
	    min-height: 414px;
	}
	.header-logo {
	    width: auto;
	    padding: 10px 0;
	    height: 80px;
	}
}

@media screen and (max-width: 426px) {
	.home #main-video{
		height: 50vh;
		min-height: 320px;
		}
	.home #splash-video {
	    height: 75vh;
	}
	.menu-toggle {
	    top: 3px;
	}

}

@media screen and (max-width: 410px) {
	.single-idiyears #main-video {
	    max-height: 240px;
	}
}
@media screen and (max-width: 380px) {
	.home #main-video {
	    height: 40vh;
	}
}

@media screen and (max-width: 360px) {
	.header-logo {
	    height: auto;
	}
		.single-idiyears #main-video {
	    max-height: 216px;
	}

	.cd-main-content {
	    max-width: 360px;
	}
	.home .header-logo {
	    height: 80px;
	}
}

/* Graduate awards 2022 overrides */

.page-id-2848 .judge-info {
  background-color: #1c1c1c;
}

.page-id-2848 .judge-info .judge-info-box h3,
.page-id-2848 .judge-info .judge-info-box h4,
.page-id-2848 .judge-info .judge-info-box span a i{
  color: #fff;
}

.page-id-2701 .header-box,
.page-id-2848 .header-box,
.page-id-3071 .header-box {
  background-color: #E0862B;
  z-index: 2;
}

.page-id-2701 #newsletter,
.page-id-2848 #newsletter,
.page-id-3071 #newsletter {
  background-color: #770B98;
}

.page-id-2701 #newsletter h3,
.page-id-2701 #newsletter p,
.page-id-2848 #newsletter h3,
.page-id-2848 #newsletter p,
.page-id-3071 #newsletter h3,
.page-id-3071 #newsletter p {
  color: #fff;
}

.page-id-2701 #join-idi a.main-button,
.page-id-2848 #join-idi a.main-button,
.page-id-3071 #join-idi a.main-button {
  background-color: #E0862B;
}