<br />
<b>Deprecated</b>:  Function get_magic_quotes_gpc() is deprecated in <b>/data/sisekujundus.ee/subdomains/www/textpattern/lib/constants.php</b> on line <b>136</b><br />
/*! 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-family:inherit;
font-size:100%;
font-style:inherit;
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: Aino-Regular;
src: url('/fonts/Aino-Regular.woff') format('woff'),
url('/fonts/Aino-Regular.otf') format('opentype');
font-weight:400;
font-style: normal;
}

@font-face {
font-family: BankGothic Md BT;
src: url('/files/bgothm.ttf') format('truetype'),
url('/files/bgothm.otf') format('opentype'),
url('/files/bgothm.woff') format('woff');
src: url('/files/BANKGOT.eot');
font-weight:500;
font-style: normal;
}

@font-face {
font-family: BankGothic Lt BT;
src: url('/files/bankgothicltbt.ttf') format('truetype');
font-weight:300;
font-style: normal;
}

body {
margin:0;
padding:0 ;
font-family:'BankGothic Lt BT', georgia, 'lucida sans', 'helvetica neue', arial;
text-align:center;
font-size:100%;
color:#A49C8A;
color:#111;
font-weight:300;
}

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;
text-align:justify;
}

p{
text-align:justify;
}

p,li,textarea,label,input,td{
font-size:16px;
line-height:1.5em;
color:#111;
}

h1, h2 {
margin:0 0;
padding:0;
font-size:24px;
line-height:1.1em;
text-align:left;
}

h1 a:hover, h2 a:hover{
text-decoration: none;
}

h3{
margin:0 0 10px 0;
padding:0;
color: #63788B;
font-size:27px;
font-weight:700;
line-height:1.3em;
}

h4 {
background-color:#D9935B;
margin: 0 0;
padding:3px 10px;
font-size:25px;
color: #fff;
border-top:3px double #fff;
border-bottom:3px double #fff;
}

h5 {
margin:0;
color: #333;
font-size:24px;
border-bottom:1px solid #333;
}

h6 {
margin: 0 0;
padding:0;
font-size: 23px;
color: #222;
font-weight:400;
}

h6.latest-news {
background: url(/images/165.png) no-repeat 100% 0;
margin: 0;
padding:8px 15px 15px;
font-family:"segoe ui","trebuchet ms",georgia,tahoma,arial, "times new roman";
font-size: 0.9em;
font-weight:700;
color: #fff;
font-style:italic;
border-top:0px double #ddd;
}

a {
margin: 0;
padding: 0 ;
color: #111;
font-weight:400;
text-decoration: none;
}

a:hover, .services-left a:hover, .meta a:hover {
color: #DA9103;
text-decoration: none;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
font-family:inherit;
font-size:inherit ;
font-weight:inherit;
color:inherit;
line-height:inherit;
}

code {
padding:0;
font-family: arial, "trebuchet ms", Verdana, "Lucida Grande", Tahoma;
font-size:20px;
color: #E50000;
font-weight:700;
}

ul{
list-style-type: disc;
margin: 0;
padding: 0 ;
line-height:1.0em;
}

ul li{
margin:0;
padding: 0;
}

ul.pealkirjad{
clear:both;
}

ol{
margin:0 0 0 30px;
padding:0 ;
line-height:1.5em;
}

ol li{
margin:0;
padding: 0;
}

ul.partnerid li{
clear:both;
}

img {
margin: 0;
padding:0;
border: 0;
float:none;
}

.article img {
margin:5px 15px 5px 0;
float:none;
}

.article .left {
margin:5px 20px 10px 0;
float:left;
}

.article .right {
margin:5px 0 10px 20px;
float:right;
}

blockquote{
margin: 10px;
padding: 15px 25px ;
background-color: #f9f9f9;
border:3px double #ddd;
-moz-border-radius:8px;
border-radius:8px;
}

blockquote p {
margin: 0;
padding:0;
font-size:18px;
font-weight:700 ;
font-style:italic;
}

hr {
margin:2em auto;
width:370px;
height:1px;
color:#7a7e7d;
background-color:#7a7e7d;
border:none;
}

.indent {
text-align:left;
text-indent:-5000em;
position:absolute;
}

.article {
padding: 0 0 40px 0;
overflow:hidden;
max-width:100%;
}

.imp-message {
background-color: #FDF7EC;
margin:0 0 30px;
padding:15px;
border:1px solid #aaa;
}

.posted {
margin:0;
padding: 0 0 12px;
font-size:18px;
font-weight:400;
text-transform:lowercase;
}

.meta {
background-color:transparent;
margin: 10px 0 ;
padding:4px 0;
text-align:right;
line-height:1.5em;
overflow:hidden;
width:99%;
clear:both;
}

.meta a {
margin: 0;
padding: 4px 12px;
color:#A49C8A;
text-decoration: none;
}


/* article album
----------------------------------------------- */

.article-album{
list-style-type:none;
margin:30px 0;
padding-left: 0;
text-align:left;
max-width:100%;
}

.article-album li {
background:none;
padding:0;
margin:0 2px 6px 0;
vertical-align:top;
text-align:center;
display:inline-block;
position: relative;
z-index:0;
}

.article-album li a{
margin:0;
display: block;
text-align: center;
width: auto;
max-width:none;
position: relative;
}

.article-album img{
margin:0 auto;
padding:0;
display: block;
width: auto;
max-height:80px;
}

.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;
}


/* header albums
----------------------------------------------- */

.header-albums{
list-style-type:none;
margin-bottom:3px ;
padding-left: 0;
}

.header-albums:after  {
display: table;
content: ' ';
clear:both;
} 

.header-albums li {
background:none;
padding:0;
margin-left: 3px;
vertical-align:top;
text-align:center;
width:45px;
height:53px;
display:block;
float:right;
overflow:hidden;
position: relative;
z-index:0;
}

.har li {
margin-right: 3px;
margin-left: 0;
float:left;
}

.header-albums li a{
margin:0 auto;
padding-bottom:53px;
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;
}

.header-albums img{
margin:0 auto;
padding:0;
display: block;
width: auto;
max-width:180%;
max-height:180%;
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;
}

.header-albums li:hover a {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.header-albums .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;
}


/* mobile-menu
--------------------------------------- */

a.mob-nav{
right:5px;
bottom: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: 60px;
width: 60px;
position:fixed;
z-index: 9999;
border-radius: 0;
background-color:#111;
/* box-shadow: 0 3px 12px rgba(1,1,1,0); */
}

.burger {
display: block;
width: 30px;
}

.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);
}

.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;
}

.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;
}

.header-img {
padding-top:20px;
}

h2.slogan {
padding-top:20px;
margin:0;
line-height:1.2em;
font-size:30px;
color:#fff;
font-weight:300;
}

.counter {
right:5px;
bottom:0px;
position:absolute;
z-index:200;
}

.counter img{
border:none;
}

.contact {
margin:0 0 3%;
}

.contact li {
background-color: #eee;
border-bottom:1px solid #aaa;
}

.header-bg,.header-bg-2 a{
line-height:55px;
font-size:20px;
color:#000;
font-weight:900;
display:inline-block;
position:relative;
z-index: 100;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.header-bg{
margin-bottom: 35px;
}

.header-bg:before,.header-bg-2 a:after{
background-color:#0076BE;
display: block;
position: absolute;
content: ' ';
width: 3000px;
height: 2px;
z-index: -100;
}

.header-bg:before{
right:-5px;
bottom: 0;
}

.header-bg-2 a:after {
left:-5px;
top: 0;
}

.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; 
}

.col-content{
}

.col-content > div{
margin-bottom: 55px;
height:auto;
}

.col-content h2{
padding:0;
margin:0 0 30px;
line-height:1.3em;
font-size:30px;
}

.col-content-2 p{
color:#333;
}

.title {
margin-bottom:30px;
}

.title h1,.title h2{
margin-bottom:0.2em;
}

.title h3 {
margin:0 0 0.2em;
font-size:24px;
}

.title p {
margin:0 0 0.2em;
}

.small{
font-size:90%;
}

.padding-bottom{
padding-bottom: 7%;
}

audio {
width: 100%;
max-width: 335px;
}

.mm-listview {
padding-left:0;
text-transform:uppercase;
}

.mm-listview li{
font-size:22px;
text-align:left;
}

.mm-listview li:before {
content: " ";
}



/* layout
----------------------------------------------- */

#container {
background:transparent url(/imaages/8.jpg) repeat-y left top;
margin-left:auto;
margin-right:auto;
text-align:left;
width:100%;
max-width:1000px;
}

#container:before,.top:before,.header:before,#header:before,#footer:before,#header-wrapper: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,#header-wrapper:after,.content-1:after,.content-2:after,.content-3:after,.content-4:after,.container:after,.container-2:after,.vert-middle:after,.article:after,.diff-columns:after,.myCalendar:after  {
display: table;
content: ' ';
clear:both;
} 

#logo {
margin:0;
padding-left:0;
padding-right:0;
padding-top:8px;
padding-bottom: 8px;
text-align:center;
height:auto;
}

#header {
background-image: url(/images/519.jpg);
background-position: center center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
padding:0;
text-align:center;
border-bottom: 0px solid #fff;
width:100%;
height:80vh;
position: relative;
z-index:3;
}

#header-wrapper {
margin:0 ;
padding:0;
background:transparent url(/imaages/4.jpg) no-repeat center top;
width:100%;
display:none;
}

#header-left {
padding-right:6px;
text-align:right;
width:355px;
height:442px;
float:left;
overflow:hidden;
}

#header-center {
margin:0 ;
padding:0;
background:transparent url(/images/4.jpg) no-repeat center top;
width:290px;
height:442px;
float:left;
overflow:hidden;
}

#header-right {
padding-left: 6px;
text-align:left;
width:355px;
height:442px;
float:left;
overflow:hidden;
}

a.logo {
margin-left:auto;
margin-right:auto;
height:auto;
max-width:460px;
max-height:100%;
display:inline-block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

a.logo:hover {
opacity:1;
}

a.logo img{
margin:0 ;
text-indent:-5000em;
width:auto;
max-width:100%;
max-height:100%;
display:block;
}

#mm-menu:not( .mm-menu ) {
display: none;
}

#menu {
display:none;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height:70px;
position:relative;
z-index:510;
}

#main-menu {
display: -ms-flexbox;
display: flex;
list-style-type: none;
margin-bottom: 0;
padding:0;
text-transform:uppercase;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width:80%;
height:100%;
}

#main-menu li{
background: none;
margin:0;
font-size:18px;
position:relative;
z-index:600;
}

#main-menu li a {
margin:0 ;
font-weight:400;
color:#000;
text-decoration:none;
}

#main-menu li a:hover {
text-decoration:none;
color:#555;
}


#wrapper {
margin:0;
padding: 0;
width:100%;
max-width:100%;
clear:both;
}

#sidebar-1 {
margin:0;
padding:50px 0 0;
width:300px;
display:inline;
float:right;
}

#content {
margin-left:auto;
margin-right:auto;
padding-left: 5%;
padding-right: 5%;
width:100%;
max-width:100%;
}

#navigation {
margin: 0;
padding:8px 0;
text-align:center;
}

.nav-link-prev, .nav-link-next {
margin:0 2px;
padding:3px 6px;
display:inline;
}

.nav-link-prev a, .nav-link-next a{
margin:0;
padding:0 ;
font-size:.8em;
font-weight:400;
font-style:normal;
text-transform:lowercase;
text-decoration:none;
}

.nav-link-prev a:hover, .nav-link-next a:hover{
color: #A49C8A;
text-decoration:none;
}


/* 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) {


a.mob-nav{
display: none;
}

#menu{
display: -ms-flexbox;
display: flex;
}

p,li,textarea,label,input,td{
font-size:20px;
}

li.gal{
padding-left: 25px;
}

.col-2 li,.col-3 li,.col-4 li,.col-5 li,.col-6 li{
width:50%;
}

.vert-middle {
padding-left:4%;
padding-right:4% ;
}

}


/* 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;
}

.vert-middle .middle-box { 
padding-bottom:0;
-ms-flex-align:center;
align-items:center;
}

.content-4 {
padding-bottom:90px;
}

.container-up{
margin-top:-60px ;
}

.flex-content{
text-align:left;
-ms-flex-direction: row;
flex-direction:row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}

.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{
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;
}

.block-uudised > div{
height:470px;
}

.diff-columns > div{
width:30%;
}

.diff-columns > div:first-child{
width:64%;
}

.fast-connect > div{
width:100% !important;
}

.flex {
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-pack:start;
justify-content: flex-start;
}

.flexbox-1 {
-ms-flex-preferred-size:65%;
flex-basis: 65%;
order:2;
}

.flexbox-2 {
padding-top: 130px !important;
-ms-flex-preferred-size:35%;
flex-basis: 35%;
order:1;
}

.padding-top{
padding-top: 100px !important;
}

.article-album img{
max-height:none;
}

}


/* mobile devices (min-width:821px) 
---------------------------------------------------*/

@media screen and (min-width:821px) {

#header-sub {
height:50vh;
}

.content-2 {
padding-top: 60px;
}

.sub-container{
padding:0 5% 0 0;
width:70%;
float:left;
}

.sidebar-container{
margin:0;
width:30%;
float:right;
}

.col-4 li,.col-5 li,.col-6 li{
width:25%;
}

.columns-2{
column-gap:100px;
-moz-column-gap:100px; /* Firefox */
-webkit-column-gap:100px; /* Safari and Chrome */
}

.veerud-3 > div,.veerud-5 > div{
width:33.33333333%;
}

.tulbad-3 > div,.tulbad-3 > div:nth-child(2n){
width:31.33333333%;
margin-right:3%;
}

.tulbad-3 > div:nth-child(3n){
margin-right:0;
}

.block-uudised > div:nth-child(2){
margin-top:-20px;
margin-bottom:-20px;
height:510px;
}

.veerud-2-big > div{
width:50%;
padding-bottom:35%;
}

.title {
margin-bottom:35px;
}

/*
.comment-box {
margin-left:30%;
}
*/

}


/* mobile devices (min-width:940px) 
---------------------------------------------------*/

@media screen and (min-width:940px) {

a.logo {
max-width:none;
}

a.logo img{
max-width:none;
max-height:none;
}

#languages {
margin-right:0;
}

.container-up{
margin-top:-130px ;
}

.flexbox-2 {
padding-top: 200px !important;
}

h1,h2{
font-size:35px;
}

}


/* mobile devices (min-width:1001px) 
---------------------------------------------------*/

@media screen and (min-width:1001px) {

#header {
display:none;
}

#logo {
padding-top:30px;
}

#header-wrapper {
display:block;
}

#content {
padding-left: 0;
padding-right: 0;
width:80%;
}

.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;
}

.flex > div {
padding-top: 50px;
}

}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

.content-1{
padding-top: 80px;
padding-bottom: 80px;
}

.container,.container-2,.container-3{ 
padding-left:0 ;
padding-right:0 ;
}

.container-3{ 
padding-top:0;
}

.vert-middle,.middle-box-content > div{ 
padding-left:0 ;
padding-right:0 ;
}

.footer-content{
text-align:right;
}

}


/* mobile devices (min-width:1250px) 
---------------------------------------------------*/

@media screen and (min-width:1250px) {

.content-4 {
min-height:55vh;
}
}


/* 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 (min-width: 500px) and (max-width: 649px)
--------------------------------------------------------------- */

@media only screen and (min-width: 500px) and (max-width: 649px)  {

.fast-connect > div{
width:50%;
}

}

/* mobile devices (max-width:1000px) 
---------------------------------------------------*/

@media screen and (max-width:1000px) {

.front-article {
display:none;
}

}


/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {


.bg-image {
padding-bottom:0;
position:relative;
}

#header .bg-image {
padding-bottom:40%;
}

.teenused-big > div{
margin-right:0;
margin-bottom: 3%;
overflow:hidden;
width:100%;
}

.block-uudised li a{
padding:0 ;
}

.block-uudised .posted {
display:block;
float:none;
}

}


/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

.slides .slide-box .slide-content div{ 
padding: 20px;
}

}