/*!
Theme Name: Kingsland Oslo Horse Show
Theme URI: http://underscores.me/
Author: Adnovation & Nygaard Grafisk
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kingsland-oslo-horse-show
Tags:

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.

Kingsland Oslo Horse Show 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.com/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
# KOHS
--------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,600,600i,700,700i";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #323232;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-top: 0px;
  margin-bottom: 1.5em;
  font-weight: 300; }

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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  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%; }

strong {
  font-weight: 600; }

/*--------------------------------------------------------------
# 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, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    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: #666;
  border: 1px solid #ccc;
  padding: 3px; }
  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; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 2.4em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -9999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 170px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 50%;
      margin-left: -85px; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.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 {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

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

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

/*--------------------------------------------------------------
## 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.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
body {
  overflow-x: hidden; }
  body p {
    font-weight: 300; }

@media screen and (max-width: 768px) {
  .adny-page {
    margin: 0 15px; } }

h1.entry-title {
  font-size: 46px !important;
  font-weight: 300 !important;
  text-align: center;
  color: #323232;
  margin: 25px 0px 15px 0 !important; }

.entry-content {
  margin-top: 0.5em !important; }

.jumbotron {
  height: 440px;
  text-align: center;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  min-width: 100%;
  padding: 0 calc(50vw - 50%);
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .jumbotron {
      margin-left: 15px;
      margin-right: 15px;
      left: 0px;
      margin-left: 0vw;
      width: 100% !important;
      width: 100% !important;
      min-width: inherit;
      margin-bottom: 1.5em; } }

.adny-jubotron-bottom {
  padding: 5px 0 5px 0;
  margin: 0 auto;
  width: 60%;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 203.5px; }
  @media screen and (min-width: 768px) {
    .adny-jubotron-bottom {
      width: 25%; } }

.adny-bottom-one-color {
  padding: 5px 0 5px 0;
  width: 60%;
  margin: 0 auto 1.5em auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
  border: 2px solid transparent;
  transition: background-color 0.5s ease; }
  .adny-bottom-one-color a {
    text-decoration: none !important; }
  .adny-bottom-one-color:hover {
    background-color: #fff !important;
    border: 2px solid #d9bf8d; }
  @media screen and (min-width: 768px) {
    .adny-bottom-one-color {
      width: 25%; } }

.adny-bottom-one-color a span.adny-bottom-one-color-txt,
.adny-bottom-one-color a:visited span.adny-bottom-one-color-txt {
  color: #fff;
  text-decoration: none !important; }
  .adny-bottom-one-color a span.adny-bottom-one-color-txt:hover,
  .adny-bottom-one-color a:visited span.adny-bottom-one-color-txt:hover {
    color: #d9bf8d; }

a.ticket-a {
  text-decoration: none;
  color: #fff; }

.adny-ticketmaster {
  width: 60%;
  margin: 50px auto 1.5em auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 26px; }
  @media screen and (min-width: 768px) {
    .adny-ticketmaster {
      width: 25%; } }

.adny-ticketmaster-top-color {
  background-color: #d9bf8d;
  width: 100%;
  height: auto;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 5px 0 5px 0; }

.adny-ticketmaster-bottom-color {
  background-color: #202248;
  padding: 15px 30px 15px 30px; }

.adny-cont-left-column {
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
  clear: left; }
  @media screen and (max-width: 768px) {
    .adny-cont-left-column {
      width: 100%;
      margin-right: 0px;
      margin-top: 35px; } }

.adny-cont-right-column {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left; }
  @media screen and (max-width: 768px) {
    .adny-cont-right-column {
      width: 100%;
      margin-left: 0px;
      margin-top: 35px; } }

.adny-cont-first-column {
  width: calc(33% - 26.6666666px);
  margin-right: 20px;
  float: left;
  clear: left; }
  @media screen and (max-width: 768px) {
    .adny-cont-first-column {
      width: 100%;
      margin-right: 0px;
      margin-top: 35px; } }

.adny-cont-secound-column {
  width: calc(33% - 26.6666666px);
  margin-right: 20px;
  margin-left: 20px;
  float: left; }
  @media screen and (max-width: 768px) {
    .adny-cont-secound-column {
      width: 100%;
      margin-left: 0px;
      margin-top: 35px; } }

.adny-cont-third-column {
  width: calc(33% - 26.6666666px);
  margin-left: 20px;
  float: left; }
  @media screen and (max-width: 768px) {
    .adny-cont-third-column {
      width: 100%;
      margin-left: 0px;
      margin-top: 35px; } }

.adny-commercial {
  width: 100%;
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  float: left; }

.adny-commercial-left,
.adny-commercial-right {
  width: 50%;
  height: auto;
  float: left;
  margin: 0px !important;
  padding: 0px !important; }
  .adny-commercial-left img,
  .adny-commercial-right img {
    display: block; }
  @media screen and (max-width: 768px) {
    .adny-commercial-left,
    .adny-commercial-right {
      width: 100%; } }

.entry-footer {
  margin-bottom: 25px; }

.site-footer {
  height: auto;
  padding-bottom: 35px;
  background-color: #005aa0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .site-footer {
      height: 275px; } }

.adny-footer-top {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #8facd9; }
  @media screen and (max-width: 1120px) {
    .adny-footer-top {
      padding-left: 15px;
      padding-right: 15px; } }

.adny-footer-bottom {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1120px) {
    .adny-footer-bottom {
      padding-left: 15px;
      padding-right: 15px; } }

.adny-footer-bottom a{
  color: #8facd9;
}

.adny-kolone04 {
  width: 100%;
  float: left;
  margin-top: 25px;
  color: #fff;
  font-weight: 300;
  text-align: center; }
  .adny-kolone04 img {
    max-height: 125px;
    width: auto; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .adny-kolone04 {
      width: calc(50% - 25px);
      margin-right: 25px;
      text-align: left;
      margin-top: 0px;
      font-weight: 300; } }
  @media screen and (min-width: 960px) {
    .adny-kolone04 {
      width: calc(25% - 25px);
      float: left;
      margin-right: 25px;
      text-align: left; } }

.adny-kolonne40 {
  width: 40%;
  margin-top: 35px;
  color: #fff;
  float: left; }
  @media screen and (max-width: 768px) {
    .adny-kolonne40 {
      width: 100%;
      margin: 35px 0 35px 0;
      text-align: center; } }
  .adny-kolonne40 .social-air {
    margin-right: 40px; }

.adny-kolonne60 {
  width: 60%;
  float: left;
  margin-top: 10px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .adny-kolonne60 {
      width: 100%;
      margin: -65px 0 -30px 0; }
      .adny-kolonne60 input[type="email"] {
        width: 100% !important;
        margin-top: 15px; }
      .adny-kolonne60 .wpcf7-email {
        max-width: 100% !important;
        margin-left: 0px !important; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  .adny-kollone-clear-tablet {
    clear: left; } }
#wpcf7-f201-o1 label {
  font-size: 24px;
  color: #d9bf8d;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }
  #wpcf7-f201-o1 label .wpcf7-form-control-wrap {
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      #wpcf7-f201-o1 label .wpcf7-form-control-wrap {
        margin-left: 0px !important; } }
  @media screen and (max-width: 768px) {
    #wpcf7-f201-o1 label {
      display: block;
      text-align: center;
      margin-right: 0px !important; } }

#wpcf7-f201-o1 .wpcf7-submit {
  border: none;
  background-color: #d9bf8d;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 32px !important; }
  @media screen and (max-width: 768px) {
    #wpcf7-f201-o1 .wpcf7-submit {
      text-align: center !important;
      width: 100%;
      margin-top: 15px; } }

.adny_jumbotron_vip {
  float: left;
  margin: 0 auto;
  width: 100%;
  clear: both; }
  @media screen and (max-width: 768px) {
    .adny_jumbotron_vip {
      width: calc(100% - 30px) !important;
      margin-left: 15px;
      margin-right: 15px; } }

.adny_jumbotron_map {
  float: left;
  margin: 0 auto;
  width: 100%;
  clear: both; }

.entry-content-vip h2 {
  margin-top: 0px !important; }

.adny-program-box {
  float: left;
  margin-bottom: 1.5em;
  line-height: 1.6;
  width: 100%; }

.adny-program {
  margin-top: 1.5em;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background-color: #202248;
  text-align: center; }

.adny-time {
  margin-right: 5%;
  margin-left: 15px;
  font-size: 16px;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .adny-time {
      font-weight: 600;
      padding-top: 10px;
      padding-bottom: 5px;
      line-height: 1;
      font-size: 1.2em;
      display: block; } }

.adny-event {
  font-size: 16px;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .adny-event {
      margin-left: 15px;
      padding-bottom: 10px;
      display: block; } }

.adny-row:nth-child(2n) {
  background-color: #f2f2f0; }

.adny-stands {
  background-color: #f2f2f0;
  height: auto;
  float: left;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  min-width: 100%;
  padding: 40px calc(50vw - 50%);
  box-sizing: border-box;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 1.5em; }
  .adny-stands h2 {
    color: #323232;
    text-align: center;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0px; }

.adny-stand {
  width: calc(16.66666666666667% - 20.83333333333333px);
  margin-right: 25px;
  float: left;
  margin-top: 25px;
  background-color: #fff; }
  .adny-stand .adny-stand-company {
    text-align: center;
    width: 100%; }
  .adny-stand a {
    text-decoration: none;
    color: #323232;
    font-size: 16px;
    font-weight: 600; }
  .adny-stand .adnt-stand-nr {
    text-align: center; }
  @media screen and (max-width: 768px) {
    .adny-stand {
      width: calc(50% - 12.5px);
      margin-left: 0;
      margin-right: 25px; } }

.adny-stand:nth-child(6n+1) {
  margin-right: 0px; }

@media screen and (max-width: 768px) {
  .adny-stand:nth-child(2n+1) {
    margin-right: 0px; } }
.adny-editor {
  clear: both; }

.adny-cont-first-botton {
  width: calc(33% - 26.6666666px);
  height: 40px;
  margin-right: 20px;
  float: left;
  clear: left;
  background-color: #202248;
  color: #fff;
  padding: 10px;
  margin-bottom: 40px; }
  .adny-cont-first-botton p {
    margin: 0px;
    line-height: 22px;
    font-weight: 600;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .adny-cont-first-botton {
      width: 100%;
      margin-right: 0px;
      margin-top: 35px; } }

.adny-cont-secound-botton {
  width: calc(33% - 26.6666666px);
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
  background-color: #202248;
  padding: 10px;
  margin-bottom: 40px; }
  .adny-cont-secound-botton p {
    margin: 0px;
    line-height: 22px;
    font-weight: 600;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .adny-cont-secound-botton {
      width: 100%;
      margin-left: 0px;
      margin-top: 35px; } }

.adny-cont-third-botton {
  width: calc(33% - 26.6666666px);
  height: 40px;
  margin-left: 20px;
  float: left;
  background-color: #202248;
  padding: 10px;
  margin-bottom: 40px; }
  .adny-cont-third-botton p {
    margin: 0px;
    line-height: 22px;
    font-weight: 600;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .adny-cont-third-botton {
      width: 100%;
      margin-left: 0px;
      margin-top: 35px; } }

.adny-pagenavi {
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 25px; }
  .adny-pagenavi a {
    text-decoration: none;
    font-size: 24px;
    color: #323232;
    text-transform: uppercase; }
  .adny-pagenavi .current {
    font-size: 24px;
    color: #323232;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a, a:hover, a:active, a:focus {
  outline: 0 !important; }

.site-header {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100px; }

.adny-fei-top {
  float: left;
  height: 25px;
  width: 100%;
  background-color: #8facd9;
  text-align: center; }
  .adny-fei-top a {
    color: #202248;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600 !important; }

.adny_top_placeholder {
  width: calc(50% - 69.5px);
  height: 100px;
  display: block;
  float: left; }
  @media screen and (max-width: 875px) {
    .adny_top_placeholder {
      width: calc(50% - 69.5px); } }

.adny-left-topbar, .adny-right-topbar {
  width: 100%;
  height: 50px;
  display: block;
  float: left;
  background-color: #015AA0; }
  @media screen and (max-width: 875px) {
    .adny-left-topbar, .adny-right-topbar {
      display: none !important; } }

.adny-left-topbar span {
  float: right;
  max-width: 443px;
  margin-right: 25px;
  width: 100%;
  text-align: left !important;
  font-size: 20px; }

.adny-home-img {
  float: left;
  height: 50px;
  padding-right: 15px;
  padding-top: 10px;
  margin-right: 15px;
  border-right: 1px solid white; }

.adny-front-newsletter {
  margin-top: 10px; }

.adny-left-menu, .adny-right-menu {
  width: 100%;
  height: 50px;
  display: block;
  float: left;
  background-color: #f2f2f0; }
  @media screen and (max-width: 875px) {
    .adny-left-menu, .adny-right-menu {
      height: 100px; } }

.adny-logo {
  position: relative;
  width: 139px;
  height: 202;
  float: left; }
  @media screen and (max-width: 875px) {
    .adny-logo {
      width: 139px;
      height: auto; } }

.adny-left-topbar span a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  padding-top: 7px; }

.site-branding {
  width: 100%;
  height: 222px;
  display: block;
  float: left;
  margin-top: 100px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.site-branding-front {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-top: 100px; }

.adny-left-menu .menu-no-left-menu-container,
.adny-left-menu .menu {
  margin-right: 25px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  float: right;
  list-style-type: none;
  text-align: justify;
  font-size: 0;
  font-size: 14px\9;
  /* IE6-9 only fix */ }
  @media screen and (min-width: 768px) {
    .adny-left-menu .menu-no-left-menu-container,
    .adny-left-menu .menu {
      max-width: 333px !important; } }
  @media screen and (min-width: 1120px) {
    .adny-left-menu .menu-no-left-menu-container,
    .adny-left-menu .menu {
      max-width: 417px !important; } }
  .adny-left-menu .menu-no-left-menu-container li,
  .adny-left-menu .menu li {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE stuff again */ }
  .adny-left-menu .menu-no-left-menu-container:after,
  .adny-left-menu .menu:after {
    content: "";
    width: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .adny-left-menu .menu-no-left-menu-container a,
  .adny-left-menu .menu a {
    color: #202248;
    font-weight: 600 !important;
    font-size: 14px;
    margin-top: 14px;
    text-transform: uppercase;
    text-decoration: none; }
    .adny-left-menu .menu-no-left-menu-container a:hover,
    .adny-left-menu .menu a:hover {
      color: #d9bf8d;
      font-weight: 700 !important;
      outline: 0 none !important; }
  @media screen and (max-width: 875px) {
    .adny-left-menu .menu-no-left-menu-container,
    .adny-left-menu .menu {
      display: none; } }

.adny-right-menu .menu-no-right-menu-container,
.adny-right-menu .menu {
  margin-left: 25px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  float: left;
  text-align: justify;
  font-size: 0;
  font-size: 14px\9;
  /* IE6-9 only fix */ }
  @media screen and (min-width: 768px) {
    .adny-right-menu .menu-no-right-menu-container,
    .adny-right-menu .menu {
      max-width: 333px !important; } }
  @media screen and (min-width: 1120px) {
    .adny-right-menu .menu-no-right-menu-container,
    .adny-right-menu .menu {
      max-width: 417px !important; } }
  .adny-right-menu .menu-no-right-menu-container li,
  .adny-right-menu .menu li {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE stuff again */ }
  .adny-right-menu .menu-no-right-menu-container:after,
  .adny-right-menu .menu:after {
    content: "";
    width: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .adny-right-menu .menu-no-right-menu-container a,
  .adny-right-menu .menu a {
    color: #202248;
    font-weight: 600;
    font-size: 14px;
    padding-top: 14px;
    text-transform: uppercase;
    text-decoration: none; }
    .adny-right-menu .menu-no-right-menu-container a:hover,
    .adny-right-menu .menu a:hover {
      color: #d9bf8d;
      font-weight: 700 !important;
      outline: 0 none !important; }
  @media screen and (max-width: 875px) {
    .adny-right-menu .menu-no-right-menu-container,
    .adny-right-menu .menu {
      display: none; } }

.adny_flags_top {
  margin-left: 40%;
  float: left; }

.adny_no_flag_top img,
.adny_eng_flag_top img {
  height: 20px; }

.adny_no_flag_top {
  border-right: 1px solid #f2f2f0;
  padding-right: 10px;
  display: inline-block;
  float: left; }

.adny_eng_flag_top {
  padding-left: 10px;
  display: inline-block;
  float: left; }

.adny_no_flag_top,
.adny_eng_flag_top {
  height: 50px;
  padding-top: 15px; }

.adny_instagram_top,
.adny_facebook_top,
.adny_twitter_top {
  display: inline-block;
  height: 50px;
  float: left;
  padding-top: 15px; }

.adny_facebook_top,
.adny_twitter_top {
  border-left: 1px solid #f2f2f0;
  padding-left: 10px; }

.adny_facebook_top,
.adny_instagram_top {
  padding-right: 15px; }

.adny_social_top {
  float: right; }

.adny_ticket_top {
  height: 50px;
  display: inline-block;
  float: left;
  margin-left: 25%;
  padding-top: 15px; }
  .adny_ticket_top img {
    height: 20px; }

.adny_icons {
  width: 100%;
  max-width: 417px !important;
  float: left;
  margin-left: 50px; }
  @media screen and (max-width: 768px) {
    .adny_icons {
      display: none; } }

ul.sub-menu {
  background-color: rgba(242, 242, 240, 0.9) !important; }
  ul.sub-menu a {
    margin-top: 7px !important; }
    ul.sub-menu a:hover {
      font-weight: 700 !important; }
  ul.sub-menu li:first-child {
    margin-top: 15px !important; }

.site-content {
  float: left;
  width: 100%; }

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.site-main {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .site-main {
      max-width: 960px; } }
  @media screen and (min-width: 1120px) {
    .site-main {
      max-width: 1120px; } }

.adny_news_article,
.adny-search-index,
.adny_vip_article {
  width: calc(66% - 17.5px);
  float: left;
  margin-right: 17.5px;
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .adny_news_article,
    .adny-search-index,
    .adny_vip_article {
      width: calc(100% - 30px);
      margin: 35px 15px 35px 15px; } }

.adny_vip_article {
  margin-top: 0px !important; }

h1.adny-news-entry-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #323232;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 0px; }

.adny-news-entry-content {
  margin-top: 20px; }
  .adny-news-entry-content h2 {
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 1.2em;
    font-weight: 600; }

.entry-meta {
  margin: 0px; }

.center-txt {
  text-align: center;
  font-weight: 300; }

.posted-on {
  font-size: 14px;
  text-transform: uppercase;
  color: #6e1d7a !important; }
  .posted-on a {
    text-decoration: none; }

.adny_news_aside,
.adny_vip_aside {
  width: calc(34% - 17.5px);
  float: left;
  margin-left: 17.5px;
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .adny_news_aside,
    .adny_vip_aside {
      width: calc(100% - 30px);
      margin: 0 15px; } }
  .adny_news_aside img,
  .adny_vip_aside img {
    width: 100%;
    height: auto; }
  .adny_news_aside .adny-news-banner-img,
  .adny_vip_aside .adny-news-banner-img {
    margin-bottom: 15px; }

.adny_vip_aside {
  margin-top: 0px !important; }
  .adny_vip_aside img {
    margin-bottom: 35px; }

.widget-area {
  margin-top: 28px; }

widget widget_search {
  width: 100% !important; }

.search-field {
  width: calc(100% - 16px);
  background: url("images/search-icon.png") no-repeat 98% 0%;
  padding: 8px !important; }

input[type=search] {
  background-color: #f2f2f0 !important;
  border: none;
  text-transform: uppercase; }

.search-submit {
  display: none; }

.adny-serach-form {
  float: right;
  width: 30%;
  margin-top: -76px; }
  .adny-serach-form input[type=search] {
    background-color: #fff !important; }
  @media screen and (max-width: 767px) {
    .adny-serach-form {
      float: left;
      clear: both;
      margin: 0px 15px 35px 15px;
      width: calc(100% - 30px); } }

.adny-serach-form-news input[type=search] {
  background-color: #fff !important;
  width: 96%;
  margin-bottom: 35px; }
@media screen and (max-width: 767px) {
  .adny-serach-form-news {
    float: left;
    clear: both;
    margin: 0px;
    width: 100%; } }

.widget_recent_entries h2,
.widget_categories h2,
.popular-posts h2 {
  background-color: #202248;
  font-weight: 700;
  text-align: center;
  padding: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px; }
.widget_recent_entries ul,
.widget_categories ul,
.popular-posts ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none; }
.widget_recent_entries li,
.widget_categories li,
.popular-posts li {
  text-align: center;
  padding: 5px;
  background-color: #f2f2f0;
  margin-bottom: 6px; }
  .widget_recent_entries li a,
  .widget_categories li a,
  .popular-posts li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #323232;
    font-weight: 700; }

.widget_tag_cloud h2 {
  display: none; }
.widget_tag_cloud a {
  color: #323232;
  text-decoration: none; }

.news-graa {
  background-color: #f2f2f0 !important;
  padding-top: 0px;
  width: 100%;
  overflow: auto; }

.post {
  width: calc(25% - 18.75px);
  margin-right: 25px;
  float: left;
  background-color: #fff;
  min-height: 420px;
  position: relative; }
  .post h2.entry-title {
    text-align: center !important;
    margin-bottom: 6px;
    margin-top: 15;
    line-height: 0.5 !important; }
    .post h2.entry-title a {
      font-size: 16px !important;
      line-height: 20px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      color: #323232;
      margin: auto 10px; }
  .post .adny-index-entry-content {
    margin-top: 0px;
    text-align: center;
    margin: 0 10px 4px 10px;
    font-size: 14px !important;
    font-weight: 400; }
  .post .adny-index-entry-content .posted-on {
    display: block;
    margin-bottom: 15px; }
    .post .adny-index-entry-content .posted-on a {
      color: #6e1d7a;
      text-decoration: none; }
  .post .adny-news-les-mer {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.5s ease;
    background-color: #005aa0;
    border: 2px solid transparent;
    padding: 5px 0;
    margin: 0 auto 25px auto;
    display: block;
    width: 60%;
    position: absolute;
    bottom: 5px;
    left: 20%;
    text-transform: uppercase; }
    .post .adny-news-les-mer:hover {
      background-color: #fff;
      border: 2px solid #005aa0;
      color: #005aa0; }
    @media only screen and (max-width: 768px) {
      .post .adny-news-les-mer {
        position: inherit;
        bottom: inherit; } }
  .post a.adny-news-les-mer:hover {
    color: .post a.adny-news-les-mer:hover color__guld !important; }
  @media screen and (max-width: 767px) {
    .post {
      width: calc(100% - 30px);
      margin-right: 15px;
      margin-left: 15px; } }

h1.adny-news-index-h1 {
  font-size: 46px !important;
  font-weight: 300 !important;
  text-align: center;
  color: #323232;
  margin: 25px 0px 25px 0 !important; }

.adny-search-index .post {
  width: 100%;
  background-color: #fff; }
  .adny-search-index .post h2.entry-title {
    text-align: left !important;
    margin-bottom: 0px;
    margin-top: 0; }
    .adny-search-index .post h2.entry-title a {
      font-size: 24px !important;
      line-height: 20px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      color: #323232; }
  .adny-search-index .post p {
    margin: 0 10px 35px 0px;
    font-size: 16px !important;
    font-weight: 500;
    background-image: url(); }

.adny-search-index .post h2.entry-title a {
  margin-left: 0px !important; }

.entry-summary {
  margin: 0.5em 0 0; }

.adny-news-les-mer-front {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.5s ease;
  background-color: #d9bf8d;
  border: 2px solid transparent;
  padding: 5px 0;
  margin: 0 0 25px 0;
  display: block;
  width: 15%;
  text-align: center;
  text-transform: uppercase; }
  .adny-news-les-mer-front:hover {
    background-color: #f2f2f0;
    color: #d9bf8d;
    border: 2px solid #d9bf8d; }
  @media only screen and (max-width: 768px) {
    .adny-news-les-mer-front {
      width: 95px; } }

.adny-first-post {
  width: calc(66.66666% - 15px);
  margin-right: 15px;
  clear: left;
  float: left; }
  @media only screen and (max-width: 768px) {
    .adny-first-post {
      width: calc(100% - 30px);
      margin-right: 15px;
      margin-left: 15px;
      float: none; } }

.adny-first-post-add {
  width: calc(33.33333% - 15px);
  margin-left: 15px;
  clear: right;
  float: left; }
  @media only screen and (max-width: 768px) {
    .adny-first-post-add {
      width: calc(100% - 30px);
      margin-right: 15px;
      margin-left: 15px; } }

.adny-post-index-header {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 30px; }

h2.adny-first-post {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #323232;
  text-transform: uppercase;
  margin: 14px 0 0 0;
  text-decoration: none;
  float: none !important;
  width: 100%; }
  h2.adny-first-post a {
    text-decoration: none;
    color: #323232; }

.adny-ex-front {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 10px; }

.cm-button-1,
.cm-button-3 {
  background-color: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 0px; }

#cm-form-2-0-submit {
  border: none;
  background-color: #d9bf8d;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 35px !important;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    #cm-form-2-0-submit {
      text-align: center !important;
      width: 100%;
      margin-top: 15px; } }

.pre-info {
  font-size: 24px;
  color: #d9bf8d;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }

.cm-field-row.pre-info {
  clear: none;
  width: auto;
  float: left; }
  .cm-field-row.pre-info h3 {
    margin: 0 !important;
    font-size: 24;
    font-weight: 600; }

.cm-field-row .cm-label {
  display: none; }

.adny-kolonne60 .cm-field-row input[type="email"], .cm-field-row .cm-select-wrapper {
  float: left;
  width: 50%;
  height: 35px;
  margin: 0 10px;
  border-radius: 0px !important; }
  @media screen and (max-width: 768px) {
    .adny-kolonne60 .cm-field-row input[type="email"], .cm-field-row .cm-select-wrapper {
      width: 100%;
      margin: -20px 0 0 0; } }

.cm-field-row.cm-button {
  float: left;
  clear: none;
  width: inherit;
  padding-top: 0px; }
  @media screen and (max-width: 768px) {
    .cm-field-row.cm-button {
      float: none;
      margin-bottom: 35px; } }

.owl-item .post {
  min-height: 450px !important; }

/*--------------------------------------------------------------
# Frontpage
--------------------------------------------------------------*/
.site-main-frontpage {
  width: 100%; }

.adny-counter-left {
  width: 100%;
  height: auto;
  float: left; }

.adny-counter-width {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    .adny-counter-width {
      width: calc(100% - 40px); } }

.adny-front-date {
  font-size: 40px;
  font-weight: 700;
  margin-right: 30px;
  margin-top: 20px;
  margin-left: 51px;
  float: left;
  color: #202248; }
  @media screen and (max-width: 768px) {
    .adny-front-date {
      margin: 0 15px;
      text-align: center;
      width: calc(100% - 30px);
      font-size: 36px; } }

.adny-counter-ticket {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  transition: background-color 0.5s ease;
  background-color: #d9bf8d;
  padding: 5px 20px;
  margin-top: 30px;
  margin-right: 51px;
  float: right; }
  .adny-counter-ticket a {
    color: #fff;
    text-decoration: none; }
  .adny-counter-ticket:hover {
    background-color: #fff;
    border: 2px solid #d9bf8d; }
    .adny-counter-ticket:hover a {
      color: #d9bf8d; }
  @media screen and (max-width: 768px) {
    .adny-counter-ticket {
      margin: 35px 15px;
      float: left;
      width: calc(100% - 30px); } }

.adny-front-date,
#clock,
#clock_eng,
.adny-counter-ticket {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .adny-front-date,
    #clock,
    #clock_eng,
    .adny-counter-ticket {
      display: block !important; } }

#clock div,
#clock_eng div {
  display: inline-block;
  border-left: 1px solid #202248;
  text-align: center;
  width: 150px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 30px;
  padding-top: 13px;
  color: #202248; }
  #clock div:last-of-type,
  #clock_eng div:last-of-type {
    border-right: 1px solid #202248; }
  #clock div span,
  #clock_eng div span {
    font-size: 36px;
    font-weight: 700; }
  @media screen and (max-width: 768px) {
    #clock div,
    #clock_eng div {
      width: 33%;
      float: left;
      padding-bottom: 5px;
      border: none; }
      #clock div:last-child,
      #clock_eng div:last-child {
        border: none; } }

.adny-owl-sponsors {
  background-color: #323232;
  padding-bottom: 70px;
  padding-top: 30px;
  width: 100%;
  clear: both; }
  .adny-owl-sponsors h2 {
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 50px; }
  .adny-owl-sponsors .adny-owl-border {
    border: 1px solid #fff;
    padding: 5px; }

h2.adny-news-front-h2 {
  color: #323232;
  text-align: center;
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: 0px; }

.adny-news-frontpage-1120,
.adny-post-width {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  clear: both; }

.adny-post-slider-next,
.adny-post-slider-prev {
  float: left;
  width: 26px;
  margin-top: 82px; }

.adny-post-slider-next {
  margin-right: 25px; }

.adny-post-slider-prev {
  margin-left: 25px; }

.adny-post-slider-frontpage {
  width: calc(100% - 102px) !important;
  float: left;
  display: flex; }
  .adny-post-slider-frontpage .post {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .adny-post-slider-frontpage .post {
        margin: 0 !important; } }
  .adny-post-slider-frontpage .owl-carousel {
    clear: none !important; }

.adny-navi-grid {
  margin-top: -25px;
  float: left; }
  @media screen and (max-width: 768px) {
    .adny-navi-grid {
      margin-top: 0px; } }
  .adny-navi-grid .adny-navi-img {
    position: relative;
    float: left;
    width: calc(33.333% - 16.7px);
    margin-right: 25px;
    margin-top: 25px;
    /* Disable grayscale on hover */ }
    @media screen and (max-width: 768px) {
      .adny-navi-grid .adny-navi-img {
        width: calc(100% - 30px);
        margin: 0 15px 25px 15px; } }
    .adny-navi-grid .adny-navi-img span {
      position: absolute;
      padding-top: 25%;
      z-index: 1;
      color: #fff;
      font-size: 38px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        .adny-navi-grid .adny-navi-img span {
          padding-top: 25%; } }
      @media screen and (min-width: 769px) and (max-width: 959px) {
        .adny-navi-grid .adny-navi-img span {
          padding-top: 10%; } }
    .adny-navi-grid .adny-navi-img img {
      display: block;
      filter: gray;
      /* IE6-9 */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */
      transition: .5s ease-in-out;
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */
      -webkit-transition: .5s ease-in-out; }
    .adny-navi-grid .adny-navi-img a:hover img {
      filter: none;
      -webkit-filter: grayscale(0); }
  .adny-navi-grid .adny-navi-img:nth-of-type(3n) {
    margin-right: 0px !important; }

.social-fuld-width,
.news-fuld-width {
  width: 100%;
  background-color: #f2f2f0;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left; }

.instagram-fuld-width {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
  clear: both; }
  .instagram-fuld-width h2 {
    color: #323232;
    text-align: center;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 0px; }
    .instagram-fuld-width h2 img {
      margin-right: 25px;
      top: 6px;
      position: relative; }

.width1120 {
  width: 100%;
  max-width: 1120px;
  margin-right: -20px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .width1120 {
      margin: 0 15px;
      width: calc(100% - 30px); } }

.adny-social-icon-front {
  width: calc(25% - 38px);
  margin-right: 50px;
  float: left; }
  @media screen and (max-width: 768px) {
    .adny-social-icon-front {
      width: calc(20% - 12px);
      margin-bottom: 35px;
      margin-right: 15px; } }

.last-boks {
  margin-right: 0px; }

.fakta-full-width {
  width: 100%;
  float: left;
  padding: 60px 0px; }
  @media screen and (max-width: 768px) {
    .fakta-full-width {
      padding: 0 0 30px 0px; } }
  .fakta-full-width .width1120 {
    max-width: 1120px;
    width: 100%; }
    .fakta-full-width .width1120 div {
      padding-top: 30px;
      padding-bottom: 70px;
      width: 25%;
      float: left;
      border-left: 1px solid #d9bf8d;
      font-size: 18px;
      color: #d9bf8d;
      text-align: center;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 700;
      min-height: 240px; }
      .fakta-full-width .width1120 div:first-of-type {
        border: none; }
      @media screen and (max-width: 768px) {
        .fakta-full-width .width1120 div {
          width: calc(100% - 30px);
          margin-left: 15px;
          margin-right: 15px;
          border: none;
          padding-bottom: 30px; } }
      .fakta-full-width .width1120 div span {
        font-size: 100px;
        line-height: 1; }

.owl-controls {
  display: none !important; }

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.adny_mobile_menu {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  z-index: 2;
  bottom: 150%;
  left: 0;
  background-color: #202248 !important;
  transition: bottom .5s; }
  .adny_mobile_menu .menu-no-mobile-menu-container ul,
  .adny_mobile_menu .menu-eng-mobile-menu-container ul {
    margin: 140px 0 0 0;
    list-style-type: none;
    padding: 0; }
    .adny_mobile_menu .menu-no-mobile-menu-container ul li,
    .adny_mobile_menu .menu-eng-mobile-menu-container ul li {
      text-align: center;
      font-size: 24px;
      margin-bottom: 15px;
      text-transform: uppercase;
      margin-top: 15px;
      padding-top: 15px;
      overflow: auto; }
      .adny_mobile_menu .menu-no-mobile-menu-container ul li a,
      .adny_mobile_menu .menu-eng-mobile-menu-container ul li a {
        color: #fff;
        text-decoration: none !important;
        font-weight: 300 !important;
        margin-top: 15px; }
  @media screen and (min-width: 875px) {
    .adny_mobile_menu {
      display: none; } }

.toggle {
  font-size: 30px;
  color: #fff;
  background-color: #202248;
  padding: 5px 10px;
  position: absolute;
  top: 25px;
  right: 25px; }
  @media screen and (min-width: 875px) {
    .toggle {
      display: none; } }

#sidebartoggler {
  display: none; }
  #sidebartoggler:checked + .page-wrap .adny_mobile_menu {
    bottom: 0 !important; }
  #sidebartoggler:checked + .page-wrap .site-content,
  #sidebartoggler:checked + .page-wrap .site-footer {
    display: none; }

.adny_mobile_menu {
  /*Display the dropdown on hover*/ }
  .adny_mobile_menu ul li ul {
    display: none; }
  .adny_mobile_menu ul li a:hover + .sub-menu, .adny_mobile_menu .sub-menu:hover {
    display: block;
    overflow: auto; }
  .adny_mobile_menu ul.sub-menu {
    margin: 0 !important;
    list-style-type: none;
    padding: 0;
    width: 100% !important;
    margin-left: 0%;
    background-color: #202248 !important; }
    .adny_mobile_menu ul.sub-menu li {
      text-align: center !important;
      border: none !important;
      margin-top: 10px !important;
      padding-top: 10px !important;
      margin-bottom: 0px !important; }
      .adny_mobile_menu ul.sub-menu li a {
        color: #d9bf8d;
        font-size: 24px !important;
        border: none !important; }

.lang-item-first {
  border-top: 1px solid #d9bf8d; }

.menu-item-520-en {
  padding-top: 0px !important; }

.adny_mobile_menu li.menu-item-has-children:after {
  content: url("/wp-content/uploads/2016/08/Pil_mobil.png"); }


/*New sponsors on frontpage */
.adny-new-sponsors-fuld-width{
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

.adny-new-sponsors {
  background-color: #323232;
  height: auto;
  float: left;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  min-width: 100%;
  padding: 40px calc(50vw - 50%);
  box-sizing: border-box;
  position: relative;
  padding-bottom: 60px; }
  .adny-new-sponsors h2 {
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0px; }

.adny-new-sponsor {
  width: calc(16.66666666666667% - 20.83333333333333px);
  margin-right: 25px;
  float: left;
  margin-top: 25px;
  border: 1px solid #fff;
  padding: 5px;}
  @media screen and (max-width: 768px) {
    .adny-new-sponsor {
      width: calc(50% - 12.5px);
      margin-left: 0;
      margin-right: 25px; } }

.adny-new-sponsor:nth-child(6n+1) {
  margin-right: 0px; }

@media screen and (max-width: 768px) {
  .adny-new-sponsor:nth-child(2n+1) {
    margin-right: 0px; } }

  button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0 none!important;
    border-radius: 0px !important;
  }
  .cmApp_SubmitButton{
    width: 120px !important;
  }
  .cmApp_formHeader{
    font-size: 24px;
    color: #8facd9!important;
    margin-right: 15px;
    text-transform: uppercase;
  }
.adny-kolonne60 .cmApp_signupContainer{
max-width: 100%!important;
width: 100%!important;
padding: 0px!important;
}

#cmApp_signupForm > div:nth-child(9) > input{
width: 110px;
margin-left: 10px!important;
    margin-top: -8px!important;
float: left;}

#cmApp_signupForm > div.cmApp_formHeader{
float: left;
width: 124px;
}

#cmApp_signupEmail{
width: calc(100% - 250px);
float: left;}
.cmApp_processingMsg{ display:none!important;}

@media screen and (max-width: 768px) {
#cmApp_signupEmail{
width: 100%;
float: left;}

#cmApp_signupForm > div:nth-child(9) > input{
width: 100%;
margin-left: 0px!important;
    margin-top: 10px!important;
float: left;}
.cmApp_formHeader{
margin-bottom: 15px!important;}

.adny-footer-top {
height: 235px;
}

}

.et_bloom_submit_subscription{line-height: 1.5!important;}
.et_bloom .et_bloom_form_container.et_bloom_rounded input, .et_bloom .et_bloom_form_container.et_bloom_rounded textarea, .et_bloom .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_container.et_bloom_rounded button {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.wp-image-412{
  display: none;
}
