/*! 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;
}

@font-face {
font-family: 'ElegantIcons';
src:url('/fonts/ElegantIcons.eot');
src:url('/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
url('/fonts/ElegantIcons.woff') format('woff'),
url('/fonts/ElegantIcons.ttf') format('truetype'),
url('/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
font-weight: normal;
font-style: normal;
}

body, html {
height: 100%;
}

body {
background-color:#fff;
text-align:center;
margin:0;
padding:0 ;
font-size:100%;
font-family:'Merriweather',taviraj,poppins,helvetica,'Roboto','Roboto Condensed',philosopher,'open sans',lato,roboto,alegreya,'open sans',arial;
font-style:normal;
}

section, header, footer, div, input, textarea, select, label, :before, :after{
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

p,ul,ol{
margin-bottom: 30px;
padding:0;
}

p,li,textarea,label,input{
font-size:19px;
line-height:1.7em;
color:#111;
font-weight:300;
}

h1,h2,h3,h4,h5,h6,table caption {
padding:0;
margin-bottom:0.7em;
line-height:1.3em;
font-style:normal;
}

h1,h2,.sidebar-container h6{
font-size:30px;
color:#1E435A;
font-weight:300;
}

h1 span{
color:#ff0000;
font-weight:700;
}

h2 a:hover {
text-decoration:none;
}

h3 {
margin-bottom: 1.2em;
color:#5280c7;
font-size:34px;
font-weight:400;
text-transform:uppercase;
}

h4 {
margin-bottom: 1.2em;
font-size:30px;
color:#770600;
}

h5,h6 {
margin-bottom: 1.4em;
font-size:25px;
color:#FFC053;
}

h6 {
font-size:22px;
color:#5789C3;
}


img {
margin:0 ;
padding:0;
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%;
float:none;
display:inline-block;
}

.center img{
margin-right:1px;
}

.single-img {
margin:0 auto;
margin-bottom:30px;
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;
font-size:1.2em;
color:#000;
font-weight:400;
}

a,code{
margin:0;
padding:0;
background:none;
color:#BBD3FF;
color: #388ED6;
text-decoration:none;
-webkit-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 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;
color:inherit;
}

code {
font-size:inherit;
font-family:inherit;
color:#f8a105;
}

ul,ol {
padding-left: 25px;
}

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:120%;
color:#5789C3;
}

th {
background-color:#444;
padding:10px 20px;
color:#fff;
font-weight:400;
border-bottom: 0px solid #555;
}

tr:nth-child(odd) {
background: rgba(200,200,200, 0.2);
}

td {
margin:0;
padding:0.4em 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:0 auto;
margin-bottom:3.5em;
width:100%;
height:0px;
color:#ccc;
background-color:#ccc;
border:none;
}

.table-head {
background:#333;
color:#fff;
}


/* layout
----------------------------------------------- */

#container {
margin:0;
padding:0;
text-align:center;
width:100%;
overflow:hidden;
}

section {
text-align:left;
}

#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: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  {
display: table;
content: " ";
clear:both;
}

#ajutine{
background-image: url(/images/1293.jpg);
background-position: center center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
width:100%;
height:40vh;
position:relative;
z-index:1;
}
.ajutine {
position: absolute;
z-index:1;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

#header {
background-image: url(/images/111.jpg);
padding:0;
text-align:center;
width:100%;
height:auto;
position: relative;
z-index:1;
}

.header-curtain{
background: rgba(1, 1, 1, 0.5);
left: 0;
right:0;
top: 0;
bottom:0;
width: 100%;
height: 100%;
position: absolute;
z-index: 3;
}

#header-sub {
background-image: url(/images/442.jpg);
padding-top:40px;
text-align:center;
width:100%;
height:auto;
min-height:300px;
position: relative;
z-index:0;
}

.top {
background-color:#770600;
left:0;
top:0;
padding:0;
width:100%;
height:55px;
border-top: 0px solid #1E435A;
position:fixed;
z-index:500;
}

.top .container {
background-color:transparent;
padding:0;
height:100%;
max-width:1200px;
position:relative;
z-index:510;
}

.top-content {
padding-left:0;
display: flex;
flex-direction:row;
flex-wrap: wrap;
justify-content: flex-end;
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: 900;
-webkit-transition: top 0.6s;
-ms-transition: top 0.6s;
transition: top 0.6s;
}

#logo{
top:0;
left: 0;
background-color:transparent;
padding:15px 20px;
max-width:240px;
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
position:absolute;
z-index:100;
}

#logo a{
display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#logo a:hover,.logo a:hover {
opacity:1;
}

#logo img{
margin:0 auto;
padding:0 ;
text-indent:-5000em;
width:100%;
height:auto;
display:block;
}

#logo a:hover {
opacity:1;
}

#mm-all-menus:not( .mm-menu ) {
display: none;
}

#all-menus {
padding-right:20px;
display: flex;
flex-direction:row;
justify-content: flex-end;
align-items: center;
height:100%;
}

#main-menu {
list-style-type: none;
padding-left:0;
margin-bottom: 0;
text-transform:uppercase;
flex-direction:row;
justify-content: center;
align-items: center;
height:100%;
display:none;
position:relative;
z-index:15;
}

#main-menu li{
background: none;
padding:0 3px;
font-size:14px;
position:relative;
z-index:600;
}

#main-menu > li{
line-height:55px;
}

#main-menu li a,#main-menu li span {
margin:0 ;
font-weight:500;
color:#fff !important;
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;
display:block;
position:relative;
}

#main-menu ul li a,#main-menu ul li span {
background-color:#770600;
margin:0 0 1px;
padding:7px 14px;
text-align:left;
color:#fff;
font-size:14px;
display:block;
width:225px;
box-sizing:border-box;
}

#main-menu ul li:nth-child(odd) a{
background-color: #4b0602;
}

#main-menu ul li a:hover {
background-color:#111;
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;
}



li.logo {
background-color:transparent;
width:237px !important;
height:55px;
z-index:9 !important;
display: none;
}

.logo a{
top:17px;
left: 25px;
box-sizing:border-box;
position:absolute;
z-index:11;
}

.logo img{
margin:0;
}

#languages {
padding-left:10px;
margin:0;
list-style-type: none;
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
height:100%;
position:relative;
z-index:10;
}

#languages li{
background: none;
padding:0 1px 0 0;
margin:0;
font-size:14px;
display:inline;
float:left;
position:relative;
}

#languages li a {
margin:0 ;
padding:0 5px;
font-weight:400;
color:#F6D46B;
text-decoration:none;
display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.content-1 {
background-color:#fff;
padding-top: 80px;
padding-bottom: 30px;
position:relative;
z-index:2;
}

.content-2 {
padding-top: 50px;
padding-bottom:80px;
height:auto;
}

.content-3 {
padding-top: 50px;
padding-bottom: 100px;
position:relative;
z-index:4;
}

.content-4 {
padding-top:30px;
padding-bottom:20px;
}

.content-5 {
padding-top: 80px;
padding-bottom: 40px;
height:auto;
}

.content-6 {
height:40vh;
overflow:hidden;
position:relative;
z-index:1;
}

.content-7 {
padding-top:35px;
padding-bottom:40px;
}

.content-14 {
padding-top:55px;
}

.container-left,.container-right{
margin:0 ;
padding:0 0 0 3%;
width:60%;
float:left;
}

.container-right{
padding:0 4% 0 0;
width:40%;
}

.container,.container-2,.container-3{
margin:0 auto;
padding-left: 4%;
padding-right: 4%;
width:100%;
max-width:1100px;
position:relative;
z-index:2;
}

.container-2{
padding:0;
}

.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:#111;
background-image: url(/images/111.jpg);
padding:50px 0;
text-align:center;
}

#footer h5{
margin:0 0 0.4em;
}

#footer p{
margin:0 0 0.8em;
color:#bbb;
}

.article {
margin: 0 0 7% 0;
padding: 0;
position:relative;
}


/* vetical-align middle
------------------------------------- */

.vert-middle {
margin:0 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:0 auto;
padding-top:50px;
padding-bottom:50px;
}


.vert-middle .middle-box:before,.vert-middle .middle-box:after{
content:url(/images/98.png);
right:100%;
bottom: 70px;
width:109px;
height:auto;
position:absolute;
z-index: 12;
}

.vert-middle .middle-box:after{
content:url(/images/97.png);
left:100%;
}

.middle-box h3 {
margin: 0 0 0.2em;
color:#fff;
line-height:1.0em;
font-size:4.0em;
font-weight:400;
text-transform:uppercase;
font-style:normal;
}

.middle-box-content {
background: rgba(1, 1, 1, 0.6);
margin-bottom:50px;
text-align:left;
width: 100%;
display:inline-block;
position:relative;
z-index:3; 
}

.middle-box-content > div{
margin:0 auto;
padding-left:0%;
padding-right:0% ;
text-align:left;
width: 100%;
max-width: 1100px;
display:inline-block;
}

.middle-box-content table {
margin-bottom:0 ;
}


/* 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;
}

.bg-1{
background-color:#770600;
}

.bg-2{
background-color:#eee;
}

.bg-2 h1,.bg-2 h2 { 
color:#333;
}

.bg-3{
background-image: url(/images/574.jpg);
}

.bg-4{
background-image: url(/images/575.jpg);
}

.bg-wide {
margin:50px auto;
padding-top:8%;
padding-bottom:4% ;
width: 100%;
position:relative;
z-index:3; 
}
.bg-wide:after {
content: "";
background: rgba(1, 1, 1, 0.05);
left: -100%;
top: 0;
width: 300%;
height: 100%;
position: absolute;
z-index:-1; 
}

.bg-5 {
background-image: url(/images/576.jpg);
}

.bg-6{
background-image: url(/images/16.jpg);
background-repeat:repeat;
background-size: auto;
}



/* bg youtube videos backgrounds
--------------------------------------------- */

.video-bg-01{
background-image: url(/images/1483.jpg);
}

.video-bg-02{
background-image: url(/images/1487.jpg);
}

.video-bg-03{
background-image: url(/images/1485.jpg);
}

.video-bg-04{
background-image: url(/images/1355.jpg);
}


/* subpage width sidebar
--------------------------------------------- */

.sub-container{
margin:0 auto;
padding-bottom:30px;
}

.sidebar-container{
margin:0 -3%;
padding:0;
}

.sidebar-container h6{
margin:0 0 1.2em;
line-height:2.9em;
color:#111;
font-size:1.1em;
color:#00B8D2;
text-transform:uppercase;
}

.article-list{
background-color:#f7f7f7;
margin:0;
padding:10px 20px;
font-size:1.0em;
line-height:1.4em;
}

.sidebar-content{
background-color:#f9f9f9;
background-color:#fff;
margin:0;
padding:0% 5%;
}


/* tulbad 
-------------------------------------------- */

.tulbad-2,.tulbad-3,.tulbad-4{
margin:0;
padding: 0;
display: flex;
flex-wrap: wrap;
width:100%;
}

.tulbad-wrapper{
margin:0;
padding: 40px 0;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div{
margin-right:0;
margin-bottom: 3%;
padding:0;
vertical-align:top;
display:inline-block;
overflow:hidden;
position:relative;
width:100%;
}

.suvi > div{
text-align:center;
}


/* veerud
---------------------------------------- */

.veerud-1,.veerud-2,.veerud-3,.veerud-4{
margin:0;
padding: 0;
display: flex;
flex-wrap: wrap;
}

.veerud-1 > div,.veerud-2 > div,.veerud-3 > div,.veerud-4 > div{
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
overflow:hidden;
}


/* columns with background color  
-------------------------------------------- */

.column-bg {
margin-bottom: 4%;
}

.column-bg > div {
padding:20px 20px 5px;
background: rgba(0, 0, 0, 0.03);
}

.column-bg > div:nth-child(2n){
background: rgba(0, 0, 0, 0.1);
}


/* 2 columns with different width  
-------------------------------------------- */

.diff-columns{
margin:0 auto;
width:100%;
}

.diff-columns > div{
margin-right:0;
margin-bottom: 0;
padding:2% 3%;
text-align:left;
overflow:hidden;
position:relative;
width:100%;
height:100%;
}

.diff-columns > div:first-child{
background: rgba(1, 1, 1, 0.6);
}


/* otselingid koos pildiga
---------------------------------------- */

.otselink li{
line-height:1.7em;
position: relative;
overflow: hidden;
height:350px;
background-position: center center;
background-repeat: no-repeat;
background-size:cover;
}

.otselink li:nth-child(1){
background-image: url(/images/14.jpg);
}

.otselink li:nth-child(2){
background-image: url(/images/13.jpg);
}

.otselink li:nth-child(3){
background-image: url(/images/15.jpg);
}

.otselink li:nth-child(4){
background-image: url(/images/12.jpg);
}

.otselink img {
margin:0 ;
padding:0;
width:auto;
max-width:none;
height:100%;
}

.otselink a{
left: 0;
bottom:20px;
background:#111 url(/images/26.png) repeat;
padding:9px 20px;
text-align:left;
text-transform:uppercase;
color:#fff;
font-size:1.0em;
display:block;
width: 80%;
position: absolute;
z-index: 10;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
transition: 0.4s;
}

.otselink a:hover{
width: 90%;
opacity:1;
}

.otselink br{ 
display:none;
}



/* categories
------------------------------------------ */

.cat {
text-align:center;
}

.cat > div{
max-width:300px;
}

.cat-img{
padding-bottom:100%;
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;
display:block;
width:auto;
height:100%;
max-width:400px;
max-height:100%;
}

.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 0;
margin: 0 ;
line-height:1.3em;
color:#770600;
font-size:20px;
font-weight:400;
font-style:normal;
text-align:center;
}

.cat h6 a{
color:inherit;
height:auto;
}

.cat p {
padding: 0;
margin: 0 ;
font-size:18px;
font-weight:400;
text-align:center;
}


/* read on + posted
------------------------------------ */

.meta {
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:#fff;
overflow:hidden;
width:100%;
clear:both;
}

.meta a,.tagasi,.button {
background-color:#71A416;
background-color:#476cb8;
margin:0 ;
padding: 0 15px 0 25px;
line-height:3.2em;
text-align:center;
font-size:17px;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
border:0px solid #fff;
border-radius:3px;
}

.button {
margin-bottom:5px ;
}

.meta a:hover {
opacity:0.8;
}

.tagasi {
padding-left: 15px;
}

.meta a:after,.tagasi:before,.button:after {
font-family: 'ElegantIcons';
content: "\35";
color:#FFC00C;
font-size:1.5em;
float:right;
transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
}

.tagasi:before {
content: "\34";
float:left;
}

.meta a:hover:after{
margin-left:6px;
transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-webkit-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
}

.posted {
margin:0;
padding: 0;
font-size:0.9em;
color:#999;
font-style:normal;
text-transform:uppercase;
display:inline-block;
}

.posted span{
color:#333;
font-weight:400;
}

.clock:before {
margin:0 5px 0 0;
font-family: 'ElegantIcons';
content: "\7d";
color:#888;
font-size:1.0em;
float:left;
}

.edasi {
margin: 0 ;
padding: 0;
text-align:left;
font-size:1.0em;
color:#111;
font-style:italic;
font-weight:400;
text-transform:lowercase;
}

.edasi a{
padding-right:35px;
line-height:1.4em;
color:#111;
text-decoration: none;
position:relative;
z-index:15;
}

.edasi a:after {
right:8px;
top: 1px;
position: absolute;
z-index: 12;
font-family: 'ElegantIcons';
content: "\3d";
content: "\24";
color:#388ED6;
font-size:1.4em;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.edasi a:hover:after {
right:0;
}

a.next{
padding-right:35px;
padding-left:15px;
line-height:2.4em;
font-weight:700;
font-size:0.8em;
color:#111;
color:#388ED6;
text-decoration: none;
display:inline-block;
text-transform:uppercase;
border-radius:25px;
border:solid 2px #388ED6;
position:relative;
z-index:15;
}

a.next:after {
right:10px;
top:0px;
position: absolute;
z-index: 12;
font-family: 'ElegantIcons';
content: "\3d";
content: "\24";
color:#388ED6;
color:#000;
font-size:1.2em;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

a.next:hover:after {
right:4px;
}


/* article album
----------------------------------------------- */


.article-album{
margin-bottom:30px;
padding-left:0;
display: flex;
flex-wrap: wrap;
}

.article-album li {
padding-right: 2px;
padding-bottom: 2px;
text-align:center;
width:25%;
display:block;
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;
color:#888;
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;
overflow:hidden;
}

.album a{
display: block;
position: relative;
text-align: center;
width:250px;
height:250px;
overflow: hidden;
}

.album img{
margin:0 auto;
padding:0;
display:block;
float:none;
max-width:400px;
height:100%;
-webkit-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
}

.album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.album h3 {
padding:10px 0;
margin: 0 ;
line-height:1.5em;
font-size:0.9em;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
height:auto;
}


/* frontpage uudised
------------------------------------ */

.container-front-news{
padding-left: 0;
padding-right: 0;
}

.container-front-news:before,.container-front-news:after{
content:" ";
background-image: url(/images/104.jpg);
background-position: right center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
right:100%;
top: -20px;
width:700px;
height:510px;
position:absolute;
z-index: 12;
}

.container-front-news:after{
background-image: url(/images/106.jpg);
background-position: left center;
left:100%;
}

.block-uudised {
text-transform:none;
}

.block-uudised > div{
background-color:#fff;
padding:50px 40px;
height:auto;
min-height:260px;
position:relative;
z-index:10;
}

.block-uudised > div:nth-child(1):before,.block-uudised > div:nth-child(3):before{
content: " ";
left: 20px;
right: 20px;
top: 20px;
bottom:20px;
position: absolute;
z-index: 12;
border:1px solid #111;
}

.block-uudised > div:nth-child(2){
background-image: url(/images/514.jpg);
background-position: center center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
}

.block-uudised iframe{
width:100%;
max-width:100%;
min-height:280px;
position:relative;
z-index:15;
}

.bron{
margin-bottom:0.8em;
padding-left:8px ;
line-height:1.0em;
font-size:18px;
color: #222;
font-weight:400;
font-style:normal;
border-left:17px solid #603f99;
display:inline-block;
}

.block-uudised h5{
margin-bottom:1.0em;
padding:0 ;
line-height:1.5em;
font-size:1.2em;
color:#111;
font-weight:900;
font-style:normal;
text-transform:uppercase;
display:inline-block;
}

.block-uudised h5:before{
margin-left:11px;
font-family: 'ElegantIcons';
content: "\6c";
speak: none;
line-height:1.3em;
font-size: 18px;
color: #388ED6;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
float:right;
}

.block-uudised h5.calender:before{
content: "\e023";
}

.block-uudised ul {
list-style-type:none;
padding-left:0;
}

.block-uudised li {
background:none;
margin: 0 0 0.9em;
color: #388ED6;
}

.block-uudised li a{
color:#111;
position:relative;
z-index:15;
}

.block-uudised .posted {
margin:0;
padding:0 ;
font-size:80%;
color:#aaa;
font-style:normal;
text-transform:uppercase;
display:block;
}

.block-uudised .clock:before {
margin:0 5px 0 0;
font-family: 'ElegantIcons';
content: "\7d";
color:#888;
float:left;
}


/* uritused
---------------------------------------------- */

.article-img{
margin-bottom:5%;
padding-bottom:50%;
display: block;
text-align: center;
overflow: hidden;
position: relative;
z-index:1;
}

.article-img h6{
background:#5280c7;
margin:0;
padding: 0 20px;
line-height:2.4em;
font-size:1.1em;
font-weight:700;
color:#fff;
border-radius:0 50px 50px 0;
left:0;
top:10px;
position:absolute;
z-index:9;
}

.article-img h6:before {
margin:0 5px 0 0;
font-family: 'ElegantIcons';
content: "\7d";
color:#afcbeb;
float:left;
}

.article-img 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%);
display: block;
width: 100%;
-webkit-transition: .4s;
-o-transition: .4s;
-ms-transition: .4s;
transition: .4s;
position:absolute;
z-index:5;
}

.article-img:hover img{
opacity:0.9;
}

.play {
left:0;
right:0 ;
top:0;
bottom:0;
position:absolute;
z-index:7;
}

.play:before {
top: 50%;
left: 50%;
padding:0;
color:#fff;
font-weight:900;
font-size:3.5em;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-family: 'ElegantIcons';
content: "\e04e";
position:absolute;
z-index:8;
}


/* toggle content
---------------------------------------------- */

.toggle-content{
margin-bottom: 60px;
}

.toggle-content h3{
padding:0 0 15px 0;
margin: 0 ;
line-height:1.5em;
color:#222;
font-size:1.2em;
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:16px;
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";
content: "\f067";
}

.toggle-content h3.alt:before {
content: "\f107";
content: "\f068";
}

.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;
}


/* lisa tooteid veebivormi
---------------------------------------------- */

.toggle-toode,.toggle-toode-02,.toggle-toode-03{
background: rgba(1,1,1,0.0);
margin-bottom: 0px;
padding:10px 0 10px 2%;
}

.toggle-toode:before,.toggle-toode-02:before,.toggle-toode-03:before,.toggle-toode:after,.toggle-toode-02:after,.toggle-toode-03:after{
display: table;
content: " ";
clear:both;
}

.toggle-toode h6,.toggle-toode-02 h6,.toggle-toode-03 h6{
padding:0 0 5px 0;
margin: 0 ;
line-height:1.5em;
color: #b40d04;
font-size:17px;
font-weight:400;
font-style:normal;
cursor:pointer;
}

.toggle-toode h6:before,.toggle-toode h6.alt:before,.toggle-toode-02 h6:before,.toggle-toode-02 h6.alt:before,.toggle-toode-03 h6:before,.toggle-toode-03 h6.alt:before{
margin-right:10px;
font-family: 'ElegantIcons';
content: "\50";
color: #b40d04;
font-size:inherit;
}

.toggle-toode h6.alt:before,.toggle-toode-02 h6.alt:before,.toggle-toode-03 h6.alt:before {
content: "\4f";
}

.sulge{
background-color:#ddd;
margin-top: 10px;
padding:6px 20px;
text-align:right;
font-family:inherit;
font-size:0.8em;
color:#111;
font-weight:400;
text-transform:uppercase;
border:none;
display:inline-block;
float:right;
cursor:pointer;
}

/* navigation
------------------------------------- */


#navigation{
margin: 0 auto;
text-align:center;
}

#navigation p{
margin: 0 auto;
padding:0;
text-align:center;
line-height:1.0em;
font-size:.8em;
font-weight:400;
font-style:normal;
text-transform:uppercase;
display:inline-block;
border-radius:300px;
overflow:hidden;
position:relative;
z-index:4;
}

#navigation a{
color:#fff;
text-decoration:none;
border-radius:300px;
float:left;
position:relative;
z-index:3;
}

.nav-link-prev, .nav-link-next {
background-color:#222;
margin:0;
padding:18px 25px;
display:block;
}

.nav-link-next {
margin-right:1px;
}

.nav-link-next:before {
font-family: 'ElegantIcons';
content: "\3c";
color:#fff;
font-size:1.5em;
margin-right:6px;
float:left;
}

.nav-link-prev:before {
font-family: 'ElegantIcons';
content: "\3d";
color:#fff;
font-size:1.5em;
margin-left:6px;
float:right;
}


/* kiirkontaktid
------------------------------------- */

.contacts {
margin:0 auto 20px;
padding:0;
list-style-type:none;
}

.contacts li{
background:none;
margin:0;
padding:0 30px 0 0;
line-height:2.5em;
text-align:left;
display:inline-block;
position:relative;
}

.contacts li:before{
margin-right:20px;
padding:8px;
font-family: 'ElegantIcons';
speak: none;
font-size: 20px;
color: #388ED6;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height:1;
-webkit-font-smoothing: antialiased;
border-radius:50%;
border:1px solid #388ED6;
float:left;
}

.contacts li:nth-child(1):before {
content: "\e090";
}

.contacts li:nth-child(2):before {
content: "\e076";
}

.contacts li:nth-child(3):before {
content: "\e081";
}


/* testimonials
---------------------------------- */

.testimonials,.testimonials > div {
padding:0;
display:inline-block;
width:100%;
}

.testimonials > div:nth-child(1) {
padding-bottom:30px;
}

.testimonials-img {
margin: 0 auto 30px;
padding:0;
text-align:center;
max-width:70%;
}

.testimonials-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;
border-radius:50%;
border:0px solid #eee;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
opacity:1;
}

.thumb-alt-caption {
text-transform:uppercase;
font-weight:400;
color:#000;
}

.testimonials-text {
padding-left:30px;
text-align:left;
width:100%;
position: relative;
z-index: 10;
}

.testimonials-text:before {
left:0;
top: -4px;
position: absolute;
z-index: 12;
font-family: 'ElegantIcons';
content: "\7b";
color:#111;
font-size:1.8em;
}

.testimonials-text p{
margin:0 ;
padding:0;
font-size:1.0em;
font-style:italic;
font-weight:400;
}


/* partnerid
----------------------------------------- */

.partnerid {
padding-bottom:30px;
}

.partnerid a {
margin:0 7px;
margin-bottom:10px;
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.partnerid a:hover {
opacity:1;
}

.partnerid a img{
margin:0 auto;
text-indent:-5000em;
width:auto;
height:auto;
max-width:100%;
max-height:85px;
display:block;
}

.partnerid br {
display:none;
}



/* asukoha, telefoni, e-posti ikoonid
-------------------------------------------- */

.pin:before, .phone:before, .email:before,.icon_calendar:before{
margin-right:12px;
padding:0;
font-family: 'ElegantIcons';
speak: none;
font-size:inherit;
color: #388ED6;
color:#870A1F;
color:#6b9bec;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: inherit;
-webkit-font-smoothing: antialiased;
border-radius:0;
border:0px solid #388ED6;
position:relative;
float:left;
}

.pin:before {
content: "\e081";
}

.phone:before {
content: "\e090";
}

.email:before {
content: "\e076";
}

.icon_calendar:before {
margin-left:15px;
margin-right:0;
content: "\e023";
line-height:1.7em;
font-size:32px;
color: #388ED6;
color:#870A1F;
color:#6b9bec;
font-weight: 400;
float:right;
}



/* Make video fit 100% with any screen resolution
---------------------------------------------------- */

.video-container {
margin-bottom:4%;
padding-bottom:56%;
width: 100%;
height: 100%; 
position: relative;
z-index: 0;
overflow: hidden;
}

.video-container iframe {
min-width: 100%; 
min-height: 100%; 
width: auto;
height: auto;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} 


/* instagram container
------------------------------------ */

.insta-container{
margin:0 auto;
padding-left: 0;
padding-right: 0;
width:100%;
max-width:1100px;
position:relative;
z-index: 10;
}

.insta-container:before,.insta-container:after{
content:" ";
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
top: -20px;
bottom:-20px;
width:700px;
position:absolute;
z-index: 12;
}

.insta-container:before{
background-image: url(/images/104.jpg);
background-position: right center;
right:100%;
}

.insta-container:after{
background-image: url(/images/106.jpg);
background-position: left center;
left:100%;
}



/* instagram
-------------------------------------- */

.insta-wrapper{
background-color:#fff;
padding:60px;
position: relative;
z-index: 16;
}

.insta-wrapper-border{
left: 20px;
right: 20px;
top: 20px;
bottom:20px;
position: absolute;
z-index: 15;
border:1px solid #111;
}

.insta-feedbox{
position: relative;
z-index: 17;
}

.insta-user { 
margin-bottom:20px;
text-align:center;
display: inline-block;
position:relative;
z-index: 20;
}

.avatar a {
display:inline-block;
}

.avatar a img{
border-radius:50%;
max-width:100px;
}

.oui-insta{
list-style-type: none;
margin:0;
padding: 0;
font-size:0;
word-spacing: -0.26em;
position:relative;
z-index: 20;
}

.oui-insta li{
background:none;
margin:0;
padding: 0;
font-size: 1.1rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
border:1px solid #fff;
max-width:107px;
position:relative;
overflow:hidden;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.instalogo{
margin-right:3px;
vertical-align:middle;
width:auto;
max-height:24px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}



/* fullscreen youtube video background
---------------------------------------- */

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position:absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.youtube-show {
display:none;
}


/* background youtube live video
---------------------------------------- */

.background-youtube-live-video{
    margin: 0;
    padding-bottom: 50%;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    z-index:0;
}

.background-youtube-live-video iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 113% !important;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Prevent interaction with the video */
    z-index: -1; /* Send the video behind other content */
}



/* full screen html <video> with any screen resolution and autoplay
----------------------------------------------------------------- */

.bg-video-container {
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
position: relative;
height:50vh;
overflow: hidden;
}

.bg-video-container video {
height:100%;
}



/* content html <video> with any screen resolution and autoplay
----------------------------------------------------------------- */

.content-video-container {
margin-bottom:4%;
padding-bottom:56%;
width: 100%;
height: 100%; 
position: relative;
z-index: 0;
overflow: hidden;
}

.content-video-container video {
max-width: none; 
max-height: 100%; 
width: auto;
height: auto;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.padding-50 {
padding-bottom:50%;
}

.padding-45 {
padding-bottom:45%;
}


/* Make google calendar fit 100% with any screen resolution
---------------------------------------------------- */

.google-calendar-spa {
margin-bottom:4%;
padding-bottom:56%;
width: 100%;
/* height: 100%; */ 
position: relative;
z-index: 0;
overflow: hidden;
}

.google-calendar-spa iframe {
min-width: 100%; 
min-height: 100%; 
width: auto;
height: auto;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} 

.google-calendar-villa {
margin-bottom:4%;
padding-bottom:56%;
width: 100%;
/* height: 100%; */ 
position: relative;
z-index: 0;
overflow: hidden;
}

.google-calendar-villa iframe {
min-width: 100%; 
min-height: 100%; 
width: auto;
height: auto;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
} 



/* facebooki nupp
------------------------------------ */

.fb{
margin-left:15px;
height:100%;
display: table;
float:right;
position:relative;
}

.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;
background-color:#1b729f;
content: "\e093";
font-family: 'ElegantIcons';
speak: none;
font-size: 22px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right:5px;
padding:9px;
color:#fff;
display:block;
border-radius:50%;
border:0px solid #e2d78f;
float:left;
}


/* mobile menu
-------------------------------------- */

a.mob-nav{
background-color:#4C4E5D;
background-color:transparent;
margin:0 0 0 7px;
padding:0 12px;
display: flex;
flex-direction:row;
justify-content: center;
align-items: center;
color: #fff;
height:100%;
}

.burger {
width: 30px;
display: table-cell;
vertical-align:middle;
}

.burger .bar {
background-color: #fff;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
float: right;
display: block;
}


/* fancybox
----------------------------------------------- */

.fancybox-slide--iframe .fancybox-content {
width  : 940px;
max-width  : 80%;
max-height : 80%;
margin: 0;
}

.fancybox-caption {
background-color: rgba(0,0,0, 0.3);
font-size: 18px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
color: #fff;
}

/* hidden content */
#hidden-content{
max-width: 950px;
padding: 10px 30px;
border-radius: 4px;
opacity: 0;
transform: translateY(-50px);
transition: all .3s;
}

.fancybox-slide--complete #hidden-content{
opacity: 1;
transform: translateY(0);
}



/* lightSlider
-------------------------------------- */

/* .lSSlideOuter,.lSSlideWrapper,#lightSlider,#lightSlider li {
height:100% !important;
} */

#lightSlider{
padding-bottom:0 !important;
}

#lightSlider li{
padding-left:35px;
padding-right:35px;
padding-top:10px;
padding-bottom:0;
font-style:italic;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

/* #lightSlider > div.first{
display:block;
} */

#lightSlider li:before {
font-family: 'Font Awesome 5 Free';
content: "\f10d";
font-size:20px;
font-weight:700;
color:#111;
-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;
left:0;
top: 0;
position: absolute;
z-index: 12;
}

#lightSlider .author{
font-size:90%;
font-style:normal;
}

/* .lSPager {
margin-top: 0px !important;
padding-bottom:30px !important;
} */

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* flexbox propertires
---------------------------------------- */

.flex-align-items-center{
display: flex !important;
align-items: center;
}

.flex-justify-content-end{
display: flex !important;
}

.flex-direction-column {
display: flex !important;
flex-direction: column;
}

.justify-content-space-between {
display: flex !important;
justify-content: space-between;
}


/* 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 */
}

.kontakt-all{
margin: 0;
font-size:85%;
}

.tugigrupp > div p{
text-align:center;
line-height:1.5em;
}

.tugigrupp-2019 p{
text-align:center;
line-height:1.6em;
font-size:17px;
}

.tugigrupp-2019 img{
max-width:70%;
border-radius: 50%;
}

.team {
margin-bottom:10px;
padding:0;
overflow:hidden;
position:relative;
}

.team h6 {
margin:0 ;
padding:0;
line-height:2.5em;
font-size:1.2em;
color: #388ED6;
text-transform:uppercase;
display:inline-block;
}

.team h6:before{
margin-right:10px;
font-family: 'ElegantIcons';
content: "\6c";
speak: none;
font-size: 20px;
color: #388ED6;
color: #111;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height:2.2em;
-webkit-font-smoothing: antialiased;
float:left;
}

.suvi h4 {
font-size: 24px;
margin-bottom: 0.5em;
}

.suvi p,.suvi ul{
text-align:center;
margin-bottom: 1.1em;
}

.visitors h6{
margin:0;
font-weight: 400;
text-transform:uppercase;
line-height:1.3em;
color:#fff;
}

.visitors p{
margin:0 ;
text-align:center;
}

.visitors a{
margin:0 0 0.4em;
color:#F6D46B;
display:inline-block;
}

.visitors a i{
margin:0;
color:#F6D46B;
font-size:30px;
display:inline-block;
}

.contact {
margin:0 0 3%;
font-size:1.0em;
}

.contact li {
background-color: #eee;
border-bottom:1px solid #aaa;
}


.content-blocks > div {
margin-bottom:70px;
}

.content-blocks > div:before,.content-blocks > div:after{
display: table;
content: " ";
clear:both;
}

.section-box-content { 
background: rgba(255, 255, 255, 0.9);
padding:5%;
margin-top:100px;
width: 100%;
max-width:550px;
position: relative;
z-index: 1;
}

.sub-section-content {
margin-top:10%; 
margin-bottom:10%; 
padding:0 7%;
display:inline-block;
position:relative;
z-index:3; 
}

.col-content{
}

.col-content > div{
margin-bottom: 55px;
height:auto;
}

.col-content h2{
padding:0;
margin:0 0 30px;
font-size:30px;
line-height:1.2em;
}

.color-light h1, .color-light h2{
color:#FFC00C;
font-weight:400;
}

.color-light p, .color-light ul{
color:#fff;
}

.borders {
padding: 15px 40px;
text-align:center;
border:1px solid #fff;
border-radius:3px;
display:inline-block;
}

.down:before {
left:50%;
bottom:-25px;
content: "\37";
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size:2.0em;
background-color:#111;
margin:0 0 0 -25px;
padding:5px;
color:#fff;
display:block;
border-radius:50%;
border:3px solid #fff;
position:absolute;
z-index:200;
}

.wifi {
text-align:center;
width:25px;
height:100%;
display: table;
float:left;
}

.wifi > div { 
margin:0 auto;
text-align:center;
display: table-cell;
vertical-align:middle;
}

.youtube-title{
margin-left:auto;
margin-right:auto;
margin-top:15px;
text-align:center;
font-size:16px;
color:#000;
font-weight:400;
}

.title {
margin-bottom:30px;
}

.cherry-color h1{
color:#770600 !important;
}

.color-orange{
background-color:#df9f22;
}

.grey {
background: rgba(0, 0, 0, 0.03);
margin-top:40px;
margin-bottom:40px;
padding: 15px 15px;
}

.piletilevi{
background-color:#ce190c;
padding: 6px 10px;
color:#fff;
font-weight:600;
text-transform:uppercase;
}

.logo-white {
top: -45px;
left: 50%;
padding:0;
-webkit-transform: translateX(-50%) ;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position:absolute;
z-index:100;
max-width:240px;
}

.highlighted{
font-size:120%;
color:#fbb12e;
font-weight:700;
}

.big-red{
font-size:29px;
line-height:1.7em;
color:#f00;
font-weight:700;
}


.text-align-center{
margin-bottom:0;
text-align:center;
}

.soodushind{
margin-left:auto;
margin-right:auto;
margin-bottom:0;
text-align:center;
font-size:160%;
/* line-height:2.0em; */
color:#ff6600;
font-weight:400;
padding: 0 20px;
/* display:inline-block; */
}

.hidden{ 
display: none;
}

.social{ 
margin-right:15px;
line-height:1em;
display: inline-block;
}

.social i{ 
margin-right:8px;
font-size:40px;
color:#fff;
}

.red{
color:#ff0000;
}
.orange{
color:#df9f22;
}
.blue{
color:#80a7de;
}

.diff-font p{
font-family:kalam,satisfy,'marck script',parisienne,italianno,arial;
text-align:center;
font-size:22px;
font-weight:400;
}

.diff-font .smaller{
font-size:18px !important;
}

.smaller{
font-size:90% !important;
}

.virt-tour {
margin-bottom:40px;
}

iframe {
width: 100%;
}

audio {
width: 100%;
max-width: 335px;
}

.mm-listview {
padding-left:0;
}

.mm-listview li{
text-align:left;
font-size:19px;
}

.mm-listview a,.mm-listview span{
}




/* tagasiside vorm 
---------------------------------------------------*/

.comConnectForm,#txpCommentInputForm {
padding: 80px 0 20px;
width:100%;
max-width: 1100px;
}

.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{
margin: 3px 0;
padding: 5px;
color:#222;
line-height:1.25em;
border: 1px solid #999;
border-radius:3px;
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;
}

label.comRequired::after {
content: " *";
color: red;
font-weight:400;
}

.comConnectForm input.comCheckbox, .comConnectForm input.comRadio{
margin:7px 10px 0 20px;
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;
float:left;
}

.comConnectForm input.no-margin-left{
margin:13px 10px 0 5px;
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;
float:left;
}

label.comCheckbox, label.comRadio{
margin:0 ;
padding-left:50px;
padding-bottom:10px;
text-align:left;
line-height:1.5em;
color:inherit;
display:block;
}

.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:100px 40px;
font-size: 125%;
font-weight:700;
border:1px solid #999;
}

.comError{
margin:0 auto 50px;
}

input::-ms-input-placeholder {
color: #666;
}

/* supported by Safari 9.2+ Firefox 51, Chrome 57 */
::placeholder {
color: #666;
font-size:80%;
font-style:italic;
opacity: 1; /* Firefox; */
}


div[style^=visibility] {
height: 0;
overflow: hidden;
}



/* kommentaarid
-------------------------------- */

.kommentaarid {
margin-bottom:20px;
padding:0;
line-height:1.4em;
}

.kommentaarid > div {
padding:0 0 30px 0;
margin:0;
}

.kommentaar {
background-color: #fbfbfb;
padding: 30px 20px 20px 50px;
text-align:left;
border-radius:5px;
border:1px solid #eaeaea;
width:100%;
position: relative;
z-index: 10;
}

.kommentaar:before {
left:10px;
top: 26px;
position: absolute;
z-index: 12;
font-family: 'ElegantIcons';
content: "\7b";
color:#111;
font-size:1.8em;
}

.kommentaar p{
font-style:italic;
}

.comment_arrow {
width: 20px;
height: 20px;
display: inline-block;
z-index: 999;
position: absolute;
overflow: hidden;
left: 25px;
bottom: -11px;
background-color: #fbfbfb;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #eaeaea;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.kommentaarid > div p.author{
padding:0;
margin-left:25px;
margin-top:20px;
font-size:18px;
}

.kommentaarid > div p.author:before {
font-family: 'ElegantIcons';
content: "\e08a";
margin-right: 7px;
padding-top:3px;
padding-bottom:3px;
line-height:1.5em;
text-align:center;
font-size:0.7em;
display:block;
width:25px;
float:left;
border-radius:50%;
border:1px solid #444;
opacity:1;
}


/* 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%;
}

.testimonials-text {
margin:0;
width:70%;
float:left;
}

.testimonials-img {
width:30%;
float:left;
}
}


/* 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;
}

.sub-container{
padding:0 5% 0 0;
width:70%;
float:left;
}

.sidebar-container{
margin:0;
width:30%;
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{
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),.tulbad-4 > div:nth-child(4n){
margin-right:0;
}

.block-uudised > div{
height:470px;
}

.diff-columns > div{
width:60%;
}

.diff-columns > div:first-child{
width:40%;
}

.flex-direction-column {
flex-direction: row;
}

.article-album li {
width:16.6666%;
}
.article-album-2 li {
width:50%;
}
.article-album-3 li {
width:33.333333%;
}
.article-album-4 li {
width:25%;
}
.article-album-5 li {
width:20%;
}

.padding-right-1px{
padding-right:1px;
}
.padding-left-1px{
padding-left:1px;
}

.grey {
padding: 45px 40px;
}
}

/* mobile devices (min-width:821px) 
---------------------------------------------------*/

@media screen and (min-width:821px) {

h1,h2,.sidebar-container h6{
font-size:42px;
}

#ajutine{
background-position: center center;
background-size:cover;
height:100vh;
}

#footer {
text-align:left;
}

.content-1 {
padding-top: 120px;
padding-bottom: 100px;
}

.content-2 {
padding-top: 90px;
padding-bottom: 90px;
}

.content-4 {
padding-top:40px;
}

.content-6 {
padding-top: 50px;
padding-bottom: 10px;
height:87vh;
}

.bg-video-container {
height:100vh;
}

.inspiratsioonifestival {
height:88vh;
}

.bg-video-container video {
width: 100%;
height:auto;
}

.col-4 li,.col-5 li,.col-6 li{
width:25%;
}

.vert-middle .middle-box { 
padding-top:120px;
padding-bottom:70px;
}

.columns-2{
column-gap:100px;
-moz-column-gap:100px; /* Firefox */
-webkit-column-gap:100px; /* Safari and Chrome */
}

.veerud-3 > 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;
}

.cat > div{
max-width:none;
}

.testimonials {
font-size: 0;
word-spacing: -0.26em;
height:100%;
display: table;
}

.testimonials > div {
font-size: 1.0rem;
word-spacing:0;
vertical-align:top;
overflow:hidden;
width:50%;
display: table-cell;
}

.testimonials > div:nth-child(1) {
padding-right:6%;
padding-bottom:0;
}

.testimonials > div:nth-child(2n) {
padding-left:6%;
border-left:1px dotted #aaa;
}

.block-uudised > div:nth-child(2n){
margin-top:-20px;
margin-bottom:-20px;
height:510px;
}

.flex-justify-content-end{
justify-content: flex-end;
align-items: flex-start;
}

.team {
margin-bottom:40px;
}

.kontakt-all{
text-align:left;
float:left;
}

/*
.title {
margin-bottom:20px;
padding-right:5%;
text-align:right;
float:left;
width:30%;
}
.body{
float:left;
width:70%;
}
*/

/*
.comment-box {
margin-left:30%;
}
*/
}

/* mobile devices (min-width:1050px) 
---------------------------------------------------*/

@media screen and (min-width:1050px) {


.header-with-video{
height:90vh !important;
overflow:hidden;
}

.youtube-show{
display:block;
}

.col-5 li{
width:20%;
}

.col-6 li{
width:16.66666666%;
}

.veerud-4 > div{
width:25%;
}

.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;
}

.color-red{
background-color:#f11606;
}

.diff-color{
background-color:#df9f22;
padding-left: 8px;
padding-right: 8px;
padding-top:8px;
padding-bottom:8px;
border-radius:3px;
}

}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

a.mob-nav{
display: none;
}

.top-content, #all-menus {
justify-content: space-between;
}

#main-menu{
display:flex;
}

li.logo {
display: inline-block;
}

#mm-all-menus{
display: none !important;
}

#logo{
display:none;
}

.container,.vert-middle,.middle-box-content > div,.content-6 > div{ 
padding-left:0 ;
padding-right:0 ;
}

.introduction{ 
padding:70px 80px;
}
}


/* mobile devices (min-width:1250px) 
---------------------------------------------------*/

@media screen and (min-width:1250px) {

.container-3{
padding:0;
}
}


/* mobile devices (max-width:1100px) 
---------------------------------------------------*/

@media screen and (max-width:1100px) {

.section-box-content { 
margin-left:10px; 
max-width:540px;
}
}


/* mobile devices (max-width:1050px) 
---------------------------------------------------*/

@media screen and (max-width:1050px) {

.logo{
display: none !important;
}
}


/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {


#logo {
top:13px;
max-width:180px;
}

#languages li a {
background-color:transparent;
}

#header{
height:auto;
}

#header-sub{
height:auto;
}

.header-with-video{
background-image: url(/images/1489.jpg) !important;
height:50vh !important;
overflow:hidden;
}

.bg-image {
padding-bottom:0;
position:relative;
}

#header .bg-image {
padding-bottom:40%;
}

.introduction{ 
padding-top:10% ;
margin-top:0;
margin-bottom:0;
}

.section-box-content {
margin-left:0;
margin-top: 0;
max-width:none;
}

.container-left,.container-right{
padding:0;
width:100%;
}

.first,.second {
width: 100%;
height:auto;
}

#map{
height: auto;
}

.block-uudised > div:nth-child(3){
width:100%;
height:auto;
}

.block-uudised li a{
padding:0 ;
}

.block-uudised .posted {
display:block;
float:none;
}

td {
padding:5px 5px;
}

.prettysocial {
margin: 0 auto;
padding:10px 0;
text-align:center;
float:none;
}

.kontakt-all{
margin: 0 auto;
padding:0 0 20px;
float:none;
}
}


/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

.cal-icon {
display:none;
}

.inside,.luuletus p{
display:none;
}

.slides .slide-box .slide-content div{ 
padding: 20px;
}

}