@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
}
html body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'eagle_lightregular';
  position: relative;
}
html body strong {
  font-family: 'eagle_bookregular';
}
html body .wrapper {
  min-width: 1200px;
  position: relative;
}
html body.ru {
  font-family: 'intro_lightregular';
}
html body.ru .btn {
  font-family: 'intro_blackregular';
}
html body.ru section header h1 {
  font-family: 'intro_lightregular';
}
html body.ru section h1 {
  font-family: 'intro_blackregular';
}
html body .padding {
  padding-bottom: 30px;
}
html body .btn {
  background-color: #000;
  font-family: 'eagle_bookregular';
  border: none;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
html body .share {
  float: left;
  margin-right: 20px;
  width: 80px !important;
}
html body a {
  color: #414140;
}
html body .group:after {
  content: "";
  display: table;
  clear: both;
}
html body section.contain {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
html body section header {
  width: 970px;
}
html body section header h1 {
  font-family: 'eagle_lightregular';
  font-weight: normal;
  margin-top: 0;
  padding-top: 20px;
  float: left;
}
html body section.hall {
  background-color: #ebebeb;
}
html body section.valge, html body section.hall {
  -webkit-box-shadow: inset 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
html body h1 {
  font-family: 'eagle_bookregular';
}

/*
ehk lää-heb vaja
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
 */
section .bannerBar {
  width: 100%;
  /*height: 115px;*/
  background-image: url(../img/bannerbar-div.png);
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 25px;
  clear: both;
  margin-bottom: 40px;
}
section .bannerBar a.gofollow {
  display: block;
  width: 31.33333333%;
  height: 105px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: solid 2px #c0c0c0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
section .bannerBar a.gofollow img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
section #videos {
  margin-bottom: 50px;
  background-color: #f9f7f6;
}
section #videos .videoSingle {
  position: relative;
}
section #videos .videoSingle .vaatavideot {
  position: absolute;
  height: 31px;
  width: 139px;
  background-image: url("../img/video-vaata.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 10px;
  right: -5px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'eagle_bookregular';
  font-size: 11pt;
  text-decoration: none;
}
section #videos .videoSingle iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
section .ui-tabs-vertical {
  width: 100%;
}
section .ui-tabs-vertical .ui-tabs-nav {
  /* nav **/
  width: 31%;
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}
section .ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
section .ui-tabs-vertical .ui-tabs-nav li:hover a {
  background-position: right top;
  color: #fff;
}
section .ui-tabs-vertical .ui-tabs-nav li:hover a p.date {
  color: #fff;
}
section .ui-tabs-vertical .ui-tabs-nav li[aria-selected='true'] a {
  background-position: right top;
  color: #fff;
}
section .ui-tabs-vertical .ui-tabs-nav li[aria-selected='true'] a p.date {
  color: #fff;
}
section .ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  height: 70px;
  width: 80%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  background-image: url(../img/video-label.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #000;
  text-decoration: none;
  font-size: 12pt;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align: middle;
}
section .ui-tabs-vertical .ui-tabs-nav li a p.date {
  margin: 0;
  font-weight: normal;
  color: #898988;
  font-size: 10pt;
}
section .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
}
section .ui-tabs-vertical .ui-tabs-panel {
  /* sisu kastid */
  padding: 0;
  margin: 0;
  float: right;
  width: 69%;
  height: 450px;
}
section header .optibet {
  float: right;
  background-image: url(../img/help.png);
  background-repeat: no-repeat;
  background-position: right center;
  height: 42px;
  color: #898988;
  line-height: 35px;
  font-size: 15pt;
  margin-top: 20px;
  text-align: right;
  padding-right: 120px;
  /*display: none;*/
}
section header a.vaata {
  float: right;
  background-image: url(../img/video-arr.png);
  background-position: right;
  padding-right: 22px;
  height: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  font-family: 'eagle_bookregular';
  color: #000;
  text-decoration: none;
  margin-top: 20px;
}
section .box {
  width: 32%;
  float: left;
  height: 350px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
}
section .box.center {
  margin-left: 2%;
  margin-right: 2%;
}
section .box:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0px;
  height: 11px;
  width: 100%;
  background-image: url(../img/box-vari.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
section .box #socialBox .ui-tabs-panel {
  clear: both;
  padding-top: 10px;
  width: 90%;
  text-align: justify;
  margin: 0 auto;
}
section .box #socialBox p.slabel {
  padding: 0;
  margin: 0;
  line-height: 45px;
  text-align: center;
  font-size: 14pt;
  color: #fff;
  width: 33.333333%;
  height: 45px;
  background-color: #272727;
  display: block;
  float: left;
}
section .box #socialBox ul {
  margin: 0;
  padding: 0;
  width: 66.6666667%;
  list-style-type: none;
  float: left;
  height: 45px;
}
section .box #socialBox ul li {
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
}
section .box #socialBox ul li[aria-selected='true'] a {
  color: #000;
  background-color: #fff;
}
section .box #socialBox ul li a {
  height: 45px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background-color: #272727;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
section .box .edasibg {
  background-image: url(../img/box-button.png);
  height: 31px;
  width: 139px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  left: -5px;
  z-index: 2;
  font-family: 'eagle_bookregular';
  color: #fff;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 11pt;
}
section .box .label {
  position: absolute;
  top: 15px;
  font-size: 11pt;
  left: 0px;
  height: 26px;
  background-image: url(../img/box-label.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  line-height: 26px;
  font-family: 'eagle_bookregular';
  text-transform: uppercase;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 2;
}
section .box article {
  float: left;
  position: relative;
}
section .box article a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: block;
  border: none;
}
section .box article a.edasi {
  display: block;
  height: 30px;
  width: 134px;
  position: absolute;
  font-size: 11pt;
  padding-right: 5px;
  left: -0px;
  bottom: -35px;
  z-index: 3;
  font-family: 'eagle_bookregular';
  color: #fff;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase !important;
}
section .box article h1 {
  font-size: 14pt;
  width: 90%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  color: #000;
}
section .box article h1.mang {
  text-align: center;
}
section .box article div.mang {
  padding-top: 0px;
  margin-top: 5px;
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 50px;
  color: #414140;
  line-height: 16.66666666667px;
  font-size: 11pt;
  text-align: center;
}
section .box article div.mang p {
  text-align: center;
}
section .box article div.uritusetekst {
  padding-top: 0px;
  margin-top: 5px;
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 50px;
  text-align: justify;
  color: #414140;
  font-size: 11pt;
}
section .box article div.uritusetekst p {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  line-height: 17px;
  height: auto;
}
section .box article p {
  padding-top: 0px;
  margin-top: 5px;
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 50px;
  text-align: justify;
  color: #414140;
  line-height: 16.66666666667px;
  font-size: 11pt;
}
section .box article .img {
  height: 210px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
section .box article .img .versus {
  width: 80%;
  height: 170px;
  padding-top: 40px;
  background-image: url(../img/vs2.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
section .box article .img .versus .teamlogo1, section .box article .img .versus .teamlogo2 {
  width: 90px;
  height: 170px;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
section .box article .img .versus .teamlogo1 {
  float: left;
}
section .box article .img .versus .teamlogo2 {
  float: right;
}
section .box #paginMangu, section .box #paginOstapilet, section .box #paginShop, section .box #paginIntervjuu, section .box #paginGalerii, section .box #paginnoorte, section .box #paginLaagrid, section .box #paginLiiga {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 4;
}
section .box #paginMangu a, section .box #paginOstapilet a, section .box #paginShop a, section .box #paginIntervjuu a, section .box #paginGalerii a, section .box #paginnoorte a, section .box #paginLaagrid a, section .box #paginLiiga a {
  display: block;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  border: solid 1px #e3137e;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
section .box #paginMangu a.selected, section .box #paginOstapilet a.selected, section .box #paginShop a.selected, section .box #paginIntervjuu a.selected, section .box #paginGalerii a.selected, section .box #paginnoorte a.selected, section .box #paginLaagrid a.selected, section .box #paginLiiga a.selected {
  background-color: #e3137e;
}

@font-face {
  font-family: 'eagle_bookregular';
  src: url("eagle-book.eot");
  src: url("eagle-book.svg#eagle_bookregular") format("svg"), url("eagle-book.eot?#iefix") format("embedded-opentype"), url("eagle-book.woff") format("woff"), url("eagle-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'eagle_lightregular';
  src: url("eagle-light.eot");
  src: url("eagle-light.svg#eagle_lightregular") format("svg"), url("eagle-light.eot?#iefix") format("embedded-opentype"), url("eagle-light.woff") format("woff"), url("eagle-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intro_blackregular';
  src: url("intro-black-webfont.eot");
  src: url("intro-black-webfont.eot?#iefix") format("embedded-opentype"), url("intro-black-webfont.woff") format("woff"), url("intro-black-webfont.ttf") format("truetype"), url("intro-black-webfont.svg#intro_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intro_lightregular';
  src: url("intro-light-webfont.eot");
  src: url("intro-light-webfont.eot?#iefix") format("embedded-opentype"), url("intro-light-webfont.woff") format("woff"), url("intro-light-webfont.ttf") format("truetype"), url("intro-light-webfont.svg#intro_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
header.main {
  height: 283px;
  width: 100%;
  background-image: url(../img/head-bg.png);
  background-repeat: repeat-x;
  padding-top: 3px;
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 211;
}
header.main section.contain {
  position: relative;
}
header.main section.contain .suurbanner {
  display: block;
  height: 100px;
  width: 970px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
header.main section.contain a.logo {
  display: block;
  width: 196px;
  height: 197px;
  position: absolute;
  left: -1px;
  z-index: 2;
  top: 102px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
}
header.main section.contain .sponsorbar {
  width: 83%;
  float: right;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 4px;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
header.main section.contain .sponsorbar .sponsor {
  background-position: center center;
  background-size: auto;
  position: relative;
  margin-left: 0.3%;
  margin-right: 0.3%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  float: left;
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
header.main section.contain .sponsorbar .sponsor img {
  z-index: -5;
  visibility: hidden;
  opacity: 0;
}
header.main section.contain .sloganbar {
  width: 83%;
  float: right;
  height: 85px;
  position: relative;
  z-index: 3;
}
header.main section.contain .sloganbar .trigger.t1, header.main section.contain .sloganbar .trigger.t2 {
  position: absolute;
  width: 200px;
  height: 250px;
  bottom: -48px;
}
header.main section.contain .sloganbar .trigger.t1 {
  left: -463px;
}
header.main section.contain .sloganbar .trigger.t2 {
  right: -200px;
}
header.main section.contain .sloganbar .lang {
  float: left;
  padding-top: 32px;
  height: 53px;
  width: 8%;
  z-index: 8;
  position: relative;
}
header.main section.contain .sloganbar .lang #lang_sel {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 24px;
}
header.main section.contain .sloganbar .lang #lang_sel a {
  line-height: 23px;
}
header.main section.contain .sloganbar .lang #lang_sel li a {
  padding-top: 0px;
  padding-bottom: 0;
}
header.main section.contain .sloganbar .lang #lang_sel ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
header.main section.contain .sloganbar .lang #lang_sel ul li {
  width: 75%;
}
header.main section.contain .sloganbar .lang #lang_sel ul li:hover a {
  background-color: #ebebeb;
}
header.main section.contain .sloganbar .lang #lang_sel ul li a img {
  border: solid 1px #000;
}
header.main section.contain .sloganbar .lang #lang_sel ul ul {
  margin-top: -5px !important;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #898988;
}
header.main section.contain .sloganbar .lang #lang_sel ul ul li {
  width: 100%;
}
header.main section.contain .sloganbar .lang #lang_sel ul ul li:last-of-type {
  border-bottom: solid 3px #898988;
}
header.main section.contain .sloganbar .lang #lang_sel ul ul li:hover a {
  background-color: #ebebeb;
}
header.main section.contain .sloganbar .search {
  vertical-align: middle;
  height: 85px;
  display: table-cell;
  line-height: 85px;
  width: 15%;
  position: relative;
  float: right;
  height: 85px;
}
header.main section.contain .sloganbar .search input.tekst {
  width: 75%;
  height: 22px;
  border: solid 1px #ccc;
  background-color: transparent;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
}
header.main section.contain .sloganbar .search input.button {
  width: 18%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #ccc;
  border: none;
  height: 22px;
  width: 25px;
  margin: 0px;
  margin-left: -4px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding: 0;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center center;
}
header.main section.contain .sloganbar nav.headmenu {
  height: 55px;
  float: left;
  margin-top: 34px;
  width: 52%;
}
header.main section.contain .sloganbar nav.headmenu ul {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-left: 20px;
}
header.main section.contain .sloganbar nav.headmenu ul li {
  display: inline-block;
  text-align: center;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
header.main section.contain .sloganbar nav.headmenu ul li.active, header.main section.contain .sloganbar nav.headmenu ul li:hover {
  background-color: #000;
}
header.main section.contain .sloganbar nav.headmenu ul li.active a, header.main section.contain .sloganbar nav.headmenu ul li:hover a {
  color: #fff;
}
header.main section.contain .sloganbar nav.headmenu ul li a {
  color: #898988;
  text-decoration: none;
  font-size: 10pt;
  line-height: 20px;
}
header.main section.contain .sloganbar nav.headmenu ul li:hover ul {
  display: block;
}
header.main section.contain .sloganbar nav.headmenu ul li ul {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 400px;
  padding: 0;
  margin: 0;
  display: none;
}
header.main section.contain .sloganbar nav.headmenu ul li ul li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #000;
  margin-top: 5px;
}
header.main section.contain .sloganbar nav.headmenu ul li ul li a {
  line-height: 20px;
  display: block;
}
header.main section.contain .sloganbar .slogan {
  width: 25%;
  float: left;
}
header.main section.contain .sloganbar .slogan a {
  color: #000;
}
header.main section.contain .sloganbar .slogan p.slogan {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'eagle_bookregular';
  font-size: 25pt;
  text-align: left;
  white-space: nowrap;
  padding-top: 15px;
  display: inline-block;
  float: left;
  position: relative;
}
header.main section.contain .sloganbar .slogan p.slogan span {
  color: #414140;
  font-family: 'eagle_lightregular';
  white-space: nowrap;
  font-size: 9pt;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 2px;
  bottom: -10px;
  display: inline-block;
}
header.main section.contain .mainmenubar {
  height: 42px;
  width: 83%;
  float: right;
  position: relative;
  z-index: 3;
  padding-left: 25px;
}
header.main section.contain .mainmenubar .social {
  float: right;
  width: 20%;
  position: relative;
  line-height: 42px;
  height: 42px;
  text-align: right;
}
header.main section.contain .mainmenubar .social a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
header.main section.contain .mainmenubar .social a.youtube {
  width: 39px;
  height: 16px;
  background-image: url(../img/icons/youtube.png);
}
header.main section.contain .mainmenubar .social a.youtube:hover {
  background-image: url(../img/icons/youtube-hover.png);
}
header.main section.contain .mainmenubar .social a.facebook {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/facebook.png);
}
header.main section.contain .mainmenubar .social a.facebook:hover {
  background-image: url(../img/icons/facebook-hover.png);
}
header.main section.contain .mainmenubar .social a.twitter {
  width: 20px;
  height: 16px;
  background-image: url(../img/icons/twitter.png);
}
header.main section.contain .mainmenubar .social a.twitter:hover {
  background-image: url(../img/icons/twitter-hover.png);
}
header.main section.contain .mainmenubar .social a.rss {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/rss.png);
}
header.main section.contain .mainmenubar .social a.rss:hover {
  background-image: url(../img/icons/rss-hover.png);
}
header.main section.contain .mainmenubar .social a.instagram {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/instagram.png);
}
header.main section.contain .mainmenubar .social a.instagram:hover {
  background-image: url(../img/icons/instagram-hover.png);
}
header.main section.contain .mainmenubar nav.mainmenu {
  float: left;
  position: relative;
  width: 80%;
  height: 42px;
}
header.main section.contain .mainmenubar nav.mainmenu ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
header.main section.contain .mainmenubar nav.mainmenu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0.40%;
  margin-right: 0.40%;
}
header.main section.contain .mainmenubar nav.mainmenu ul li:first-of-type {
  margin-left: 0px;
}
header.main section.contain .mainmenubar nav.mainmenu ul li:last-of-type {
  margin-right: 0px;
}
header.main section.contain .mainmenubar nav.mainmenu ul li:hover a {
  background-color: #000;
  color: #fff;
}
header.main section.contain .mainmenubar nav.mainmenu ul li:hover a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
}
header.main section.contain .mainmenubar nav.mainmenu ul li a {
  text-decoration: none;
  line-height: 20px;
  height: 20px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
header.main section.contain .mainmenubar nav.mainmenu.ru ul li {
  margin-left: 0.25%;
  margin-right: 0.25%;
}
header.main section.contain .mainmenubar nav.mainmenu.ru ul li a {
  font-size: 8pt;
}

section#slider {
  width: 90%;
  height: 510px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
section#slider #next, section#slider #prev {
  background-image: url(../img/arr.png);
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  cursor: hand;
  cursor: pointer;
}
section#slider #next:hover, section#slider #prev:hover {
  background-image: url(../img/arr-hover.png);
}
section#slider #pagination {
  position: absolute;
  right: 20%;
  bottom: 9.5%;
}
section#slider #pagination a {
  display: block;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  border: solid 1px #e3137e;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
section#slider #pagination a.selected {
  background-color: #e3137e;
}
section#slider #next {
  right: 10%;
}
section#slider #prev {
  left: 10%;
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
section#slider .slidercontainer {
  height: 510px;
}
section#slider .slidercontainer .slide {
  width: 100%;
  height: 510px;
  display: block;
  float: left;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section#slider .slidercontainer .slide a {
  display: block;
  background-image: url(../img/slider-info.png);
  width: 490px;
  height: 130px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  left: 16%;
  text-decoration: none;
}
section#slider .slidercontainer .slide a h2 {
  text-decoration: none;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-right: 20px;
  margin-top: 25px;
  padding-left: 50px;
  font-size: 20pt;
}

.submenuContainer {
  height: 328px;
  width: 100%;
  background-image: url(../img/alam-bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 285px;
  border-bottom: solid 8px #000;
  padding-top: 20px;
  z-index: 210;
  overflow: visible;
}
.submenuContainer .trigger {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  display: block;
}
.submenuContainer.hidden {
  height: 0px;
  padding: 0;
  border: none;
}
.submenuContainer.hidden .trigger {
  display: none;
}
.submenuContainer.hidden section.submenu {
  display: none;
}
.submenuContainer .close {
  width: 25px;
  height: 20px;
  background-color: #000;
  background-image: url(../img/submenu-nool.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  cursor: hand;
  cursor: pointer;
}

section.submenu {
  display: block;
  position: absolute;
  z-index: 500;
  visibility: visible;
  width: 970px;
  left: 50%;
  margin-left: -485px;
  opacity: 1;
}
section.submenu.hidden {
  opacity: 0;
  z-index: -5;
}
section.submenu .submenu {
  float: left;
  display: block;
  width: 20%;
  padding-left: 0%;
  padding-right: 2.5%;
  margin-right: 34px;
}
section.submenu article.submenu {
  margin-right: 20px;
}
section.submenu nav.submenu ul {
  list-style-type: none;
  padding: 0px;
}
section.submenu nav.submenu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 9.5pt;
}
section.submenu nav.submenu ul li a:hover {
  text-decoration: underline;
}
section.submenu article p.uudis {
  color: #898988;
  font-size: 10pt;
}
section.submenu article .img {
  width: 100%;
  height: 150px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
section.submenu article .img.logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
section.submenu article a {
  color: #000;
  text-decoration: none;
}
section.submenu article a:hover {
  text-decoration: underline;
}
section.submenu article h1 {
  font-size: 10pt;
  font-weight: normal;
}

body.ru header.main {
  height: 283px;
  width: 100%;
  background-image: url(../img/head-bg.png);
  background-repeat: repeat-x;
  padding-top: 3px;
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 211;
}
body.ru header.main section.contain {
  position: relative;
}
body.ru header.main section.contain .suurbanner {
  display: block;
  height: 100px;
  width: 970px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
body.ru header.main section.contain a.logo {
  display: block;
  width: 196px;
  height: 197px;
  position: absolute;
  left: -1px;
  z-index: 2;
  top: 102px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: top center;
}
body.ru header.main section.contain .sponsorbar {
  width: 83%;
  float: right;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 4px;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-around;
}
body.ru header.main section.contain .sponsorbar .sponsor {
  background-position: center center;
  background-size: auto;
  position: relative;
  margin-left: 0.3%;
  margin-right: 0.3%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  float: left;
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body.ru header.main section.contain .sponsorbar .sponsor img {
  z-index: -5;
  visibility: hidden;
  opacity: 0;
}
body.ru header.main section.contain .sloganbar {
  width: 83%;
  float: right;
  height: 85px;
  position: relative;
  z-index: 3;
}
body.ru header.main section.contain .sloganbar .trigger.t1, body.ru header.main section.contain .sloganbar .trigger.t2 {
  position: absolute;
  width: 500px;
  height: 250px;
  bottom: -48px;
}
body.ru header.main section.contain .sloganbar .trigger.t1 {
  left: -663px;
}
body.ru header.main section.contain .sloganbar .trigger.t2 {
  right: -500px;
}
body.ru header.main section.contain .sloganbar .lang {
  float: left;
  padding-top: 32px;
  height: 53px;
  width: 8%;
  z-index: 8;
  position: relative;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 24px;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel a {
  line-height: 23px;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel li a {
  padding-top: 0px;
  padding-bottom: 0;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul li {
  width: 75%;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul li:hover a {
  background-color: #ebebeb;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul li a img {
  border: solid 1px #000;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul ul {
  margin-top: -5px !important;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #898988;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul ul li {
  width: 100%;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul ul li:last-of-type {
  border-bottom: solid 3px #898988;
}
body.ru header.main section.contain .sloganbar .lang #lang_sel ul ul li:hover a {
  background-color: #ebebeb;
}
body.ru header.main section.contain .sloganbar .search {
  vertical-align: middle;
  height: 85px;
  display: table-cell;
  line-height: 85px;
  width: 15%;
  position: relative;
  float: right;
  height: 85px;
}
body.ru header.main section.contain .sloganbar .search input.tekst {
  width: 75%;
  height: 22px;
  border: solid 1px #ccc;
  background-color: transparent;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
}
body.ru header.main section.contain .sloganbar .search input.button {
  width: 18%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #ccc;
  border: none;
  height: 22px;
  width: 25px;
  margin: 0px;
  margin-left: -4px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  padding: 0;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center center;
}
body.ru header.main section.contain .sloganbar nav.headmenu {
  height: 55px;
  float: left;
  margin-top: 34px;
  width: 52%;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-left: 20px;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li {
  display: inline-block;
  text-align: center;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li.active, body.ru header.main section.contain .sloganbar nav.headmenu ul li:hover {
  background-color: #000;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li.active a, body.ru header.main section.contain .sloganbar nav.headmenu ul li:hover a {
  color: #fff;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li a {
  color: #898988;
  text-decoration: none;
  font-size: 10pt;
  line-height: 20px;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li:hover ul {
  display: block;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li ul {
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 200px;
  padding: 0;
  margin: 0;
  display: none;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li ul li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #000;
  margin-top: 5px;
}
body.ru header.main section.contain .sloganbar nav.headmenu ul li ul li a {
  line-height: 20px;
  display: block;
}
body.ru header.main section.contain .sloganbar .slogan {
  width: 25%;
  float: left;
}
body.ru header.main section.contain .sloganbar .slogan a {
  color: #000;
}
body.ru header.main section.contain .sloganbar .slogan p.slogan {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'intro_blackregular';
  font-size: 25pt;
  text-align: left;
  white-space: nowrap;
  padding-top: 15px;
  display: inline-block;
  float: left;
  position: relative;
}
body.ru header.main section.contain .sloganbar .slogan p.slogan span {
  color: #414140;
  font-family: 'intro_lightregular';
  white-space: nowrap;
  font-size: 9pt;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 2px;
  bottom: -10px;
  display: inline-block;
}
body.ru header.main section.contain .mainmenubar {
  height: 42px;
  width: 83%;
  float: right;
  position: relative;
  z-index: 3;
  padding-left: 25px;
}
body.ru header.main section.contain .mainmenubar .social {
  float: right;
  width: 20%;
  position: relative;
  line-height: 42px;
  height: 42px;
  text-align: right;
}
body.ru header.main section.contain .mainmenubar .social a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
body.ru header.main section.contain .mainmenubar .social a.youtube {
  width: 39px;
  height: 16px;
  background-image: url(../img/icons/youtube.png);
}
body.ru header.main section.contain .mainmenubar .social a.youtube:hover {
  background-image: url(../img/icons/youtube-hover.png);
}
body.ru header.main section.contain .mainmenubar .social a.facebook {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/facebook.png);
}
body.ru header.main section.contain .mainmenubar .social a.facebook:hover {
  background-image: url(../img/icons/facebook-hover.png);
}
body.ru header.main section.contain .mainmenubar .social a.twitter {
  width: 20px;
  height: 16px;
  background-image: url(../img/icons/twitter.png);
}
body.ru header.main section.contain .mainmenubar .social a.twitter:hover {
  background-image: url(../img/icons/twitter-hover.png);
}
body.ru header.main section.contain .mainmenubar .social a.rss {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/rss.png);
}
body.ru header.main section.contain .mainmenubar .social a.rss:hover {
  background-image: url(../img/icons/rss-hover.png);
}
body.ru header.main section.contain .mainmenubar .social a.instagram {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/instagram.png);
}
body.ru header.main section.contain .mainmenubar .social a.instagram:hover {
  background-image: url(../img/icons/instagram-hover.png);
}
body.ru header.main section.contain .mainmenubar nav.mainmenu {
  float: left;
  position: relative;
  width: 80%;
  height: 42px;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0.40%;
  margin-right: 0.40%;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul li:first-of-type {
  margin-left: 0px;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul li:last-of-type {
  margin-right: 0px;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul li:hover a {
  background-color: #000;
  color: #fff;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul li:hover a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu ul li a {
  text-decoration: none;
  line-height: 20px;
  height: 20px;
  margin-top: 11px;
  margin-bottom: 11px;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu.ru ul li {
  margin-left: 0.25%;
  margin-right: 0.25%;
}
body.ru header.main section.contain .mainmenubar nav.mainmenu.ru ul li a {
  font-size: 8pt;
}
body.ru section#slider {
  width: 90%;
  height: 510px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
body.ru section#slider #next, body.ru section#slider #prev {
  background-image: url(../img/arr.png);
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  cursor: hand;
  cursor: pointer;
}
body.ru section#slider #next:hover, body.ru section#slider #prev:hover {
  background-image: url(../img/arr-hover.png);
}
body.ru section#slider #pagination {
  position: absolute;
  right: 20%;
  bottom: 21%;
}
body.ru section#slider #pagination a {
  display: block;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  border: solid 1px #e3137e;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
body.ru section#slider #pagination a.selected {
  background-color: #e3137e;
}
body.ru section#slider #next {
  right: 10%;
}
body.ru section#slider #prev {
  left: 10%;
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
body.ru section#slider .slidercontainer {
  height: 510px;
}
body.ru section#slider .slidercontainer .slide {
  width: 100%;
  height: 510px;
  display: block;
  float: left;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
body.ru section#slider .slidercontainer .slide a {
  display: block;
  background-image: url(../img/slider-info.png);
  width: 490px;
  height: 130px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  left: 16%;
  text-decoration: none;
}
body.ru section#slider .slidercontainer .slide a h2 {
  text-decoration: none;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-right: 20px;
  margin-top: 25px;
  padding-left: 50px;
  font-size: 20pt;
}
body.ru .submenuContainer {
  height: 328px;
  width: 100%;
  background-image: url(../img/alam-bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 285px;
  border-bottom: solid 8px #000;
  padding-top: 20px;
  z-index: 210;
  overflow: visible;
}
body.ru .submenuContainer .trigger {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  display: block;
}
body.ru .submenuContainer.hidden {
  height: 0px;
  padding: 0;
  border: none;
}
body.ru .submenuContainer.hidden .trigger {
  display: none;
}
body.ru .submenuContainer.hidden section.submenu {
  display: none;
}
body.ru .submenuContainer .close {
  width: 25px;
  height: 20px;
  background-color: #000;
  background-image: url(../img/submenu-nool.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  cursor: hand;
  cursor: pointer;
}
body.ru section.submenu {
  display: block;
  position: absolute;
  z-index: 500;
  visibility: visible;
  width: 970px;
  left: 50%;
  margin-left: -485px;
  opacity: 1;
}
body.ru section.submenu.hidden {
  opacity: 0;
  z-index: -5;
}
body.ru section.submenu .submenu {
  float: left;
  display: block;
  width: 20%;
  padding-left: 0%;
  padding-right: 2.5%;
  margin-right: 34px;
}
body.ru section.submenu article.submenu {
  margin-right: 20px;
}
body.ru section.submenu nav.submenu ul {
  list-style-type: none;
  padding: 0px;
}
body.ru section.submenu nav.submenu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 9.5pt;
}
body.ru section.submenu nav.submenu ul li a:hover {
  text-decoration: underline;
}
body.ru section.submenu article p.uudis {
  color: #898988;
  font-size: 10pt;
}
body.ru section.submenu article .img {
  width: 100%;
  height: 150px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
body.ru section.submenu article .img.logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
body.ru section.submenu article a {
  color: #000;
  text-decoration: none;
}
body.ru section.submenu article a:hover {
  text-decoration: underline;
}
body.ru section.submenu article h1 {
  font-size: 10pt;
  font-weight: normal;
}

footer.main {
  padding-top: 5px;
  position: relative;
  margin-top: 36px;
  z-index: 100;
  background-color: #272727;
}
footer.main.bigindex {
  z-index: 102 !important;
}
footer.main .px970 {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
footer.main p.footertext {
  color: #898988;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12pt;
  padding-bottom: 55px;
  padding-top: 25px;
}
footer.main p.footertext a {
  color: #898988;
}
footer.main nav.footermenu {
  width: 100%;
  margin-top: 20px;
}
footer.main nav.footermenu ul {
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer.main nav.footermenu ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
footer.main nav.footermenu ul li a {
  color: #898988;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10pt;
}
footer.main nav.footermenu ul li a:hover {
  color: #fff;
}
footer.main section.memberarea {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  z-index: 7;
  border-top: solid 5px #050505;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2);
}
footer.main section.memberarea section.contain {
  background-color: #f6f6f6;
  height: 30px;
}
footer.main section.memberarea section#expanded {
  background-color: #FFF;
  margin-top: 0px;
  visibility: visible;
  height: 300px;
  position: absolute;
  top: -310px;
  width: 645px;
  left: 50%;
  margin-left: -322.5px;
  border-top: solid 5px #000;
  -webkit-box-shadow: 0px -3px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 8px 2px rgba(0, 0, 0, 0.1);
}
footer.main section.memberarea section#expanded.hidden {
  margin-top: 350px;
  z-index: -3;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  border: none;
}
footer.main section.memberarea section#expanded .left {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
footer.main section.memberarea section#expanded .left h2 {
  margin-left: 25px;
}
footer.main section.memberarea section#expanded .left .oneall_social_login {
  padding-top: 40px;
  padding-left: 50px;
}
footer.main section.memberarea section#expanded .right {
  float: right;
  width: 50%;
  background-color: #ebebeb;
  height: 100%;
  -webkit-box-shadow: inset 4px 0px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 4px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
footer.main section.memberarea section#expanded-league {
  margin-top: 0px;
  visibility: visible;
  width: 645px;
  height: 300px;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -322.5px;
  border-top: solid 5px #000;
  -webkit-box-shadow: 0px -3px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 8px 2px rgba(0, 0, 0, 0.1);
}
footer.main section.memberarea section#expanded-league.hidden {
  margin-top: 350px;
  z-index: -3;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  border: none;
}
footer.main section.memberarea section#expanded-league #triggerclose {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer.main section.memberarea section#expanded-league table.leaguemanager {
  position: absolute;
  width: 100%;
}
footer.main section.memberarea section#expanded-league table.leaguemanager a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}
footer.main section.memberarea section#expanded-league table.leaguemanager a strong {
  font-weight: normal;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr.homeTeam {
  background-color: #e3137e;
  color: #fff;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr.homeTeam a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr.homeTeam a strong {
  font-weight: normal;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr:nth-of-type(1) th {
  text-align: center;
  padding-bottom: 16px;
  padding-top: 16px;
  text-transform: uppercase;
  width: 5.7142857%;
  font-size: 10pt;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr:nth-of-type(1) th:nth-of-type(1) {
  text-align: center;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr:nth-of-type(1) th:nth-of-type(4) {
  text-align: left;
  width: 45%;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr:nth-of-type(1) th:nth-of-type(2) {
  visibility: hidden;
  width: 0%;
  display: none;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr:nth-of-type(1) th:nth-of-type(3) {
  visibility: hidden;
  width: 0%;
  display: none;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr:nth-of-type(1) th:last-of-type {
  padding-right: 20px;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr {
  height: 22px;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr td:nth-of-type(2) {
  visibility: hidden;
  width: 0%;
  display: none;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr td:nth-of-type(3) {
  visibility: hidden;
  width: 0%;
  display: none;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr td:nth-of-type(1) {
  width: 10%;
  text-align: center;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr td:nth-of-type(4) {
  width: 45%;
  text-align: left;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr td:last-of-type {
  padding-right: 20px;
}
footer.main section.memberarea section#expanded-league table.leaguemanager tr td {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 5.7142857%;
  height: 22px;
}
footer.main section.memberarea section#expanded-league .left {
  float: left;
  width: 56%;
  height: 100%;
  background-color: #fff;
}
footer.main section.memberarea section#expanded-league .left h2 {
  margin-left: 25px;
}
footer.main section.memberarea section#expanded-league .left .oneall_social_login {
  padding-top: 40px;
  padding-left: 50px;
}
footer.main section.memberarea section#expanded-league .right {
  float: right;
  width: 45%;
  background-color: #ebebeb;
  height: 100%;
  -webkit-box-shadow: inset 4px 0px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 4px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
footer.main section.memberarea.stick {
  position: absolute;
  top: -36px;
  left: 0px;
  z-index: 211;
}
footer.main section.memberarea p.memberSlogan {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  line-height: 30px;
  float: left;
}
footer.main section.memberarea p.memberSlogan a {
  text-decoration: none;
}
footer.main section.memberarea p.memberSlogan b {
  color: #e3137e;
  font-family: 'eagle_bookregular';
  font-size: 10pt;
}
footer.main section.memberarea a.membersisene, footer.main section.memberarea a.memberreg {
  display: block;
  border-right: solid 1px #c1c6c6;
  height: 30px;
  float: left;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  font-family: 'eagle_bookregular';
  font-size: 8pt;
  text-transform: uppercase;
  float: left;
  min-width: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
footer.main section.memberarea a.membersisene {
  border-left: solid 1px #c1c6c6;
  margin-left: 20px;
}
footer.main section.memberarea a.member-element {
  float: left;
  background-image: url("../img/member-element.png");
  width: 105px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  font-family: 'eagle_bookregular';
  font-size: 10pt;
  line-height: 25px;
  padding-top: 20px;
  text-transform: uppercase;
  margin-top: -14px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
}
footer.main section.memberarea a.member-element.liiga {
  float: right;
}
footer.main section.memberarea a.buttonliiga {
  display: block;
  line-height: 19px;
  background-color: #000;
  font-size: 10pt;
  float: right;
  color: #fff;
  font-family: 'eagle_bookregular';
  text-decoration: none;
  font-weight: normal;
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 100px;
}
footer.main section.memberarea a.buttonliiga:after {
  content: "";
  width: 0px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
}
footer.main section.memberarea a.buttonliiga:before {
  content: "";
  position: absolute;
  top: -17px;
  height: 14px;
  width: 59px;
  left: 50%;
  margin-left: -29.5px;
}
footer.main section.memberarea h1 {
  color: #e3137e;
  font-size: 10pt;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  float: left;
}
footer.main a.suurbanner {
  display: block;
  height: 100px;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  z-index: 8;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}
footer.main .footerbar.kuld {
  margin-top: 5px;
  height: 108px;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  background-image: url(../img/kuldsponsor-bg.png);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 8;
}
footer.main .footerbar.kuld .px970 {
  width: 970px;
  height: 108px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
footer.main .footerbar.kuld a.suursponsor {
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 108px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
footer.main .footerbar.kuld a.suursponsor p.kuldsponsorliik {
  position: absolute;
  text-align: center;
  top: -10px;
  right: 0px;
  line-height: normal;
  color: #848483;
  z-index: 5;
}
footer.main .footerbar.kuld a.suursponsor img {
  visibility: hidden;
}
footer.main .footerbar {
  z-index: 9;
  width: 80%;
  border-bottom: solid 1px #454545;
  height: 100px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
footer.main .footerbar .px970 {
  width: 970px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
footer.main .footerbar p.sponsorliik {
  position: absolute;
  top: -5px;
  left: 0%;
  line-height: normal;
  color: #848483;
  z-index: 3;
}
footer.main .footerbar a.sponsor {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100px;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  z-index: 2;
  display: inline-block;
}
footer.main .footerbar a.sponsor img {
  z-index: -5;
  visibility: hidden;
  opacity: 0;
}

.right h2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.right a.lost {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #898988;
  font-size: 9pt;
}
.right .logout {
  width: 100%;
  margin-top: 40%;
  text-align: center;
}
.right .logout a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.right #loginform {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.right #loginform p.login-username label, .right #loginform p.login-password label, .right #loginform p.login-remember label {
  font-size: 9pt;
  color: #898988;
  display: block;
}
.right #loginform p.login-username input#user_login, .right #loginform p.login-username input#user_pass, .right #loginform p.login-password input#user_login, .right #loginform p.login-password input#user_pass, .right #loginform p.login-remember input#user_login, .right #loginform p.login-remember input#user_pass {
  border: solid 1px #898988;
  background-color: #ebebeb;
  font-size: 9pt;
  color: #898988;
  height: 22px;
  width: 90%;
}
.right #loginform p.login-submit input {
  border: none;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  height: 25px;
}

section#single header nav.navi {
  float: left;
  padding-top: 40px;
}
section#single header nav.navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 25px;
}
section#single header nav.navi ul li {
  float: left;
  padding-right: 7px;
  padding-left: 7px;
  border-right: solid 1px #ebebeb;
}
section#single header nav.navi ul li:last-child {
  border: none;
}
section#single header nav.navi ul li a {
  text-decoration: none;
  color: #898988;
  font-size: 8pt;
  display: block;
}
section#single header nav.navi ul li a:hover {
  text-decoration: underline;
}
section#single article.single {
  margin-bottom: 40px;
  margin-top: 20px;
}
section#single article.single header.page {
  width: 367px;
  float: left;
}
section#single article.single .single-sisu {
  width: 600px;
  clear: left;
}
section#single article.single header {
  float: left;
  width: 367px;
}
section#single article.single header .date {
  color: #898988;
  font-size: 9pt;
}
section#single article.single header h1 {
  font-size: 32pt;
  padding-top: 0;
  margin-bottom: 10px;
}
section#single article.single header .social {
  height: 45px;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-top: 25px;
}
section#single article.single .img {
  width: 583px;
  height: auto;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
section#single article.single p {
  text-align: justify;
  width: 600px;
  clear: left;
}
section#single article.single p strong {
  font-family: 'eagle_bookregular';
}
section#single article.single p:first-of-type a:first-of-type {
  display: none;
}
section#single article.single p:first-of-type a:first-of-type img:first-of-type {
  display: none;
}
section#single article.single .bannerid {
  float: right;
  width: 320px;
  clear: right;
  margin-left: 5%;
}
section#single article.single .bannerid a {
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  height: 105px;
  margin-bottom: 10px;
  overflow: hidden;
}

section#comments {
  padding-bottom: 40px;
  background-color: #f9f7f6;
}
section#comments div.comment {
  margin-bottom: 20px;
  border-bottom: solid 1px #898988;
}
section#comments div.comment div.comment.depth-2 {
  border: none;
  background-color: #fff;
  width: 91%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  margin-left: 5%;
}
section#comments div.comment div.comment.depth-2 .reply {
  display: none;
}
section#comments div.comment article {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
section#comments div.comment article .reply {
  background-color: #000;
  display: inline-block;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  color: #fff;
  text-decoration: none;
  font-family: 'eagle_bookregular';
}
section#comments div.comment article .reply a {
  color: #fff;
  text-decoration: none;
  font-size: 10pt;
}
section#comments div.comment article footer .comment-author {
  font-family: 'eagle_bookregular';
  float: left;
  border-right: solid 1px #898988;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
section#comments div.comment article footer .comment-author span {
  display: none;
}
section#comments div.comment article footer .comment-author b {
  font-weight: normal !important;
}
section#comments div.comment article footer .comment-metadata {
  float: left;
  margin-bottom: 5px;
}
section#comments div.comment article footer .comment-metadata a {
  color: #898988;
  font-size: 9pt;
  text-decoration: none;
}
section#comments div.comment article p {
  clear: both;
  margin-bottom: 5px;
}
section#comments header {
  padding-top: 20px;
}
section#comments header h1 {
  font-size: 30pt;
  float: left;
}
section#comments header p {
  height: 50px;
  border-left: 1px solid #898988;
  border-right: 1px solid #898988;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 40px;
  margin-right: 40px;
  vertical-align: middle;
  line-height: 50px;
}
section#comments header a {
  float: left;
  background-color: #000;
  display: block;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  font-family: 'eagle_bookregular';
  margin-top: 25px;
}
section#comments #respond h3#reply-title {
  font-weight: normal;
  font-size: 20pt;
  padding-top: 20px;
}
section#comments #respond a#cancel-comment-reply-link {
  background-color: #000;
  border: none;
  display: inline-block;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  font-family: 'eagle_bookregular';
  margin-top: 25px;
  font-size: 10pt;
}
section#comments #respond form p.comment-form-author label, section#comments #respond form p.comment-form-email label {
  font-size: 9pt;
  color: #898988;
  display: block;
  width: 40px;
  float: left;
}
section#comments #respond form p.comment-form-author span.required, section#comments #respond form p.comment-form-email span.required {
  font-size: 9pt;
  color: #898988;
  float: left;
  margin-right: 2px;
}
section#comments #respond form p.comment-form-author input, section#comments #respond form p.comment-form-email input {
  border: 1px solid #898988;
}
section#comments #respond form p.comment-form-comment label {
  display: none;
}
section#comments #respond form p.form-submit input#submit {
  background-color: #000;
  border: none;
  display: block;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  font-family: 'eagle_bookregular';
  margin-top: 25px;
}

form.user_new input#user_login, form.user_new input#user_email, form#lostpasswordform input#user_login, form#lostpasswordform input#user_email {
  border: solid 1px #898988;
  background-color: #ebebeb;
  font-size: 9pt;
  color: #898988;
  height: 22px;
  width: 200px;
  display: block;
  margin-top: 10px;
}
form.user_new input#register, form.user_new input#wp-submit, form#lostpasswordform input#register, form#lostpasswordform input#wp-submit {
  border: none;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  height: 25px;
  margin-top: 10px;
}

section#uudised .intervjuud {
  margin-bottom: 5px;
}
section#uudised .galeriipilt {
  width: 24%;
  height: 200px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 4px solid #898988;
}
section#uudised .galeriipilt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  display: none;
}
section#uudised .galeriipilt:hover {
  border-bottom: 4px solid #e3137e;
}
section#uudised .galeriipilt:hover:after {
  display: block;
}
section#uudised h1.main {
  font-size: 34pt;
  margin-bottom: 10px;
}
section#uudised h1.main.galerii {
  font-size: 30px;
}
section#uudised .bannerBar {
  padding-bottom: 50px;
  background-image: none;
  border-top: solid 1px #fff;
}
section#uudised .bannerBar a {
  display: block;
  width: 31.33333333%;
  height: 105px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: solid 2px #c0c0c0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
section#uudised .bannerBar a img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
section#uudised nav.pagination {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  text-align: center;
}
section#uudised nav.pagination a, section#uudised nav.pagination span {
  display: inline-block;
  height: 25px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  color: #414140;
  line-height: 25px;
  font-size: 9pt;
}
section#uudised nav.pagination a:hover, section#uudised nav.pagination span:hover {
  color: #fff;
  background-color: #000;
}
section#uudised nav.pagination span.current {
  color: #fff;
  background-color: #000;
}
section#uudised article {
  clear: both;
  background-color: #ebebeb;
  background-image: url(../img/div.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #898988;
}
section#uudised article .img {
  width: 40%;
  height: 130px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  float: left;
}
section#uudised article .date {
  padding-left: 4%;
  width: 56%;
  font-size: 9pt;
  color: #898988;
  float: left;
}
section#uudised article h1 {
  float: left;
  display: block;
  width: 56%;
  margin: 0;
  padding: 0;
  padding-left: 4%;
  font-size: 20pt;
}
section#uudised article a {
  color: #000;
  text-decoration: none;
  display: block;
}
section#uudised article:hover {
  background-color: #fff;
  background-position: center bottom;
}
section#uudised article:last-of-type {
  border-bottom: solid 1px #898988;
}
section#uudised article header {
  float: left;
  width: 48%;
  height: 130px;
}
section#uudised article header h1.uritus {
  font-family: 'eagle_bookregular';
  font-size: 15pt;
  text-transform: uppercase;
  margin-top: 20px;
}
section#uudised article header .date.uritus {
  font-size: 12pt;
}
section#uudised article .sisu {
  float: right;
  width: 46%;
  height: 125px;
  padding-right: 2%;
  overflow: hidden;
  text-align: justify;
}
section#uudised article .sisu.uritus div.uritus_tekst {
  width: 60%;
  float: left;
  height: 125px;
  overflow: hidden;
}
section#uudised article .sisu.uritus div.uritus_tekst p {
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
section#uudised article .sisu.uritus .ostapilet {
  width: 35%;
  margin-left: 5%;
  float: left;
  text-align: center;
  padding-top: 30px;
}
section#uudised article .sisu.uritus .ostapilet .piletilevi {
  height: 36px;
  width: 97px;
  background-image: url(../img/piletilevi.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-top: 10px;
}
section#uudised article .sisu.uritus a {
  display: inline-block;
  color: #fff;
  text-align: center;
}
section#uudised article .sisu p {
  padding: 0;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12pt;
  line-height: 1.1;
}
section#uudised article.uritus {
  width: 100%;
  position: relative;
}
section#uudised article.uritus.bigindex {
  z-index: 102 !important;
}
section#uudised article.uritus .urituseinfo {
  width: 100%;
  left: 0px;
  padding: 20px 0%;
  position: absolute;
  background-color: #FFF;
  top: 100%;
  z-index: 7;
  border-bottom: solid 8px #000;
  -webkit-box-shadow: inset 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 24px 0 rgba(0, 0, 0, 0.25);
  visibility: visible;
  height: auto;
  overflow: hidden;
  opacity: 1;
}
section#uudised article.uritus .urituseinfo h1, section#uudised article.uritus .urituseinfo h2, section#uudised article.uritus .urituseinfo h3 {
  display: block;
  float: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
section#uudised article.uritus .urituseinfo .uritusedsisu {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
section#uudised article.uritus .urituseinfo.closed {
  height: 0px;
  padding-top: 0;
  padding-bottom: 0px;
  border: none;
}
section#uudised article.uritus .urituseinfo .close {
  width: 25px;
  height: 20px;
  background-color: #000;
  background-image: url(../img/submenu-nool.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  cursor: hand;
  cursor: pointer;
}
section#uudised article.uritus .openmore {
  cursor: hand;
  cursor: pointer;
}
section#uudised article.uritus .moreinfo {
  margin-left: 20px;
  float: left;
  margin-top: 20px;
  background-image: url("../img/lisainfo-arr.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 15px;
  cursor: hand;
  cursor: pointer;
}

html body section.urituscontainer {
  width: 100%;
}
html body section.urituscontainer .bannerBar {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
html body section.urituscontainer .urituswrapper {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

section.media h1.media {
  width: 100%;
}
section.media .sisu {
  width: 100%;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
}

h1.mangu {
  display: block;
  width: 90%;
  font-size: 30pt;
  padding-top: 5px;
}

section.lastmatch {
  width: 100%;
  clear: both;
}
section.lastmatch .versus {
  width: 145px;
  height: 80px;
  background-image: url(../img/vs.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
section.lastmatch header {
  float: left;
  margin-left: 25px;
  width: 800px;
  position: relative;
}
section.lastmatch header h2 {
  font-family: 'eagle_bookregular';
  font-weight: normal;
  font-size: 23pt;
  margin-top: 5px;
  padding-bottom: 20px;
  float: left;
}
section.lastmatch header a.btn {
  text-transform: normal;
  float: left;
  margin-left: 25px;
  margin-top: 10px;
}
section.lastmatch .date {
  color: #898988;
  width: 250px;
  display: block;
}
section.lastmatch .teamlogo1, section.lastmatch .teamlogo2 {
  width: 60px;
  height: 80px;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
section.lastmatch .teamlogo1 {
  float: left;
}
section.lastmatch .teamlogo2 {
  float: right;
}

section#meeskonnad {
  padding-bottom: 25px;
}
section#meeskonnad header {
  overflow: visible;
  position: relative;
  z-index: 8;
}
section#meeskonnad article.kuu {
  width: 982px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  clear: both;
}
section#meeskonnad article.kuu .h1 {
  background-image: url(../img/mangud-table-head.png);
  width: 98%;
  height: 25px;
  padding-bottom: 10px;
  padding-left: 2%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  position: relative;
}
section#meeskonnad article.kuu .h1 .tekst {
  height: 26px;
  background-image: url("../img/manguhead.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 15px;
  display: inline-block;
  padding-top: 6px;
  line-height: 30px;
}
section#meeskonnad article.kuu .match.team .more {
  width: 30%;
}
section#meeskonnad article.kuu .match.team a {
  text-align: left;
  padding-left: 25px;
}
section#meeskonnad article.kuu .match.team .versus {
  width: 70%;
  text-decoration: none;
  color: #000;
}
section#meeskonnad article.kuu .match {
  background-color: #fff;
  width: 100%;
  height: 38px;
  display: table;
  border-bottom: solid 1px #e0e0e0;
}
section#meeskonnad article.kuu .match:nth-of-type(odd) {
  background-color: #f2f2f2;
}
section#meeskonnad article.kuu .match:nth-of-type(odd) .more {
  background-image: url(../img/div-hall.png);
}
section#meeskonnad article.kuu .match.olnud {
  color: #898988;
}
section#meeskonnad article.kuu .match.next {
  background-color: #e3137e;
}
section#meeskonnad article.kuu .match.next .more {
  background-image: none;
}
section#meeskonnad article.kuu .match.next .date, section#meeskonnad article.kuu .match.next .liiga, section#meeskonnad article.kuu .match.next .versus, section#meeskonnad article.kuu .match.next .score {
  color: #fff;
}
section#meeskonnad article.kuu .match:hover {
  background-color: #e3137e;
}
section#meeskonnad article.kuu .match:hover .more {
  background-image: none;
}
section#meeskonnad article.kuu .match:hover .date, section#meeskonnad article.kuu .match:hover .liiga, section#meeskonnad article.kuu .match:hover .versus, section#meeskonnad article.kuu .match:hover .score {
  color: #fff;
}
section#meeskonnad article.kuu .match .date, section#meeskonnad article.kuu .match .liiga, section#meeskonnad article.kuu .match .versus, section#meeskonnad article.kuu .match .score, section#meeskonnad article.kuu .match .more, section#meeskonnad article.kuu .match .div {
  display: table-cell;
  vertical-align: middle;
}
section#meeskonnad article.kuu .match .versus {
  width: 37%;
  text-align: left;
  padding-left: 2%;
}
section#meeskonnad article.kuu .match .liiga {
  width: 10%;
  text-align: left;
}
section#meeskonnad article.kuu .match .score {
  width: 6%;
  text-align: center;
}
section#meeskonnad article.kuu .match .date {
  width: 18%;
  padding-left: 2%;
  font-size: 10pt;
  text-align: left;
}
section#meeskonnad article.kuu .match .more {
  width: 25%;
  text-align: center;
}
section#meeskonnad article.kuu .match .versus {
  font-family: 'eagle_bookregular';
  text-transform: uppercase;
}
section#meeskonnad article.kuu .match .liiga, section#meeskonnad article.kuu .match .date {
  color: #898988;
}
section#meeskonnad article.kuu .match .score .goals {
  font-family: 'eagle_bookregular';
  height: 22px;
  width: 22px;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-left: 5px;
  line-height: 22px;
}
section#meeskonnad article.kuu .match .more {
  width: 270px;
  padding-left: 20px;
  background-image: url(../img/div-valge.png);
  background-repeat: no-repeat;
  background-position: left center;
}
section#meeskonnad article.kuu .match .more a {
  text-transform: normal;
  padding-left: 7px;
  padding-right: 7px;
}
section#meeskonnad .filtreeri {
  background-color: #9d9d9d;
  margin-top: 20px;
  position: relative;
  height: 25px;
  margin-right: 75px;
  background-image: url(../img/arr-filt.png);
  background-repeat: no-repeat;
  background-position: 80px center;
  width: 100px;
  cursor: pointer;
  cursor: hand;
  float: right;
}
section#meeskonnad .filtreeri:hover ul {
  display: block;
}
section#meeskonnad .filtreeri h1 {
  color: #fff;
  font-family: 'eagle_bookregular';
  font-weight: normal;
  font-size: 10pt;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 22px;
  padding-top: 5px;
  padding-bottom: 0;
}
section#meeskonnad .filtreeri ul {
  background-color: #9d9d9d;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  width: 170px;
  padding-left: 7px;
  padding-right: 7px;
  border-bottom: solid 3px #717070;
  display: none;
}
section#meeskonnad .filtreeri ul li {
  color: #fff;
  font-size: 10pt;
  padding-top: 2px;
  padding-bottom: 2px;
}
section#meeskonnad .filtreeri ul li a {
  color: #fff;
  text-decoration: none;
}
section#meeskonnad .filtreeri ul li:hover {
  background-color: #fff;
}
section#meeskonnad .filtreeri ul li:hover a {
  color: #9d9d9d;
}
section#meeskonnad .filtreeri ul li:first-of-type {
  margin-top: 5px;
}
section#meeskonnad .filtreeri ul li:last-of-type {
  margin-bottom: 5px;
}

ul.liigid {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}
ul.liigid li {
  display: inline-block;
}
ul.liigid li a {
  color: #898988;
  text-decoration: none;
}
ul.liigid li a:hover {
  color: #000;
}

.mees {
  width: 16.0%;
  margin-left: 0.3333333333333333333333333333335%;
  margin-right: 0.3333333333333333333333333333335%;
  height: 250px;
  float: left;
  background-color: #fff;
  margin-top: 20px;
  border-bottom: solid 5px #c6c6c6;
  position: relative;
}
.mees.kontakt {
  height: 220px;
}
.mees.kontakt a.avakontakt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mees #veelinfot {
  width: 900px;
  height: 800px;
  background-color: #000;
}
.mees #veelinfot header.ulem {
  width: 900px;
  border-bottom: solid #e3137e 5px;
  height: 100px;
  display: block;
}
.mees:hover {
  background-color: #e4e2e2;
  border-bottom: solid 5px #74767a;
}
.mees .pilt {
  height: 125px;
  width: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
.mees .number, .mees .nimi, .mees .amet {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13pt;
}
.mees .number, .mees .nimi {
  font-weight: bold;
}
.mees .amet {
  color: #898988;
}
.mees .loeveel {
  background-image: url(../img/box-button.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  height: 22px;
  width: 55%;
  position: absolute;
  bottom: 10px;
  left: -5px;
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  font-family: 'eagle_bookregular';
  text-decoration: none;
  font-size: 8pt;
  text-transform: uppercase;
  line-height: 18px;
  padding-top: 7px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}

section.mehed {
  margin-bottom: 25px;
  display: none;
}
section.mehed.hidden {
  display: block;
}

/**************************************************************************************************

*************************************************************FANCYBOX**************************

************************************************************************************************/
.player-fancybox-class {
  /* Overlay helper */
  /* Title helper */
  /*Retina graphics!*/
}
.player-fancybox-class .veelinfot header.ulem {
  width: 900px;
  border-bottom: solid #e3137e 5px;
  height: 90px;
  display: block;
}
.player-fancybox-class .veelinfot header.ulem .logo {
  width: 80px;
  height: 80px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 25px;
  float: left;
  margin-right: 10px;
}
.player-fancybox-class .veelinfot header.ulem .logo.kontakt {
  background-image: url("../img/kalju.png");
}
.player-fancybox-class .veelinfot header.ulem .meeskond {
  float: left;
  font-size: 30pt;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.player-fancybox-class .veelinfot .left {
  width: 239px;
  float: left;
  clear: left;
  padding-left: 57px;
  padding-top: 25px;
}
.player-fancybox-class .veelinfot .left .img {
  width: 172px;
  height: 311px;
  margin-bottom: 27px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.player-fancybox-class .veelinfot .left .info {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #898988;
}
.player-fancybox-class .veelinfot .left .info a {
  text-decoration: none;
}
.player-fancybox-class .veelinfot .left .info b {
  font-family: 'eagle_bookregular';
  color: #000;
  font-size: 10pt;
}
.player-fancybox-class .veelinfot .right {
  width: 540px;
  float: right;
  margin-right: 60px;
}
.player-fancybox-class .veelinfot .right header.alam {
  width: 100%;
  height: 65px;
  padding-top: 40px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 27px;
  position: relative;
}
.player-fancybox-class .veelinfot .right header.alam p.amet {
  color: #898988;
  margin: 0;
  padding: 0;
  clear: both;
}
.player-fancybox-class .veelinfot .right header.alam p.nimi {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 28pt;
  clear: both;
}
.player-fancybox-class .veelinfot .right header.alam p.number {
  position: absolute;
  right: 0px;
  top: -5px;
  font-family: 'eagle_bookregular';
  font-size: 40pt;
  color: #000;
}
.player-fancybox-class .veelinfot .right .lisak {
  color: #898988;
}
.player-fancybox-class.fancybox-wrap,
.player-fancybox-class .fancybox-skin,
.player-fancybox-class .fancybox-outer,
.player-fancybox-class .fancybox-inner,
.player-fancybox-class .fancybox-image,
.player-fancybox-class .fancybox-wrap iframe,
.player-fancybox-class .fancybox-wrap object,
.player-fancybox-class .fancybox-nav,
.player-fancybox-class .fancybox-nav span,
.player-fancybox-class .fancybox-tmp {
  padding: 0 !important;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.player-fancybox-class.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.player-fancybox-class .fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.player-fancybox-class .fancybox-opened {
  z-index: 8030;
}
.player-fancybox-class .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.player-fancybox-class .fancybox-skin {
  border: 10px solid #3c3c3c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.player-fancybox-class .fancybox-outer, .player-fancybox-class .fancybox-inner {
  position: relative;
}
.player-fancybox-class .fancybox-inner {
  overflow: hidden;
}
.player-fancybox-class .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.player-fancybox-class .fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.player-fancybox-class .fancybox-image, .player-fancybox-class .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.player-fancybox-class .fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.player-fancybox-class #fancybox-loading, .player-fancybox-class .fancybox-close, .player-fancybox-class .fancybox-prev span, .player-fancybox-class .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}
.player-fancybox-class #fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
.player-fancybox-class #fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.player-fancybox-class .fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.player-fancybox-class .fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.player-fancybox-class .fancybox-prev {
  left: 0;
}
.player-fancybox-class .fancybox-next {
  right: 0;
}
.player-fancybox-class .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.player-fancybox-class .fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.player-fancybox-class .fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.player-fancybox-class .fancybox-nav:hover span {
  visibility: visible;
}
.player-fancybox-class .fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.player-fancybox-class .fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.player-fancybox-class .fancybox-lock body {
  overflow: hidden !important;
}
.player-fancybox-class .fancybox-lock-test {
  overflow-y: hidden !important;
}
.player-fancybox-class .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.player-fancybox-class .fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.player-fancybox-class .fancybox-opened .fancybox-title {
  visibility: visible;
}
.player-fancybox-class .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.player-fancybox-class .fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.player-fancybox-class .fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.player-fancybox-class .fancybox-title-inside-wrap {
  padding-top: 10px;
}
.player-fancybox-class .fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .player-fancybox-class #fancybox-loading, .player-fancybox-class .fancybox-close, .player-fancybox-class .fancybox-prev span, .player-fancybox-class .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  .player-fancybox-class #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

section.mang {
  position: relative;
  padding-bottom: 100px;
}
section.mang header.mang {
  position: absolute;
  width: 100%;
  border-top: solid 15px #4e4e4f;
  top: 100px;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 10px 20px -7px rgba(0, 0, 0, 0.2);
}
section.mang header.mang .skoorid {
  width: 100%;
  text-align: center;
  background-image: url(../img/skoorid.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 75px;
  position: absolute;
  top: -31px;
}
section.mang header.mang .skoorid .skoor1, section.mang header.mang .skoorid .skoor2 {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: 'eagle_bookregular';
  font-size: 35pt;
  padding-top: 10px;
  width: 30px;
  text-align: center;
}
section.mang header.mang .info {
  display: inline-block;
  width: 180px;
}
section.mang header.mang .info .liiga {
  color: #898988;
}
section.mang header.mang .info .toimub {
  font-family: 'eagle_bookregular';
  font-size: 10pt;
  margin-top: 20px;
  line-height: 1;
}
section.mang header.mang .meeskond1, section.mang header.mang .meeskond2 {
  display: inline-block;
  width: 470px;
  padding-top: 20px;
}
section.mang header.mang .meeskond1 .varavad p, section.mang header.mang .meeskond2 .varavad p {
  padding: 0;
  margin: 0;
  color: #898988;
  width: auto;
}
section.mang header.mang .meeskond1 .img, section.mang header.mang .meeskond2 .img {
  width: 120px;
  height: 120px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
section.mang header.mang .meeskond1 h1, section.mang header.mang .meeskond2 h1 {
  font-family: 'eagle_bookregular';
  font-size: 25px;
  text-transform: uppercase;
  width: 310px;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
section.mang header.mang .meeskond1 .varavad {
  float: right;
  padding-right: 20px;
}
section.mang header.mang .meeskond1 .varavad p {
  text-align: right;
  width: auto;
}
section.mang header.mang .meeskond1 .img {
  float: right;
}
section.mang header.mang .meeskond1 h1 {
  text-align: right;
  float: right;
}
section.mang header.mang .meeskond2 .varavad {
  float: left;
  padding-left: 20px;
}
section.mang header.mang .meeskond2 .varavad p {
  text-align: left;
  width: auto;
}
section.mang header.mang .meeskond2 .img {
  float: left;
}
section.mang header.mang .meeskond2 h1 {
  text-align: left;
  float: left;
}
section.mang article.single {
  padding-top: 200px;
}
section.mang article.single .meeskond1 {
  width: 48%;
  float: left;
}
section.mang article.single .meeskond1 .mehed ul p {
  text-align: left !important;
  width: auto !important;
  width: auto;
}
section.mang article.single .meeskond2 {
  width: 48%;
  float: right;
}
section.mang article.single .meeskond2 .mehed ul p {
  text-align: right !important;
  width: auto !important;
  width: auto;
}
section.mang article.single .meeskond1 .mehed, section.mang article.single .meeskond1 .kommentaar, section.mang article.single .meeskond2 .mehed, section.mang article.single .meeskond2 .kommentaar {
  display: inline-block;
  float: left;
  width: 50%;
}
section.mang article.single .meeskond1 .mehed p, section.mang article.single .meeskond1 .kommentaar p, section.mang article.single .meeskond2 .mehed p, section.mang article.single .meeskond2 .kommentaar p {
  text-align: left !important;
}
section.mang article.single .meeskond1 .kommentaar, section.mang article.single .meeskond2 .kommentaar {
  background-color: #f7f7f7;
  margin-top: 15px;
}
section.mang article.single .meeskond1 .kommentaar h1, section.mang article.single .meeskond2 .kommentaar h1 {
  font-family: 'eagle_lightregular';
  display: block;
  width: 100%;
  height: 25px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  font-size: 12pt;
  font-weight: normal;
}
section.mang article.single .meeskond1 .kommentaar p, section.mang article.single .meeskond2 .kommentaar p {
  padding-left: 15px;
  padding-right: 15px;
  color: #898988;
  width: auto !important;
  text-align: left !important;
}
section.mang article.single .meeskond2 .mehed {
  text-align: right;
}
section.mang article.single .meeskond2 .mehed ul, section.mang article.single .meeskond1 .mehed ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  list-style-type: none;
}
section.mang article.single .meeskond2 .mehed ul p, section.mang article.single .meeskond1 .mehed ul p {
  padding: 0;
  margin: 0;
  width: auto;
}

.galeriielement {
  height: 100%;
  width: 100%;
}
.galeriielement .header {
  height: 80px;
  overflow: hidden;
}
.galeriielement .header .logo {
  background-image: url("../img/kalju.png");
  height: 80px;
  margin-right: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  float: left;
  margin-left: 5%;
}
.galeriielement .header .nimi {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 11pt;
}
.galeriielement a.fancybox-nav {
  background-color: #FFF !important;
}
.galeriielement .img {
  height: 100%;
  width: 65%;
  background-size: 100% auto;
  background-position: center center;
  background-color: #3c3c3c;
  background-repeat: no-repeat;
  float: left;
}
.galeriielement .facebook {
  padding-top: 1%;
  width: 35%;
  float: right;
  height: 98%;
}
.galeriielement .facebook .social-share {
  margin-top: 10px;
  width: 90%;
  height: 20px;
  padding-left: 5%;
}
.galeriielement .facebook .social-share .share {
  width: 80px;
  margin-right: 50px;
}
.galeriielement .facebook .social-share .share:last-of-type {
  margin-right: 0px;
}
.galeriielement .facebook .fb-comments {
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  display: block;
}
.galeriielement .facebook .fb-comments span {
  width: 100% !important;
  display: block;
}
.galeriielement .facebook .fb-comments span iframe {
  width: 100% !important;
}
.galeriielement .facebook .fb-comments span iframe html {
  width: 100% !important;
}

.gallery-fancybox-class {
  /* Overlay helper */
  /* Title helper */
  /*Retina graphics!*/
}
.gallery-fancybox-class .veelinfot header.ulem {
  width: 900px;
  border-bottom: solid #e3137e 5px;
  height: 90px;
  display: block;
}
.gallery-fancybox-class .veelinfot header.ulem .logo {
  width: 80px;
  height: 80px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 25px;
  float: left;
  margin-right: 10px;
}
.gallery-fancybox-class .veelinfot header.ulem .meeskond {
  float: left;
  font-size: 30pt;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.gallery-fancybox-class.fancybox-wrap,
.gallery-fancybox-class .fancybox-skin,
.gallery-fancybox-class .fancybox-outer,
.gallery-fancybox-class .fancybox-inner,
.gallery-fancybox-class .fancybox-image,
.gallery-fancybox-class .fancybox-wrap iframe,
.gallery-fancybox-class .fancybox-wrap object,
.gallery-fancybox-class .fancybox-nav,
.gallery-fancybox-class .fancybox-nav span,
.gallery-fancybox-class .fancybox-tmp {
  padding: 0 !important;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.gallery-fancybox-class.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.gallery-fancybox-class .fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.gallery-fancybox-class .fancybox-opened {
  z-index: 8030;
}
.gallery-fancybox-class .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gallery-fancybox-class .fancybox-skin {
  border: 10px solid #3c3c3c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gallery-fancybox-class .fancybox-outer, .gallery-fancybox-class .fancybox-inner {
  position: relative;
}
.gallery-fancybox-class .fancybox-inner {
  overflow: hidden;
}
.gallery-fancybox-class .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.gallery-fancybox-class .fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.gallery-fancybox-class .fancybox-image, .gallery-fancybox-class .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-fancybox-class .fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.gallery-fancybox-class #fancybox-loading, .gallery-fancybox-class .fancybox-close, .gallery-fancybox-class .fancybox-prev span, .gallery-fancybox-class .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}
.gallery-fancybox-class #fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
.gallery-fancybox-class #fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.gallery-fancybox-class .fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.gallery-fancybox-class .fancybox-nav {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.gallery-fancybox-class .fancybox-nav:hover {
  background-image: url("../img/nool.png");
  background-repeat: no-repeat;
}
.gallery-fancybox-class .fancybox-prev {
  left: 0;
  background-position: center left;
}
.gallery-fancybox-class .fancybox-next {
  right: 35%;
  background-position: center left;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gallery-fancybox-class .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.gallery-fancybox-class .fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.gallery-fancybox-class .fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.gallery-fancybox-class .fancybox-nav:hover span {
  visibility: visible;
}
.gallery-fancybox-class .fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.gallery-fancybox-class .fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.gallery-fancybox-class .fancybox-lock body {
  overflow: hidden !important;
}
.gallery-fancybox-class .fancybox-lock-test {
  overflow-y: hidden !important;
}
.gallery-fancybox-class .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.gallery-fancybox-class .fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.gallery-fancybox-class .fancybox-opened .fancybox-title {
  visibility: visible;
}
.gallery-fancybox-class .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.gallery-fancybox-class .fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.gallery-fancybox-class .fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.gallery-fancybox-class .fancybox-title-inside-wrap {
  padding-top: 10px;
}
.gallery-fancybox-class .fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .gallery-fancybox-class #fancybox-loading, .gallery-fancybox-class .fancybox-close, .gallery-fancybox-class .fancybox-prev span, .gallery-fancybox-class .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  .gallery-fancybox-class #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

body.ru section .bannerBar {
  width: 100%;
  height: 115px;
  background-image: url(../img/bannerbar-div.png);
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 25px;
  clear: both;
  margin-bottom: 40px;
}
body.ru section .bannerBar a.gofollow {
  display: block;
  width: 31.33333333%;
  height: 105px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: solid 2px #c0c0c0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
body.ru section .bannerBar a.gofollow img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
body.ru section #videos {
  margin-bottom: 50px;
  background-color: #f9f7f6;
}
body.ru section #videos .videoSingle {
  position: relative;
}
body.ru section #videos .videoSingle .vaatavideot {
  position: absolute;
  height: 31px;
  width: 139px;
  background-image: url("../img/video-vaata.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 10px;
  right: -5px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'intro_blackregular';
  font-size: 11pt;
  text-decoration: none;
}
body.ru section #videos .videoSingle iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
body.ru section .ui-tabs-vertical {
  width: 100%;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav {
  /* nav **/
  width: 31%;
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li:hover a {
  background-position: right top;
  color: #fff;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li:hover a p.date {
  color: #fff;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li[aria-selected='true'] a {
  background-position: right top;
  color: #fff;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li[aria-selected='true'] a p.date {
  color: #fff;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  height: 70px;
  width: 80%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  background-image: url(../img/video-label.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #000;
  text-decoration: none;
  font-size: 12pt;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align: middle;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li a p.date {
  margin: 0;
  font-weight: normal;
  color: #898988;
  font-size: 10pt;
}
body.ru section .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
}
body.ru section .ui-tabs-vertical .ui-tabs-panel {
  /* sisu kastid */
  padding: 0;
  margin: 0;
  float: right;
  width: 69%;
  height: 450px;
}
body.ru section header .optibet {
  float: right;
  background-image: url(../img/help.png);
  background-repeat: no-repeat;
  background-position: right center;
  height: 42px;
  color: #898988;
  line-height: 35px;
  font-size: 15pt;
  margin-top: 20px;
  text-align: right;
  padding-right: 120px;
}
body.ru section header a.vaata {
  float: right;
  background-image: url(../img/video-arr.png);
  background-position: right;
  padding-right: 22px;
  height: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  font-family: 'intro_blackregular';
  color: #000;
  text-decoration: none;
  margin-top: 20px;
}
body.ru section .box {
  width: 32%;
  float: left;
  height: 350px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
}
body.ru section .box.center {
  margin-left: 2%;
  margin-right: 2%;
}
body.ru section .box:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0px;
  height: 11px;
  width: 100%;
  background-image: url(../img/box-vari.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body.ru section .box #socialBox .ui-tabs-panel {
  clear: both;
  padding-top: 10px;
  width: 90%;
  text-align: justify;
}
body.ru section .box #socialBox .ui-tabs-panel#social-1 iframe {
  margin-left: 15px;
}
body.ru section .box #socialBox p.slabel {
  padding: 0;
  margin: 0;
  line-height: 45px;
  text-align: center;
  font-size: 14pt;
  color: #fff;
  width: 33.333333%;
  height: 45px;
  background-color: #272727;
  display: block;
  float: left;
}
body.ru section .box #socialBox ul {
  margin: 0;
  padding: 0;
  width: 66.6666667%;
  list-style-type: none;
  float: left;
  height: 45px;
}
body.ru section .box #socialBox ul li {
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
}
body.ru section .box #socialBox ul li[aria-selected='true'] a {
  color: #000;
  background-color: #fff;
}
body.ru section .box #socialBox ul li a {
  height: 45px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background-color: #272727;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
body.ru section .box .edasibg {
  background-image: url(../img/box-button.png);
  height: 31px;
  width: 139px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  left: -5px;
  z-index: 2;
  font-family: 'intro_blackregular';
  color: #fff;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 11pt;
}
body.ru section .box .label {
  position: absolute;
  top: 15px;
  font-size: 11pt;
  left: 0px;
  height: 26px;
  background-image: url(../img/box-label.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  line-height: 26px;
  font-family: 'intro_blackregular';
  text-transform: uppercase;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 2;
}
body.ru section .box article {
  float: left;
  position: relative;
}
body.ru section .box article a {
  text-decoration: none;
}
body.ru section .box article a.edasi {
  display: block;
  height: 30px;
  width: 139px;
  position: absolute;
  font-size: 11pt;
  left: 0px;
  bottom: -20px;
  z-index: 3;
}
body.ru section .box article h1 {
  font-size: 14pt;
  width: 90%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  color: #000;
}
body.ru section .box article h1.mang {
  text-align: center;
}
body.ru section .box article p {
  padding-top: 0px;
  margin-top: 5px;
  width: 90%;
  padding-right: 5%;
  padding-left: 5%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 50px;
  text-align: justify;
  color: #414140;
  line-height: 16.66666666667px;
  font-size: 11pt;
}
body.ru section .box article p.mang {
  text-align: center;
}
body.ru section .box article .img {
  height: 210px;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
body.ru section .box article .img .versus {
  width: 80%;
  height: 170px;
  padding-top: 40px;
  background-image: url(../img/vs2.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
body.ru section .box article .img .versus .teamlogo1, body.ru section .box article .img .versus .teamlogo2 {
  width: 90px;
  height: 170px;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
body.ru section .box article .img .versus .teamlogo1 {
  float: left;
}
body.ru section .box article .img .versus .teamlogo2 {
  float: right;
}
body.ru section .box #paginMangu, body.ru section .box #paginOstapilet, body.ru section .box #paginShop, body.ru section .box #paginIntervjuu, body.ru section .box #paginGalerii, body.ru section .box #paginnoorte, body.ru section .box #paginLaagrid, body.ru section .box #paginLiiga {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
body.ru section .box #paginMangu a, body.ru section .box #paginOstapilet a, body.ru section .box #paginShop a, body.ru section .box #paginIntervjuu a, body.ru section .box #paginGalerii a, body.ru section .box #paginnoorte a, body.ru section .box #paginLaagrid a, body.ru section .box #paginLiiga a {
  display: block;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  border: solid 1px #e3137e;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
body.ru section .box #paginMangu a.selected, body.ru section .box #paginOstapilet a.selected, body.ru section .box #paginShop a.selected, body.ru section .box #paginIntervjuu a.selected, body.ru section .box #paginGalerii a.selected, body.ru section .box #paginnoorte a.selected, body.ru section .box #paginLaagrid a.selected, body.ru section .box #paginLiiga a.selected {
  background-color: #e3137e;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 40px;
    background: url('images/send_bg.png') repeat-x bottom left;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 1px solid #aaa;
    height: auto;
    margin: 0;
/*    max-width: 98.5%;*/
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.kuld{
    display:none !Important;
}
