/*! 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;
}

/* 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;
}

.ffa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; 
}

html,body{
min-height:100vh;
}

body {
background-color:#fdf9f0;
background-image: url(/images/258.jpg);
background-repeat: no-repeat;
background-position: left top;
background-size:100% auto;
font-family:'Playfair Display',Raleway,'Times New Roman','Open Sans','Roboto Condensed',lato,roboto,alegreya,arial;
font-size:100%;
font-style:normal;
position:relative;
z-index:0;
}

section, header, footer, div, img, input, textarea, select, label, :before, :after{
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

p,a,li,textarea,label,input,td,table caption {
}

p,ul,ol{
margin-bottom: 30px;
}

p,li,textarea,label,input,td{
font-size:19px;
line-height:1.5em;
color:#fff;
font-weight:400;
}

h1,h2,h3,h4,h5,h6,table caption {
padding:0;
margin-bottom: 0.7em;
line-height:1.3em;
}

h1,h2{
font-size:30px;
color:#000;
font-weight:700;
text-transform:uppercase;
position:relative;
}

/* h1:after,h2:after {
margin-left:15px;
content: "";
background-color:#99856D;
width: 1000%;
height:1px;
left:100%;
top: 50%;
position:absolute;
} */

h3 {
margin-bottom: 1.2em;
color:#111;
color:#6E2502;
font-size:30px;
font-weight:400;
border-bottom:0px dotted #555;
}

/* h3:before {
content: " ";
border:1px solid #6fb0db;
display: block;
width: 50px;
margin: 0 0 15px 0;
} */

h4 {
margin-bottom: 1.0em;
font-size:25px;
color:#fff;
font-weight:400;
}

h5 {
margin-bottom: 1.0em;
color:#fff;
font-size:23px;
font-weight:400;
}

h6 {
margin-bottom: 1.2em;
color:#fff;
font-size:21px;
font-weight:400;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6{
list-style-type: none;
margin:0;
padding: 0;
font-size:0;
word-spacing: -0.26em;
max-width:100%;
}

img {
max-width:100%;
height:auto;
}

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);
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;
font-weight:400;
color:inherit;
text-decoration:none;
transition: 0.3s;
opacity:1;
}

.body a{
text-decoration:underline;
}

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%; */
}

.offer tr td:first-child {
padding-right: 1.0em;
color:#aaa;
}

hr {
margin-bottom:1em;
width:100%;
height:1px;
background-color:#99856D;
border:none;
}

.table-head {
background:#333;
color:#fff;
}


/* layout
----------------------------------------------- */

#container {
width:100%;
position:relative;
z-index:1;
}

.main {
background-image: url(/imaaages/36.jpg);
background-position: -250px top;
background-attachment:fixed;
background-repeat: no-repeat;
margin-top:60px;
max-width:100%;
overflow:hidden;
position:relative;
z-index:0;
}

#header,#header-sub,.content-1,.content-2,.content-3,.content-4,#footer,#footer-2{
background-position: center center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
width:100%;
position:relative;
}

#container:before,.top:before,.header:before,#header:before,#footer:before,.content-2:before,.content-3:before,.content-4:before,.container:before,.container-2:before,.vert-middle:before,.article:before,#container:after,.top:after,.header:after,#header:after,#footer:after,.content-1:after,.content-2:after,.content-3:after,.content-4:after,.container:after,.container-2:after,.vert-middle:after,.article:after,.diff-columns:after,.myCalendar:after  {
display: table;
content: ' ';
clear:both;
} 

#header {
padding:0;
text-align:center;
width:100%;
height:60px;
position: relative;
z-index:8;
}

#header-front {
padding-bottom:17%;
position: relative;
z-index:8;
}

.top {
background-color:#22262e;
width:100%;
height:60px;
position:fixed;
z-index:700;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}

.top .container {
background-color:transparent;
padding-left:0;
padding-right:0;
height:100%;
position:relative;
z-index:505;
}

.top-content {
padding-left:10px;
display: flex;
flex-direction:row;
justify-content: flex-end;
align-items: center;
height:100%;
border-top:0;
position:relative;
z-index:510;
}

a.logo {
margin-right:auto;
padding-top:0;
padding-bottom:0;
color:#fff !important;
display:block;
height:100%;
max-height:120px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
position:relative;
z-index:800;
}

a.logo:hover {
opacity:1;
}

a.logo img{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
display:block;
}

a.logo-2 {
margin-right:0;
padding-top:0;
padding-bottom:0;
display:block;
height:120px;
box-sizing:border-box;
left:30px;
top:20px;
display:none;
position:absolute;
z-index:9;
}

.header-logo{
margin-left:auto;
margin-right:auto;
max-width:80%;
display:block;
}

#mm-all-menus:not( .mm-menu ) {
display: none;
}

#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-right: 20px;
font-size:17px;
color:#fff;
position:relative;
z-index:600;
}

/* #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 {
margin:0 ;
font-weight:400;
color:inherit;
text-decoration:none;
}

#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:#000; 
margin:0 0 1px;
padding:9px 14px;
text-align:left;
color:#fff;
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:#333;
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:0;
margin: 0;
list-style-type: none;
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
height:100%;
}

#languages li{
margin:0 8px;
color:#fff;
font-size:17px;
}

#languages li a {
color:inherit;
font-weight:400;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#languages a:hover {
opacity:1.0;
}

.content-1 {
padding-top: 0;
position:relative;
z-index:6;
}

.content-2 {
padding-top: 0;
padding-bottom:8%;
position:relative;
z-index:4;
}

.content-3 {
padding-top:8%;
padding-bottom:8%;
position:relative;
z-index:3;
}

.content-4 {
border-top: 4px solid #b19f47;
position:relative;
z-index:4;
}

.content-4 p,.content-4 li{
margin-bottom:0;
color:#fff;
}

.content-5 {
padding-top: 4%;
padding-bottom:3%;
}

.content-5 > div{
margin-left:auto;
margin-right:auto;
padding-left: 4%;
padding-right: 4%;
text-align:center;
width:100%;
max-width:1100px;
position:relative;
z-index:12;
}

.content-6 {
padding-bottom:5%;
position:relative;
z-index:10;
}

.container,.container-2,.container-3,.footer-container{
margin-left:auto;
margin-right:auto;
padding-left: 5%;
padding-right: 5%;
padding-top: 0;
padding-bottom: 0;
width:100%;
max-width:800px;
overflow:hidden;
position:relative;
z-index:12;
}

.container-2{
padding-top:5%;
}

.container-3 {
}

.container-4{ 
background-color:#333322;
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:transparent;
background-position: center center;
padding-top:0px;
padding-bottom:0px;
display:none;
position:relative;
z-index:7;
}

#footer .container{
background-color:transparent;
}

.team {
padding-bottom:20px;
text-align:center;
}

#footer h5{
margin:0 0 0.4em;
}

.logo-footer {
position: relative;
z-index: 40;
width:200px;
}

.article {
padding-bottom:7%;
width:100%;
position:relative;
z-index:5;
}



/* vetical-align middle
------------------------------------- */

.vert-middle {
margin-left: auto;
margin-right: auto;
width:100%;
max-width:1100px;
height:100%;
position:relative;
z-index:13;
}

.middle-box { 
padding-left:5%;
padding-right:5%;
padding-top:90px;
padding-bottom:10%;
height:100%;
display: flex;
flex-direction:column;
justify-content: flex-end;
align-items:center;
position:relative;
z-index:12;
}

.middle-box-content{
text-align:center;
width:100%;
}

.middle-box h1 {
margin-bottom:0.1em;
font-size:40px;
color:#fab500;
line-height:1.3em;
font-weight:400;
text-transform:uppercase;
font-style:normal;
}

.middle-box h2 {
margin-bottom:0.1em;
font-size:30px;
color:#fab500;
line-height:1.3em;
font-weight:400;
/* text-transform:uppercase; */
font-style:normal;
}

.middle-box p{
margin-bottom:0;
font-family:Oswald,'Archivo Narrow','Times New Roman','Open Sans','Roboto Condensed',lato,roboto,alegreya,arial;
color:#fff;
line-height:1.3em;
font-size:30px;
font-weight:300;
}



/* 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-1{
background-image: url(/images/3.jpg);
}

.bg-2{
background-image: url(/images/6.png);
background-repeat: repeat;
background-size:auto;
}

.bg-3{
background-image: url(/images/8.png);
background-repeat: repeat;
background-size:auto;
}

.bg-4{
background-color:#330500;
}

.bg-5 {
background-color:#330500;
}

.bg-6{
background-image: url(/images/78.jpg);
}

.bg-7{
background-image: url(/images/14.jpg);
}

.bg-8{
background-image: url(/images/26.jpg);
}

.bg-9{
background-image: url(/images/4.jpg);
}

.bg-12{
background-color:#f9f9f9;
}



/* curtains
---------------------------------- */

.header-curtain{
background: rgba(0,0,0, 0.20);
left: 0;
right:0;
top:0;
bottom:0;
position: absolute;
z-index: 3;
}

.header-curtain-2:before {
background: rgba(1, 1, 1, 0.5);
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;
}

.section-curtain-1{
background: rgba(0,0,0, 0.4);
left: 0;
right:0;
top:0;
bottom:0;
width: 100%;
height:100%;
position: absolute;
z-index: 8;
}

.section-curtain-2{
left: 0;
right:0;
bottom:0;
width: 100%;
height: 40px !important;
position: absolute;
z-index: 4;
}

.section-curtain-2: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;
}

.section-curtain-3{
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;
}


/* subpage width sidebar
--------------------------------------------- */

.sub-container{
margin:0 auto;
padding-bottom:30px;
}

.sidebar-container{
margin:0 -3%;
padding:0;
}

.sidebar-container h6{
margin:0;
line-height:2.9em;
color:#111;
font-size:20px;
text-transform:uppercase;
}

.article-list{
background-color:#f7f7f7;
margin:0;
padding:10px 20px;
line-height:1.4em;
}

.sidebar-content{
background-color:#f9f9f9;
background-color:#fff;
margin:0;
padding:5% 5%;
}


/* 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;
}



/* tulbad 
-------------------------------------------- */

.tulbad-2,.tulbad-3,.tulbad-4{
display: flex;
flex-direction:row;
align-items: stretch;
flex-wrap: wrap;
width:100%;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div{
margin-right:0;
margin-bottom: 3%;
width:100%;
}


/* veerud
---------------------------------------- */

.veerud-1,.veerud-2,.veerud-3,.veerud-4,.veerud-5{
display: flex;
align-items: stretch;
flex-wrap: wrap;
}

.veerud-1 > div,.veerud-2 > div,.veerud-3 > div,.veerud-4 > div,.veerud-5 > div{
position:relative;
width:100%;
}


/* flexbox with 2 different width columns
---------------------------------- */

.flex-diff {
display: flex;
flex-direction:column;
justify-content: center;
}

.flexbox-big,.flexbox-small {
padding-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
position: relative;
z-index: 10;
}

.flexbox-small {
padding-left:3%;
}


/* Information columns  
-------------------------------------------- */

.info > div{
padding-left:2%;
padding-right:2%;
padding-top:2px;
padding-bottom:25px;
text-align: center;
}

.info i{
margin-bottom:15px;
font-size:300%;
color:#32bbef; 
}

.info p{
margin-bottom:0;
padding-bottom:0;
line-height:1.4em;
font-size:135%;
}

.info span{
padding-top:15px;
display:block;
}


/* 2 columns with different width  
-------------------------------------------- */

.diff-columns{
margin-left: auto;
margin-right: auto;
width:100%;
}

.diff-columns > div{
margin-bottom: ;
overflow:hidden;
position:relative;
width:100%;
}


/* equal height columns
------------------------------------------ */

.equal-height{
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
position: relative;
z-index:1;
}

.equal-height:after  {
display: table;
content: " ";
clear:both;
}

.equal-height > div {
padding:20px;
background: rgba(1,1,1, 0.025);
}


/* read on + posted
------------------------------------ */

.meta {
margin:0 ;
padding:0;
text-align:right;
line-height:1.5em;
}

.edasi,.tagasi {
margin-top: 0;
padding-left:0;
padding-right:0;
}

.edasi a,.tagasi a{
padding-left:2px;
padding-right:50px;
padding-top:10px;
padding-bottom:1px;
font-size:90%;
font-weight:600;
color:#000;
/* font-style:italic; */
text-decoration: none;
text-transform:uppercase;
display:inline;
border-top:2px solid #886600;
border-radius:0;
transition: padding 0.35s linear 0s;
-moz-transition: padding 0.35s linear 0s;
-webkit-transition: padding 0.35s linear 0s;
-o-transition: padding 0.35s linear 0s;
}

.open-link{
background-color:#fff; 
padding-left:22px;
padding-right:22px;
padding-top:10px;
padding-bottom:10px;
font-size:90%;
color:#32bbef;
font-style:italic;
text-decoration: none;
text-transform:normal;
display:inline;
border:1px solid #6E2502;
border-radius:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.edasi a:hover,.tagasi a:hover, .open-link:hover{
padding-right:70px;
opacity:1.0;
}

/* .edasi a:before,.tagasi a:before, .open-link:after {
font-family: 'Font Awesome 5 Free';
font-size:25px;
font-weight:400;
color:#E5A11C;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
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:before, .open-link:after{
content: "\f35a";
margin-right:8px;
}
.tagasi a:before {
content: "\f104";
margin-right:8px;
}
.edasi a:hover:before,.open-link:hover:after{
margin-left:14px;
margin-right:-7px;
}
.tagasi a:hover:before{
margin-right:14px;
} */

.posted {
margin-bottom: 20px;
padding: 0;
line-height:1em;
font-weight:400;
font-style:normal;
text-transform:uppercase;
position:relative;
z-index:1;
}

time{
display:inline-block;
}

.time-day{
padding-right:5px ;
line-height:60px;
font-size:60px;
color:#886600;
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;
} */



/* front news
-------------------------------------*/

.col-content{
display: flex;
flex-direction:column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
}

.col-content > div{
}

.col-content .posted {
margin-bottom:10px;
padding: 0;
display:block;
}

.nowrap h1{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.nowrap h1 span{
text-transform:none;
}

.col-content h2{
/* font-family:Nunito,'Playfair Display',Raleway,'Times New Roman','Open Sans','Roboto Condensed',lato,roboto,alegreya,arial; */
padding:0;
margin:0 0 10px;
line-height:1.4em;
font-size:23px;
color:#fff;
font-weight:700;
text-transform:none;
}
.col-content h6 {
    margin-bottom: 1.2em;
    color: #fff;
    font-size:17px;
    font-weight: 400;
}

.col-content a {
    text-decoration: none;
    opacity: 1;
}

.col-content p{
margin-bottom:12px;
color:#fff;
}

/* .col-content .edasi{
text-align:right; 
} */

.news-headline {
font-size:35px;
color:#fff;
display: inline-block;
position: relative;
}

.news-headline:before,.news-headline:after {
content: "";
background-color:#886600;
width: 40px;
height:2px;
top: 50%;
position:absolute;
}

.news-headline:before {
margin-right:15px;
right:100%;
}

.news-headline:after {
margin-left:15px;
left:100%;
}


/* kuulutused
------------------------------------- */

.col-content-2{
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
}

.col-content-2 > div{
margin-bottom: 25px;
position:relative;
z-index: 100;
}

.col-content-2 p{
margin-bottom:5px;
line-height:1.2em;
font-size:16px;
font-weight:300;
color:#333;
}

.col-content-2 .edasi{
text-align:right;
}

.article-img{
padding-bottom:70%;
border-radius:20px;
overflow:hidden;
position:relative;
z-index:10;
}
.article-img-article{
margin-bottom:3%;
padding-bottom:70%;
}

.article-img > a{
left:0;
right:0;
top:0;
bottom:0;
position: absolute !important;
z-index:10;
transition: transform .5s;
}

.article-img > a img,.article-img-article > 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:hover a{
transform: scale(1.1);
}

.col-content-2 h2 {
background-color: rgba(0, 0, 0, 0.5);
margin-bottom:0;
padding-left: 5%;
padding-right: 2%;
padding-top:8px;
padding-bottom:8px;
font-family:Nunito,'Playfair Display',Raleway,'Times New Roman','Open Sans','Roboto Condensed',lato,roboto,alegreya,arial;
line-height:1.5em;
font-size:17px;
color:#fff;
font-weight:400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
display:block;
width:100%;
left:0;
bottom:0;
position:absolute;
z-index:700;
-webkit-transition: padding-bottom .5s;
-o-transition: padding-bottom .5s;
-ms-transition: padding-bottom .5s;
transition: font-weight padding-bottom .5s;
}

.col-content-2 h2:after{
height:0;
}

.article-img:hover h2{
padding-bottom: 15px;
}



/* front news vertical
------------------------------------ */

.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;
}



/* categories
------------------------------------------ */

.cat {
text-align:left;
}

.cat > div{
max-width:300px;
}

.cat-img{
padding-bottom:75%;
display: block;
text-align: center;
overflow: hidden;
position: relative;
z-index:10;
}

.cat-img a{
left:0;
right:0;
top:0;
bottom:0;
position: absolute;
z-index:10;
-webkit-transition: transform .3s;
-o-transition: transform .3s;
-ms-transition: transform .3s;
transition: transform .3s;
}

.cat-img a img{
margin:0 auto;
padding:0;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
position:absolute;
display:block;
float:none;
width:auto;
max-width:400px;
max-height:400px;
}

.cat-img:hover a {
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
}

.cat h6 {
padding:10px 0;
margin: 0 ;
line-height:1.3em;
font-size:18px;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.cat h6 a{
color:inherit;
height:auto;
}


/* article album
----------------------------------------------- */

.article-album{
margin-bottom:30px;
padding-left:0;
display: flex;
flex-wrap: wrap;
/* overflow:hidden; */
position:relative;
z-index:1;
}

.article-album:before{
content: "";
background-color:#fdf9f0;
width: 1000%;
height:calc(100% - 50px);
left:-200px;
top: 50px;
position:absolute;
z-index:-1;
}

.article-album li {
margin-right: 3%;
margin-bottom:3%;
padding-right: 0;
padding-bottom:0;
text-align:center;
width:30.3333333333%;
display:block;
border-radius: 15px;
overflow: hidden;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.article-album li a{
padding-bottom:100%;
width: 100%;
display:block;
overflow: hidden;
position:relative;
z-index:1;
}

.article-album 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;
-webkit-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
}

.article-album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


.thumb-alt {
margin:0 auto;
text-align:center;
font-style: italic;
color:#444;
line-height:1.4em;
font-size:90%;
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;
-webkit-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
}

.album img{
margin:0 auto;
padding:0;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
position:absolute;
display:block;
float:none;
width:auto;
max-width:400px;
max-height:400px;
}

.album:hover a {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
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;
}


/* call to action
----------------------------------- */

.call-to-action {
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position:relative;
z-index:1000;
}

.call-to-action > div{
background-image: linear-gradient(to bottom, rgba(85,93,109,1) 0%, rgba(18,21,27,1) 100%);
margin-left:5px;
margin-right:5px;
margin-top:0;
margin-bottom:0;
border-radius:50%;
overflow:hidden;
width:140px;
height:140px;
position:relative;
z-index:10;
}

.call-to-action > div > a{
display: flex;
flex-direction:column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
left:0;
right:0;
top:0;
bottom:0;
position: absolute !important;
z-index:10;
transition: transform .2s;
}

.call-to-action > div img{
margin-bottom:4px;
padding:0;
width: 25px;
height: auto;
max-width:none;
}

.call-to-action > div:hover > a{
transform: scale(1.05);
opacity:1;
}

.call-to-action h4 {
margin-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
padding-bottom:0;
line-height:1.1em;
font-size:17px;
color:#fff;
font-weight:400;
}

.call-to-action p {
margin-bottom:0;
line-height:1.1em;
font-size:17px;
color:#fff;
font-weight:400;
}


/* map link
----------------------------------- */

.map-link{
background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
margin-left:2px;
margin-right:2px;
margin-top:0;
margin-bottom:25px;
border-radius:50%;
overflow:hidden;
width:140px;
height:140px;
position:relative;
z-index:10;
}

.map-link > a{
display: flex;
flex-direction:column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
text-decoration:none;
left:0;
right:0;
top:0;
bottom:0;
position: absolute !important;
z-index:10;
transition: transform .2s;
}

.map-link img{
margin-bottom:4px;
padding:0;
width: 25px;
height: auto;
max-width:none;
}

.map-link:hover > a{
transform: scale(1.05);
opacity:1;
}

.map-link h4 {
margin-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
padding-bottom:0;
line-height:1.1em;
font-size:18px;
color:#000;
font-weight:400;
}


/* contact box
----------------------------------- */

.contact-box {
background-color:#11141C;
margin-top:10px;
font-family:'Playfair Display',Raleway,'Times New Roman','Open Sans','Roboto Condensed',lato,roboto,arial;
justify-content: center;
border-radius:20px;
overflow:hidden;
max-width:1000px;
position:relative;
z-index:900;
}

.contact-box > div{
padding:5%;
}

.contact-box-text {
background-color:#C80205;
}

.contact-box * {
line-height:1.5em;
color:#fff ;
font-size:16px;
}

.contact-box h4 {
margin-bottom:20px;
padding-left:0;
padding-right:0;
padding-top:0;
padding-bottom:0;
line-height:1.1em;
font-size:25px;
color:#fff;
font-weight:400;
}

.contact-box p {
margin-bottom:20px;
font-weight:400;
}

.contact-box ul{
margin-top:auto;
margin-bottom:0;
padding-left:0;
list-style-type:none;
}



/* toggle content
---------------------------------------------- */

.toggle-content{
margin-bottom: 60px;
}

.toggle-content h3{
padding:0 0 15px 0;
margin: 0 ;
line-height:1.5em;
color:#222;
font-weight:500;
font-style:normal;
cursor:pointer;
}

.toggle-content h3:before,.toggle-content h3.alt:before {
margin: 0 6px 0 0;
font-family: 'Font Awesome 5 Free';
font-size:22px;
font-weight:900;
color:#D88F03;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.toggle-content h3:before{
content: "\f105";
}

.toggle-content h3.alt:before {
content: "\f107";
}

.toggle-content div {
background-color:#fff;
margin: 10px 0 40px;
padding:25px 5%;
}

.toggle-content button{
background-color:#eee;
margin: 0;
padding:8px 25px;
font-family:inherit;
font-size:0.8em;
color:#111;
font-weight:400;
text-transform:uppercase;
border:none;
}



/* section content box
---------------------------------- */

.content-blocks > div {
margin-bottom:100px;
}

.content-blocks > div:before,.content-blocks > div:after{
display: table;
content: " ";
clear:both;
}

.section-box-content { 
background-image: url(/images/5.png);
background-position: center bottom;
background-size:100% auto;
padding:30px 15px 40px;
text-align:left;
width: 100%;
max-width:390px;
position: relative;
z-index: 1;
}

.section-box-content h2{
color:#00AFA9;
font-weight:300;
}

.section-box-content p{
color:#333;
}

.c-left {
float:left;
}

.c-right {
float:right;
}


/* navigation
------------------------------------- */


#navigation{
text-align:center;
}

#navigation p{
margin-bottom:0;
margin-left:auto;
margin-right:auto;
padding:0;
line-height:1.0em;
font-size:16px;
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{
background: rgba(1, 1, 1, 0.7);
margin-right:1px;
padding:18px 25px;
color:#fff;
text-decoration:none;
border-radius:5px;
position:relative;
z-index:3;
}

.nav-link{
color:#F78F1E;
}


/* background-color before and after
--------------------------------------- */

.before,.after{
position: relative;
}

.before:before{
content: "";
background-color:inherit;
position: absolute;
width: 3000px;
height: 100%;
top: 0;
left: -3000px; 
z-index: 1000;
}

.after:after {
content: "";
background-color:inherit;
position: absolute;
width: 3000px;
height: 100%;
top: 0;
z-index: -1000;
right: -3000px;
}



/* partnerid
----------------------------------------- */

.partnerid {
padding-bottom:0px;
text-align:right;
display: flex;
flex-direction:row;
justify-content: flex-end;
align-items: center;
}

.partnerid > a,.partnerid > div {
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.partnerid a:hover {
opacity:1;
}

.partnerid img{
padding-left:7px;
padding-right:7px;
padding-bottom:10px;
text-indent:-5000em;
width:auto;
height:auto;
max-width:100%;
max-height:70px;
display:inline-block;
}

#ssb-evul-stamp > div{
padding-left:7px;
padding-right:7px;
padding-bottom:10px;
width:auto;
height:70px !important;
}

.partnerid br {
display:none;
}






/* persons profile
---------------------------------- */

.person{
margin-bottom:30px;
display: flex;
flex-direction:column;
justify-content: center;
}

.person:nth-child(odd) {
background: rgba(0,0,0, 0.025);
}

.person-img {
margin-bottom:30px;
text-align:center;
}

.facebox {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(230,226,225,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(34%, rgba(255,255,255,1)), color-stop(100%, rgba(230,226,225,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(230,226,225,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(230,226,225,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(230,226,225,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 34%, rgba(230,226,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e2e1', GradientType=0 );
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
padding:12px;
max-width:250px;
border-radius:50%;
overflow:hidden;
}

.facebox img {
display:block;
border-radius:50%;
}

.face {
background-position: center center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
padding-bottom:100%;
width:100%;
max-width:100%;
border-radius:50%;
}

.person-img p{
margin-bottom:0;
}

.person-text {
text-align:left;
position: relative;
z-index: 10;
}


/* mobile-menu
--------------------------------------- */

a.mob-nav{
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
height: 50px;
width: 55px;
border-radius: 0;
/* box-shadow: 0 3px 12px rgba(1,1,1,0); */
}

.burger {
display: block;
width: 40px;
}

.burger .bar {
background-color: #fff;
margin: 2px 0;
border-radius: 0px;
width: 40px;
height: 3px;
float: right;
display: block;
}


/* fancybox
----------------------------------------------- */

/* .fancybox-slide--iframe .fancybox-content {
margin: 0 0 0;
width  : 940px;
max-width  : 80%;
max-height : 80%;
margin: 0;
} */

.fancybox-content {
background:transparent !important;
margin: 0 0 0;
padding:0;
max-width: 99%;
height : auto;
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;
}

.fancybox-close-small {
    color: #fff;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 44px;
    z-index: 1000;
}

/* 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;
}



/* miscellanneous
------------------------------------ */

.indent {
text-align:left;
left:-5000em;
position:absolute;
z-index:500;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.align-left {
text-align:left;
}

.align-right {
text-align:right;
}

.align-center {
text-align:center;
}

.hide {
display:none;
}

.columns-2{
column-count:1;
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
}

.login{
display:inline-block;
position:relative;
z-index:2000;
}

.no-disc-ul {
list-style-type:none;
padding-left:0;
}

.sub-section-content {
margin-top:10%; 
margin-bottom:10%; 
padding:0 7%;
display:inline-block;
position:relative;
z-index:3; 
}

.color-black{
color: #000;
}

.color-black:before,.color-black:after {
background-color: #000;
}

.borders {
padding: 15px 40px;
text-align:center;
border:1px solid #fff;
border-radius:3px;
display:inline-block;
}

.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 {
padding-top:20px;
padding-bottom:20px;
position:relative;
z-index:1;
}
.title:before{
content: "";
background-color:#fff;
width: 1000%;
height:100%;
left:-200px;
top: 0;
position:absolute;
z-index:-1;
}
.title h1,.title h2{
margin-bottom:0;
}
.title h3 {
margin-bottom:0.2em;
font-size:24px;
}
.title p {
margin:0 0 0.2em;
}
.title img{
display:block;
}

.body {
padding-top:30px;
padding-bottom:30px;
position:relative;
z-index:1;
}

.body:before{
content: "";
background-color:#151A28;
width: 1000%;
height:100%;
left:-200px;
top: 0;
position:absolute;
z-index:-1;
}

.social {
margin-left:0;
margin-top:15px;
text-align:center;
min-width:100%;
display:block;
}
.social a{
margin-left:10px;
color:#000;
display:inline-block;
}
.social img{
max-width:33px;
}
.soc i{
font-size:30px;
}

.blue {
color:#FFEBA6;
}
.pink {
color:#DB427B;
}
.hall {
color:#A1A1A1;
}
.green {
color:#36D622;
}

.line-top,.line-bottom {
background-color:#99856D;
position:absolute;
z-index:700;
width:100%;
height:3px;
}

.line-top{
top: 4px;
}

.line-bottom {
bottom: -6px;
}

.texture-top {
    background-image: url(images/texture-top.svg);
    top: -1px;
    clear: both;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    left: 0;
    position: absolute;
    z-index: 9999;
}

.texture-bottom {
    background-image: url(images/texture-bottom.svg);
    bottom: -1px;
    clear: both;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    left: 0;
    position: absolute;
    z-index: 9999;
}

.wrap,.highlighted{
font-family:Roboto,Oswald,'open sans',arial;
color: #155767;
font-size:inherit;
font-weight:400;
}

.button {
background-color:#99856D;
margin-top:30px;
padding: 0 50px;
line-height:3.7em;
text-align:center;
font-size:14px;
color:#bb9955;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
border:0px solid #fff;
border-radius:0px;
}

/* .button:after {
margin-left:8px;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-size:inherit;
font-weight:600;
color:#FFC00C;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
transition: all 0.3s linear 0s;
} */

.bottom-content{
display: flex;
flex-direction:column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.google-map{
height:60vh;
}

.gray {
background-color:#f9f9f9;
padding:20px;
}

.gray-box {
background-color: #f8f8f8;
width: 45%;
height: 60%;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
position: absolute;
z-index: -1;
}

.img-up{
    transform: translateY(-50px);
position:relative;
}

.solarscreen-logo,.coverstyl-logo{
margin-bottom: 40px;
}

.uus-hind {
right:0;
top:20px;
padding-left: 0;
padding-right:0;
text-align:left;
line-height:1.9em;
font-size:16px;
color:#1e3645;
font-weight:700;
height:50px;
position:absolute;
z-index:700;
}
.uus-hind img{
width:auto;
max-width:none;
max-height:100%;
}

.small{
font-size:90%;
}

.margin-bottom{
margin-bottom: 5%;
}

.no-padding {
padding:0 !important;
}

.connect{
color: #E5A11C;
}

.diagonal-stripes{
background-image: linear-gradient(45deg, transparent 40%, #ddd 40%, #ddd 50%, transparent 50%, transparent 90%, #ddd 90%, #ddd 100%);
background-size: 7.07px 7.07px;
background-position: center center;
background-repeat: repeat;
}

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: 0;
width:100%;
max-width: 1000px;
}

.comConnectForm fieldset{
margin: 0;
padding:0px 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:#20232C;
margin: 6px 0;
padding: 5px;
color:#fff;
line-height:1.25em;
border: 0px solid #999;
width: 100%;
display:inline-block;
}

#txpCommentInputForm input.button{
background-color:#eee;
}

.comConnectForm label,.comConnectForm p,#txpCommentInputForm label{
margin:0 ;
padding:0 10px;
line-height:2.1em;
color:inherit;
display:block;
}
.comConnectForm label{
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{
box-shadow: none;
background-color:#fff;
margin: 0 ;
padding: 8px 20px;
color:#000;
border:none;
display:inline-block;
width:auto;
}

.button-box{
text-align:right;
}

.button-submit{
background-color:#C80205;
margin-left:auto;
padding-right: 10px;
display:inline-block;
}

.button-submit:after {
margin-left:10px;
margin-top:0;
content: "\2192";
font-family: 'Font Awesome 5 Free';
font-size:22px;
font-weight:600;
color:#FFf;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.comThanks{
background-color:#dcebd4;
padding:40px 40px;
color: #111;
font-size: 125%;
font-weight:700;
border:1px solid #999;
}

.comError{
margin:0 auto 50px;
}

input::-ms-input-placeholder {
color: #ddd;
}

/* supported by Safari 9.2+ Firefox 51, Chrome 57 */
::placeholder {
color: #ddd;
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) {


.col-2 li,.col-3 li,.col-4 li,.col-5 li,.col-6 li{
width:50%;
}

}


/* 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;
}

.content-4 {
padding-bottom:90px;
}

.container-up{
margin-top:-60px ;
}

#footer .container {
flex-direction:row;
}

.columns-2{
column-count:2;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-gap:40px;
-moz-column-gap:40px; /* Firefox */
-webkit-column-gap:40px; /* Safari and Chrome */
}

.veerud-2 > div,.veerud-3 > div,.veerud-4 > div,.veerud-5 > div{
width:50%;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div{
width:47%;
margin-right:6%;
}
.tulbad-2-spec > div{
width:49%;
margin-right:2%;
}

.tulbad-2 > div:nth-child(2n),.tulbad-3 > div:nth-child(2n),.tulbad-4 > div:nth-child(2n){
margin-right:0;
}

.col-content-22 h2 {
font-size:14px;
} 

.block-uudised > div{
height:470px;
}

.diff-columns > div{
width:30%;
}

.diff-columns > div:first-child{
width:64%;
}

.fast-connect > div{
width:100% !important;
}

.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;
}

.flexbox-11 {
flex-basis: 100%;
order:1;
}

.flexbox-22 {
flex-basis: 100%;
order:2;
}

.person {
flex-direction:row;
flex-wrap: wrap;
}

.person-img {
margin-bottom:0;
flex-basis: 25%;
}

.person-text {
padding-left:30px;
flex-basis: 75%;
}

.firm {
flex-basis: 100%;
}

.padding-sides {
padding-left:30px !important;
padding-right:30px !important;
}

.padding-top{
padding-top: 100px !important;
}

.bottom-content{
flex-direction:row;
}

.social {
margin-left:-10px;
}

.team {
margin-right:auto;
text-align:left;
}

.gray {
padding:40px;
}

}


/* mobile devices (min-width:821px) 
---------------------------------------------------*/

@media screen and (min-width:821px) {

.top {
background-color:transparent;
height:150px;
position: relative;
z-index:8;
}

#header,#header-front,.top a.logo, a.mob-nav{
display: none;
}

a.logo-2 {
display:block;
}

#all-menus,#main-menu{
display: flex;
}

#languages {
margin-right:0;
}

#languages:before {
content: "•";
color:#fff;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.content-1{
padding-top: 10px;
padding-bottom: 10px;
}

.content-2 {
padding-top: 20px;
padding-bottom: 20px;
}

.content-3 {
padding-top: 30px;
}

.content-6 {
padding-bottom:10px;
}

.container,.container-2,.container-3,.footer-container{
border-radius: 25px;
}

.middle-box h1 {
font-size:70px;
}

.middle-box h2 {
font-size:60px;
}

.middle-box p{
font-size:35px;
}

.logo-footer {
width:170px;
}

.sub-container{
padding:0 5% 0 0;
width:70%;
float:left;
}

.sidebar-container{
margin:0;
width:30%;
float:right;
}

.col-4 li,.col-5 li,.col-6 li{
width:25%;
}

.columns-2{
column-gap:100px;
-moz-column-gap:100px; /* Firefox */
-webkit-column-gap:100px; /* Safari and Chrome */
}

.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(2){
margin-top:-20px;
margin-bottom:-20px;
height:510px;
}

.veerud-2-big > div{
width:50%;
padding-bottom:35%;
}

.flex-2 {
flex-direction:row;
justify-content: flex-start;
}

.flexbox-11 {
flex-basis: 50%;
}

.flexbox-22 {
flex-basis: 50%;
}

.flexbox-11::before {
right: 0;
}

.flexbox-line {
top:0;
bottom:0;
right:0;
position:absolute;
z-index: 12;
}

.flexbox-line::before {
background-color:#f7f7f7; 
content:" ";
top:0;
bottom:0;
left: 0;
width:3000px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
-webkit-transform: skew(-10deg);
-ms-transform: skew(-10deg);
transform: skew(-10deg);
position: absolute;
z-index: -100;
}

.flex-diff {
flex-direction:row;
}

.flexbox-big {
flex-basis: 67%;
}

.flexbox-small {
flex-basis: 33%;
}

.article-img{
border-radius:12px;
}

.title {
}

.show-mobile{
display: none;
}

/*
.comment-box {
margin-left:30%;
}
*/

}


/* mobile devices (min-width:940px) 
---------------------------------------------------*/

@media screen and (min-width:940px) {


.container-up{
margin-top:-130px ;
}

.person {
flex-wrap: nowrap;
}

.firm {
flex-basis: 75%;
order:2
}

.middle-box-content{
width:90%;
}


}


/* mobile devices (min-width:1050px) 
---------------------------------------------------*/

@media screen and (min-width:1050px) {

.container-main {
/* min-height:100vh; */
}
.container-sub {
background-image: url(/images/259.jpg) !important;
background-repeat: no-repeat;
background-position: left bottom;
background-size:100% auto;
min-height:2825px;
}

.container,.container-2,.container-3,.footer-container{
padding-left:40px ;
padding-right:40px ;
padding-top: 0;
padding-bottom: 0;
}

.container-2{
padding-left: 10px;
padding-right: 10px;
}

.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;
}
}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

.container-3{ 
padding-top:0;
}

.flexbox-2 {
padding-left:0 !important;
}

.flexbox-11 {
padding-left:0 !important;
}

.flexbox-22 {
padding-left:5% !important;
}

}


/* mobile devices (min-width:1250px) 
---------------------------------------------------*/

@media screen and (min-width:1250px) {

.content-4 {
min-height:55vh;
}

/* .column-small{
width:40%;
}
.column-big{
width:60%;
} */

.call-to-action {
flex-direction:column;
width:160px;
left:calc(50% - 600px);
top:calc(47% - 170px);
position:fixed;
z-index:1000;
}

.call-to-action > div{
margin-left:0;
margin-right:0;
margin-bottom:30px;
width:150px;
height:150px;
}

.social{
margin-top:0;
}

.bottom-content{
justify-content: flex-end;
}


}


/* mobile devices (min-width:1700px) 
---------------------------------------------------*/

@media screen and (min-width:1700px) {

#header {
height:50vh;
}

.container,.container-2,.container-3,.footer-container{
max-width:1000px;
}

.call-to-action {
left:calc(50% - 700px);
top: 170px;
}

}


/* mobile devices (min-width:2700px) 
---------------------------------------------------*/

@media screen and (min-width:2700px) {

#header-sub {
height:40vh;
}

}

/* 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:1100px) 
---------------------------------------------------*/

@media screen and (max-width:1100px) {
}


/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {


.bg-image {
padding-bottom:0;
position:relative;
}

#header .bg-image {
padding-bottom:40%;
}

.teenused-big > div{
margin-right:0;
margin-bottom: 3%;
overflow:hidden;
width:100%;
}

.block-uudised li a{
padding:0 ;
}

.block-uudised .posted {
display:block;
float:none;
}

.show-laptop {
display:none;
}

}


/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

.slides .slide-box .slide-content div{ 
padding: 20px;
}

}