/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

html, body {
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
}

html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', sans-serif;
  color: #6c757d;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 50px;
}

p {
  hyphens: auto;
  text-align: justify;
}


/* CKEditor */
#main img {
  box-shadow: 0 0 5px #ccc;
}

img.right,
img.align_right,
img.align-right {
	/* RCD */
	float: right;
	margin-left: 15px;
}

img.left,
img.align_left,
img.align-left {
	/* RCD */
	float: left;
	margin-right: 15px;
}

img.align_center,
img.align-center {
	/* RCD */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* CKEditor Button */
a.ck_button {
  background-color: #dee2e6;
  padding: 6px 12px;
}
a.ck_button:hover, a.ck_button:focus {
  background-color: #000;
  color: #fff;
}



a, .uk-link {
  color: #000;
  text-decoration: none;
  transition: 0.2s linear;
}
a:hover, .uk-link:hover {
  color: #000;
  text-decoration: none;
}
.uk-pagination > .uk-active > span {
  background: #000;
  color: #fff;
}

.uk-pagination > li > a {
  background: #dee2e6 !important;
  color: #000 !important;
}

.uk-pagination > li > a:hover {
  background: #000 !important;
  color: #fff !important;
}

.pagination {
  margin-bottom: 40px !important;
}

.uk-container {
  max-width: 1024px;
}
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1024px;
  }
}


.uk-text-bold {
  font-weight: normal;
}
.uk-text-muted {
  color: #6c757d !important;
}

em {
  color: #6c757d;
}

.caption {
  margin-top: 5px;
  /*font-size: 13px;*/
}


.uk-navbar {
  background-color: transparent;
}
.uk-navbar a {
  color: #000 !important;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
  color: #000 !important;
}


.uk-navbar-attached {
  border-top: none !important;
  border-bottom: none !important; }
.uk-navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', sans-serif;
}
.uk-navbar-nav > li > a {
  padding: 0 30px 0 0;
  /*height: 90px;
  line-height: 90px;*/

  color: #6c757d !important;

}
/*
#foot .uk-navbar-nav > li > a {
  margin: 0 0 55px 0 !important;
  color: #fff !important;
}
*/
.uk-navbar-flip .uk-navbar-nav > li > a {
  padding: 0 15px;
}
.uk-navbar-flip .uk-navbar-nav > li:last-child > a {
  margin-right: -15px;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background-color: inherit;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-open > a {
  color: #000 !important;
}

#masthead {
  margin-top: 0 !important;
  padding-top: 20px;
}
#masthead h1 i {
  color: #ccc; }
@media screen and (max-width: 767px) {
  #masthead h1 {
    margin-bottom: -0.5em;
  }

 #top-logo-wrap img {
	width: 90%;
	height: auto;
	border: 0px solid rgb(0, 94, 255);
	}
}

#masthead h1 {
  color: #555;
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  padding-top: 28px;
  display: inline-block;
}

#top-logo {
  height: 60px;
  object-fit: cover;
  object-position: top left;
}
#topnav {
  background-color: #fff;
}

#topnav .uk-navbar-flip {
  margin-top: 48px;
}

#top-logo-wrap {
  float: left;
  margin: 15px 0;
}


/*
#topnav {
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
*/
/*
#foot {
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
*/
#foot {
  padding-bottom: 30px;
}

.uk-pagination > li > a, .uk-pagination > li > span {
  line-height: inherit;
  min-width: 20px;
  font-weight: normal;
}

.uk-form.sort-form label {
  line-height: 30px;
  margin-right: 5px;
}
.uk-form.sort-form select {
  float: right;
}
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
  color: #000 !important;
  border-color: #ddd !important;
  background-color: #fff !important;
}

#main .skyscraper-list,
#main .skyscraper-list .skyscraper-list-item {
  border: none !important;
}
#main .skyscraper-list .skyscraper-list-item:first-child {
  padding-top: 10px;
}
#main .skyscraper-list .skyscraper-list-item:last-child {
  padding-bottom: 0;
}
/*#main .skyscraper-list {
  border: none !important;
}
#main .skyscraper-list .skyscraper-list-item:first-child {
  padding-top: 0;
}
#main .skyscraper-list .skyscraper-list-item:last-child {
  border: none;
}*/

#main {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
}
  #main .pagination .sort-form {
    text-align: right; }
    @media screen and (max-width: 767px) {
      #main .pagination .sort-form {
        text-align: left;
        margin-top: 1em; } }
  #main .skyscraper-list {
    border-top: 1px solid #ddd; }
    #main .skyscraper-list .skyscraper-list-item {
      border-bottom: 1px solid #ddd;
      padding-bottom: 25px;
      padding-top: 25px;
      margin-top: 0; }
  #main .pw-selector {
    font-family: monospace; }
  #main .MarkupGoogleMap {
    margin-bottom: 15px; }


#main .link-to-all {
  text-align: right;
}
#main .link-to-all a {
  background-color: #dee2e6;
  padding: 6px 12px;
}
#main .link-to-all a:hover, #main .link-to-all a:focus {
  background-color: #000;
  color: #fff;
}

#foot .foot-line {
    display: block; }
  @media screen and (max-width: 767px) {
    #foot .foot-text {
      white-space: nowrap;
      display: block; } }

#offcanvas-toggle {
  position: absolute;
  top: 10px;
  left: 12px; }



/* Edition List */
a.list-title {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  hyphens: auto;
  text-align: justify;
}

.edition-poster {
  margin-bottom: 15px;
}

.edition-poster div a {
  max-width: calc(100% + 10px);
  position: relative;
}

.edition-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  color: #6c757d;
}
.edition-poster  .edition-number {
  padding-left: 5px;
}

ul.downloads-list {
  list-style-type: none;
  padding: 0;
}
ul.downloads-list li {
  margin-bottom: 0.5em;
}



.edition-poster img, img.single-image, .winning-film-list-item img {
  box-shadow: 0 0 5px #ccc;
}

.edition-list .skyscraper-grid-item {
  margin-bottom: 40px;
}


.uk-grid-medium {
  margin-left: -40px;
}
.uk-grid-medium > * {
  padding-left: 40px;
}


/* Mobile Nav */
.uk-contrast a:not([class]):hover, .uk-contrast .uk-link:hover {
  text-decoration: none;
}
#offcanvas-toggle {
  margin-bottom: 30px;
}



@media only screen and (max-width: 768px) {
  /*
  #main {
    margin-top: 80px;
  }
  */
  #topnav .uk-navbar-flip {
    float: left;
    margin-top: 0;
  }
  #topnav .uk-navbar-flip .uk-navbar-nav > li > a {
    padding: 0 30px 0 0;
  }
  /*
  .uk-navbar-nav > li > a {
    height: 50px;
    line-height: 50px;
  }
  */

  #topnav .uk-navbar-nav > li {
    width: 100%;
  }

  #top-logo-wrap {
    width: 100%;
  }


  .skyscraper-grid-item {
    width: 100%;
  }

  .language-name {
    display: initial;
  }

  .uk-form.sort-form select {
    float: initial;
  }
}

@media only screen and (max-width: 768px) {
  .skyscraper-grid-item {
    width: 50% !important;
  }
  .single-text-wrap {
    width: 100% !important;
  }
  .single-image-wrap {
    width: 100% !important;
  }
  .single-image-wrap {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 600px) {
  .skyscraper-grid-item, .single-image-wrap, .single-text-wrap {
    width: 100% !important;
  }
  .edition-poster a,
  .single-edition-poster {
    max-width: 60% !important;
  }
}
@media only screen and (max-width: 768px) {
  .single-edition-poster {
    max-width: 60% !important;
  }
}


/* Winning Film List */

#skyscraper-search,
#search-summary {
  margin-bottom: 50px !important;
}



/* Single Item Page */

.uk-grid-medium > div:not(:first-child) {
  margin-bottom: 50px;
}
.uk-grid-medium > div:first-child {
  margin-bottom: 30px;
}
.uk-grid > * > :last-child {
  margin-bottom: revert;
}

.single-title {
  margin-bottom: 0;
}
.single-award-won {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .single-award-won {
    text-align: left;
  }
}

.single-image-wrap {
  position: relative;
}
.single-image {
  margin-top: 10px;
}
/*
.single-image-wrap .edition-number {
  padding-left: 40px;
}
*/

/*
.single-image-wrap {
  width: 33.333%;
}
*/
.single-text-wrap {
  width: 66.666%;
}

.single-text-wrap p:last-of-type {
  margin-bottom: 50px;
}

.trailer-wrap {
  margin-top: 48px;
}
.team-wrap {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .trailer-wrap {
    margin-top: 0;
  }
  .team-wrap {
    margin-top: 0;
  }
}

/*.uk-table tr th {
  text-transform: uppercase;
}*/
.uk-table tr th, .uk-table tr td {
  padding: 6px 0;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.uk-table tr:last-child th, .uk-table tr:last-child td{
  border-bottom: none;
}
.edition-info th {
  /*width: 40%;*/
  font-weight: bold;
}
/*
.edition-info td {
  width: 60%;
}
*/

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

.uk-table td, .uk-table th {
  width: 50%;
}
.uk-table.jury-table th, .team-table-full .team-table th {
  width: 33.333%;
}
.uk-table.jury-table td, .team-table-full .team-table td {
  width: 66.666%;
}

.credits-link th, .more-link th {
  font-weight: normal !important;
  border-bottom: none !important;
}

.hidden-credits, #hidden-team {
  display: none;
}