/*! 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: '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;
}

html{
height:100%;
}

body {
background-color:#fff;
text-align:center;
margin:0;
padding:0 ;
color:#111;
}

section, header, footer, nav, aside, div, input, textarea, select, label, :before, :after{
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

p,ul,ol,table,legend,label,input,select,textarea,.zemThanks{
margin:0;
padding:0 0 30px;
font-family:questrial,muli,lato,'helvetica regular',arial,georgia;
font-size:1.1em;
line-height:1.7em;
font-style:normal;
}

h1,h2,h3,h4,h5,h6 {
font-family:questrial,'patua one',muli,lato,'open sans',arial;
}

h1, h2, h2 a {
padding:0;
margin:0 0 20px;
line-height:1.3em;
font-size:2.0em;
text-transform:uppercase;
color:#111;
font-weight:400;
font-style:normal;
}

h2 a {
font-size:inherit;
}

h2 a:hover {
text-decoration:none;
}

h3 {
padding:0 0 15px 0;
margin: 0 ;
color:#888;
font-size:1.5em;
font-weight:400;
font-style:normal;
border-bottom:0px dotted #555;
}

h4 {
padding:0 0 5px;
margin:0 0 10px;
line-height:1.3em;
font-size:1.4em;
color:#111;
font-weight:400;
font-style:normal;
border-bottom:0px dotted #555;
}


h5,h6 {
padding:0 0 5px;
margin:0 0 10px;
font-size:1.2em;
font-weight:400;
}

h6 {
font-size:1.2em;
color:#55ae30;
}

img {
margin:0 ;
padding:2px;
max-width:100%;
height:auto;
}

.left {
margin:2px 20px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 20px;
float:right;
}

.center {
margin:2px;
text-align:center;
vertical-align:top;
float:none;
display:inline-block;
}

blockquote {
background-color:#ededed;
margin:0 0 30px 0;
padding:20px 20px 0;
border-left:0px solid #999;
}

blockquote p {
margin:0;
font-family:georgia, "times new roman", verdana;
text-align:center;
font-style:italic;
font-size:1.0em;
color:#000;
font-weight:400;
}

a,code{
margin:0;
padding:0;
background:none;
color:#EE1D25;
font-weight:400;
text-decoration:none;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

a:hover {
text-decoration:none;
opacity:0.7;
}

code {
color:#A06748;
}

ul, li ul {
list-style-type:disc;
list-style-position: inside;
margin:0;
}

ul li, li ul li {
padding:0.3em 2.0em 0.3em 1.1em;
margin:0;
text-align:left;
}

li ul{
font-size:inherit;
}

li img {
margin:0 0 10px;
display:block;
}

ol, li ol {
margin:0 0 0 30px;
}

ol li, li ol li {
padding:.2em 0;
margin:0;
}

table {
margin: 30px 0;
padding:0;
border-collapse:collapse;
border-top: 0px solid #bbb;
width:100%;
}

table caption {
margin:0;
padding:10px 20px;
text-align:left;
font-size:125%;
}

tr:nth-child(odd) {
background: #f6f6f6;
}

td {
margin:0;
padding:5px 20px;
text-align:left;
border-bottom: 1px solid #888;
min-width:20%;
}

th {
background-color:#444;
padding:8px 20px;
color:#fff;
font-weight:400;
border-bottom: 0px solid #555;
}

hr {
margin:2em auto;
width:100%;
height:1px;
color:#7a7e7d;
background-color:#7a7e7d;
border:none;
}

.table-head {
background:#333;
color:#fff;
}

.article {
padding: 0 0 30px 0;
position:relative;
overflow:hidden;
}

.clearfix:after {
display: table;
content: " ";
clear: both;
}

.columns-2{
column-count:2;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-gap:100px;
-moz-column-gap:100px; /* Firefox */
-webkit-column-gap:100px; /* Safari and Chrome */
}

.indent {
text-align:left;
left:-5000em;
position:absolute;
z-index:500;
}

.meta {
margin:0 ;
padding:6px 0;
text-align:center;
line-height:1.5em;
color:#fff;
overflow:hidden;
width:99%;
clear:both;
}

.meta a,.tagasi {
background-color:#111;
margin:0 auto;
padding: 8px 25px;
text-align:center;
font-size:0.9em;
color:#aaa;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
float:right;
}

.tagasi {
padding-left: 15px;
}

.meta a:after,.tagasi:before {
font-family: 'ElegantIcons';
content: "\35";
color:#c76c42;
font-size:1.3em;
float:right;
}

.tagasi:before {
content: "\34";
float:left;
}

.posted {
margin:-16px 0 30px 5px;
padding: 0;
font-size:0.9em;
color:#888;
font-weight:400;
font-style:normal;
text-transform:uppercase;
}

.posted span{
color:#333;
font-weight:400;
}

.edasi {
margin: 0 ;
padding: 7px 20px;
background-color:#01B8CE;
text-align:center;
font-size:0.9em;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
}

.edasi:after {
font-family: 'ElegantIcons';
content: "\35";
color:#000;
font-size:1.4em;
float:right;
}


/* article album
----------------------------------------------- */


.article-album{
list-style-type:none;
margin:30px 0;
text-align:center;
}

.article-album li {
background:none;
padding:0 5px;
margin:0 0 12px;
vertical-align:top;
text-align:center;
display:inline-block;
}

.article-album li a{
display: block;
position: relative;
text-align: center;
overflow: hidden;
}

.article-album img{
margin:0 auto;
padding:0 0 7px;
display: block;
width: 100%;
-webkit-transition: all .2s;
-o-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 {
text-align:center;
color:#fff;
line-height:1.4em;
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;
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.3em;
font-size:1.1em;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
color:#eee;
height:auto;
}


/* miscellanneous
---------------------------- */

.hide{
cursor:pointer;
}

div.hide {
background-color:#eee;
margin: 0 0 40px;
padding:25px 25px;
border-left:0px solid #999;
}

.orange {
color:#c76c42;
}

/* error page
----------------------------------------------- */
#error-page {
background:transparent;
margin:0;
padding:0;
text-align:center;
}

#error-container {
background:transparent;
margin:0 auto;
padding:0;
text-align:left;
width:850px;
}

#error-content {
background:transparent;
margin:0;
padding:0;
color:#555;
text-align:center;
}


/* layout
----------------------------------------------- */


#main-menu-mob:not( .mm-menu ) {
display: none;
}

#container {
background:#fff;
margin:0;
padding:0;
text-align:center;
width:100%;
}

#wrapper-big {
margin:auto;
text-align:center;
width:100%;
max-width:1400px;
}

#top,#header,.content-1,.content-2,.content-3,.content-4{
margin:0 auto;
padding:0;
width:100%;
position:relative;
}

#container:before,#wrapper-big:before,#top:before,.header:before,#header:before,#footer:before,.content-2:before,.content-3:before,.content-4:before,.container:before,.container-2:before,.article:before,#container:after,#wrapper-big: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;
}

#top {
left:0;
top:0;
background: rgba(1, 1, 1, 0.06);
padding:0 10px ;
text-align:center;
box-shadow: 0 0px 0px #fafafa;
height:55px;
z-index:500;
}

#top .container {
padding:0;
text-align:center;
height:100%;
position: relative;
z-index: 510;
}

#main-menu {
margin: 0 auto;
padding:0;
text-align:center;
height:100%;
display: table;
}

#main-menu ul{
list-style-type: none;
margin: 0 auto;
padding:0;
text-align:center;
line-height:1.6em;
font-size: 1.0em;
text-transform:uppercase;
display: table-cell;
vertical-align:bottom;
}

#main-menu li{
background: none;
padding:0 1px;
margin:0;
float:left;
}

#main-menu li a {
background-color:#EE1D25;
margin:0 ;
padding:0 20px;
line-height:2.4em;
color:#fff;
text-decoration:none;
display:inline-block;
}

.content-1 {
margin: 0 ;
}

#sidebar-left,#sidebar-right{
background-color:#EE1D25;
margin:0 ;
padding:0;
width:25%;
float:left;
}

#sidebar-right{
float:right;
}

#wrapper{
margin:0 ;
padding:0;
width:50%;
float:left;
}

.container{
margin:0 auto;
padding:8% 7%;
text-align:left;
width:100%;
height:100%;
clear:both;
}

.kell,.asukoht,.e-post,.item-0,.item-1,.item-2,.item-3,.header-text,.content-2-text{
visibility:hidden;
}

.col-2,.col-3,.col-4{
list-style-type: none;
margin:0;
padding:40px 0 0;
word-spacing: -0.26em;
}

.col-2 li,.col-3 li,.col-4 li{
background:none;
margin:0 0 30px;
padding: 0 20px;
text-align:left;
word-spacing: 0;
vertical-align:top;
display:inline-block;
width:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.col-3 li{
width:33.3333%;
}

.col-4 li{
width:25%;
}

.fadeIn,.fadeInUp,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInLeftLong,.fadeInRightLong,.bounceIn{
visibility:visible;
}

.fadeIn{
-webkit-animation: fadeIn;
animation: fadeIn;
}

@-webkit-keyframes fadeIn {
0%   {opacity: 0;}
100% {opacity: 1;}
} 

@keyframes fadeIn {
0%   {opacity: 0;}
100% {opacity: 1;}
} 

.fadeInUp{
-webkit-animation: fadeInUp;
animation: fadeInUp;
}

@-webkit-keyframes fadeInUp {
0%   {opacity: 0; -webkit-transform: translateY(30px);}
100% {opacity: 1; -webkit-transform: translateY(0);}
} 

@keyframes fadeInUp {
0%   {opacity: 0; -ms-transform: translateY(30px); transform: translateY(30px);}
100% {opacity: 1; -ms-transform: translateY(0); transform: translateY(0);}
} 

.fadeInDown{
-webkit-animation: fadeInDown;
animation: fadeInDown;
}

@-webkit-keyframes fadeInDown {
0%   {opacity: 0; -webkit-transform: translateY(-30px);}
100% {opacity: 1; -webkit-transform: translateY(0);}
} 

@keyframes fadeInDown {
0%   {opacity: 0; -ms-transform: translateY(-30px); transform: translateY(-30px);}
100% {opacity: 1; -ms-transform: translateY(0); transform: translateY(0);}
} 

.fadeInLeft{
-webkit-animation: fadeInLeft;
animation: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
0%   {opacity: 0; -webkit-transform: translateX(-30px);}
100% {opacity: 1; -webkit-transform: translateX(0);}
} 

@keyframes fadeInLeft {
0%   {opacity: 0; -ms-transform: translateX(-30px); transform: translateX(-30px);}
100% {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}
} 

.fadeInRight{
-webkit-animation: fadeInRight;
animation: fadeInRight;
}

@-webkit-keyframes fadeInRight {
0%   {opacity: 0; -webkit-transform: translateX(30px);}
100% {opacity: 1; -webkit-transform: translateX(0);}
} 

@keyframes fadeInRight{
0%   {opacity: 0; -ms-transform: translateX(30px); transform: translateX(30px);}
100% {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}
} 

.fadeInLeftLong{
-webkit-animation: fadeInLeftLong;
animation:fadeInLeftLong;
}

@-webkit-keyframes fadeInLeftLong{
0%   {opacity: 0; -webkit-transform: translateX(-500px);}
100% {opacity: 1; -webkit-transform: translateX(0);}
} 

@keyframes fadeInLeftLong {
0%   {opacity: 0; -ms-transform: translateX(-500px); transform: translateX(-500px);}
100% {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}
} 

.fadeInRightLong{
-webkit-animation: fadeInRightLong;
animation: fadeInRightLong;
}

@-webkit-keyframes fadeInRightLong {
0%   {opacity: 0; -webkit-transform: translateX(500px);}
100% {opacity: 1; -webkit-transform: translateX(0);}
} 

@keyframes fadeInRightLong {
0%   {opacity: 0; -ms-transform: translateX(500px); transform: translateX(500px);}
100% {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}
} 

.bounceIn{
-webkit-animation-name:bounceIn;
animation-name:bounceIn;
}

@-webkit-keyframes bounceIn{
0%{opacity:0;-webkit-transform:scale3d(.9,.9,.9);}
50%{-webkit-transform:scale3d(1.1,1.1,1.1);}
100%{opacity:1;-webkit-transform:scale3d(1,1,1);}
}

@keyframes bounceIn{
0%{opacity:0;-ms-transform:scale3d(.9,.9,.9); transform:scale3d(.9,.9,.9)}
50%{-ms-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1)}
100%{opacity:1;-ms-transform:scale3d(1,1,1); transform:scale3d(1,1,1)}
}

.animated-05s{
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-out; 
animation-timing-function: ease-out;
}

.animated-075s{
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-out; 
animation-timing-function: ease-out;
}

.animated-1s{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-out; 
animation-timing-function: ease-out;
}

.delay-01s {
animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
}

.delay-02s {
animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
}

.delay-03s {
animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
}

.delay-04s {
animation-delay: 0.4s;
-webkit-animation-delay: 0.4s;
}

.delay-05s, .item-1 {
animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
}

.delay-06s {
animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
}

.delay-07s {
animation-delay: 0.7s;
-webkit-animation-delay: 0.7s;
}

.delay-08s {
animation-delay: 0.8s;
-webkit-animation-delay: 0.8s;
}

.delay-09s {
animation-delay: 0.9s;
-webkit-animation-delay: 0.9s;
}

.delay-1s, .item-2 {
animation-delay: 1s;
-webkit-animation-delay: 1s;
}

.delay-105s {
animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
}

.delay-2s {
animation-delay: 2s;
-webkit-animation-delay: 2s;
}

.delay-2s {
animation-delay: 2s;
-webkit-animation-delay: 2s;
}

.sidebar-top{
margin:0 ;
padding:15% 0 5%;
width:100%;
min-height:467px;
}

#logo-mob {
display:none;
}

#logo {
margin:0;
padding:0 27% 10%;
height:100%;
}

#logo img{
margin: 0 auto;
padding:0;
text-indent:-5000em;
display:block;
width:100%;
height:auto;
}

.sidebar-right-text,.sidebar-left-slogan {
background-color:#111;
margin:0;
padding:10% 0;
}

.sidebar-left-slogan {
margin:0;
padding:10%;
}

.sidebar-left-slogan p{
margin:0;
padding:0;
}

.sidebar-left-slogan img{
margin:0;
padding:0;
}

.contacts {
list-style-type:none;
margin:0;
padding:0;
text-transform:normal;
}

.contacts li{
background:none;
margin:5px 0;
padding:2px 0 2px 25px;
text-align:left;
color:#fff;
position:relative;
}

.contacts .item-0:before, .contacts .item-1:before, .contacts .item-2:before{
top:3px;
left:20px;
background-color:#777;
margin:0;
padding:8px;
font-family: 'ElegantIcons';
speak: none;
font-size: 17px;
color: #fff;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
border-radius:50%;
border:0px solid #777;
position:absolute;
}

.contacts .item-0:before {
content: "\e090";
}

.contacts .item-1:before {
content: "\e076";
}

.contacts .item-2:before {
content: "\e081";
}

.contacts a{
color:#fff;
}

.tooted{
list-style-type:none;
margin:0;
padding:0;
text-transform:uppercase;
}

.tooted li{
background:none;
margin: 0;
padding:7px 0 7px 60px;
text-align:left;
border-bottom:1px dotted #fff;
position:relative;
}

.tooted li:before{
top:7px;
left:20px;
margin:0;
padding:4px;
font-family: 'ElegantIcons';
content: "\39";
speak: none;
font-size: 18px;
color: #fff;
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 #fff;
position:absolute;
}

.tooted a{
color:#fff;
}


/* slideshow 
---------------------------------------------------*/

#owl-demo{
padding:0;
width: 100%;
position:relative;
z-index:200;
}

.owl-theme .owl-controls {
left:0;
right:0;
margin-left:auto;
margin-right:auto;
bottom: 10px;
text-align: center;
position:absolute;
z-index:210;
}

#owl-demo img{
padding:0;
display: block;
width: 100%;
height: auto;
}

#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;
}

#navigation a{
margin-right:1px;
background-color:#222;
color:#fff;
text-decoration:none;
float:left;
}

.nav-link-prev, .nav-link-next {
margin:0;
padding:15px 25px;
float:left;
}

#footer {
padding:0;
}

#footer .container{
padding:1% 0;
}

#footer p{
margin:0;
padding:0;
color:#555;
font-size:0.9em;
}

#footer img{
margin:0;
padding:0;
}

.counter {
left:5px;
bottom:-50px;
position:absolute;
z-index:200;
}

.counter img{
border:none;
}





/* tagasiside vorm 
---------------------------------------------------*/

.comConnectForm,#txpCommentInputForm {
padding: 80px 0 20px;
width:100%;
max-width: 1000px;
}

.comConnectForm fieldset{
margin: 0;
padding:0px 0px 20px;
border:0px solid #ddd;
position:relative;
}

.comConnectForm legend{
margin: 0;
padding: 5px 0;
font-size:130%;
font-weight:400;
position:absolute;
left:0;
top:-40px;
}

.comConnectForm input, .comConnectForm textarea, .comConnectForm select,#txpCommentInputForm input,#txpCommentInputForm textarea{
margin: 3px 0;
padding: 5px;
color:#222;
line-height:1.25em;
border: 1px solid #999;
width: 100%;
display:inline-block;
}

#txpCommentInputForm input.button{
background-color:#eee;
}

.comConnectForm label,.comConnectForm p,#txpCommentInputForm label{
margin:0 ;
padding:0 10px;
line-height:2.1em;
color:inherit;
display:block;
}

label.comRequired::after {
content: " *";
color: red;
font-weight:400;
}

.comConnectForm input.comCheckbox, .comConnectForm input.comRadio{
margin:0 0 0 30px;
padding: 0;
line-height:1.5em;
width:20px;
border:none;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
display:inline-block;
}

label.comCheckbox, label.comRadio{
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:inherit;
display:inline-block;
float:none;
}

.comConnectForm input.comSubmit{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:#000;
margin: 15px 0 0 30%;
padding: 8px 20px;
color:#fff;
border:none;
width:auto;
display:inline-block;
}

.comThanks{
background-color:#dcebd4;
padding:40px 40px;
font-size: 125%;
font-weight:700;
border:1px solid #999;
}

.comError{
margin:0 auto 50px;
}

div[style^=visibility] {
height: 0;
overflow: hidden;
}





/* mobile devices (max-width:1200px) 
---------------------------------------------------*/

@media screen and (max-width:1200px) {

.sidebar-top{
min-height:380px;
}

}

/* mobile devices (max-width:1000px) 
---------------------------------------------------*/

@media screen and (max-width:1000px) {

.sidebar-top{
min-height:300px;
}

}

/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {

body {
padding:0;
}

p,ul,ol,table,legend,label,input,select,textarea,.zemThanks{
font-size:1.0em;
}

#top {
background:#f5f5f5;
height:50px;
position:fixed;
}

#logo-mob {
margin:0;
padding:0;
height:100%;
display:block;
float:left;
}

#logo-mob img{
margin: 0;
padding:0;
text-indent:-5000em;
display:block;
width:auto;
height:100%;
}

#wrapper{
margin:0 ;
padding:50px 0 0;
width:100%;
float:none;
}

#logo {
max-width:200px;
}

a.mob-nav{
margin: 10px 0 0 20px;
padding:0;
color: #111;
display:inline-block;
float:right;
}

.burger {
width: 30px;
display: block;
}

.burger .bar {
background: #111;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
float: right;
display: block;
}

#main-menu-mob ul{
margin-top:10px;
padding-left:10px;
text-transform:uppercase;
font-size:1.0em;
}

#main-menu,.products,#sidebar-left,#sidebar-right{
display:none;
}

.columns-2{
column-count:1;
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
}

.col-3 li, .col-4 li{
margin:0 auto 20px;
width:50%;
}

h1, h2, h2 a {
font-size:1.4em;
margin:0 0 15px;
}

h2 a {
font-size:inherit;
}

td {
padding:5px 5px;
}

#footer{
text-align:center;
}

#footer .container{
padding:0;
}

.prettysocial {
margin: 0 auto;
padding: 0;
float:none;
}

.kontakt-all{
margin: 0 auto;
padding:0 0 20px;
float:none;
}
}

/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

a.right,a.left,img.left,img.right {
margin:0 auto 15px;
text-align:center;
display:block;
float:none;
}

.col-2 li,.col-3 li,.col-4 li,.ref li {
width:100%;
}
}


/* mobile devices (max-width:320px) 
---------------------------------------------------*/

@media screen and (max-width:320px) {

#logo {
width:90px;
}

}