/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics

   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


@font-face {
  font-family: Campton Book;
  src: url(/kormoran/fonts/CamptonBook.otf);
}

/* @font-face {
  font-family: Campton Book;
  src: url(/kormoran/fonts/CamptonBookItalic.otf);
}
@font-face {
  font-family: Campton Book;
  src: url(/kormoran/fonts/CamptonBold.otf);
}
@font-face {
  font-family: Campton Book;
  src: url(/kormoran/fonts/CamptonBoldItalic.otf);
} */

@font-face {
  font-family: Campton Light;
  src: url(/kormoran/fonts/CamptonLight.otf);
}

@font-face {
  font-family: Campton ExtraLight;
  src: url(/kormoran/fonts/CamptonExtraLight.otf);
}

/* @font-face {
  font-family: Campton Light;
  src: url(/kormoran/fonts/CamptonLightItalic.otf);
} */

/* base
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

html,body{
min-height:100vh;
}

body {
background-repeat: repeat;
background-position: center center;
background-size: auto;
font-family:'Campton Book',poppins,Montserrat,'Zilla Slab','Saira Condensed',khand,'fira sans',poppins,barlow,roboto,raleway,lato,ubuntu,'Open Sans','Times New Roman','Roboto Condensed',arial;
color:#0b0531;
font-size:100%;
font-style:normal;
position:relative;
z-index:0;
}

section, header, footer, div, input, textarea, select, label, :before, :after{
box-sizing:border-box;
}

p,ul,ol{
margin-bottom: 30px;
}

p,li,textarea,label,input,td{
font-family:'Campton Light',poppins,Montserrat,'Zilla Slab','Open Sans','Times New Roman','Roboto Condensed',arial;
font-size:22px;
font-weight:400;
line-height:1.7em;
}

/* Selects every <p> element that is the first <p> element of its parent
p:first-of-type{
font-size:130%;
font-weight:500;
} */

h1,h2,h3,h4,h5,h6,table caption {
font-family:'Cormorant','Saira Condensed',khand,'fira sans',poppins,barlow,roboto,raleway;
margin-bottom:0.6em;
padding:0;
line-height:1.1em;
font-weight:400;
}

h1,h2{
font-family:'Cormorant','Saira Condensed',khand,'fira sans',poppins,barlow,roboto,raleway;
font-size:35px;
color:#0b0531;
}

h1.slogan{
font-family:poppins,'fira sans',barlow,roboto,raleway,Montserrat,lato,ubuntu,'Open Sans','Times New Roman','Roboto Condensed',arial;
margin-bottom: 0;
font-size:26px;
color:#fff;
font-weight:700;
text-transform:uppercase;
border-bottom:0px solid #bfada7;
}
h1.slogan a{
color:inherit;
}
h1.slogan span{
font-weight:300;
}

.vert-middle h2 {
margin-bottom:0.5em;
padding:0;
line-height:1.1em;
font-weight:400;
}

h3 {
font-size:34px;
font-weight:400;
}

h4 {
font-size:30px;
}

h5 {
font-size:28px;
}

h5.slogan {
margin-bottom:0;
color:#fff;
font-size:25px;
font-weight:400;
text-transform:uppercase;
}

h6 {
font-size:26px;
}

img {
height:auto;
max-width:100%;
}

a.right,a.left,img.left,img.right {
margin:0 auto 15px;
text-align:center;
display:block;
float:none;
}

.center {
margin:0;
text-align:center;
vertical-align:top;
max-width:100%;
display:inline-block;
}

.center img{
margin-right:1px;
}

.single-img {
margin:0 auto;
margin-bottom:20px;
text-align:center;
display:block;
}

blockquote {
background: rgba(0,0,0, 0.05);
background-color:#FAF3E0;
margin:50px 0;
padding:30px 30px;
border-left:3px solid #388ED6;
}

blockquote p {
margin:0;
text-align:left;
font-style:italic;
color:#000;
}

a,code{
padding:0;
background:none;
color:#C4AE87;
color:#ff9f48;
text-decoration:none;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

/* p a{
border-bottom: dashed 1px #dcde9f;
} */

a:hover {
text-decoration:none;
opacity:0.7;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
font-family:inherit;
font-size:inherit ;
font-weight:inherit;
color:inherit;
line-height:inherit;
}

code {
font-family:inherit;
}

ul,ol {
padding-left: 25px;
}

ul{
list-style-type:disc;
}

ul ul,ul ol,ol ul,ol ol{
margin-bottom:0;
}

/* li:before {
margin-right: 8px;
font-family: 'FontAwesome';
font-size:inherit;
content: "\f105";
color: #78a1d8;
color:#00AFA9;
} */

li img {
margin:0 auto;
display:block;
}

table {
margin-bottom:50px;
padding:0;
border-collapse:collapse;
border-top: 0px solid #bbb;
width:100%;
}

table caption {
margin-bottom:0.4em;
padding:0;
text-align:left;
font-size:200%;
color:#000;
}

th {
background: rgba(0,0,0, 1);
padding:0.2em 0.5em;
text-align:left;
font-weight:400;
color:#fff;
font-size:22px;
border-bottom: 0px solid #555;
}

tr:nth-child(even) {
background: rgba(200,200,200, 0.2);
}

td {
margin:0;
padding:0.2em 0.5em;
text-align:left;
border-bottom: 0px solid #444;
/* min-width:20%; */
}

hr {
margin:2em auto;
width:100%;
height:1px;
color:#7a7e7d;
background-color:#7a7e7d;
border:none;
}

.table-head {
background:#333;
color:#fff;
}


/* layout
----------------------------------------------- */

#container {
width:100%;
overflow:hidden;
position:relative;
z-index:0;
}

.header-top {
height:60px;
position:relative;
z-index:700;
display:none;
}

#header-sub {
background-color:#E2E2EB;
background-image: url(/kormoran/images/11.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding:0;
display: flex;
justify-content:center;
width:100%;
height:40vh;
position: relative;
z-index:5;
}

#header {
background-color:#E2E2EB;
background-image: url(/kormoran/images/10.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
display: flex;
justify-content:center;
width:100%;
height:40vh;
position: relative;
z-index:5;
}

.top {
width:100%;
height:60px;
transition: all 0.4s ease-in-out;
position:absolute;
z-index:705;
}

.top .container {
padding-left:0;
padding-right:0;
height:100%;
position:relative;
z-index:505;
}

.top-content {
padding-left:10px;
padding-right:10px;
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content:flex-end;
align-items: flex-start;
width:100%;
height:100%;
border-top:0;
position:relative;
z-index:510;
}

a.logo {
margin-bottom:5%;
padding-top:0px;
padding-bottom:0px;
display: flex;
align-items: flex-start;
height:auto;
max-width:90%;
box-sizing:border-box;
position:relative;
z-index:800;
}

a.logo:hover,.img-link:hover {
opacity:1;
}

a.logo img{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
display:block;
}

#mm-all-menus:not( .mm-menu ) {
display: none;
}

#all-menus {
display: flex;
flex-direction:row;
justify-content: flex-end;
align-items: center;
height:100%;
position:relative;
z-index:510;
}

#main-menu {
list-style-type: none;
margin-bottom: 0;
padding:0;
text-transform:uppercase;
flex-direction:row;
justify-content: center;
align-items: center;
height:100%;
display:none;
}

#main-menu li{
background: none;
margin:0 10px;
font-size:16px;
color:#0b0531;
position:relative;
z-index:600;
}

#main-menu > li{
line-height:70px;
}

/* #main-menu > li:first-child{
display:none;
}
#main-menu > li:last-child > a{
background-color:#444; 
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
} */

#main-menu li a,#main-menu li span {
margin:0 ;
font-weight:600;
color:inherit;
text-decoration:none;
}

#main-menu li span:hover {
cursor:pointer;
}

#main-menu > li > ul,#main-menu > li > ul > li > ul{
margin-top:20px;
margin-bottom:0;
padding:0 ;
text-align:left;
line-height:1.7em;
border-top:1px solid transparent;
visibility:hidden;
opacity:0;
left:0;
position:absolute;
z-index:610;
-webkit-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
    -moz-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
    -ms-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
    -o-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
    transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
}

#main-menu > li:hover > ul,#main-menu > li > ul > li:hover > ul {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

#main-menu > li > ul > li > ul{
left:100%;
top:0;
border-left:1px solid transparent;
border-top:0;
}

#main-menu ul li{
margin:0;
padding: 0;
font-size:95%;
color:#fff;
display:block;
position:relative;
}

#main-menu ul li a {
background-color:#fff; 
margin:0 0 1px;
padding:9px 14px;
text-align:left;
color:#000;
display:block;
width:225px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#main-menu ul li a:hover {
background-color:#eee;
opacity:1;
}

li.sub a{
padding-right:25px !important;
position:relative;
z-index:10;
}

li.sub > a:before {
font-family: 'FontAwesome';
font-size:inherit;
content: "\f107";
color:inherit;
right:0;
top:-2px;
position:absolute;
z-index:11;
}

#languages {
padding-left:25px;
margin: 0;
margin-right:60px;
list-style-type: none;
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
height:100%;
}

#languages li{
margin:0 5px;
font-size:16px;
}

#languages li a {
font-weight:400;
color:#F78F1E;
color:#F2EBBD;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#languages a:hover {
opacity:1.0;
}

.content-1 {
padding-top: 10%;
padding-bottom: 7%;
position:relative;
z-index:6;
}

.content-2 {
padding-top: 4%;
padding-bottom:8%;
position:relative;
z-index:4;
}

.content-3 {
padding-top: 4%;
position:relative;
z-index:3;
}

.content-4 {
position:relative;
z-index:4;
}

.content-5 {
margin-bottom:0 !important;

}

.content-5 > div{
margin-left:auto;
margin-right:auto;
padding-left:0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom:0 !important;
width:100%;
max-width:1100px;
position:relative;
z-index:12;
}

.content-6 {
padding-top: 30px;
padding-bottom:10px;
}

.container-left,.container-right{
margin:0 ;
padding:0 0 0 3%;
width:60%;
float:left;
}

.container-right{
padding:0 4% 0 0;
width:40%;
}

.container,.container-2,.container-3,.footer-container{
margin-left:auto;
margin-right:auto;
padding-left: 5%;
padding-right: 5%;
width:100%;
max-width:1200px;
position:relative;
z-index:12;
}

.container-2{
padding-left: 0;
padding-right: 0;
}

.container-3 {
}

.container-4{ 
background-color:#fff;
padding:4% 5% ;
margin:0 auto;
margin-top:-80px;
margin-bottom:0;
width: 100%;
max-width:1100px;
position: relative;
z-index: 100;
}

#footer {
background-color:#0b0531;
padding-top:30px;
padding-bottom:0;
position:relative;
z-index:13;
}

.footer-content > div:nth-child(4){
text-align:center !important;
}

#footer *{
font-size:17px;
color:#fff;
}

#footer p{
margin-bottom: 10px;
}

/* #footer a{
color:#000;
} */

#footer i{
margin-left: 0;
color:#007dc7;
font-size:125%;
}

.logo-footer {
margin-left:auto;
}



/* vetical-align middle
------------------------------------- */

.vert-middle {
width:100%;
max-width:1200px;
height:100%;
position:relative;
z-index:13;
}

.middle-box { 
padding-left:5%;
padding-right:5%;
padding-top:7%;
padding-bottom:0;
height:100%;
display: flex;
flex-direction:column;
justify-content: flex-end;
align-items: flex-start;
position:relative;
z-index:12;
}

.middle-box-content{
display: flex;
flex-direction:column;
justify-content: flex-end;
align-items: flex-start;
border-bottom: 0px solid #fff;
width:50%;
}

.middle-box-content h2 {
margin-bottom:0.1em;
font-size:30px;
color:#fff;
line-height:1.3em;
font-weight:700;
/* text-transform:uppercase; */
font-style:normal;
}

.middle-box-content p{
margin-bottom:0;
color:#fff;
line-height:1.3em;
font-size:22px;
font-weight:400;
}



/* background-images
------------------------------------ */

.bg-image {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:0;
}

.bg{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width:100%;
position:relative;
}

.bg-0{
background-image: url(/images/10.jpg);
}

.bg-01{
background-color:#E1D6C3;
}

.bg-02{
background-image: url(/aul/images/3.png);
background-repeat: repeat;
background-position: center center;
background-size: auto;
}

.bg-08{
background-color:#92a65f !important;
padding-top: 3% !important;
padding-bottom: 1% !important;
}

.bg-wide {
margin:50px auto;
padding-top:8%;
padding-bottom:4% ;
width: 100%;
position:relative;
z-index:3; 
}
.bg-wide:after {
content: "";
background: rgba(1, 1, 1, 0.05);
left: -100%;
top: 0;
width: 300%;
height: 100%;
position: absolute;
z-index:-1; 
}

.section-bg-01{
background-image: url(/images/4.jpg);
background-repeat: repeat-x;
background-attachment:local ;
background-attachment:fixed ;
background-position: center bottom;
}



/* curtains
---------------------------------- */

.curtain{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
left:0;
top:0;
width:100%;
height:100%;
position: absolute;
z-index: -1;
}

.curtain-01{
background-image: url(/aul/images/3.png);
background-repeat: repeat;
background-position: center center;
background-size: auto;
top:27%;
height: 340px;
/* background-blend-mode: overlay; */
transform: translateY(-27%);
opacity:0.07;
}

/* .curtain-01:before{
content:' ';
background: rgba(98,113,123, 1);
right:0;
top:0;
bottom:0;
width:3000px;
height:100%;
position: absolute;
z-index: -10;
} */

.curtain-02{
}

.curtain-02:before{
content:' ';
background-color:#fff;
left:-30px;
top:0;
bottom:0;
width:calc(100% + 60px);
height:100%;
position: absolute;
z-index: -1;
} 

.curtain-03{
background-color:#9CC0F9;
background-color:#CDEAD4;
background-image: url(/images/7.jpg);
/* background-blend-mode: multiply; */
}

/* .curtain-03::before{
background-color:#44619A;
margin-left: 40px;
content: " ";
top: 0;
bottom: 0;
left: 100%;
width: 1500px;
opacity: 1;
position: absolute;
} */

.curtain-04{
left: 0;
right:0;
bottom:0;
width: 100%;
height: 40px !important;
position: absolute;
z-index: 4;
}

.curtain-04:before {
background: rgba(255,255,255,1);
content: ' ';
left:0;
right:0;
top: 0;
width: 100%;
height:400px;
border-top: 4px solid #B39B49;
-webkit-transform: skewY(-1.7deg);
-ms-transform: skewY(-1.7deg);
transform: skewY(-1.7deg);
position: absolute;
z-index: -100;
}

.curtain-05{
background: rgba(0,0,0,0);
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(45%, rgba(8,8,8,0.15)), color-stop(72%, rgba(12,12,12,0.66)), color-stop(100%, rgba(17,17,17,0.66)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(8,8,8,0.15) 45%, rgba(12,12,12,0.66) 72%, rgba(17,17,17,0.66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#111111', GradientType=1 );
left: 0;
right:0;
bottom:0;
width: 100%;
height:100%;
position: absolute;
z-index: 3;
display:none;
}

.container-before-bg{
left:0;
right:0;
top:0;
bottom:0;
position: absolute;
z-index: 100;
}

.container-before-bg:before{
content:' ';
background-color:#37464F;
left:-3000px;
top:0;
bottom:0;
width:3000px;
position: absolute;
z-index: 110;
}


/* tulbad 
-------------------------------------------- */

.tulbad-2,.tulbad-3,.tulbad-4,.tulbad-2-diff{
display: flex;
flex-direction:row;
flex-wrap: wrap;
width:100%;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div,.tulbad-2-diff > div{
margin-right:0;
margin-bottom: 3%;
display:inline-block;
width:100%;
position: relative;
z-index:3;
}


/* tulbad-2 fix 
-------------------------------------------- */

.tulbad-2-fix{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}

.tulbad-2-fix > div{
margin-right:0;
margin-bottom: 3%;
display:inline-block;
position:relative;
width:48%;
}


/* veerud
---------------------------------------- */

.veerud-1,.veerud-2,.veerud-3,.veerud-4,.veerud-5{
display: flex;
flex-wrap: wrap;
}

.veerud-1 > div,.veerud-2 > div,.veerud-3 > div,.veerud-4 > div,.veerud-5 > div{
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
}


/* 2 columns with different width  
-------------------------------------------- */

.diff-columns{
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction:row;
flex-wrap: wrap;
width:100%;
}

.diff-columns > div{
margin-bottom: ;
overflow:hidden;
position:relative;
width:100%;
}



/* mm-menu
-------------------------------------------- */

/*
.mm-listview li:nth-child(1) .mm-next,.mm-listview li:nth-child(4) .mm-next,.mm-listview li:nth-child(5) .mm-next{
display:none;
}
.mm-listview li:nth-child(1) .mm-next+a,.mm-listview li:nth-child(4) .mm-next+a,.mm-listview li:nth-child(5) .mm-next+a{
margin-right:0;
}
*/


/* read on + posted
------------------------------------ */

.meta {
margin:0 ;
padding:0;
text-align:right;
line-height:1.5em;
}

.edasi,.tagasi {
margin-top: 0;
margin-bottom:0;
text-align:right;
/* border-top:solid 1px #000; */
}

.edasi a,.tagasi a{
background-color:#99856D;
background-color:#0b0531;
margin-bottom: 0;
padding:10px 20px;
font-size:14px;
color:#fff;
font-size:15px;
text-decoration: none;
text-transform:uppercase;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-weight: normal;
font-stretch: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:inline;
border:0px solid #6fb0db;
/* border-radius:300px; */
}

.edasi a:hover,.tagasi a:hover{
opacity:1.0;
}

/* .edasi a:after,.tagasi a:before {
font-family: 'Font Awesome 5 Free';
font-size:inherit;
color: #496679;
font-weight:900;
transition: margin 0.15s linear 0s;
-moz-transition: margin 0.15s linear 0s;
-webkit-transition:margin 0.15s linear 0s;
-o-transition: margin 0.15s linear 0s;
}
.edasi a:after {
content: "\f105";
margin-left:7px;
}
.tagasi a:before {
content: "\f104";
margin-right:7px;
}
.edasi a:hover:after{
margin-left:14px;
margin-right:-7px;
}
.tagasi a:hover:before{
margin-right:14px;
} */



/* inline article list
---------------------------------------- */

.article-list-inline{
margin-left:0;
padding-left:0;
line-height:1.4em;
}

.article-list-inline li{
margin-left:0;
padding-left:5px;
display:inline;
}

.article-list-inline li:after{
content: ",";
margin-left:-3px;
}

.article-list-inline li:last-child:after{
content: "";
}

.h-inline-block{
margin-right:10px;
margin-bottom:0;
float:left;
}





/* frontpage uudised
------------------------------------ */

.block-uudised h2{
display:inline-block;
}

.block-uudised{
list-style-type:none;
padding-left:0;
}

.block-uudised li {
background:none;
margin-bottom: 0.5em;
color: #388ED6;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.block-uudised li a{
color:#111;
font-weight:300;
position:relative;
z-index:15;
}

.block-uudised .posted {
margin-bottom:0 !important;
display:block;
}



/* time, month, year
------------------------------------------------- */

.time{
display:inline-block;
}

.time-day{
padding-right:5px ;
line-height:60px;
font-size:60px;
color:#99856D !important;
color:#b7dfe1 !important;
display:block;
float:left;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.month-year{
padding:8px 5px;
height:60px;
display:block;
float:left;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.time-month,.time-year{
line-height:1.3em;
font-size:18px;
display:block;
}

/* .date:before {
display: block;
position: absolute;
content: ' ';
top: 50%;
width: 100%;
height: 2px;
background-color: #6E2502;
z-index: 0;
} */



/* header titles
---------------------------------------- */

.header-wrapper {
margin-bottom:30px;
display: flex;
flex-direction:row;
justify-content: flex-start;
align-items: center;
position:relative;
z-index:510;
}

.header-top-left,.header-top-right,.diff-header h2{
margin-bottom:0;
font-size:26px;
color:#000;
text-transform:uppercase;
display:inline-block;
position:relative;
z-index: 100;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.header-top-right{
margin-left:auto;
}

/* .header-top-left:after,.diff-header h2:after{
margin-left:6px;
content: '\002F';
font-size:28px;
color:#fff;
} */

.header-bottom{
margin-bottom: 40px;
margin-top: -20px;
padding-left:20px;
padding-right:20px;
line-height:35px;
font-size:85%;
color:#111;
font-weight:400;
text-decoration: none;
text-transform:uppercase;
display:inline-block;
border:1px solid #aaa;
border-radius:3px;
}

.older-news{
background-color:#99856D;
background-color:#b7dfe1;
background-color:#04676c;
margin-left: 10px;
margin-bottom: 0;
padding:6px 15px;
font-size:14px;
color:#fff;
font-weight:500;
text-transform:uppercase;
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.older-news a {
color:inherit;
}

.fa-slash{
margin-left:-3px;
margin-right:-3px;
font-size:20px;
color:#fff;
transform: rotate(52deg);
top:-5px;
}




/* front news
-------------------------------------*/

.col-content{
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
}

.col-content > div{
padding-top:10px;
display: flex;
flex-direction:column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
border-top:solid 1px #99856D;
border-top:solid 1px #000;
}

.col-content .posted {
margin-bottom:8px;
padding: 0;
font-size:20px;
font-weight:300;
color:#000;
display:block;
}

.col-content h2{
padding:0;
margin:0 0 5px;
line-height:1.3em;
font-size:22px;
color:#000;
font-weight:400;
/* text-transform:uppercase; */
}

.col-content p{
margin-bottom:20px;
color:#333;
}

.col-content .edasi{
margin-top:auto;
padding-top:5px;
text-align:right;
}

.news-headline {
margin-botom:0;
font-size:28px;
color:#000;
text-transform:uppercase;
display: inline-block;
position: relative;
}

/* .news-headline:before,.news-headline:after {
content: "";
background-color: #F6C73D;
width: 40px;
height:2px;
top: 50%;
position:absolute;
}
.news-headline:before {
margin-right:15px;
right:100%;
}
.news-headline:after {
margin-left:15px;
left:100%;
} */



/* front news with image
------------------------------------- */

.col-content-2{
margin-bottom: 30px;
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content: space-between;
width:100%;
}

.col-content-2 > div:nth-child(1n){
width:38%;
}
.col-content-2 > div:nth-child(2n){
display:flex;
flex-direction: column;
justify-content: center;
width:58%;
}

.col-content-2 .posted {
margin-top:0;
margin-bottom:0;
padding-bottom:0;
color: #888;
font-size: 14px;
font-weight:400;
text-transform:uppercase;
}

.col-content-2 .posted a{
font-size:inherit;
font-weight:inherit;
display:inline-block;
}

.col-content-2 h2 {
margin-bottom: 0;
padding-bottom:0;
color: #000;
font-size: 24px;
font-weight:400;
text-transform:none;
}

.article-img-2{
padding-bottom:100%;
overflow:hidden;
position:relative;
z-index:12;
}

.article-img-2 > a{
left:0;
right:0;
top:0;
bottom:0;
position: absolute;
transition: transform .5s;
}

.article-img-2 > a > img{
margin:0;
padding:0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width:none;
-o-object-fit: cover;
object-fit: cover;
}

.article-img-2:hover > a{
transform: scale(1.1);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
opacity:1;
}


/* mixed 3 columns
------------------------------------- */

.mix-3{
margin-bottom: 30px;
display: flex;
flex-direction: column;
width:100%;
}

.mix-3-1, .mix-3-3 {
background-image: url(/kormoran/images/87.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width:100%;
min-height:25vh;
position: relative;
z-index:1;
}

.mix-3-3 {
background-image: url(/kormoran/images/86.jpg);
}

.mix-3-2 {
width:100%;
position: relative;
z-index:2;
}

.mix-3-2 > div{
padding-top:20px;
padding-bottom:20px;
position: relative;
}

.mix-3-2 > div::before{
background-color:#fff;
content: " ";
top: 0;
bottom: 0;
left:-30px;
right:-30px;
opacity: 1;
position: absolute;
z-index:-1;
} 

.mix-3 h2 {
margin-bottom: 0.5em;
padding-bottom:0;
font-size: 35px;
font-weight:400;
text-transform:none;
}

.mix-3-2 .edasi {
margin-top:0;
margin-bottom:0;
padding-bottom:0;
text-align:center;
color: #888;
font-size: 14px;
font-weight:400;
text-transform:uppercase;
}

.mix-3-2 .edasi a{
font-size:inherit;
font-weight:inherit;
display:inline-block;
}


/* mixed 3 columns ver 2
------------------------------------- */

.mixx-3{
margin-bottom: 30px;
display: flex;
flex-direction:row;
flex-wrap: wrap;
width:100%;
}

.mixx-3-1, .mixx-3-3 {
background-image: url(/kormoran/images/8.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width:40%;
position: relative;
z-index:1;
}

.mixx-3-3 {
background-image: url(/kormoran/images/6.jpg);
}

.mixx-3-2 {
padding-left:20px;
padding-right:20px;
display: flex;
flex-direction:column;
justify-content: center;
flex-wrap: wrap;
width:20%;
position: relative;
z-index:2;
}



/* kormoran
------------------------------------- */

.cormorant{
display: flex;
flex-direction:row;
justify-content:space-between;
width:100%;
height:100%;
overflow:hidden;
}

.cormorant > div{
display: flex;
flex-direction:column;
justify-content:flex-start;
align-items:flex-start;
height:100%;
position: relative;
z-index:2;
}

.cormorant > div:nth-child(1n){
width:39%;
}
.cormorant > div:nth-child(2n){
width:59%;
}

.cormorant-text{
padding-bottom:70px;
display: flex;
flex-direction:column;
display:none;
}

div.cormorant-img{
padding-top:3%;
justify-content:flex-end;
align-items:center;
}

.circle-wrapper{
top:32%;
display:flex;
flex-direction:column;
justify-content:flex-end;
width:100%;
position: absolute;
z-index:-1;
}

.circle-outer{
padding: 1.9%;
width:100%;
max-width:100%;
border:2px solid #7a909f;
border-radius:50%;
box-sizing:border-box;
}

.circle-inner{
background-color:#B4BBCD;
background-color:#5D5E62;
background-color:#7a909f;
padding-bottom: 100%;
width:100%;
max-width:100%;
max-height:100%;
border-radius:50%;
box-sizing:border-box;
}

.cormorant-img img{
width:auto;
height: auto;
max-width:100%;
max-height:100%;
}

.front-text {
background-color:#FAF3E0;
}


/* next and prev links
------------------------------------- */

.next-prev{
margin-bottom:3%;
padding:0;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:  space-between;
width:100%;
}

.next-prev > p{
margin-bottom:5px;
font-size:90%;
font-style:normal;
width:48%;
display:inline-block;
}


/* navigation
------------------------------------- */

#navigation{
text-align:center;
}

#navigation p{
margin-bottom:3%;
padding:0;
line-height:1.0em;
font-size:12px;
font-weight:400;
font-style:normal;
text-transform:uppercase;
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content:center;
align-items: center;
}

#navigation a{
margin-right:1px;
padding:0.8em 1.2em;
color:#111;
text-decoration: none;
border:1px solid #111;
border-radius:5px;
position:relative;
z-index:3;
}

.nav-link{
color:#F78F1E;
}



/* article album
----------------------------------------------- */

.article-album{
margin-bottom:30px;
padding-left:0;
display: flex;
flex-wrap: wrap;
}

.article-album li {
padding-right: 2px;
padding-bottom: 2px;
text-align:center;
width:50%;
display:block;
overflow: hidden;
box-sizing:border-box;
}

.article-album li.latest {
padding-right: 0;
padding-bottom: 2px;
width:100%;
}

.article-album li a{
padding-bottom:100%;
width: 100%;
display:block;
overflow: hidden;
position:relative;
z-index:1;
}

.article-album li.latest a{
padding-bottom:70%;
}

.article-album img{
margin:0;
padding:0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width:none;
object-fit: cover;
transition: all .2s;
}

.article-album a:hover img {
transform: scale(1.1);
}

.img-caption {
margin:0 auto;
padding-top:5px;
padding-bottom:0;
padding-left:0px;
padding-right:0px;
text-align:center;
/* font-style: italic; */
color:#000;
line-height:1.4em;
font-size:18px;
max-width:95%;
display:block;
}

.thumb-alt {
margin:0 auto;
padding-top:5px;
padding-bottom:15px;
text-align:center;
/* font-style: italic; */
color:#111;
line-height:1.4em;
font-size:90%;
font-weight:400;
max-width:100%;
display:block;
}

.album {
margin:0 0 20px;
padding: 0 10px;
vertical-align:top;
text-align:center;
display:inline-block;
position: relative;
overflow:hidden;
z-index:11;
}

.album a{
display: block;
position: relative;
text-align: center;
width:250px;
height:250px;
overflow: hidden;
z-index:10;
transition: all .2s;
}

.album img{
margin:0 auto;
padding:0;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
position:absolute;
display:block;
float:none;
width:auto;
max-width:400px;
max-height:400px;
}

.album:hover a {
transform: scale(1.05);
}

.album h3 {
padding:10px 0;
margin: 0 ;
line-height:1.5em;
font-size:22px;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
color:#111;
height:auto;
}



/* flexbox with 2-columns
---------------------------------- */

.flex {
display: flex;
flex-direction:column;
justify-content: center;
width:100%;
}

.flex > div {
padding-top: 8%;
padding-bottom: 2%;
padding-left: 5%;
padding-right: 5%;
position: relative;
z-index: 10;
}

.flex > div .article{
margin-bottom:0;
}

.flexbox-1 {
text-align:left;
}

.flexbox-2 {
}


/* flexbox with 2 different width columns
---------------------------------- */

.flex-diff {
display: flex;
flex-direction:column;
justify-content: center;
width:100%;
}

.flexbox-big,.flexbox-small {
flex-basis: 100%;
}

.flexbox-small-content {
background-color:#A6B7B8;
margin-left:0;
padding:30px 40px 10px;
}




/* persons profile
---------------------------------- */

.person > div {
margin-bottom:30px;
display: flex;
flex-direction:column;
justify-content: center;
}

.person-img {
margin-bottom:30px;
text-align:center;
}

.person-img img {
background: rgba(255,255,255,1);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(230,226,225,1) 100%);
margin:0 auto 10px;
padding:12px;
display:block;
max-width:200px;
border-radius:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
opacity:1;
}

.person-img p{
margin-bottom:0;
font-size:95%;
}

.person-text {
text-align:left;
position: relative;
z-index: 10;
}



/* Make video fit 100% with any screen resolution
---------------------------------------------------- */

.video-container {
margin-bottom:4%;
padding-bottom:56.24%;
width: 100%;
height: 100%; 
position: relative;
z-index: 0;
overflow: hidden;
}

.video-container iframe {
min-width: 100%; 
min-height: 100%; 
width: auto;
height: auto;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} 


/* background youtube live video
---------------------------------------- */

.background-youtube-live-video{
    margin: 0;
    padding-bottom: 50%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    z-index:0;
}

.background-youtube-live-video iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 113% !important;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Prevent interaction with the video */
    z-index: -1; /* Send the video behind other content */
}


/* image inside box
-------------------------------------- */

div.box-img {
padding-bottom:80%;
min-height:30vh;
position: relative;
z-index:5;
}

a.box-img{
left:0;
right:0;
top:-100px;
bottom:0;
border:20px solid #FAF3E0;
border:20px solid #fff;
box-sizing:border-box;
position: absolute;
z-index:50;
}
a.box-img:hover{
opacity:1;
}

.box-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}



/* half border behind image
---------------------------------------------- */

.img-border-left,.img-border-right {
display:flex;
position:relative;
z-index:3; 
}

.img-border-left > *,.img-border-right > *{
border:1px solid #fff; 
/* mix-blend-mode: difference; */
}

.img-border-left:before,.img-border-right:before {
background-color:#496679;
background-color:#04676c;
content: ' ';
top: -15px;
width: 50%;
height:calc(100% + 30px);
position: absolute;
z-index: -1;
opacity:1;
}

.img-border-left:before {
left:-15px;
}

.img-border-right:before {
right:-15px;
}



/* mobile-menu
--------------------------------------- */

a.mob-nav{
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
right: 10px;
top: 10px;
height: 50px;
width: 55px;
border-radius: 0;
/* box-shadow: 0 3px 12px rgba(1,1,1,0); */
position: fixed;
z-index:999;
}

a.mob-nav.scrolled{
background-color:#7a909f;
}

.burger {
display: flex;
flex-direction:column;
justify-content: center;
align-items: center;
width: 30px;
}

.burger .bar {
background-color: #000;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
display: block;
}


/* fancybox
----------------------------------------------- */

.fancybox-slide--iframe .fancybox-content {
width  : 940px;
max-width  : 80%;
max-height : 80%;
margin: 0;
}

.fancybox-caption {
background-color: rgba(0,0,0, 0.3);
font-size: 18px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
color: #fff;
}

/* hidden content */
#hidden-content{
max-width: 950px;
padding: 10px 30px;
border-radius: 4px;
opacity: 0;
transform: translateY(-50px);
transition: all .3s;
}

.fancybox-slide--complete #hidden-content{
opacity: 1;
transform: translateY(0);
}

.fancybox-caption-wrap {
background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
text-align:center;
}


/* flexbox propertires
---------------------------------------- */

.flex-align-items-center-vertical{
display: flex !important;
align-items: center;
}

.flex-justify-content-end{
display: flex !important;
justify-content: flex-end;
align-items: flex-start;
}


/* margins, paddings
-------------------------------------------------- */

.margin-bottom-0,.margin-bottom-0 p,.margin-bottom-0 ul{
margin-bottom: 0 !important;
}

.padding-0 {
padding:0 !important;
}


/* miscellanneous
------------------------------------ */

.indent {
text-align:left;
left:-5000em;
position:absolute;
z-index:500;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.hide {
display:none !important;
}

.columns-2{
column-count:1;
}

.no-disc-ul {
list-style-type:none;
padding-left:0;
}
.no-disc-ul li{
color:#23b14d;
}
.no-disc-ul li:before {
content: '';
}
.no-disc-ul li a{
font-weight:400;
color:#000;
}

.button {
background-color:#71A416;
background-color:#476cb8;
margin:0 ;
padding: 0 15px 0 15px;
line-height:2.3em;
text-align:center;
font-size:17px;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
border:0px solid #fff;
border-radius:3px;
}

.button:after {
margin-left:8px;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-size:inherit;
font-weight:600;
color:#FFC00C;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
transition: all 0.3s linear 0s;
}

.down:before {
left:50%;
bottom:-25px;
font-family: 'FontAwesome';
content: "\f103";
font-size:2.0em;
background-color:#111;
margin:0 0 0 -25px;
padding:5px;
color:#fff;
border-radius:50%;
border:3px solid #fff;
position:absolute;
z-index:200;
}

.title {
margin-bottom:5%;
}
.title h1,.title h2{
margin-bottom:0;
}
.title h3 {
margin-bottom:0.2em;
font-size:24px;
}
.title p {
margin-bottom:0;
font-size:95%;
}

.bg-text::before {
font-family:'Raleway,Kanit',arial;
font-size: 90px;
line-height: 90px;
letter-spacing: 1px;
font-weight: 900;
display: none;
color: #234975;
position: absolute;
top: 40px;
left: 40px;
z-index: -1;
opacity:0.085;
}

.bg-text::before{
content: "MEIST";
}

.social {
margin-right:30px;
}
.social a{
margin-left:7px;
color:#007dc7;
display:inline-block;
}

.line-top,.line-bottom {
background-color:#000;
position:absolute;
z-index:-200;
width:100%;
height:3px;
}
.line-top{
top: -6px;
background: linear-gradient(to left, rgba(33,37,46,0) 20%, rgba(33,37,46,1) 50%, rgba(33,37,46,0) 80%);
}
.line-bottom {
right:50%;
bottom: -6px;
background: linear-gradient(to left, rgba(33,37,46,0) 0%, rgba(33,37,46,1) 40%);
}

.line-vert-left,.line-vert-right {
background-image: linear-gradient( rgba(33,37,46,0) 20%, rgba(33,37,46,1) 50%, rgba(33,37,46,0) 80%);
position:absolute;
z-index:-200;
width:3px;
height:200%;
}
.line-vert-left{
left: 6px;
}
.line-vert-right {
right:6px;
}

.kik{
display:inline-block;
}
.kik img{
max-height:110px;
}

.eoy {
margin-left:20px;
padding-top:15px;
padding-bottom:15px;
display:none;
height:100%;
max-height:100%;
box-sizing:border-box;
position:relative;
z-index:800;
}
.eoy:hover{
opacity:1;
}
.eoy img{
width:auto;
height:100%;
max-width:none;
max-height:100%;
display:block;
}

.highlighted{
color: #155767;
font-size:inherit;
font-weight:500;
}

.small{
font-size:90%;
}

.margin-bottom{
margin-bottom: 5%;
}

audio {
width: 100%;
max-width: 335px;
}

.mm-listview {
padding-left:0;
text-transform:uppercase;
}

.mm-listview li{
font-size:18px;
text-align:left;
}

.mm-listview li:before {
content: " ";
}


/* tagasiside vorm 
---------------------------------------------------*/

.comConnectForm,#txpCommentInputForm {
padding: 30px 0 20px;
width:100%;
max-width: 1000px;
}

.comConnectForm fieldset{
margin: 0;
padding:30px 0px 20px;
border:0px solid #ddd;
position:relative;
}

.comConnectForm legend{
margin: 0;
padding: 5px 0;
font-size:130%;
font-weight:400;
position:absolute;
left:0;
top:-40px;
}

.comConnectForm input, .comConnectForm textarea, .comConnectForm select,#txpCommentInputForm input,#txpCommentInputForm textarea{
background-color:transparent;
margin: 3px 0;
padding: 5px;
color:#222;
line-height:1.25em;
border-width: 0px;
border-bottom: 1px solid #999;
border-radius:0px;
width: 100%;
display:inline-block;
}

.comConnectForm label,.comConnectForm p,#txpCommentInputForm label{
margin:0 ;
padding:0 10px;
line-height:2.1em;
color:inherit;
display:none;
}

label.comRequired::after {
content: " *";
color: red;
font-weight:400;
}

.comConnectForm input.comCheckbox, .comConnectForm input.comRadio{
margin:0 0 0 30px;
padding: 0;
line-height:1.5em;
width:20px;
border:none;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
display:inline-block;
}

label.comCheckbox, label.comRadio{
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:inherit;
display:inline-block;
float:none;
}

.comConnectForm input.comSubmit{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:#000;
margin: 15px 0 0 30%;
padding: 8px 20px;
color:#fff;
border:none;
width:auto;
display:inline-block;
}

.comThanks{
background-color:#dcebd4;
padding:15px 40px;
font-size: 125%;
font-weight:700;
border:1px solid #999;
}

.comError{
margin:0 auto 50px;
}

input::-ms-input-placeholder {
color: #666;
}

/* supported by Safari 9.2+ Firefox 51, Chrome 57 */
::placeholder {
color: #666;
font-size:80%;
font-style:italic;
opacity: 1; /* Firefox; */
}


div[style^=visibility] {
height: 0;
overflow: hidden;
}



/* mobile devices (min-width:420px) 
---------------------------------------------------*/

@media screen and (min-width:420px) {

.section-box-content { 
padding:40px 40px 60px;
}

}


/* mobile devices (min-width:500px) 
---------------------------------------------------*/

@media screen and (min-width:500px) {

.tulbad-2-diff{
flex-direction: row;
justify-content: space-between;
}

.tulbad-2-diff > div:nth-child(1n){
width:64%;
}

.tulbad-2-diff > div:nth-child(2n){
width:32%;
}

}



/* mobile devices (min-width:650px) 
---------------------------------------------------*/

@media screen and (min-width:650px) {

a.left,img.left {
margin:0 15px 0 0;
float:left;
}

a.right,img.right {
margin:0 0 0 15px;
float:right;
}

#header {
height:80vh;
}

#header-sub {
height:70vh;
}

#footer p{
text-align:left;
}

.columns-2{
column-count:2;
column-gap:40px;
}

.veerud-2 > div,.veerud-3 > div,.veerud-4 > div,.veerud-5 > div{
width:50%;
}

.tulbad-2 {
flex-direction: row;
justify-content: space-between;
}

.tulbad-2 > div{
width:48%;
}

.tulbad-3 > div,.tulbad-4 > div{
width:47%;
margin-right:6%;
}

.tulbad-2 > div:nth-child(2n),.tulbad-3 > div:nth-child(2n),.tulbad-4 > div:nth-child(2n),.tulbad-4 > div:nth-child(4n){
margin-right:0;
}

.diff-columns > div{
width:30%;
}

.diff-columns > div:first-child{
padding-right:5%;
width:70%;
}

.flex {
flex-direction:row;
justify-content: flex-start;
}

.flexbox-1 {
flex-basis: 50%;
order:2;
}

.flexbox-2 {
flex-basis: 50%;
order:1;
}

.flex-2 {
flex-direction:column;
justify-content: flex-start;
}

.person > div {
flex-direction:row;
justify-content: flex-start;
}

.person-img {
margin-bottom:0;
flex-basis: 30%;
}

.person-text {
padding-left:30px;
flex-basis: 70%;
}

.swap > div:nth-child(1n) {
order:2;
}
.swap > div:nth-child(2n) {
order:1;
}
.swap > div:nth-child(3n) {
order:3;
}

/* .box-img {
padding-bottom:80%;
} */

.padding-right-1px{
padding-right:1px;
}
.padding-left-1px{
padding-left:1px;
}

.article-album li {
width:16.6666%;
}
.article-album-2 li {
width:50%;
}
.article-album-3 li {
width:33.333333%;
}
.article-album-4 li {
width:25%;
}

}


/* mobile devices (min-width:821px) 
---------------------------------------------------*/

@media screen and (min-width:821px) {


#header {
height:90vh;
}

#header-sub {
height:80vh;
}

.middle-box { 
padding-top:40px;
/* align-items: center; */
}

.middle-box-content{
/* width:50%; */
}

a.logo {
max-width:250px;
}

.content-2 {
padding-top: 40px;
padding-bottom: 100px;
}

.content-3 {
margin-bottom:130px;
padding-top: 0;
}

.columns-2{
column-gap:100px;
}

.veerud-3 > div,.veerud-5 > div{
width:33.33333333%;
}

.tulbad-3 > div,.tulbad-3 > div:nth-child(2n){
width:31.33333333%;
margin-right:3%;
}

.tulbad-3 > div:nth-child(3n){
margin-right:0;
}

.block-uudised > div:nth-child(2n){
margin-top:-20px;
margin-bottom:-20px;
height:510px;
}

.flex-2 {
flex-direction:row;
justify-content: flex-start;
}

.cormorant > div:nth-child(1n){
width:49%;
}
.cormorant > div:nth-child(2n){
width:49%;
}

.front-text {
display:none;
}

.circle-wrapper{
top:18%;
}

.mix-3{
flex-direction:row;
}
.mix-3-1,.mix-3-3 {
width:38%;
}
.mix-3-2 {
padding-top:20px;
padding-bottom:20px;
width:24%;
}
.mix-3-2 > div{
text-align:center;
}

.mix-3-2 > div::before{
background-color:#FAF3E0;
} 

.flex-justify-content-end{
justify-content: flex-end;
align-items: flex-start;
}

.title {
margin-bottom:4%;
}

.smaller-85,.smaller-70 {
margin-bottom:20px;
text-align:center;
width:100%;
}
.smaller-85 img,.smaller-70 img{
margin-left:auto;
margin-right:auto;
max-width:85%;
}
.smaller-70 img{
max-width:70%;
}


p,li,textarea,label,input,td{
font-size:20px;
}

.cormorant-text p{
margin-bottom:0;
font-size:18px;
}

/*
.comment-box {
margin-left:30%;
}
*/

}


/* mobile devices (min-width:940px) 
---------------------------------------------------*/

@media screen and (min-width:940px) {

#languages {
margin-right:0;
}

.bg-text::before,.bg-text-en::before,.bg-text-ru::before {
display: inline-block;
}

.flex-diff {
flex-direction:row;
}
.flexbox-big {
flex-basis: 60%;
}
.flexbox-small {
flex-basis: 40%;
}
.flexbox-small-content {
margin-left:40px;
margin-top:-130px ;
padding:60px 0 0 70px;
position:relative;
z-index: 1;
}
.flexbox-small-content:before{
background-color:#A6B7B8;
content: ' ';
left:0;
top: 0;
bottom:0;
width: 3000px;
position: absolute;
z-index: -1;
}
.flexbox-small-content h2{
font-size:28px;
}

.person {
flex-wrap: nowrap;
}

h1,h2{
font-size:50px;
}

h1.slogan{
font-size:40px;
}

h5.slogan {
font-size:38px;
}


}


/* mobile devices (min-width:1050px) 
---------------------------------------------------*/

@media screen and (min-width:1050px) {

.top {
height:80px;
position:fixed;
}

div.top.scrolled{
background-color:#fff;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
transition: all 0.4s ease-in-out;
z-index:710;
height:70px;
}

.header-top {
height:100px;
}

a.mob-nav{
display: none;
}

a.logo {
max-width:280px;
}

#main-menu{
display: flex;
}

.middle-box { 
padding-top:80px;
/* align-items: center; */
}

.eoy {
display:block;
}

.veerud-4 > div{
width:25%;
}

.veerud-5 > div{
width:20%;
}

.tulbad-4 > div,.tulbad-4 > div:nth-child(2n) {
width:23.5%;
margin-right:2%;
}

.tulbad-4 > div:nth-child(4n){
margin-right:0;
}

.block-uudised > div {
padding: 65px 55px;
}

.flex > div {
padding-top: 50px;
}

.cormorant-text{
display:flex;
}

}


/* mobile devices (min-width:1250px) 
---------------------------------------------------*/

@media screen and (min-width:1250px) {

.top-content {
padding-left:0;
padding-right:0;
}

a.logo {
max-width:370px;
}

.content-1{
padding-top:70px ;
padding-bottom: 70px;
}

.container,.container-2,.container-3,.middle-box { 
padding-left:0 ;
padding-right:0 ;
}

.container-3{ 
padding-top:0;
}

.container-up{
margin-top:-90px ;
}

.flexbox-2 {
padding-left:0 !important;
}

}


/* mobile devices (min-width:1350px) 
---------------------------------------------------*/

@media screen and (min-width:1350px) {

.content-4 {
min-height:55vh;
}

}


/* mobile devices (min-width:2000px) 
---------------------------------------------------*/

@media screen and (min-width:2000px) {

#header {
height:80vh;
}

}


/* mobile devices (min-width:2700px) 
---------------------------------------------------*/

@media screen and (min-width:2700px) {


}

/* mobile devices (min-width: 500px) and (max-width: 649px)
--------------------------------------------------------------- */

@media only screen and (min-width: 500px) and (max-width: 649px)  {

.fast-connect > div{
width:50%;
}

}



/* mobile devices (max-width:819px) 
---------------------------------------------------*/

@media screen and (max-width:819px) {

.cormo{ 
display:none !important;
}

.slides .slide-box .slide-content div{ 
padding: 20px;
}

}