/*! 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('/turteltuvi/fonts/ElegantIcons.eot');
src:url('/turteltuvi/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
url('/turteltuvi/fonts/ElegantIcons.woff') format('woff'),
url('/turteltuvi/fonts/ElegantIcons.ttf') format('truetype'),
url('/turteltuvi/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
font-weight: normal;
font-style: normal;
}

html,body{
height:100%;
}

body {
background-image: url(/turteltuvi/images/1.jpg);
background-position: center bottom;
background-attachment:fixed;
background-repeat: no-repeat;
background-size:cover;
text-align:center;
font-size: 100%;
line-height: 1;
margin:0;
padding:0 ;
font-family:'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;
text-align:left;
}

p,li,td,textarea,label,input{
font-size:18px;
line-height:1.7em;
color:#fff;
font-weight:400;
}

h1,h2,h3,h4,h5,h6,table caption {
margin-bottom: 0.7em;
font-family:'Oswald','Roboto','Roboto Condensed',philosopher,'open sans',lato,roboto,alegreya,'open sans',arial;
line-height:1.3em;
}

h1,h2,.sidebar-container h6{
font-size:37px;
color:#111;
font-weight:700;
}

h3 {
margin-bottom: 1.2em;
color:#5280c7;
font-size:34px;
font-weight:900;
text-transform:uppercase;
border-bottom:0px dotted #555;
}

h4 {
margin-bottom: 1.2em;
font-size:30px;
color:#89ac6e;
color:#770600;
font-weight:400;
}

h5,h6 {
margin-bottom:1.7em;
font-size:27px;
font-weight:400;
color:#FFC053;
color:#e4dca7;
}

h6 {
color:#000;
font-size:24px;
font-weight:900;
text-transform:uppercase;
}

h6:after {
content: " ";
border: solid 2px #5789C3;
display: block;
width: 50px;
margin: 10px 0;
}

h1 span{
color:#ff0000;
font-weight:700;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6{
list-style-type: none;
margin:0;
padding: 0;
text-align:center;
font-size:0;
word-spacing: -0.26em;
}

.col-1 li,.col-2 li,.col-3 li,.col-4 li,.col-5 li,.col-6 li{
background:none;
margin:0;
padding: 0;
text-align:center;
font-size: 1.1rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
overflow:hidden;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

img {
max-width:100%;
height:auto;
}

a.right,a.left,img.left,img.right {
margin:0 auto 15px;
text-align:center;
display:block;
float:none;
}

.center {
text-align:center;
vertical-align:top;
max-width:100%;
float:none;
display:inline-block;
}

.center img{
margin-right:1px;
}

.single-img {
margin:0 auto;
text-align:center;
display:block;
}

blockquote {
background: rgba(0,0,0, 0.05);
margin:50px 0;
padding:30px 30px;
border-left:3px solid #388ED6;
}

blockquote p {
margin:0;
text-align:left;
font-style:italic;
color:#000;
font-weight:400;
}

a,code{
background:none;
color:#a79d56;
color: #fbb12e;
color:#e4dca7;
text-decoration:none;
-webkit-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity:1;
}

/* .body a{
border-bottom:1px dashed #e4dca7;
} */

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 {
color:#A06748;
}

ul,ol{
list-style-type:disc;
padding-left: 25px;
}

li img {
margin:0 auto;
display:block;
}

table {
margin-bottom:50px;
padding:0;
font-family:taviraj,'Roboto','Roboto Condensed',philosopher,'open sans',lato,roboto,alegreya,'open sans',arial;
border-collapse:collapse;
border-top: 0px solid #bbb;
width:100%;
max-width:100%;
}

table caption {
margin-bottom:0.4em;
padding:0;
text-align:left;
font-size:120%;
color:#5789C3;
}

tbody,tr {
width:100%;
max-width:100%;
}

tr:nth-child(even) {
background: rgba(200,200,200, 0.2);
}

td {
margin:0;
padding:0.8em 0.5em;
text-align:left;
line-height:1.4em;
color:#111;
border-bottom: 0px solid #444;
}

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;
}


/* 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;
}

#header {
padding:0;
text-align:center;
width:100%;
height:auto;
position: relative;
}

.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 {
padding:0;
width:100%;
height:70px;
border-top: 0px solid #1E435A;
position:relative;
z-index:500;
transition: top .6s;
}

.top .container {
background-color:transparent;
padding:0;
height:100%;
position:relative;
z-index:510;
}

.gizle {
top: -120px;
}

.sabit {
top:0;
z-index: 9999;
}

a.logo {
margin-bottom:50px;
padding:0;
height:100%;
max-height:100%;
display:block;
float:left;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

a.logo:hover {
opacity:1;
}

a.logo img{
margin:0 auto;
text-indent:-5000em;
width:180px;
max-width:none;
max-height:100%;
display:block;
}

#mm-main-menu:not( .mm-menu ) {
display: none;
}

#main-menu {
margin-left:0;
padding:0;
text-align:center;
height:100%;
display: none;
}

#main-menu ul{
list-style-type: none;
margin:0;
padding:0;
text-align:center;
color:#fff;
text-transform:uppercase;
display: table-cell;
vertical-align:middle;
}

#main-menu li{
background: none;
margin:0 1px;
padding:10px 12px 0;
font-size:17px;
display:inline;
float:left;
position:relative;
}

#main-menu > ul > li{
line-height:4.2em;
}

#main-menu ul li:hover,#main-menu ul li.active {
background: rgba(0, 0, 0, 0.3);
}

#main-menu li a{
margin:0 ;
color:#fff;
text-decoration:none;
}

#main-menu ul ul{
list-style-type: none;
margin: 0;
padding:0 ;
text-align:left;
line-height:1.7em;
font-size:90%;
left:0;
position:absolute;
z-index:610;
display: none;
}

#main-menu ul ul li{
margin:0;
padding: 0;
display:block;
float:none;
position:relative;
}

#main-menu ul ul li a {
background: rgba(0, 0, 0, 0.3);
margin:0 0 1px;
padding:9px 14px;
text-align:left;
color:#fff;
border-bottom:0px solid #ddd;
width:100%;
width:225px;
display:block;
}

#main-menu ul ul li a:hover {
background-color:#111;
text-decoration:none;
opacity:1;
}

.sub:after {
font-family: 'ElegantIcons';
content: "\33";
color: #fff;
font-size: 1.3em;
float: right;
}

.vaatlused {
margin-right:5px;
padding:0;
text-align:center;
height:100%;
display: table;
float:right;
max-height:100%;
}

.vaatlused-laptop {
display: none;
}

.vaatlused-mob {
display: table;
}

.vaatlused ul{
list-style-type: none;
margin:0;
padding:0;
text-align:center;
color:#fff;
text-transform:uppercase;
display: table-cell;
vertical-align:middle;
}

.vaatlused li{
background-color:#3487A8;
padding:8px 15px 8px 20px;
margin:0 2px;
font-size:16px;
display:inline;
float:left;
position:relative;
}

.vaatlused li a{
margin:0 ;
color:#fff;
text-decoration:none;
border-bottom:0px dashed #e4dca7;
}

.vaatlused li a:before {
margin-left: 5px;
font-family: 'ElegantIcons';
content: "\3d";
font-weight:400;
color:#fff;
opacity:0.5;
float:right;
}

#languages {
right:0;
margin-left:20px;
height:100%;
display: table;
float:right;
position:absolute;
position:relative;
z-index:100;
}

#languages ul{
list-style-type: none;
margin: 0 ;
padding:0;
text-align:center;
line-height:1.0em;
text-transform:uppercase;
display: table-cell;
vertical-align:middle;
}

#languages li{
background: none;
padding:0 1px 0 0;
margin:0;
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 {
padding-top:0;
padding-bottom: 120px;
position:relative;
z-index:2;
}

.content-2 {
padding-top: 90px;
padding-bottom: 90px;
height:auto;
}

.content-3 {
padding:0;
position:relative;
z-index:4;
}

.content-4 {
padding-top:40px;
padding-bottom:20px;
border-bottom: 3px solid #fff;
/*
margin-left:-5%;
-ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(7deg);
width:120%;
*/
}

.content-5 {
padding-top: 80px;
padding-bottom: 40px;
height:auto;
}

.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 {
padding: 0;
text-align:center;
}

#footer h6{
font-size:18px;
margin-bottom:0.7em;
padding-top:4px;
}

#footer p{
margin-bottom:0.8em;
font-size:16px;
color:#fff;
}

.borders {
background: rgba(0, 0, 0, 0);
padding-left: 30px !important;
padding-right: 30px !important;
}

.borders:before,.borders:after {
background: rgba(0, 0, 0, 0.14);
position: absolute;
width: 2000px;
content: "";
right: 100%;
top: 0;
height:208px;
}

.borders:after {
left:100%;
}

.article {
margin: 0 0 7% 0;
padding: 0;
position:relative;
overflow:hidden;
}


/* vetical-align middle
------------------------------------- */

.vert-middle {
margin:0 auto;
padding-left:4%;
padding-right:4% ;
text-align:center;
width:100%;
max-width:1100px;
height:100%;
display: table;
position:relative;
z-index:40;
}

.vert-middle .middle-box { 
margin:0 auto;
padding-top:40px;
padding-bottom:40px;
text-align:left;
display: table-cell;
vertical-align:bottom;
}

.middle-box h3 {
margin: 0 0 0.2em;
color:#fff;
line-height:1.0em;
font-size:40px;
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-1{
background-color:#770600;
}

.bg-2{
background-color:#eee;
}

.bg-2 h1,.bg-2 h2 { 
color:#333;
}

.bg-3{
background-color:#1E435A;
}

.bg-4{
background-image: url(/images/5.jpg);
}

.bg-4:after {
content: "";
background: rgba(1, 1, 1, 0.7);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.bg-5 {
background-image: url(/images/15.jpg);
}

.bg-6{
background-image: url(/images/16.jpg);
background-repeat:repeat;
background-size: auto;
}


/* 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;
color:#00B8D2;
text-transform:uppercase;
}

.article-list{
background-color:#f7f7f7;
margin:0;
padding:10px 20px;
}

.sidebar-content{
background-color:#f9f9f9;
background-color:#fff;
margin:0;
padding:0% 5%;
}


/* tulbad 
-------------------------------------------- */

.tulbad-2,.tulbad-3,.tulbad-4{
margin:0;
padding: 0;
font-size: 0;
word-spacing: -0.26em;
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;
text-align:left;
font-size: 1.0rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
overflow:hidden;
position:relative;
width:100%;
}

.tuvid > div{
background: rgba(0, 0, 0, 0.14);
padding-top:160px;
padding-bottom:50px;
padding-left:20px;
padding-right:20px;
overflow:visible;
}

.tuvid > div:nth-child(1){
margin-bottom:90px;
}


/* veerud
---------------------------------------- */

.veerud-1,.veerud-2,.veerud-3,.veerud-4{
margin:0;
padding: 0;
font-size:0;
word-spacing: -0.26em;
}

.veerud-1 > div,.veerud-2 > div,.veerud-3 > div,.veerud-4 > div{
font-size: 1.0rem;
word-spacing: 0;
vertical-align:top;
display:inline-block;
position:relative;
width:100%;
overflow:hidden;
}


/* 2 columns with different width  
-------------------------------------------- */

.diff-columns{
margin:0 auto;
width:100%;
}

.diff-columns > div{
margin-right:0;
margin-bottom: 0;
padding-right:0;
text-align:left;
overflow:hidden;
position:relative;
width:100%;
height:100%;
}

.diff-columns > div:nth-child(1) {
padding-right:3%;
}



/* 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;
}

/* mm-menu
-------------------------------------------- */

/*
.mm-listview li:nth-child(1) .mm-next,.mm-listview li:nth-child(4) .mm-next,.mm-listview li:nth-child(5) .mm-next{
display:none;
}
.mm-listview li:nth-child(1) .mm-next+a,.mm-listview li:nth-child(4) .mm-next+a,.mm-listview li:nth-child(5) .mm-next+a{
margin-right:0;
}
*/

/* product list
------------------------------------------ */

.cat {
margin:0 auto 60px;
padding:0;
text-align:center;
}

.cat li {
background:none;
margin-bottom:45px;
padding:0;
vertical-align:top;
line-height:1.5em;
text-transform:uppercase;
color:#BBD3FF;
font-weight:400;
}

.cat li a{
padding:0;
text-align:center;
font-weight:inherit;
color:inherit;
font-size:inherit;
display:inline-block;
max-width:100%;
}

.cat li a:first-child{
margin-bottom:10px;
padding:0;
overflow:hidden;
}

.cat img{
margin:0 auto;
padding:0;
display:block;
width:auto;
max-width:100%;
height:auto;
}

.cat a:hover {
color:#fff;
text-decoration:none;
}

.cat-headline {
background-image: url(/images/4.png);
background-position: center bottom;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:100% 100%;
margin:0 auto 80px;
padding:0;
text-align:center;
display:inline-block;
width:100%;
max-width:448px;
min-height:62px;
}

.cat-headline h2 {
margin:0 auto;
padding:0;
line-height:1.7em;
color:#1E435A;
}


/* 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 {
background-color:transparent;
margin:0 ;
padding: 0;
line-height:1.5em;
text-align:center;
font-size:16px;
color:#111;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
border:0px solid #fff;
border-radius:3px;
}

.meta a:hover {
opacity:0.8;
}

.tagasi {
padding-left: 15px;
}

.meta a:before,.tagasi:before {
margin-right:6px;
font-family: 'ElegantIcons';
content: "\35";
background-color:#00B8D2;
background-color:#3487A8;
color:#fff;
width:25px;
float:left;
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;
}

.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:16px;
color:#333;
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:#333;
float:left;
}

.edasi {
margin: 0 ;
padding: 0 10px;
text-align:right;
color:#111;
font-style:italic;
font-weight:400;
text-transform:lowercase;
}

.edasi a{
padding-left:20px;
padding-right:35px;
line-height:40px;
color:#111;
text-decoration: none;
display:inline-block;
border:1px solid #111;
border-radius:300px;
position:relative;
z-index:15;
}

.edasi a:after {
right:16px;
top: 0;
position: absolute;
z-index: 12;
font-family: 'ElegantIcons';
content: "\3d";
content: "\24";
color:#388ED6;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.edasi a:hover:after {
right:8px;
}



/* article album
----------------------------------------------- */


.article-album{
list-style-type:none;
margin:30px 0;
}

.article-album li {
background:none;
padding:0;
margin:0 4px 12px;
vertical-align:top;
text-align:center;
width:150px;
height:150px;
overflow: hidden;
display:inline-block;
}

.article-album li a{
margin:0 auto;
display: block;
text-align: center;
width: auto;
max-width:none;
height:100%;
position: relative;
}

.article-album img{
margin:0 auto;
padding:0;
display: block;
width: auto;
max-width:none;
height:100%;
-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:#fff;
line-height:1.4em;
font-size:90%;
max-width:100%;
display:block;
opacity:0.7;
}

.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:20px;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
height:auto;
}


/* frontpage uudised
------------------------------------ */


.block-uudised h5{
margin-bottom:1.0em;
padding:0 ;
line-height:1.5em;
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{
list-style-type:none;
padding-left:0;
}

.block-uudised li {
background:none;
margin: 0 0 0.9em;
color: #388ED6;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.block-uudised li a{
color:#111;
position:relative;
z-index:15;
}

.block-uudised .posted {
margin:0;
padding:0 ;
font-size:90%;
color:#111;
font-style:normal;
text-transform:uppercase;
display:block;
}

.block-uudised .clock:before {
margin:0 5px 0 0;
font-family: 'ElegantIcons';
content: "\7d";
color:#111;
float:left;
}


/* uritused
---------------------------------------------- */

.article-img{
margin-bottom:0;
padding-bottom:50%;
display: block;
text-align: center;
overflow: hidden;
position: relative;
z-index:1;
}

.article-img h5{
background:#5280c7;
background:#862609;
margin:0;
padding: 0 20px;
line-height:2.4em;
font-weight:700;
color:#fff;
border-radius:0 50px 50px 0;
left:0;
bottom:30px;
position:absolute;
z-index:9;
}

.article-img h5 a{
color:#fff;
border-bottom:0px;
}

.article-img h5:before {
margin-left: 7px;
font-family: 'ElegantIcons';
content: "\7d";
content: "\24";
content: "\3d";
font-weight:400;
color:#fff;
opacity:0.5;
float:right;
}

.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-weight:500;
font-style:normal;
cursor:pointer;
}

.toggle-content h3:before,.toggle-content h3.alt:before {
margin-right:10px;
font-family: 'ElegantIcons';
content: "\35";
content: "\50";
content: "\3d";
color:#D88F03;
color:#770600;
color: #388ED6;
float:left;
}

.toggle-content h3.alt:before {
content: "\33";
content: "\4f";
content: "\3b";
}

.toggle-content div {
background-color:#fff;
margin: 10px 0 40px;
padding:25px 5%;
}

.toggle-content button{
background-color:#eee;
margin: 0;
padding:8px 25px;
font-family:inherit;
color:#111;
font-weight:400;
text-transform:uppercase;
border:none;
}



/* social bookmarks
------------------------------------------- */

.prettysocial {
}

.prettysocial ul{
list-style-type: none;
margin: 0 ;
padding:0;
}

.prettysocial ul li{
background:none;
padding:0;
margin:0;
display:inline-block;
}

.prettysocial a {
margin:0 4px;
padding:12px;
color:#bbb;
display:block;
border-radius:50%;
border:1px solid #bbb;
opacity:1;
}

.prettysocial a:hover:before {
color:#fff;
}

.social_facebook, .social_twitter, .social_pinterest, .social_googleplus{
font-family: 'ElegantIcons';
speak: none;
font-size: 18px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}

.social_facebook:before {
content: "\e093";
}

.social_twitter:before {
content: "\e094";
}

.social_pinterest:before {
content: "\e095";
}

.social_googleplus:before {
content: "\e096";
}

.social_facebook:hover:before, .social_twitter:hover:before, .social_pinterest:hover:before, .social_googleplus:hover:before{
color: #318EC3;
}


/* navigation
------------------------------------- */


#navigation{
margin: 0 auto;
text-align:center;
}

#navigation p{
margin: 0 auto;
padding:0;
text-align:center;
line-height:1.0em;
font-size:16px;
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";
}


/* mobile-menu
--------------------------------------- */

a.mob-nav{
position: fixed;
right: 12px;
bottom: 55px;
display: block;
height: 60px;
width: 60px;
z-index: 9999;
border-radius: 50%;
background-color:#111;
box-shadow: 0 3px 12px rgba(1,1,1,.6);
}

.burger {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 30px;
}

.burger .bar {
background-color: #fff;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
float: right;
display: block;
}


/* pop-up
-------------------------------------- */

.pop-up-s,.pop-up-b{
text-align:center;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
-webkit-transition: all 1.2s;
-o-transition: all 1.2s;
-ms-transition: all 1.2s;
transition: all 1.2s;
opacity:0;
}

.pop-up-b{
display:none;
}

.show{
z-index:5500;
opacity:1;
}

.pop-up-content{
margin:30px auto;
padding:20px;
position:relative;
display:block;
width:99%;
max-width:600px;
height:auto;
max-height:90%;
background-color:white;
border-radius:12px;
z-index:6000;
}

.pop-up-content-big{
padding:35px 35px 10px;
max-width:960px;
}

span.pilt{
display:inline-block;
max-width:225px;
}

.pop-up-content img{
width:auto;
height:auto;
max-height:100%;
display:inline-block;
}

.pop-up-content p,.pop-up-content li{
color:#111;
}

.overlay-back {
background: rgba(0, 0, 0, 0.67);
position: absolute;
top: 0;
right:0;
width: 100%;
height: 100%;
content:" ";
z-index: 5000;
}

.close-image{
display: block;
float:right;
position:relative;
top:-20px;
right: -15px;
border-bottom:0px dashed #e4dca7 !important;
}



/* asukoha, telefoni, e-posti jm ikoonid
-------------------------------------------- */

.pin:before, .phone:before, .email:before,.mobile:before,.icon_close:before,.icon_check:before,.icon_close_alt:before,.icon_check_alt:before {
margin-right:10px;
padding:0;
font-family: 'ElegantIcons';
speak: none;
font-size:inherit;
color: #388ED6;
color:#870A1F;
color:#6b9bec;
color:#111;
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";
font-size:135%;
}

.mobile:before {
content: "\e00b";
font-size:135%;
}

.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}

.icon_close:before {
content: "\4d";
font-size:130%;
color:#e6652e;
font-weight:900;
}

.icon_check:before {
content: "\4e";
font-size:130%;
color:#8eb848;
font-weight:900;
}

.icon_close_alt:before {
content: "\e051";
font-size:130%;
color:#e6652e;
font-weight:900;
}

.icon_check_alt:before {
content: "\e052";
font-size:130%;
color:#8eb848;
font-weight:900;
}

/* 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;
}

.counter {
right:5px;
bottom:0px;
position:absolute;
z-index:200;
}

.counter img{
border:none;
}

.kontakt-all{
margin: 0;
font-size:85%;
}

.team {
margin-bottom:10px;
padding:0;
overflow:hidden;
position:relative;
}

.contact {
margin:0 0 3%;
font-size:1.0em;
}

.contact li {
background-color: #eee;
border-bottom:1px solid #aaa;
}

.first,.second {
width: 50%;
height: 100%;
position:relative;
float:left;
}

#footer .first{
float:right;
}

#map{
width: 100%;
height: 100%;
min-height:300px;
}

.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;
line-height:1.3em;
font-size:25px;
}

.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;
}

.adress-project > div{
width:100%;
display:inline-block;
}

.kik {
border-bottom:0 !important;
}

.eoy {
padding-right:5px;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
height:100%;
max-height:100%;
display:block;
float:left;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.eoy:hover {
opacity:1;
}

.eoy img{
margin:0 auto;
text-indent:-5000em;
width:auto;
max-width:none;
max-height:100%;
display:block;
}

.article-bg{
background: rgba(0, 0, 0, 0.14);
padding-top:60px;
padding-bottom:60px;
padding-left:20px;
padding-right:20px;
}

.tuvid-bg{
padding-top:160px;
overflow:visible;
}

.title {
margin-bottom:20px;
}

.title h1,.title h2{
margin-bottom:0.2em;
}

.tuvi-portree{
background-color:#9e9658;
background-color:#e4dca7;
left:40px;
top: -80px;
position: absolute;
z-index: 200;
margin-right: 20px;
display:block;
width:100%;
max-width:210px;
height:auto;
border:8px solid #e4dca7;
border-radius:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

a.button {
background-color:#3487A8;
margin:0 2px;
padding: 0 25px;
line-height:3.0em;
text-align:center;
font-size:0.9em;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
border-bottom:0px;
}

audio {
width: 100%;
max-width: 335px;
}

iframe {
width: 100%;
max-width: 100%;
}

.mm-listview {
padding-left:0;
text-transform:uppercase;
}

.mm-listview li{
font-size:18px;
color:#111;
}

.fancybox-title-inside-wrap {
padding: 10px;
text-align:center;
}



/* waypoints
---------------------------------------------- */

.kell,.asukoht,.e-post,.item-0,.item-1,.item-2,.item-3,.header-text,.content-2-text{
visibility:hidden;
}

.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;}
} 

@-webkit-keyframes slideDown {
0%   {-webkit-transform: translateY(-100%);}
100% {-webkit-transform: translateY(0);}
} 

@keyframes slideDown {
0%   {-ms-transform: translateY(-100%); transform: translateY(-100%);}
100% {-ms-transform: translateY(0); transform: translateY(0);}
} 

.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;
}


/* tagasiside vorm 
---------------------------------------------------*/

.zemContactForm,#txpCommentInputForm {
margin: 0 0 20px;
width:100%;
max-width: 1500px;
}

.zemContactForm fieldset{
background-color:#f5f5f5;
margin: 0;
padding:60px 25px 20px;
border:0px solid #ddd;
position:relative;
}

.zemContactForm legend{
margin: 0;
padding: 5px 0;
font-size:130%;
font-weight:700;
position:absolute;
left:25px;
top:20px;
}

.zemContactForm input, .zemContactForm textarea, .zemContactForm select,#txpCommentInputForm input,#txpCommentInputForm textarea{
background-color:transparent;
margin: 3px 0;
padding: 5px;
line-height:1.25em;
border: 1px solid #444;
width:100%;
display:block;
}

.zemContactForm label,.zemContactForm p,#txpCommentInputForm label{
margin:0 ;
padding:0 10px;
text-align:left;
color:inherit;
display:block;
}

.zemContactForm input.zemCheckbox, .zemContactForm input.zemRadio{
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.zemCheckbox, label.zemRadio{
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:inherit;
display:inline-block;
float:none;
}

.zemContactForm .zemSubmit{
background-color:#000;
margin: 15px 0 0 30%;
padding: 8px 20px;
color:#fff;
border:none;
width:auto;
display:inline-block;
}

.zemThanks{
font-size: inherit;
}

.zemError{
margin:0 auto 50px;
}

ul.vaatlused {
list-style-type:disc;
margin:7px 0 0 20px;
padding:0;
line-height:1.4em;
}

ul.vaatlused li {
padding:0 0 2.0em 0.6em;
margin:0;
}

ul.vaatlused li p{
padding:0 0 5px;
margin:0;
font-size:1.0em;
}

ul.vaatlused li p.small {
text-align:right;
font-size:18px;
}

ul.vaatlused-pagination {
list-style-type:none;
margin:7px 0 0 20px;
padding:0;
line-height:1.4em;
}

ul.vaatlused-pagination li {
padding:0 0 0 0.6em;
margin:0;
display:inline;
}


/* mobile devices (min-width:420px) 
---------------------------------------------------*/

@media screen and (min-width:420px) {


a.logo img{
width:auto;
}

.fb{
display: table;
}

.article-album li {
width:150px;
height:150px;
}
}


/* 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%;
}

.tuvid > div{
padding-left:50px;
padding-right:50px;
}

.article-bg{
padding-left:60px;
padding-right:60px;
}

.block-uudised li {
display:inline-block;
float:left;
width:48%;
}

.block-uudised li:nth-child(1) {
padding-right:4%;
width:52%;
}

.adress-project > div{
width:45%;
margin-right:5%;
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){
margin-right:0;
}

.tuvid > div:nth-child(1){
margin-bottom:0;
}

.diff-columns > div{
width:100%;
}
}


/* mobile devices (min-width:700px) 
---------------------------------------------------*/

@media screen and (min-width:700px) {


.vaatlused-mob,.pop-up-s {
display: none;
}

.vaatlused-laptop {
display:table;
}

.pop-up-b{
display:block;
}

}


/* mobile devices (min-width:821px) 
---------------------------------------------------*/

@media screen and (min-width:821px) {


.col-4 li,.col-5 li,.col-6 li{
width:25%;
}

.vert-middle .middle-box { 
padding-top:70px;
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;
}

.diff-columns > div{
width:50%;
}

.eoy {
float:right;
}

.team {
margin-bottom:40px;
}

/*
.title {
margin-bottom:20px;
padding-right:5%;
text-align:right;
float:left;
width:30%;
}
.body{
float:left;
width:70%;
}
*/

/*
.comment-box {
margin-left:30%;
}
*/

.addthis {
float:right;
}
}


/* mobile devices (min-width:950px) 
---------------------------------------------------*/

@media screen and (min-width:950px) {

a.mob-nav{
display: none;
}

#main-menu{
display:table;
}
}


/* mobile devices (min-width:1050px) 
---------------------------------------------------*/

@media screen and (min-width:1050px) {


.col-5 li{
width:20%;
}

.col-6 li{
width:16.66666666%;
}

.veerud-4 > div{
width:25%;
}

.tulbad-4 > div,.tulbad-4 > div:nth-child(2n) {
width:23.5%;
margin-right:2%;
}

.tulbad-4 > div:nth-child(4n){
margin-right:0;
}

.block-uudised > div {
padding: 65px 55px;
}
}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

.container,.vert-middle,.middle-box-content > 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:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {


.top {
height:65px;
}

#languages li a {
background-color:transparent;
}

#header,#header-sub{
height:auto;
}

.bg-image {
padding-bottom:0;
position:relative;
}

#header .bg-image {
padding-bottom:40%;
}

#footer {
height:auto;
}

.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) {

h1,h2,.sidebar-container h6{
font-size:32px;
}

p,li,textarea,label,input{
font-size:22px;
}

.toggle-content h3{
font-size:22px;
}

.slides .slide-box .slide-content div{ 
padding: 20px;
}

}