/*! 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;
}

html,body{
min-height:100vh;
}

body {
background-color:#f7f7f7;
background-repeat: repeat;
background-position: center center;
background-size: auto;
font-family:Roboto,Oswald,Montserrat,questrial,'Roboto Condensed',philosopher,'open sans',lato,roboto,alegreya,'open sans',arial;
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;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.ffa {
display: inline-block;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-weight: normal;
font-stretch: normal;
line-height: 1;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,p,a,li,textarea,label,input,td,table caption {
}

p,ul,ol,.columns-2{
margin-bottom: 30px;
}

p,li,textarea,label,input,td{
font-size:19px;
line-height:1.7em;
color:#000;
font-weight:300;
}

h1,h2,h3,h4,h5,h6,table caption {
padding:0;
margin-bottom: 0.7em;
line-height:1.3em;
}

h1,h2{
font-size:30px;
color:#fff;
font-weight:300;
}

h3 {
margin-bottom: 1.2em;
color:#111;
font-size:30px;
font-weight:200;
}

h4 {
margin-bottom: 1.0em;
font-size:25px;
color:#000;
font-weight:400;
}

h5 {
margin-bottom: 0.5em;
color:#83a958;
font-size:23px;
font-weight:400;
text-transform:uppercase;
}

h6 {
margin-bottom: 1.2em;
color:#000;
font-size:23px;
font-weight:400;
}

h1 span{
color:#ff0000;
font-weight:700;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6{
list-style-type: none;
margin:0;
padding: 0;
text-align:center;
font-size:0;
word-spacing: -0.26em;
}

.col-1 li,.col-2 li,.col-3 li,.col-4 li,.col-5 li,.col-6 li{
background:none;
margin:0;
padding: 0;
text-align:center;
font-size: 1.1rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
overflow:hidden;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

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 #84A580;
}

blockquote p {
margin:0;
text-align:left;
font-style:italic;
color:#000;
}

a,code{
padding:0;
background:none;
font-family:inherit;
font-size:inherit;
font-weight:400;
color:#F78F1E;
color:#427322;
color:#83a958;
text-decoration:none;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

a:hover {
text-decoration:none;
opacity:0.7;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
font-size:inherit;
font-weight:inherit;
color:inherit;
}

code {
font-family:inherit;
}

ul,ol {
list-style-type:disc;
padding-left: 25px;
}

/* 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%;
max-width:100%;
}

table caption {
margin-bottom:0.4em;
padding:0;
text-align:left;
font-size:120%;
color:#83a958;
}

th {
padding:0.2em 0.5em;
text-align:left;
font-weight:700;
color:#111;
font-size:22px;
border-bottom: 0px solid #555;
}

tr:nth-child(odd) {
background: rgba(200,200,200, 0.2);
}

thead tr:nth-child(odd) {
background: rgba(200,200,200, 0);
}

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-top:0;
margin-bottom:30px;
width:100%;
height:3px;
background-color:#83a958;
border:none;
}

.table-head {
background:#333;
color:#fff;
}


/* layout
----------------------------------------------- */

#container {
width:100%;
overflow:hidden;
}

#header,#header-sub,.content-1,.content-2,.content-3,.content-4,#footer{
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-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-2:after,.vert-middle:after,.article:after,.diff-columns:after,.myCalendar:after  {
display: table;
content:' ';
clear:both;
}

#header {
background-image: url(/images/122.jpg);
background-position: center center;
padding:0;
text-align:center;
width:100%;
height:50vh;
overflow:hidden;
position: relative;
z-index:1;
}

#header-sub {
background-image: url(/images/5.jpg);
background-position: right center;
text-align:center;
width:100%;
height:40vh;
overflow:hidden;
position: relative;
z-index:1;
}

.top-master {
left:0;
top:0;
width:100%;
height:60px;
position:fixed;
z-index:800;
}

.top {
padding-left: 2%;
padding-right: 2%;
width:100%;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
height:60px;
position:relative;
z-index:700;
}

.scrolled{
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: rgba(1, 1, 1, 0.7);
height:70px !important;
}

.top .container {
background-color:transparent;
padding:0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
height:100%;
border-top:0;
position:relative;
z-index:510;
}

.gizle {
top: -120px;
-webkit-transition: top 0.6s;
-ms-transition: top 0.6s;
transition: top 0.6s;
}

.sabit {
top:0;
z-index: 9999;
-webkit-transition: top 0.6s;
-ms-transition: top 0.6s;
transition: top 0.6s;
}

a.logo {
padding-top:8px;
padding-bottom:8px;
height:100%;
max-width:130px;
display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
position:relative;
z-index:520;
}

a.logo:hover {
opacity:1;
}

a.logo img{
margin-left: auto;
margin-right: auto;
text-indent:-5000em;
width:auto;
max-width:100%;
max-height:100%;
display:block;
}

#mm-all-menus:not( .mm-menu ) {
display: none;
}

#all-menus {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width:100%;
height:100%;
position:relative;
z-index:510;
}

.box {
display:none;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack:start;
justify-content: flex-start;
-ms-flex-align: center;
align-items: center;
width:100%;
height:60px;
position:relative;
z-index:510;
}

#main-menu,#main-menu-2 {
list-style-type: none;
margin-bottom: 0;
padding:0;
color:#fff;
text-transform:uppercase;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack:start;
justify-content: flex-start;
-ms-flex-align: center;
align-items:center;
display:none;
position:relative;
z-index:510;
}

#menu {
margin-left:auto;
padding-left:0px;
}

#main-menu-2 {
margin-left:auto;
margin-right:auto;
-ms-flex-pack:center;
justify-content: center;
}

#main-menu li,#main-menu-2 li{
background: none;
margin:0;
font-size:18px;
position:relative;
z-index:600;
}

#main-menu > li{
line-height:70px;
}

#main-menu-2 li{
margin:0 3px;
font-size:20px;
}

#main-menu li a,#main-menu-2 li a,#main-menu li span  {
padding-left: 9px;
padding-right:9px;
padding-top:9px;
padding-bottom:9px;
font-weight:400;
color:#fff;
text-decoration:none;
}

#main-menu-2 li a{
background: rgba(57,103,90,0.9);
background-color:#427322;
background-color:#1a320f;
padding-left: 30px;
padding-right:30px;
padding-top:10px;
padding-bottom:10px;
}

#main-menu li.active a{
background: rgba(57,103,90,0.9);
background-color:#1a320f;
padding-left: 12px;
padding-right:12px;
}

#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:#eec10b;
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:#D6A419;
opacity:1;
}

#footer #main-menu{
margin-left:0;
margin-bottom: 10px;
padding:0;
color:#111;
display: -ms-flexbox;
display: flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-align: start;
align-items:flex-start;
position:relative;
z-index:510;
}

#footer #main-menu li{
margin:0;
}

#footer #main-menu li a {
padding:0;
color:#111;
font-weight:300;
}

#footer #main-menu li.active a{
background: rgba(0,0,0,0.0);
}

#main-menu ul{
list-style-type: none;
margin: 0;
padding:0 ;
text-align:left;
line-height:1.7em;
left:0;
position:absolute;
z-index:610;
}

#main-menu ul li{
margin:0;
padding: 0;
font-size:95%;
display:block;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction:column;
position:relative;
}

#main-menu ul li a {
background-color:#111;
margin:0 0 1px;
padding:9px 14px;
text-align:left;
color:#fff;
display:block;
width:225px;
}

#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: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height:100%;
}

#languages li{
margin:0 8px;
font-size:18px;
}

#languages li a {
font-weight:400;
color:#84A580;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#languages a:hover {
opacity:1.0;
}

.content-wrapper {
position:relative;
z-index:60;
}

.content-1{
padding-top: 8%;
padding-bottom: 20px;
position:relative;
z-index:6;
}

.content-2 {
padding-top: 6%;
padding-bottom:0;
position:relative;
z-index:4;
}

.content-3 {
padding-top: 18%;
padding-bottom:8%;
position:relative;
z-index:3;
}

.content-4 {
padding-top: 4%;
padding-bottom:2%;
position:relative;
z-index:4;
}

.content-5,.content-7 {
padding-top: 5%;
padding-bottom:5%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: end;
justify-content: flex-end;
position:relative;
z-index:3;
}

.content-5{
height:50vh;
}

.content-6 {
border-top: 3px solid #84A580;
background-color:#fff;
padding-top: 5%;
display: flex;
flex-direction: column;
justify-content: center;
overflow:hidden;
position:relative;
z-index:3;
}

.content-1,.content-2,.content-3,.content-5,#footer {
border-top: 3px solid #84A580;
}

.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-up{
margin-top:-30px ;
}

.container,.container-2,.container-3.container-5{
margin-left:auto;
margin-right:auto;
padding-left: 4%;
padding-right: 4%;
width:100%;
max-width:1100px;
}

.container,.container-2,.container-3{
position:relative;
z-index:12;
}

.container-3 {
max-width:1200px;
}

.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:#f7f7f7;
padding-top: 40px;
padding-bottom:0;
position:relative;
z-index:7;
}

#footer h6{
margin:0 0 0.4em;
text-transform:uppercase;
}

#footer p,#footer li{
font-size:17px;
color:#111;
}

.article {
margin: 0 0 7% 0;
padding: 0;
position:relative;
z-index:5;
}


/* vetical-align middle
------------------------------------- */

.vert-middle {
margin-left: auto;
margin-right: auto;
padding-left:4%;
padding-right:4% ;
text-align:center;
width:100%;
max-width:1100px;
height:100%;
position:relative;
z-index:40;
}

.vert-middle .middle-box { 
margin-left: auto;
margin-right: auto;
padding-bottom:6%;
height:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: space-between;
justify-content: space-between;
position:relative;
z-index:40;
}

.middle-box-content {
margin-top:auto;
padding-bottom:30px;
text-align:left;
display:inline-block;
position:relative;
z-index:3; 
}

.middle-box-content h2{
margin-bottom:0;
line-height:1.2em;
color:#111;
font-size:32px;
font-weight:400;
font-style:normal;
display:inline-block;
}

.middle-box-content h2 span{
background: rgba(255,255,255,0.95);
margin-bottom:3px;
padding-left: 20px;
padding-right:20px;
padding-top:8px;
padding-bottom:8px;
display:block;
}

.middle-box-content h2 span:nth-child(2) {
margin-left:30px;
}


/* background-images
------------------------------------ */

.bg{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
top:0;
left:0;
right:0;
bottom:0;
min-height:200px;
position:absolute;
z-index:0;
}

.fixed{
background-attachment: fixed;
}

.bg-0{
background: rgba(220,220,220, 1);
}

.bg-1{
background-image: url(/images/121.jpg);
}

.bg-2{
background-image: url(/images/122.jpg);
}

.bg-3{
background-image: url(/images/123.jpg);
}

.bg-4{
background-image: url(/images/124.jpg);
}

.bg-5 {
background-image: url(/images/15.jpg);
}

.bg-6{
background-image: url(/images/16.jpg);
}

.bg-7{
background-color:#fff;
}

.bg-8{
background-image: url(/images/158.jpg);
}



/* sec-bgs
--------------------------------------- */

.sec-bg-left,.sec-bg-right {
width: 100%;
min-height:40vh;
position: relative;
z-index: 15;
}

.sec-bg-right {
}

.w-left::before,.w-right::before{
background: rgba(255,255,255,1);
content: ' ';
top:-400px;
width:3000px;
height:4500px;
position: absolute;
z-index: -100;
}

.w-left::before{
right: -50px;
}

.w-right::before{
left: -50px;
}



/* curtains
---------------------------------- */

.header-curtain{
left: 0;
right:0;
bottom:0;
width: 100%;
height: 70px !important;
position: absolute;
z-index: 3;
}

.header-curtain: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-image: url(/images/25.jpg);
background-position: left top;
padding-bottom:0;
left: 0;
right:0;
bottom:0;
width: 100%;
height:100%;
position: relative;
z-index: 3;
}

.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;
}

.curtain {
background: linear-gradient(rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 100%);
left:0;
top:0;
width:100%;
height:50%;
position:absolute;
z-index:7;
}


/* 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%;
}


/* tulbad 
-------------------------------------------- */

.tulbad-2,.tulbad-3,.tulbad-4{
margin-left:auto;
margin-right:auto;
font-size: 0;
word-spacing: -0.26em;
width:100%;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div{
margin-right:0;
margin-bottom: 3%;
text-align:left;
font-size: 1.0rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
overflow:hidden;
width:100%;
}


/* veerud-2-big
------------------------------------------ */

.veerud-2-big{
font-size:0;
word-spacing: -0.26em;
}

.veerud-2-big > div{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding-bottom:60%;
font-size: 1.0rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
}



/* veerud
---------------------------------------- */

.veerud-1,.veerud-2,.veerud-3,.veerud-4,.veerud-5{
font-size:0;
word-spacing: -0.26em;
}

.veerud-1 > div,.veerud-2 > div,.veerud-3 > div,.veerud-4 > div,.veerud-5 > div{
font-size: 1.0rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
overflow:hidden;
}


/* 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%;
}


/* text aligning 2-columns, 3-columns 
-------------------------------------------- */

.align-2,.align-3,.align-4{
text-align:center;
}

.align-2 > div,.align-3 > div,.align-4 > div{
text-align:center;
}


/* 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;
padding-left:0;
padding-right:0;
text-align:right;
font-size:17px;
}

.edasi a,.tagasi a{
padding-right:7px;
color:#111;
text-decoration: none;
text-transform:uppercase;
word-wrap: normal;
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-weight:900;
color:#83a958;
-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 ;
-moz-transition: margin 0.15s linear ;
-webkit-transition:margin 0.15s linear ;
-o-transition: margin 0.15s linear ;
}

.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;
}

.posted {
margin-bottom: 10px !important;
padding: 0;
font-size:90%;
color:#111;
font-style:normal;
text-transform:uppercase;
position:relative;
z-index:1;
}

.date:before {
display: block;
position: absolute;
content: ' ';
top: 50%;
width: 100%;
height: 3px;
background-color: #A55F41;
z-index: 0;
}

.posted span{
background-color:#fff;
padding-right:10px;
display:inline-block;
position:relative;
z-index:2;
}



/* sub menu
----------------------------------------------- */

.sub{
list-style-type:none;
margin:0 auto;
padding-left: 0;
}

.sub li {
background:none;
padding:0 0 6px;
margin:0 6px ;
vertical-align:top;
line-height:1.2em;
text-align:center;
font-size: 17px;
width:140px;
display:inline-block;
}

.sub li a{
margin:0 auto;
text-transform:uppercase;
display: block;
text-align: center;
color:#1a320f;
width: 100%;
max-width:none;
position: relative;
overflow: hidden;
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0) ;
-webkit-transition: transform .4s;
-o-transition: transform .4s;
-ms-transition: transform .4s;
transition: transform .4s;
}

.sub li img{
margin:0 auto;
margin-bottom:10px;
padding:0;
display: block;
width: 100%;
max-width:100%;
height:auto;
border-radius:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
opacity:1;
}

.sub li:hover a {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05) ;
opacity:1;
}


/* article album
----------------------------------------------- */

.article-album{
list-style-type:none;
margin:30px 0;
padding-left: 0;
}

.article-album li {
background:none;
padding:0;
margin:0 3px 0;
vertical-align:top;
text-align:center;
width:90px;
overflow: hidden;
display:inline-block;
}

.article-album li a{
margin:0 auto;
padding-bottom:100%;
display: block;
text-align: center;
width: 100%;
max-width:none;
position: relative;
overflow: hidden;
-webkit-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
}

.article-album img{
margin:0 auto;
padding:0;
display: block;
width: auto;
max-width:250%;
max-height:250%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
position:absolute;
z-index:5;
}

.article-album li:hover a {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.thumb-alt {
margin:0 auto;
padding-top:10px;
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;
}



/* 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-right:10px;
font-family: 'FontAwesome';
font-size:inherit;
content: "\35";
color: #388ED6;
}

.toggle-content h3.alt:before {
content: "\3b";
}

.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 {
border-top:3px solid #83a958;
background: rgba(255,255,255,0.9);
padding-top:5%;
padding-bottom:3%;
position:relative;
z-index: 100;
}

.content-blocks > div.empty {
border-top:0 solid #83a958;
background: rgba(255,255,255,0);
padding:0;
}

.content-blocks h2{
padding:0;
margin-bottom:8px;
line-height:1.2em;
font-size:24px;
color:#111;
font-weight:400;
}

.content-blocks p{
margin-bottom:20px;
}


/* navigation
------------------------------------- */


#navigation{
margin-bottom:40px;
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: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content:center;
-ms-flex-align: center;
align-items: center;
}

#navigation a{
background: rgba(1, 1, 1, 0.7);
margin-right:1px;
padding:18px 25px;
color:#fff;
text-decoration:none;
position:relative;
z-index:3;
}

.nav-link{
color:#F78F1E;
}



/* header titles
---------------------------------------- */

.header-top-left,.header-top-right,.diff-header h2{
margin-bottom: 25px;
font-size:28px;
color:#000;
font-weight:400;
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:8px;
content: '\002F';
color:#83a958;
} */

.curtain-h .header-top-left{
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{
margin-left: 4px;
font-size:16px;
color:#fff;
font-weight:400;
text-transform:uppercase;
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.older-news:before{
margin-right:3px;
content: '\002F';
color:#83a958;
color:#fff;
font-size:31px;
}


/* kuulutused
------------------------------------- */

.col-content{
display:-ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
}

.col-content > div{
background-color:#fff;
margin-bottom: 25px;
position:relative;
z-index: 100;
}

.col-content h2{
padding:0;
margin-bottom:8px;
line-height:1.2em;
font-size:25px;
color:#111;
font-weight:400;
}

.col-content p{
margin-bottom:20px;
font-weight:300;
color:#333;
}

.col-content .edasi{
}

.cams > div{
text-align:center;
}

.cams p,.cams ul{
margin-bottom: 0 !important;
}

.cams .article-img{
margin-bottom:10px;
}

.article-img{
padding-bottom:45%;
overflow:hidden;
position:relative;
z-index:10;
}

.article-img > a{
left:0;
right:0;
top:0;
bottom:0;
position: absolute !important;
z-index:10;
-webkit-transition: transform .5s;
-o-transition: transform .5s;
-ms-transition: transform .5s;
transition: transform .5s;
}

.article-img > a img{
margin-left: auto;
margin-right: 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:100%;
}

.article-img:hover a{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.play:before {
font-family: 'Font Awesome 5 Free';
content:"\f04b";
top: 50%;
left: 50%;
color:#fff;
font-weight:900;
font-size:2em;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
position:absolute;
z-index:20;
}

.play:hover {
opacity:1.0;
}

.content-box {
padding-left: 0;
padding-right:0;
padding-top: 5%;
padding-bottom: 5%;
text-align:left;
line-height:1.4em;
color:#111;
font-weight:300;
}


/* news
---------------------------------- */

.news-content{
display:-ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
}

.news-content > div{
background: rgba(255,255,255,0.9);
margin-bottom: 50px;
padding:25px;
border-top:3px solid #83a958;
}

.news-content h2{
padding:0;
margin:0 0 10px;
line-height:1.4em;
font-size:24px !important;
color:#111;
font-weight:400;
}

.news-content p{
margin-bottom:20px;
color:#333;
}

.news-content .edasi{
text-align:right;
}


/* sections column
---------------------------------- */

.sec-content{
display:-ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
}

.sec-right{
-ms-flex-pack: end;
justify-content: flex-end;
}

.con{
background: rgba(255,255,255,0.9);
margin-bottom: 20px;
padding:25px;
border-top:3px solid #83a958;
}

.sec-content h2{
padding:0;
margin:0 0 10px;
line-height:1.4em;
font-size:24px !important;
color:#111;
font-weight:400;
}

.sec-content p{
margin-bottom:20px;
color:#333;
}


/* testimonials
---------------------------------- */

.person > div {
margin-bottom:30px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction:column;
-ms-flex-pack: center;
justify-content: center;
}

.person-img {
margin-bottom:30px;
text-align:center;
}

.person-img img {
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: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;
}


/* 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:2px;
display:inline;
}

.article-list-inline li:after{
content: ",";
margin-left:-3px;
}

.article-list-inline li:last-child:after{
content: "";
}

.h-inline-block{
margin-right:8px;
margin-bottom:0;
line-height:1.6em;
font-size:20px;
float:left;
}



/* 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;
}


/* facebooki nupp
-------------------------------------- */

.fb{
height: 100%;
display: table;
}

.fb > div{
text-align:center;
display: table-cell;
vertical-align:middle;
}

.facebook{
padding:0 ;
line-height:1.6em;
color:#fff;
font-weight:700;
display:block;
}

.facebook:before {
background-color:#5280c7;
font-family: 'FontAwesome';
content: "\f09a";
font-size:inherit;
padding:13px;
color:#fff;
border-radius:0%;
}

.toooop .fb{
left: 0%;
-webkit-transform: translateX(-0%);
-ms-transform: translateX(-0%);
transform: translateX(-0%);
bottom: 12px;
}



/* mobile-menu
--------------------------------------- */

a.mob-nav{
margin-left:12px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
width: 50px;
/* border-radius: 50%;
border:2px solid #fff; */
position:relative;
z-index: 9999;
}

.burger {
display: block;
width: 30px;
}

.burger .bar {
background-color:#fff;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
float: right;
display: block;
}


/* otsing
--------------------------------------- */

#otsing{
}

button.search{
background:none;
margin-left:5px;
font-size:1.3em;
color:#84A580;
border:0;
cursor:pointer;
}

#search{
background-color:#fff;
text-align:left;
display:none;
right:18px;
top:70px;
position:absolute;
z-index:900;
}

#search form {
margin: 0 0;
padding:15px 20px;
font-family: arial, Tahoma,  Verdana, "Lucida Grande";
font-size: 1.0em;
}

#search input#q{
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(209,207,209,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(209,207,209,1);
box-shadow: inset 0px 0px 5px 0px rgba(209,207,209,1);
background-color:#fff;
margin:0 ;
padding: 0 15px;
line-height:1.8em;
color:#222;
border:0;
width:300px;
}

#search input#submit{
background-color:#036D74;
margin: 0 0 0 0;
padding: 5px 20px;
color:#eee;
border: 0px solid #50584a;
display:none;
}

.triangle {
background-color:#5789C3;
margin:0;
padding:10px;
position:relative;
z-index:500;
}

#search .kolmnurk{
width: 0;
height: 0;
right:20px;
top:-10px;
text-align:left;
text-indent:-3000px;
border-style: solid;
border-width: 0 0 10px 10px;
border-color:transparent transparent #C3E3DD transparent;
position:absolute;
z-index:501;
}

.entry-title{
font-size:35px;
color:inherit;
}


/* 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;
}


/* 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 {
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; 
}

.arrow-down {
background-color: #155767;
width: 18px;
height: 18px;
display: inline-block;
z-index: 999;
position: absolute;
overflow: hidden;
left: 50%;
bottom: -9px;
margin-left:-9px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.title {
margin-bottom:4%;
}

.title h1,.title h2{
margin-bottom:0;
}

.title h3 {
margin-bottom:0.2em;
font-size:24px;
}

.title p {
margin:0 0 0.2em;
}

.joon-top,.joon-bottom {
left:0;
position:absolute;
z-index:300;
width:100%;
height:3px;
}

.joon-top{
background-color:#A55F41;
top: 2px;
}

.joon-bottom {
background-color: #503434;
bottom: 2px;
}

.no-border {
border-top:0;
}

.contact-us{
display:none;
}

.contact-us ul {
list-style-type:none;
margin-bottom:0;
}

.contact-us li{
margin-bottom:0;
padding-left: 25px;
font-size:22px;
line-height:1.7em;
font-weight:300;
display:inline-block;
}

.contact-us li a{
color:#000;
}

#liigid,#tegevused{
top:-90px;
position: absolute;
z-index: 300;
}

.connect{
color:#111;
}

.small{
font-size:90%;
}

.logo-footer {
padding-bottom:0;
max-width:200px;
}

.margin-bottom{
margin-bottom: 5%;
}

.w-33,.w-40,.w-50{
width:100%;
position:relative;
}

.w-450{
max-width:450px;
}

.goBack{
font-size:27px; 
cursor:pointer;
}

audio {
width: 100%;
max-width: 335px;
}

.mm-listview {
padding-left:0;
text-transform:uppercase;
}

.mm-listview li{
font-size:16px;
text-align:left;
}

.mm-listview li:before {
content: " ";
}

.mm-listitem>span.numbers {
display:none;
}


/* tagasiside vorm 
---------------------------------------------------*/

.comConnectForm,#txpCommentInputForm {
padding: 20px 0 20px;
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: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;
}



/* 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) {


.top {
height:110px;
}

.col-2 li,.col-3 li,.col-4 li,.col-5 li,.col-6 li{
width:50%;
}

.article-album li {
width:160px;
}

}


/* 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;
}

.col-3 li,.col-4 li,.col-5 li,.col-6 li{
width:33.33333333%;
}

.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,.w-33,.w-40,.w-50{
width:50%;
}

.tulbad-2 > div,.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){
margin-right:0;
}

.diff-columns > div{
width:30%;
}

.diff-columns > div:first-child{
width:64%;
}

.align-2 > div:nth-child(1),.align-3 > div:nth-child(1){
text-align:left;
}

.align-2 > div:nth-child(2),.align-3 > div:nth-child(2){
text-align:right;
}

.content-5{
height:90vh;
}

.content-6{
padding-bottom:5%;
}

.sec-bg-left,.sec-bg-right {
width: 60%;
position: absolute;
z-index: 10;
}

.sec-bg-right {
left:40%;
}

.content-blocks > div {
padding:40px;
}

.person > div {
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-pack:start;
justify-content: flex-start;
}

.person-img {
margin-bottom:0;
-ms-flex-preferred-size:30%;
flex-basis: 30%;
}

.person-text {
padding-left:30px;
-ms-flex-preferred-size:70%;
flex-basis: 70%;
}

/* .order {
display: -ms-flexbox;
display: flex;
}
.one {
-ms-flex-order:2;
order:2;
}
.two {
-ms-flex-order:1;
order:1;
} */


}


/* mobile devices (min-width:821px) 
---------------------------------------------------*/

@media screen and (min-width:821px) {

a.mob-nav{
display: none;
}

#main-menu,#main-menu-2,.box {
display: -ms-flexbox;
display: flex;
}

#languages {
margin-right:0;
}

a.logo {
max-width:100%;
}

.contact-us{
display:block;
}

#header {
height:75vh;
}

#header-sub {
height:50vh;
}

.content-1 {
padding-top: 80px;
}

.content-2 {
padding-top: 60px;
}

.content-3 {
padding-bottom:50px;
}

.content-4 {
padding-top: 40px;
padding-bottom:40px;
}

.content-5 {
padding-top: 15%;
}

.sub-container{
padding:0 5% 0 0;
width:70%;
float:left;
}

.sidebar-container{
margin:0;
width:30%;
float:right;
}

h1,h2{
font-size:45px;
}

.slogan{
font-size:36px !important;
}

.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,.w-33{
width:33.33333333%;
}

.w-40{
width:40%;
}

.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;
}

.veerud-2-big > div{
width:50%;
padding-bottom:35%;
}

.align-3 > div:nth-child(2n){
text-align:center;
}

.align-3 > div:nth-child(3n){
text-align:right;
}

.title {
margin-bottom:35px;
}

/*
.comment-box {
margin-left:30%;
}
*/

}


/* mobile devices (max-width: 1900px) and (min-width: 821px)
--------------------------------------------------------------- */

@media only screen and (max-width: 1900px) and (min-width: 821px)  {

}



/* mobile devices (min-width:1050px) 
---------------------------------------------------*/

@media screen and (min-width:1050px) {


.col-5 li{
width:20%;
}

.col-6 li{
width:16.66666666%;
}

.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;
}
}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

.vert-middle,.middle-box-content > div,.container,.container-2,.container-3,.container-5{
padding-left:0 ;
padding-right:0 ;
}

}


/* mobile devices (min-width:1250px) 
---------------------------------------------------*/

@media screen and (min-width:1250px) {

}


/* mobile devices (min-width:1920px) 
---------------------------------------------------*/

@media screen and (min-width:1920px) {

}


/* mobile devices (min-width:2700px) 
---------------------------------------------------*/

@media screen and (min-width:2700px) {

#header-sub {
height:40vh;
}

}


/* mobile devices (max-width:1100px) 
---------------------------------------------------*/

@media screen and (max-width:1100px) {
}


/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {

.padding-top {
padding-top:15%;
}

.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;
}

}


/* mobile devices (max-width:649px) 
---------------------------------------------------*/

@media screen and (max-width:649px) {

#footer #main-menu{
-ms-flex-align: center;
align-items:center;
}

#footer #main-menu li{
margin-left:auto;
margin-right:auto;
}

.foot > div{
text-align:center;
}

}

/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

.slides .slide-box .slide-content div{ 
padding: 20px;
}

}