/*! 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-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: 'AR BERKLEY';
src: url('/fonts/arberkley.eot');
src: url('/fonts/arberkley.ttf') format('truetype'),
url('/fonts/arberkley.woff') format('woff'),
url('/fonts/arberkley.svg') format('svg');
}


@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,body{
height:100%;
}

body {
background-color:#5789C3;
background-image: url(/images/194.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
text-align:center;
margin:0;
padding:0 ;
font-family:lato,roboto,'helvetica regular',arial,georgia;
font-size:100%;
line-height:1;
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;
}

p,li,textarea,label,input{
font-size:17px;
line-height:1.7em;
color:#111;
font-weight:400;
}

h1,h2,h3,h4,h5,h6,table caption {
margin-bottom: 0.7em;
font-family:'suez one','bree serif','ar berkley',lato,roboto,alegreya,'open sans',arial;
line-height:1.3em;
}

h1, h2,.sidebar-container h6{
font-size:35px;
color:#111;
font-weight:400;
}

h1:after, h2:after,.sidebar-container h6:after {
content: " ";
border: solid 2px #5789C3;
display: block;
width: 50px;
margin: 15px 0;
}

h3 {
color:#5280c7;
font-size:32px;
}

h4 {
font-size:30px;
color:#111;
font-weight:400;
border-bottom:0px dotted #555;
}

h5,h6 {
font-size:27px;
font-weight:400;
}

h6 {
color:#89ac6e;
}

.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.0rem;
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;
}

.col-2 li{
width:50%;
}

.col-3 li{
width:33.333333333%;
}

.col-4 li{
width:25%;
}

.col-5 li{
width:20%;
}

.col-6 li{
width:16.666666666%;
}

img {
max-width:100%;
height:auto;
}

.left {
margin:0 15px 0 0;
float:left;
}

.right {
margin:0 0 0 15px;
float:right;
}

.center {
text-align:center;
vertical-align:top;
max-width:100%;
float:none;
display:inline-block;
}

.center img{
margin-right:1px;
}

.single-img {
margin-left:auto;
margin-right: auto;
margin-bottom: 30px;
text-align:center;
display:block;
}

blockquote {
background-color:#ededed;
margin:0 0 30px 0;
padding:20px 20px 0;
border-left:0px solid #999;
}

blockquote p {
margin:0;
text-align:center;
font-style:italic;
font-weight:400;
}

a,code{
background:none;
color:#5280c7;
text-decoration:none;
-webkit-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

a:hover {
text-decoration:none;
opacity:0.7;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
font-size:inherit;
color:inherit;
}

code {
font-family:inherit;
font-weight:700;
color:#E60410;
}

ul,ol {
padding-left: 42px;
}

li img {
margin:0 auto;
display:block;
}

.records li:nth-child(10n) {
margin-bottom:20px;
}

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;
}



/* layout
----------------------------------------------- */


#container {
margin:0;
padding:0;
text-align:center;
width:100%;
}

section {
text-align:left;
}

.content-1,.content-2,.content-3,.content-4,#footer{
background-position: center center;
background-attachment:scroll;
background-repeat: no-repeat;
background-size:cover;
margin:0 ;
padding:0;
width:100%;
position:relative;
}

#container:before,.top:before,.header:before,#header:before,#footer:before,.content-1:before,.content-2:before,.content-3:before,.content-4:before,.container:before,.container-2: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;
}

.top {
background-color:#fff;
left:0;
top:0;
padding:0;
width:100%;
height:54px;
border-top: solid 2px #45b4ab;
position:fixed;
z-index:500;
}

.top .container {
background-color:transparent;
padding:0;
height:100%;
position:relative;
z-index:510;
}

.gizle {
top: -80px;
-webkit-transition: top 0.6s;
-ms-transition: top 0.6s;
transition: top 0.6s;
}

.sabit {
top:0;
z-index: 9999;
-webkit-transition: top 0.6s;
-ms-transition: top 0.6s;
transition: top 0.6s;
}

#logo {
background-color:#b3e0cc;
background-color:#45b4ab;
z-index:600;
height:70px;
float:left;
position:relative;
}

#logo:before {
background-color:#b3e0cc;
background-color:#45b4ab;
position: absolute;
width: 2000px;
content: "";
right: 100%;
top:0;
height: 70px;
}

#logo:after {
content: "";
height: 70px;
width: 21px;
background-image: url(/images/195.png);
position: absolute;
left:100%;
top:0;
background-size: cover;
}

#logo a{
padding:0;
height:100%;
width:100%;
float:left;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

#logo a:hover {
margin-left:20px;
opacity:1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}

#logo img{
margin: 0 auto;
padding:10px 16px 13px;
text-indent:-5000em;
width:auto;
max-width:none;
height:100%;
max-height:100%;
display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#languages {
right: 30px;
bottom: 0;
position: absolute;
z-index:100;
}

#languages ul{
list-style-type: none;
margin: 0 ;
padding:0;
text-align:center;
}

#languages li{
background: none;
padding:0 1px 0 0;
margin:0;
line-height:1.0em;
font-size: 16px;
text-transform:uppercase;
display:inline;
float:left;
position:relative;
}

#languages li a {
background-color:#5789C3;
margin:0 ;
padding:12px 15px;
font-weight:400;
color:#fff;
text-decoration:none;
display:block;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

#mm-main-menu:not( .mm-menu ) {
display: none;
}

#main-menu {
margin: 0;
padding:0;
text-align:center;
height:100%;
display: table;
float:right;
}

#main-menu ul{
list-style-type: none;
margin: 0 ;
padding:0;
font-family:arial,roboto,alegreya,'open sans',arial;
text-align:center;
text-transform:uppercase;
display: table-cell;
vertical-align:middle;
}

#main-menu li{
background: none;
padding:0 10px;
margin:0;
font-size: 15px;
display:inline;
float:left;
position:relative;
}

#main-menu > ul > li{
line-height:3.4em;
}

#main-menu li a {
margin:0 ;
padding:0;
font-weight:400;
color:#111;
text-decoration:none;
}

#main-menu ul li span:hover {
cursor:pointer;
}

#main-menu ul ul{
list-style-type: none;
margin: 0;
padding:0 ;
text-align:left;
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-color:#fff;
margin:0 0 1px;
padding:7px 14px;
text-align:left;
color:#111;
border-bottom:0px solid #ddd;
width:100%;
width:225px;
display:block;
}

#main-menu ul ul li a:hover {
background-color:#eee;
text-decoration:none;
opacity:1;
}

#header,#header-sub {
padding:0;
text-align:center;
width:100%;
height:auto;
position: relative;
z-index:0;
}

.content-1 {
padding-bottom:30px;
}

.content-2 {
height:auto;
}

.content-3 {
padding:0 0 90px;
}

.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{
background-color:#fff;
background: rgba(255, 255, 255, 0.95);
margin:0 auto;
padding:8% 5%;
width:100%;
max-width:1100px;
border-radius:10px;
position:relative;
}

.container-2{
background-color:transparent;
padding:0;
overflow:hidden;
}

.container-3 {
max-width:1200px;
}

#footer {
background-color:transparent;
color:#fff;
padding:0 0 30px 0;
text-align:left;
line-height:1.4em;
position:relative;
z-index:1;
}

#footer .container{
background-color:transparent;
padding:0 30px;
}

#footer h6{
margin:0 0 0.4em;
font-size:22px;
color:#fff;
}

#footer p{
margin:0 0 0.8em;
font-size:18px;
}

#footer ul li{
font-size:0.9rem;
opacity:0.7;
}

#footer a{
color:#d0e0c1;
}


/* vertical-align middle
-------------------------------------- */

.vert-middle {
margin:0 auto;
margin-top: 40px;
padding-left:5%;
padding-right:5% ;
padding-top:70px;
padding-bottom:30px;
text-align:center;
width: 100%;
max-width: 1100px;
position:relative;
z-index:5;
}

.vert-middle .middle-box { 
margin: 0 auto;
text-align:left;
color:#fff;
width: 100%;
max-width: 1100px;
min-height:100px;
}

.middle-box h3 {
margin: 0 0 0.2em;
color:#fff;
line-height:1.0em;
font-size:4.0em;
font-weight:400;
text-transform:uppercase;
font-style:normal;
}

.middle-box-content { 
width: 100%;
max-width:650px;
}

.middle-box-content p {
margin:0 0 ;
color:#fff;
}

.middle-box-content .meta a {
padding: 0 12px 0 20px;
line-height:2.8em;
font-size:17px;
color:#fff;
border:1px solid #fff;
}

/* backgrounds
------------------------------------ */


.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-image: url(/images/179.jpg);
}

.bg-2{
background-image: url(/images/179.jpg);
}

.bg-2:after {
content: "";
background-image: url(/images/182.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 100% auto;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.bg-2 h1,.bg-2 h2 { 
color:#fff;
}

.bg-3{
background-image: url(/images/180.jpg);
}

.bg-8:after {
content: "";
background-image: url(/images/181.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.bg-4{
background-image: url(/images/185.png);
background-repeat: repeat !important;
background-position: left top !important;
background-size: auto !important;
}

.bg-5 {
background-color:#d0e0c1;
}


/* subpage width sidebar
--------------------------------------------- */

.sub-container{
margin:0 auto;
padding-bottom:30px;
}

.sidebar-container{
margin:0 -3%;
padding:0;
}

.sidebar-container h6{
line-height:1.4em;
color:#111;
}

.article-list{
background-color:#f7f7f7;
margin:0;
padding:10px 20px;
}

.sidebar-content{
margin:0;
padding:0 3%;
}


/* tulbad 
-------------------------------------------- */

.tulbad-2,.tulbad-3,.tulbad-4{
margin:0;
padding: 0;
word-spacing: -0.26em;
width:100%;
}

.tulbad-wrapper{
margin:0;
padding: 40px 0;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div{
margin:0 0 3%;
padding:0;
text-align:left;
word-spacing: 0;
vertical-align:top;
display:inline-block;
overflow:hidden;
position:relative;
}

.tulbad-4 > div{
width:23.5%;
margin-right:2%;
}

.tulbad-3 > div{
width:31.33333333%;
margin-right:3%;
}

.tulbad-2 > div{
width:47%;
margin-right:6%;
}

.tulbad-4 > div:nth-child(4n),.tulbad-3 > div:nth-child(3n),.tulbad-2 > div:nth-child(2n){
margin-right:0;
}


/* veerud
---------------------------------------- */

.veerud-1,.veerud-2,.veerud-3{
margin:0;
padding: 0;
font-size:0;
word-spacing: -0.26em;
}

.veerud-1 > div,.veerud-2 > div,.veerud-3 > div{
font-size: 1.0rem;
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;
}

.veerud-2 > div{
width:50%;
}

.veerud-3 > div{
width:33.33333333%;
}


/* 2 columns with different width  
-------------------------------------------- */

.diff-columns{
margin:0 auto;
width:100%;
max-width:900px;
}

.diff-columns > div{
margin:0 0 3%;
padding:0;
text-align:left;
overflow:hidden;
position:relative;
width:70%;
float:left;
}

.diff-columns > div:first-child{
padding-right:6%;
width:30%;
}


/* frontpage shortcut menu
--------------------------------------- */


.ff {
margin:0 auto;
padding:0;
text-align:center;
color:#fff;
font-size:1.0em;
line-height:1.5em;
text-transform:uppercase;
font-style:normal;
width:100%;
}

.ff li{
padding:0;
margin:0;
height:auto;
overflow:hidden;
}

.ff li div{
position: relative;
left: auto;
top: auto;
right: auto;
bottom: auto;
padding-bottom: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size:cover;
overflow:hidden;
}

.ff li a {
background-color:#d0e0c1;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
font-weight:400;
z-index:10;
-webkit-transition: 1.5s;
-ms-transition: 1.5s;
transition: 1.5s;
opacity:0;
}

.ff li a:before {
top: 50%;
left: 50%;
position:absolute;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-family: 'ElegantIcons';
content: "\3d";
padding:0;
color:#fff;
font-weight:900;
font-size:3.7em;
}

.ff li a:hover {
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
transition: 0.6s;
opacity:1;
}

.ff li h6,.col-2 li h6,.col-3 li h6,.col-4 li h6{
background:#5280c7;
background:#89ac6e;
margin:0;
padding: 10px 0 ;
font-size:0.9em;
font-weight:400;
color:#fff;
border-radius:0 50px 50px 0;
left:0;
bottom:20px;
position:absolute;
width:90%;
z-index:9;
}

.ff li h6 a,.col-2 li h6 a,.col-3 li h6 a,.col-4 li h6 a{
color:#fff;
}


/* meta + posted
-------------------------------------- */


.meta {
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:#fff;
overflow:hidden;
width:100%;
clear:both;
}

.meta a,.tagasi {
margin:0 ;
padding: 0 15px 0 25px;
line-height:2.9em;
text-align:center;
font-size:0.8em;
color:#222;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
border:1px solid #222;
border-radius:3px;
}

.tagasi {
padding-left: 15px;
}

.meta a:after,.tagasi:before {
font-family: 'ElegantIcons';
content: "\35";
color:#78a1d8;
font-size:1.5em;
float:right;
}

.tagasi:before {
content: "\34";
float:left;
}

.meta a:hover {
background-color:#f4f4f4;
color:#111;
border:1px solid #fff;
}

.posted {
margin:-20px 0 20px 0;
padding: 0;
text-align:left;
font-size:0.9em;
color:#999;
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;
-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:#222;
line-height:1.4em;
font-size:90%;
max-width:100%;
display:block;
}

.album {
margin:0 0 20px;
padding: 0 10px;
vertical-align:top;
text-align:center;
display:inline-block;
overflow:hidden;
}

.album a{
display: block;
position: relative;
text-align: center;
width:250px;
height:250px;
overflow: hidden;
}

.album img{
margin:0 auto;
padding:0;
display:block;
float:none;
max-width:400px;
height:100%;
-webkit-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
}

.album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.album h3 {
padding:10px 0;
margin: 0 ;
line-height:1.3em;
font-size:1.1em;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
color:#eee;
height:auto;
}

/* front uudised
------------------------------------ */

.block-uudised {
text-transform:none;
}

.block-uudised li {
background:none;
margin: 0 0 0.6em;
color:#5789C3;
}

.block-uudised:after {
display: table;
content: " ";
clear:both;
}

.block-uudised li a{
color:#111;
font-weight:400;
}

.block-uudised .posted {
margin:0;
padding:0 ;
font-size:90%;
color:#aaa;
font-weight:400;
font-style:normal;
text-transform:uppercase;
display:block;
}

.block-uudised .posted:before,.posted:before {
margin:0 5px 0 0;
font-family: 'ElegantIcons';
content: "\7d";
color:#888;
font-size:1.0em;
float:left;
}


/* uritused
---------------------------------------------- */

.article-img{
margin-bottom:5%;
padding-bottom:50%;
display: block;
text-align: center;
overflow: hidden;
position: relative;
z-index:1;
}

.article-img h6{
background:#5280c7;
margin:0;
padding: 0 20px;
line-height:2.4em;
font-size:1.1em;
font-weight:700;
color:#fff;
border-radius:0 50px 50px 0;
left:0;
top:10px;
position:absolute;
z-index:9;
}

.article-img h6:before {
margin:0 5px 0 0;
font-family: 'ElegantIcons';
content: "\7d";
color:#afcbeb;
float:left;
}

.article-img img{
margin:0 auto;
padding:0;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: 100%;
-webkit-transition: .4s;
-o-transition: .4s;
-ms-transition: .4s;
transition: .4s;
position:absolute;
z-index:5;
}

.article-img:hover img{
opacity:0.9;
}

.play {
left:0;
right:0 ;
top:0;
bottom:0;
position:absolute;
z-index:7;
}

.play:before {
top: 50%;
left: 50%;
padding:0;
color:#fff;
font-weight:900;
font-size:3.5em;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-family: 'ElegantIcons';
content: "\e04e";
position:absolute;
z-index:8;
}

/* toggle content
---------------------------------------------- */

.toggle-content h3{
padding:0 0 15px 0;
margin: 0 ;
color:#222;
font-size:1.7em;
font-weight:500;
font-style:normal;
cursor:pointer;
}

.toggle-content h3:before,.toggle-content h3.alt:before {
margin: 0 6px 0 0;
font-family: 'ElegantIcons';
content: "\35";
color:#D88F03;
font-size:0.8em;
float:left;
}

.toggle-content h3.alt:before {
content: "\33";
}

.toggle-content div {
background-color:#fff;
margin: 10px 0 40px;
padding:25px 5%;
}

.toggle-content button{
background-color:#eee;
margin: 0;
padding:8px 25px;
font-family:inherit;
font-size:0.8em;
color:#111;
font-weight:400;
text-transform:uppercase;
border:none;
}


/* social bookmarks
------------------------------------------- */

.prettysocial {
margin: 0 ;
padding: 0;
}

.prettysocial ul,.social{
list-style-type: none;
margin: 0 auto;
padding:0;
text-align:center;
}

.prettysocial ul li{
background:none;
padding:0;
margin:0;
display:inline-block;
}

.prettysocial a {
background-color:#111;
margin:0 4px;
padding:12px;
color:#fff;
display:block;
border-radius:50%;
border:0px 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:.8em;
font-weight:400;
font-style:normal;
text-transform:uppercase;
display:inline-block;
border-radius:300px;
overflow:hidden;
position:relative;
z-index:4;
}

#navigation a{
color:#fff;
text-decoration:none;
border-radius:300px;
float:left;
position:relative;
z-index:3;
}

.nav-link-prev, .nav-link-next {
background-color:#222;
margin:0;
padding:18px 25px;
display:block;
}

.nav-link-next {
margin-right:1px;
}

.nav-link-next:before {
font-family: 'ElegantIcons';
content: "\3c";
color:#fff;
font-size:1.5em;
margin-right:6px;
float:left;
}

.nav-link-prev:before {
font-family: 'ElegantIcons';
content: "\3d";
color:#fff;
font-size:1.5em;
margin-left:6px;
float:right;
}


/* otsing
--------------------------------------- */

#otsing{
text-align:right;
float:right;
}

button.search{
background: url(/images/191.png) no-repeat left top;
margin: 14px 20px 0;
text-align:left;
text-indent:-3000px;
width:22px;
height:22px;
border:0;
cursor:pointer;
}

#search{
background-color:#fff;
text-align:left;
display:none;
right:18px;
top:52px;
position:absolute;
z-index:900;
}

#search form {
margin: 0 0;
padding:15px 20px;
font-family: arial, Tahoma,  Verdana, "Lucida Grande";
font-size: 1.0em;
}

#search input#q{
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(209,207,209,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(209,207,209,1);
box-shadow: inset 0px 0px 5px 0px rgba(209,207,209,1);
background-color:#fff;
margin:0 ;
padding: 0 15px;
line-height:1.8em;
color:#222;
border:0;
width:300px;
}

#search input#submit{
background-color:#036D74;
margin: 0 0 0 0;
padding: 5px 20px;
color:#eee;
border: 0px solid #50584a;
display:none;
}

.triangle {
background-color:#5789C3;
margin:0;
padding:10px;
position:relative;
z-index:500;
}

#search .kolmnurk{
width: 0;
height: 0;
right:20px;
top:-10px;
text-align:left;
text-indent:-3000px;
border-style: solid;
border-width: 0 0 10px 10px;
border-color:transparent transparent #C3E3DD transparent;
position:absolute;
z-index:501;
}


/* 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
------------------------------------ */

.float-right, .float-left {
margin-bottom: 3%;
text-align:center;
width:100%;
}

.article {
margin: 0 0 7% 0;
padding: 0;
position:relative;
overflow:hidden;
}

.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;
}

.team {
margin:0 0 40px;
padding:0;
overflow:hidden;
position:relative;
}

.align-right {
text-align:right;
}

.align-center {
text-align:center;
}

.team:before {
display: block;
position: absolute;
content: ' ';
top: 50%;
width: 100%;
height: 1px;
background-color: #89ac6e;
z-index: 0;
}

.team h6{
background-color:#fff;
margin:0 ;
padding:0 25px;
line-height:2.5em;
font-size:1.0em;
color: #89ac6e;
display:inline-block;
border:1px solid #89ac6e;
border-radius:300px;
position:relative;
}

.section-box-content { 
background: rgba(255, 255, 255, 0.9);
padding:5%;
margin-top:0;
width: 100%;
max-width:440px;
position: relative;
z-index: 1;
}

.col-content{
}

.col-content > div{
margin-bottom: 45px;
height:420px;
}

.col-content h2{
padding:0;
margin:0 0 30px;
line-height:1.3em;
font-size:1.5em;
}

.contact {
margin:0 0 3%;
}

.contact li {
margin:0 0 3%;
padding:0 2%;
}

.rare {
padding:20px;
text-align:center;
line-height:1.3em;
font-size:1.0em;
border-radius:100% ;
border: 0px dotted #5789C3;
width:120px;
height:120px;
display:table;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

.rare a { 
color:#111;
color:#5789C3;
width: 100%;
height:100%;
vertical-align:middle;
display:table-cell;
}

.rari { 
margin:0 0 30px 30px;
float:right;
}

audio {
width: 100%;
max-width: 335px;
}

.login{
display:inline-block;
position:relative;
z-index:2000;
}

.counter {
right:5px;
bottom:0px;
position:absolute;
z-index:200;
}

.counter img{
border:none;
}

.mm-listview {
padding-left:0;
text-transform:uppercase;
}

.mm-listview li{
font-size:16px;
text-align:left;
}

.mm-listview li:before {
content: " ";
}



/* 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{
background-color:transparent;
margin: 3px 0;
padding: 5px;
color:#222;
line-height:1.25em;
border-width: 0px;
border-bottom: 1px solid #999;
border-radius:0px;
width: 100%;
display:inline-block;
}

.comConnectForm label,.comConnectForm p,#txpCommentInputForm label{
margin:0 ;
padding:0 10px;
line-height:2.1em;
color:inherit;
display:none;
}

label.comRequired::after {
content: " *";
color: red;
font-weight:400;
}

.comConnectForm input.comCheckbox, .comConnectForm input.comRadio{
margin:0 0 0 30px;
padding: 0;
line-height:1.5em;
width:20px;
border:none;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
display:inline-block;
}

label.comCheckbox, label.comRadio{
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:inherit;
display:inline-block;
float:none;
}

.comConnectForm input.comSubmit{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:#000;
margin: 15px 0 0 30%;
padding: 8px 20px;
color:#fff;
border:none;
width:auto;
display:inline-block;
}

.comThanks{
background-color:#dcebd4;
padding:15px 40px;
font-size: 125%;
font-weight:700;
border:1px solid #999;
}

.comError{
margin:0 auto 50px;
}

div[style^=visibility] {
height: 0;
overflow: hidden;
}


/* mobile devices (min-width:450px) 
---------------------------------------------------*/

@media screen and (min-width:450px) {

.float-right {
margin-left: 3%;
width:40%;
float:right;
}
.float-left {
margin-right: 3%;
width:40%;
float:left;
}

/* .float-right > *,.float-left > * {
width:100%;
float:none;
} */

}


/* mobile devices (min-width:650px) 
---------------------------------------------------*/

@media screen and (min-width:650px) {

.sub-container{
padding:0 5% 0 0;
width:70%;
float:left;
}

.sidebar-container{
margin:0;
width:30%;
float:right;
}

}

/* mobile devices (min-width:850px) 
---------------------------------------------------*/

@media screen and (min-width:850px) {

}


/* mobile devices (min-width:1050px) 
---------------------------------------------------*/

@media screen and (min-width:1050px) {

.container,.container-3{
padding:65px 80px;
}

}


/* mobile devices (min-width:1150px) 
---------------------------------------------------*/

@media screen and (min-width:1150px) {

}


/* mobile devices (min-width:1250px) 
---------------------------------------------------*/

@media screen and (min-width:1250px) {

.container-3{
padding:0;
}
}


/* mobile devices (max-width:1000px) 
---------------------------------------------------*/

@media screen and (max-width:1000px) {

.tulbad-4 > div{
width:31.33333333%;
margin-right:3%;
}

.tulbad-4 > div:nth-child(4n){
margin-right:3%;
}

.tulbad-4 > div:nth-child(3n){
margin-right:0;
}

.section-box-content {
margin-left:4%;
}
}


/* mobile devices (max-width:820px) 
---------------------------------------------------*/

@media screen and (max-width:820px) {


body {
background-size: 100% ;
background-attachment:scroll;
}

a.mob-nav{
margin: 0 15px 0 0;
padding:0;
color: #fff;
height:100%;
display: table;
float:right;
}

.burger {
width: 30px;
display: table-cell;
vertical-align:middle;
}

.burger .bar {
background: #111;
margin: 2px 0;
border-radius: 0px;
width: 30px;
height: 3px;
float: right;
display: block;
}

#mm-main-menu ul{
text-transform:uppercase;
font-size:1.0em;
}

#main-menu{
display: none !important;
}

#header{
height:auto;
padding:0;
}

#header-sub {
height:auto;
}

.vert-middle {
padding-top:6%;
padding-bottom:5%;
}

section .bg-image {
padding-bottom:50%;
position:relative;
}

.section-box-content {
margin-left:0;
margin-top: 0;
max-width:none;
}

.container-left,.container-right{
padding:0;
width:100%;
}

.columns-2{
column-count:1;
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
}


.col-3 li, .col-4 li{
width:50%;
}

.col-5 li, .col-6 li{
width:25%;
}

.tulbad-3 > div,.tulbad-4 > div{
width:47%;
margin-right:6%;
}

.tulbad-3 > div:nth-child(3n),.tulbad-4 > div:nth-child(3n){
margin-right:6%;
}

.tulbad-3 > div:nth-child(2n),.tulbad-4 > div:nth-child(2n){
margin-right:0;
}

.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;
}

a.right,a.left,img.left,img.right {
margin:0 auto 15px;
text-align:center;
display:block;
float:none;
}

.top {
height:45px;
}

button.search{
margin: 10px 20px 0;
}

#logo,#logo:after {
height:50px;
}

#header{
height:auto;
padding:0;
}

.vert-middle {
margin-top: 45px;
}

.middle-box-content { 
display:none;
}

.posted {
margin:-5px 0 20px 0;
}

.col-2 li,.col-3 li,.col-4 li,.col-5 li,.col-6 li {
width:100%;
}

.tulbad-2 > div,.tulbad-3 > div,.tulbad-4 > div{
margin-right:0;
width:100%;
}

.tulbad-2 > div:nth-child(n),.tulbad-3 > div:nth-child(n),.tulbad-4 > div:nth-child(n){
margin-right:0;
}

.slides .slide-box .slide-content div{ 
padding: 20px;
}

.rare { 
display:none;
}

#footer {
padding:7% 0;
}

}