/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

th,
td {
  padding: 0; }

@font-face {
  font-family: 'kelson_sansbold';
  src: url("../fonts/kelson_sans_bold-webfont.eot");
  src: url("../fonts/kelson_sans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson_sans_bold-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_bold-webfont.woff") format("woff"), url("../fonts/kelson_sans_bold-webfont.ttf") format("truetype"), url("../fonts/kelson_sans_bold-webfont.svg#kelson_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kelson_sanslight';
  src: url("../fonts/kelson_sans_light-webfont.eot");
  src: url("../fonts/kelson_sans_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson_sans_light-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_light-webfont.woff") format("woff"), url("../fonts/kelson_sans_light-webfont.ttf") format("truetype"), url("../fonts/kelson_sans_light-webfont.svg#kelson_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kelson_sansregular';
  src: url("../fonts/kelson_sans_regular-webfont.eot");
  src: url("../fonts/kelson_sans_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson_sans_regular-webfont.woff2") format("woff2"), url("../fonts/kelson_sans_regular-webfont.woff") format("woff"), url("../fonts/kelson_sans_regular-webfont.ttf") format("truetype"), url("../fonts/kelson_sans_regular-webfont.svg#kelson_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans300';
  src: url("../fonts/museosans_300-webfont.eot");
  src: url("../fonts/museosans_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_300-webfont.woff2") format("woff2"), url("../fonts/museosans_300-webfont.woff") format("woff"), url("../fonts/museosans_300-webfont.ttf") format("truetype"), url("../fonts/museosans_300-webfont.svg#museo_sans300") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans300_italic';
  src: url("../fonts/museosans_300_italic-webfont.eot");
  src: url("../fonts/museosans_300_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_300_italic-webfont.woff2") format("woff2"), url("../fonts/museosans_300_italic-webfont.woff") format("woff"), url("../fonts/museosans_300_italic-webfont.ttf") format("truetype"), url("../fonts/museosans_300_italic-webfont.svg#museo_sans300_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans700';
  src: url("../fonts/museosans_700-webfont.eot");
  src: url("../fonts/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_700-webfont.woff2") format("woff2"), url("../fonts/useosans_700-webfont.woff") format("woff"), url("../fonts/museosans_700-webfont.ttf") format("truetype"), url("../fonts/museosans_700-webfont.svg#museo_sans700") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "bzn-icons";
  src: url("fonts/bzn-icons.eot");
  src: url("fonts/bzn-icons.eot?#iefix") format("embedded-opentype"), url("fonts/bzn-icons.woff") format("woff"), url("fonts/bzn-icons.ttf") format("truetype"), url("fonts/bzn-icons.svg#bzn-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "bzn-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bzn-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search-find:before {
  content: "\61"; }

.icon-linkedin:before {
  content: "\64"; }

.icon-twitter:before {
  content: "\62"; }

.icon-facebook:before {
  content: "\63"; }

.icon-rss-two:before {
  content: "\65"; }

.icon-subscribe:before {
  content: "\66"; }

.icon-arrow-line-left:before {
  content: "\67"; }

.icon-arrow-line-right:before {
  content: "\68"; }

.icon-eye:before {
  content: "\69"; }

.icon-mail:before {
  content: "\6a"; }

.icon-phone:before {
  content: "\6b"; }

.icon-gift:before {
  content: "\6c"; }

.icon-angle-double-down:before {
  content: "\6d"; }

* {
  color: inherit; }

h1, h2, h3 {
  font-family: "kelson_sansbold";
  font-weight: normal; }

html, body {
  font-family: "museo_sans300"; }

h3 {
  font-size: 16px; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: top; }

/* Base classes */
/* Fonts */
.heading {
  font-family: "kelson_sansregular"; }

b, strong {
  font-weight: normal;
  font-family: "museo_sans700", serif; }

/* From screen.css */
.form .input textarea {
  width: 425px;
  height: 60px; }
.form .input > .column:not(.last) {
  padding-bottom: 25px; }
.form .input.radio {
  color: #333333;
  font-size: 14px; }
.form .form-error {
  border: 1px solid #bb1f27; }
.form .column {
  width: 100%; }
  .form .column .pushRight, .form .column .pushLeft {
    display: inline-block;
    width: auto;
    float: none;
    margin-right: auto; }

.fancy-button, .btn, button {
  font-family: "kelson_sansbold";
  color: #fff;
  background-color: #f58220;
  padding: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  border: none; }

.content button.right {
  width: auto; }
.content .subscriptionPrice.right {
  margin-right: 10px; }

body {
  padding-top: 40px; }
  @media screen and (max-width: 1400px) {
    body {
      padding-top: 80px; } }

.wrapper .content {
  width: 960px;
  margin: 20px auto;
  position: relative;
  z-index: 100; }
  .wrapper .content::after {
    clear: both;
    content: "";
    display: table; }
.wrapper::after {
  clear: both;
  content: "";
  display: table; }

.content .left {
  width: 66.03774%;
  float: left;
  margin-right: 1.88679%; }
  .content .left.article {
    width: 75%;
    float: left;
    margin-right: 0; }
.content .right {
  width: 32.07547%;
  float: right;
  margin-right: 0; }
  .content .right.small {
    width: 21.05263%;
    float: right;
    margin-right: 0; }
.content > .full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.no-padding {
  padding: 0 !important; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.form {
  background: none;
  padding: 0; }
  .form .tip, .form .input-note {
    position: relative;
    font-family: "kelson_sansregular";
    padding-bottom: 10px;
    font-size: 11px;
    color: #4D4D4D; }
  .form .input {
    margin-bottom: 10px; }
    .form .input input[type="radio"], .form .input input[type="checkbox"] {
      margin: 3px 5px 0 0; }
    .form .input input.datepicker {
      width: 100px; }
    .form .input .period {
      width: 261px;
      margin-right: 10px; }
    .form .input.bank {
      width: 425px; }
      .form .input.bank .radio-button {
        display: inline-block; }
        .form .input.bank .radio-button > input {
          line-height: 40px;
          vertical-align: middle; }
        .form .input.bank .radio-button > label {
          display: inline-block;
          line-height: 40px;
          margin-right: 17px; }
          .form .input.bank .radio-button > label:first-child {
            padding-bottom: 0; }
          .form .input.bank .radio-button > label > img {
            vertical-align: middle; }
  .form.survey-form select, .form.survey-form input[type=text], .form.survey-form input[type=password], .form.survey-form textarea, .form.survey-form select {
    background: white;
    border: 1px solid #333333; }
  .form .checkbox > label {
    font-family: "museo_sans300";
    display: inline-block;
    font-size: 14px; }
  .form label, .form .label {
    font-family: "museo_sans300";
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 5px 0;
    color: #1a1a1a; }
    .form label.required:after, .form .label.required:after {
      content: '*';
      color: #D44131;
      padding: 0 2px;
      font-size: 16px;
      line-height: 14px; }
  .form .subscriptionPrice {
    float: none;
    color: #cc2027;
    display: inline-block;
    padding: 6px 10px;
    font-family: "museo_sans700";
    font-size: 18px; }

select, input[type=text], input[type=password], textarea, select {
  background: #d7d7d7;
  border: none;
  margin-bottom: 10px;
  padding: 6px 7px; }

input[type=text], input[type=password], textarea {
  width: 425px; }

input[type=text], input[type=password], select {
  line-height: 26px;
  height: 26px; }

select {
  line-height: 38px;
  height: 38px; }

button {
  display: inline-block;
  border-radius: 3px;
  background: #cc2027;
  color: #efede4;
  font-family: "museo_sans700";
  font-size: 16px;
  margin-bottom: 10px; }
  button.blue {
    background: #0084ff; }

.button {
  border-radius: 3px;
  background: #cc2027;
  display: inline-block;
  color: #efede4;
  font-family: "museo_sans700";
  font-size: 16px;
  padding: 14px;
  text-transform: uppercase; }
  .button.blue {
    background: #0084ff; }

.eventDate input {
  width: 100px;
  line-height: 1.4; }

.label {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 10px;
  display: inline-block;
  padding: 2px 7px; }
  .label.label-type-* {
    background-color: #B3B3B3; }
  .label.label-type-8, .label.label-type-39, .label.label-type-9, .label.label-type-12, .label.label-type-14, .label.label-type-1 {
    background-color: #cc2027; }
  .label.label-type-10, .label.label-type-18, .label.label-type-19, .label.label-type-20, .label.label-type-21, .label.label-type-40, .label.label-type-42, .label.label-type-15, .label.label-type-16, .label.label-type-17, .label.label-type-2 {
    background-color: #f58220; }
  .label.label-type-13, .label.label-type-22, .label.label-type-23, .label.label-type-24, .label.label-type-25, .label.label-type-41, .label.label-type-3 {
    background-color: #62bf2a; }
  .label.label-type-43, .label.label-type-4 {
    background-color: #ecaf00; }
  .label.label-type-44, .label.label-type-5, .label.label-type-11 {
    background-color: #32b7e2; }

.info-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: inline-block; }
  .info-label.city {
    color: #f58220; }
  .info-label.date {
    color: #f58220;
    border: 1px solid #f58220;
    padding: 1px 5px; }
  .info-label.free {
    color: #cc2027; }

.item-list {
  margin: 0 15px 20px 15px;
  overflow: hidden; }
  .item-list h3 {
    /*margin: 20px 0 5px 0;*/
    margin: 0 0 5px 0;
    text-transform: uppercase; }
  .item-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .item-list li {
    border-bottom: 1px solid #efede4;
    padding: 10px 0; }
    .item-list li::after {
      clear: both;
      content: "";
      display: table; }
    .item-list li:last-child {
      border: none; }
    .item-list li > a {
      font-family: "kelson_sansbold";
      color: #333333; }
    .item-list li.fancy-link > a {
      color: #fff; }
  .item-list .title {
    font-family: "kelson_sansbold";
    font-weight: normal;
    color: #333333;
    font-size: 14px; }
  .item-list .summary {
    font-family: "kelson_sansregular";
    font-size: 11px;
    line-height: 15px;
    margin: 5px 0; }
    .item-list .summary > a {
      color: #333333; }
  .item-list .link {
    border-bottom: none; }
    .item-list .link a {
      text-transform: uppercase;
      display: block;
      text-align: center; }
  .item-list .link a {
    color: #f58220; }
  .item-list .link.blue a {
    color: #32b7e2; }
  .item-list .image {
    float: left;
    margin: 7px 12px 7px 0; }
  .item-list .questions li {
    padding: 10px 0 8px; }
    .item-list .questions li .image {
      margin-right: 8px;
      margin-top: 3px;
      margin-bottom: 0; }
    .item-list .questions li > a {
      font-size: 14px;
      font-family: "kelson_sansbold";
      color: #333333;
      display: block;
      font-weight: normal; }

.fancy-link {
  margin: 0;
  padding: 0; }
  .fancy-link > a {
    color: #fff;
    background-color: #f58220;
    padding: 14px 0;
    text-transform: uppercase;
    display: block;
    text-align: center; }
  .fancy-link.blue a {
    background-color: #32b7e2; }

.question .title * {
  font-weight: normal;
  font-family: "kelson_sansbold";
  color: #333333; }
.question .title h1 {
  font-weight: normal; }
.question .name > a {
  color: #333333; }
.question ~ .questionDetails {
  font-family: "museo_sans300";
  font-size: 15px;
  color: #777; }
.question ~ .questionAnswer {
  font-family: "museo_sans300";
  margin-bottom: 15px; }

.event .title * {
  font-weight: normal;
  font-family: "kelson_sansbold";
  color: #333333; }
.event .title h1 {
  font-weight: normal; }
.event .intro * {
  font-family: "kelson_sanslight";
  color: #333333;
  font-size: 14px; }

.eventDescription, .eventDetails {
  font-family: "museo_sans300"; }

.thumb-list .item {
  box-sizing: border-box;
  padding: 4px;
  height: 315px;
  position: relative;
  border-right: 1px solid #efede4;
  border-bottom: 1px solid #efede4;
  width: 50%;
  float: left; }
  .thumb-list .item:nth-child(even) {
    border-right: none; }
  .thumb-list .item.full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    border-right: none; }
    .thumb-list .item.full > .title {
      margin-left: 0;
      text-transform: none; }
    .thumb-list .item.full > .summary {
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      color: #333333; }
      .thumb-list .item.full > .summary > a {
        color: #333333; }
    .thumb-list .item.full > .play {
      height: 150px; }
  .thumb-list .item.full:nth-child(n+9) .label {
    position: relative;
    margin-bottom: 10px; }
  .thumb-list .item .label {
    position: absolute;
    top: 4px;
    left: 4px; }
  .thumb-list .item .title {
    font-size: 14px;
    margin: 15px 20px;
    font-family: "kelson_sansbold";
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    display: block; }
  .thumb-list .item .atention {
    color: #cc2027;
    font-weight: bold; }
  .thumb-list .item .play {
    display: block;
    width: 100%;
    background: url(../img/play-cover.png) center center no-repeat;
    position: absolute; }
  .thumb-list .item .image {
    display: block;
    overflow: hidden; }
    .thumb-list .item .image > .play {
      height: 235px; }
    .thumb-list .item .image > img {
      max-width: none; }
.thumb-list.big .item {
  width: 33.33333%;
  float: left; }
  .thumb-list.big .item:nth-child(even) {
    border-right: 1px solid #efede4; }
  .thumb-list.big .item:nth-child(3n+3) {
    border-right: none; }
.thumb-list.big.first-big .item:first-child {
  width: 66.66667%;
  float: left;
  height: 370px;
  border-right: 1px solid #efede4; }
  .thumb-list.big.first-big .item:first-child a.image {
    display: block;
    height: 300px;
    overflow: hidden; }
    .thumb-list.big.first-big .item:first-child a.image > .play {
      display: block;
      width: 631px;
      height: 300px;
      background: url(../img/play-cover.png) center center no-repeat;
      position: absolute; }
  .thumb-list.big.first-big .item:first-child + .item + .item {
    border-right: none;
    height: 370px; }
    .thumb-list.big.first-big .item:first-child + .item + .item a.image {
      height: 300px; }

.slider {
  width: 100%;
  background-color: #333333;
  overflow: hidden; }
  .slider .controls {
    border-top: 4px solid #1a1a1a;
    text-align: center; }
    .slider .controls ul {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .slider .controls ul li {
        display: inline-block;
        margin-top: -4px; }
        .slider .controls ul li > a {
          color: #676767;
          width: 40px;
          height: 30px;
          display: inline-block;
          text-align: center;
          font-weight: normal;
          font: 14px/30px "kelson_sansbold"; }
          .slider .controls ul li > a.active {
            background: #676767;
            color: #af1b21; }
    .slider .controls .next, .slider .controls .prev {
      color: #B3B3B3;
      font-size: 21px;
      padding: 0;
      line-height: 1;
      display: block;
      vertical-align: middle;
      margin-top: 3px; }
    .slider .controls .prev {
      float: left;
      margin-left: 7px; }
    .slider .controls .next {
      float: right;
      margin-right: 7px; }
  .slider .slides {
    max-height: 406px;
    overflow: hidden; }
    .slider .slides li {
      position: relative; }
      .slider .slides li .title {
        background: rgba(51, 51, 51, 0.8);
        position: absolute;
        bottom: 0;
        min-width: 597px;
        padding: 10px 20px; }
        .slider .slides li .title > a {
          text-transform: uppercase;
          font-family: "kelson_sansbold";
          font-weight: normal;
          color: #efede4;
          font-size: 24px; }
  .slider .video-thumbnail {
    position: relative; }
    .slider .video-thumbnail .play {
      display: block;
      background: url(../img/play-cover.png) center center no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: 20%; }

.right .ad {
  background-color: #efede4;
  padding: 10px; }

.sidebar-tabs .tab {
  display: inline-block;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
  border: 2px solid #32b7e2;
  color: #32b7e2;
  font-size: 16px;
  font-family: "kelson_sansbold";
  font-weight: normal;
  padding: 0 2px; }
  .sidebar-tabs .tab:first-child {
    margin-right: 4px; }
  .sidebar-tabs .tab:hover {
    cursor: pointer; }
  .sidebar-tabs .tab.active {
    border: none;
    color: #1a1a1a;
    padding: 2px; }
.sidebar-tabs .tab-content {
  display: none;
  float: left; }
  .sidebar-tabs .tab-content::after {
    clear: both;
    content: "";
    display: table; }
  .sidebar-tabs .tab-content.active {
    display: block; }

.back-to-top {
  width: 66px;
  height: 66px;
  background: url(../img/back-to-top.png) center center no-repeat;
  position: fixed;
  bottom: 100px;
  right: 0;
  display: none;
  z-index: 50; }
  .back-to-top:hover {
    cursor: pointer; }

.photoAuthor {
  position: relative;
  margin: 1em 0 1.5em;
  font-size: 10px;
  color: #595959;
  text-align: right; }

.galleryList {
  padding: 0 0 12px; }
  .galleryList a {
    float: left;
    margin: 0 6px 0 0;
    line-height: 1px;
    font-size: 1px;
    width: 151px;
    height: 96px;
    overflow: hidden; }
  .galleryList .galleryRow {
    padding: 0 0 6px;
    float: left; }
  .galleryList img {
    border: 1px solid #ccc; }

#startup-menu a * {
  color: #fff; }
#startup-menu a.active * {
  color: #333333; }
#startup-menu a .startup-tip {
  color: #fff; }

#startup-sponsors button.prev-sponsor {
  width: 33px;
  border: none; }
#startup-sponsors button.next-sponsor {
  width: 33px;
  border: none; }
#startup-sponsors button:focus {
  outline: none; }

.startups-blocks .item * {
  font-family: "museo_sans300"; }
.startups-blocks .details {
  font-family: "kelson_sanslight";
  font-size: 14px; }
  .startups-blocks .details strong {
    font-family: "kelson_sanslight";
    font-size: 14px; }

.startup-voting-intro,
.startup-looking-for,
.startups-blocks,
.sidebar-startup {
  font-family: "museo_sans300";
  font-size: 16px; }

.idea-article {
  font-family: "museo_sans300"; }

.startup-members .job-title {
  font-family: "museo_sans300"; }

.tools-menu .tools-tip * {
  color: #fff; }

.expert.last {
  margin: 0; }

.popularList .article .intro, .recomendList .article .intro {
  font-family: "kelson_sansregular";
  font-size: 11px;
  line-height: 15px; }
.popularList .title a:first-child, .recomendList .title a:first-child {
  font-family: "kelson_sansbold";
  font-size: 14px;
  font-weight: normal;
  line-height: 16px; }

#new-events li > a, #popular-events li > a {
  text-transform: uppercase; }

/* Forcing quotes from editor to be same size as text */
blockquote * {
  font-size: 16px !important; }

#article a {
  text-decoration: underline; }
  #article a.category {
    color: #efede4; }

.sidebar-popular a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-family: "kelson_sansbold";
  font-size: 19px; }

#eventsForm {
  float: right;
  width: 260px;
  height: 29px;
  margin: 2px 5px 0 0;
  padding: 2px 0 0 10px; }
  #eventsForm input.text {
    border: 0;
    color: #999;
    height: 26px;
    line-height: 24px;
    padding: 0;
    width: 222px;
    /* background: transparent; */
    /* font-size: 11px; */ }
  #eventsForm input[type=image] {
    position: absolute;
    right: 18px;
    top: 38px; }

.startup-banner.women {
  width: 960px;
  height: 200px;
  margin-top: -25px;
  position: relative;
  background: url("../img/moteru-rubrika.png") no-repeat 0 0; }
  /*background: url("../img/banners/2016-06-03-registruokis.jpg") no-repeat 0 0; }*/
  .startup-banner.women .register {
    font-weight: bold;
    position: relative;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 16px;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .startup-banner.women .rules {
    position: absolute;
    left: 537px;
    top: 108px;
    width: 58px;
    color: transparent;
    z-index: 10; }
  .startup-banner.women .count {
    position: absolute;
    font-size: 0.9em;
    top: 109px;
    left: 464px;
    letter-spacing: 33px; }

.heatmeter {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 40px;
  height: 15px;
  text-align: center; }
  .heatmeter > .icon-eye {
    color: #E20000;
    font-size: 11px;
    position: absolute;
    left: 0px;
    top: -1px;
    /* 0px left - right 28px */ }
    .heatmeter > .icon-eye.position-0 {
      left: 0;
      color: #FFDF5D; }
    .heatmeter > .icon-eye.position-10 {
      color: #fbc452;
      left: 2.5px; }
    .heatmeter > .icon-eye.position-20 {
      color: #fbc452;
      left: 5.6px; }
    .heatmeter > .icon-eye.position-30 {
      color: #f69d42;
      left: 8px; }
    .heatmeter > .icon-eye.position-40 {
      color: #f69d42;
      left: 11.2px; }
    .heatmeter > .icon-eye.position-50 {
      color: #f06f2f;
      left: 14px; }
    .heatmeter > .icon-eye.position-60 {
      color: #f06f2f;
      left: 16.8px; }
    .heatmeter > .icon-eye.position-70 {
      color: #eb421c;
      left: 19px; }
    .heatmeter > .icon-eye.position-80 {
      color: #eb421c;
      left: 22.4px; }
    .heatmeter > .icon-eye.position-90 {
      color: #E20000;
      left: 25px; }
    .heatmeter > .icon-eye.position-100 {
      color: #E20000;
      left: 28px; }
  .heatmeter > .bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 10px auto;
    border-top-left-radius: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdf5d+0,e20000+100 */
    background: #ffdf5d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffdf5d 0%, #e20000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffdf5d), color-stop(100%, #e20000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffdf5d 0%, #e20000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffdf5d 0%, #e20000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffdf5d 0%, #e20000 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffdf5d 0%, #e20000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf5d', endColorstr='#e20000',GradientType=1 );
    /* IE6-9 */ }

.article {
  font-family: "museo_sans300";
  font-size: 16px;
  position: relative; }
  .article strong {
    font-family: "museo_sans700"; }
  .article h1 {
    font-weight: bold; }
  .article a {
    text-decoration: underline;
    color: #333333; }
  .article blockquote p {
    font-family: "museo_sans300"; }
  .article .title {
    font-family: "kelson_sansbold";
    font-weight: normal; }
  .article .image {
    position: relative; }
    .article .image > .play {
      display: block;
      background: url(../img/play-cover.png) center center no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: 50%; }
  .article > .intro {
    font-family: "kelson_sanslight";
    font-size: 14px; }
  .article > .info {
    margin: 0 0 18px 0;
    overflow: hidden; }
    .article > .info > .author {
      float: left;
      margin-right: 15px;
      font-weight: bold;
      color: #666;
      font-size: 12px; }
    .article > .info > .date {
      float: left;
      color: #808080;
      font-size: 9px;
      line-height: 11px;
      padding: 4px 0 0;
      margin-right: 15px; }
    .article > .info > .send-link {
      float: left;
      width: 30px;
      height: 30px;
      background: url(../../img/icon-mail.png);
      margin-left: 7px; }
      .article > .info > .send-link > a {
        width: 30px;
        height: 30px;
        display: block; }
    .article > .info > .article-pdf {
      float: left;
      width: 30px;
      height: 30px;
      background: url(../../img/icon-pdf.png);
      margin-left: 7px; }
      .article > .info > .article-pdf > a {
        width: 30px;
        height: 30px;
        display: block; }
    .article > .info .read-time {
      float: right;
      padding-left: 19px;
      background: url(../../img/icon-clock.png) 0 0 no-repeat; }
  .article .gallery h4 {
    font-family: "kelson_sansbold";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-top: 17px; }

.articlesList .article {
  margin-bottom: 15px; }
  .articlesList .article::after {
    clear: both;
    content: "";
    display: table; }
.articlesList .title a {
  text-decoration: none;
  font-size: 14px;
  font-family: "kelson_sansbold"; }
.articlesList .image {
  float: left;
  margin-right: 15px;
  width: 230px; }
  .articlesList .image img {
    width: 100%; }

.contacts {
  font-family: "museo_sans300";
  text-align: center;
  margin-bottom: 10px; }
  .contacts .title {
    font-size: 21px;
    font-family: "museo_sans700";
    margin: 20px 0; }
  .contacts .address {
    margin-bottom: 15px; }
  .contacts .map {
    margin-bottom: 70px; }
    .contacts .map > iframe {
      max-height: 0;
      transition: max-height 0.3s ease-in; }
      .contacts .map > iframe.active {
        max-height: 350px;
        transition: max-height 0.3s ease-in; }
    .contacts .map .map-marker {
      text-align: center;
      margin-bottom: 15px; }
      .contacts .map .map-marker a {
        display: inline-block;
        width: 30px;
        height: 42px; }
  .contacts .team h2 {
    text-align: center;
    font-family: "museo_sans700"; }
  .contacts .team .member {
    width: 24%;
    display: inline-block;
    margin-bottom: 70px;
    vertical-align: top; }
    .contacts .team .member > img {
      border-radius: 50%;
      margin-bottom: 20px; }
    .contacts .team .member .position {
      font-weight: bold;
      margin: 5px 0;
      color: #cc2027; }
    .contacts .team .member .email, .contacts .team .member .phone {
      display: none; }
    .contacts .team .member .social {
      list-style: none;
      padding: 0; }
      .contacts .team .member .social li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .contacts .team .member .social li a {
          width: 27px;
          height: 27px;
          border-radius: 50%;
          display: block;
          color: #fff;
          text-align: center;
          line-height: 32px;
          font-size: 15px;
          margin: 5px 2px;
          background-color: #cc2027; }
          .contacts .team .member .social li a .details {
            display: none; }
        .contacts .team .member .social li:last-child a {
          line-height: 30px; }
        .contacts .team .member .social li:hover a .details {
          display: block;
          position: absolute;
          top: 40px;
          left: -100%;
          z-index: 10;
          background-color: #cc2027;
          padding: 5px 10px;
          border-radius: 5px;
          white-space: nowrap; }
  .contacts .contact-form {
    margin-bottom: 50px;
    overflow: hidden;
    display: inline-block; }
    .contacts .contact-form .input-left {
      width: 405px;
      margin-right: 40px;
      float: left; }
    .contacts .contact-form .input-right {
      width: 405px;
      float: left; }
      .contacts .contact-form .input-right > button {
        float: right; }
    .contacts .contact-form form input, .contacts .contact-form form textarea {
      background: #d7d7d7;
      width: 389px; }
    .contacts .contact-form form textarea {
      height: 158px; }
    .contacts .contact-form form label {
      display: block;
      width: 100%;
      text-align: left;
      padding: 10px 0; }
    .contacts .contact-form form .form-button {
      float: right;
      padding: 5px 10px;
      border-radius: 3px;
      background-color: #cc2027;
      font-family: "museo_sans300";
      border: none;
      color: #fff;
      width: 100px; }
    .contacts .contact-form .errors {
      color: #cc2027;
      text-align: left; }

.team.old {
  float: left;
  clear: both;
  width: 100%;
  font-family: "museo_sans300"; }
  .team.old .row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d6d6d6; }
  .team.old .item3 {
    float: left;
    width: 320px;
    margin: 0; }
  .team.old img {
    float: left;
    margin: 0 10px 0 0;
    border: 3px solid #e6e6e6; }
  .team.old .name a {
    text-decoration: none; }
  .team.old .position {
    font-size: 11px;
    color: #808080;
    font-weight: bold; }
  .team.old .info {
    padding-top: 10px;
    color: #666666;
    line-height: 16px; }
  .team.old .email {
    padding-top: 10px;
    color: #CC2027;
    font-size: 11px; }
  .team.old .name {
    text-transform: uppercase;
    color: #333;
    font-weight: bold; }
  .team.old .email a {
    color: #CC2027; }
  .team.old .phone {
    color: #808080;
    font-size: 11px; }

.subscription p {
  font-family: "museo_sans300";
  font-weight: bold;
  font-size: 16px; }
.subscription .slider-container {
  max-height: 282px;
  overflow: hidden; }
.subscription .questionmark {
  float: left;
  padding: 20px 20px 20px 10px; }
.subscription .coverss li {
  position: relative; }
.subscription .coverss img {
  transform: scale(0.76, 0.75); }
.subscription .coverss .c1, .subscription .coverss .c2, .subscription .coverss .c3, .subscription .coverss .front, .subscription .coverss .c5, .subscription .coverss .c6, .subscription .coverss .c7 {
  transition: transform 0.2s ease-in-out; }
  .subscription .coverss .c1 img, .subscription .coverss .c2 img, .subscription .coverss .c3 img, .subscription .coverss .front img, .subscription .coverss .c5 img, .subscription .coverss .c6 img, .subscription .coverss .c7 img {
    transition: transform 0.2s ease-in-out; }
.subscription .coverss .front {
  z-index: 10;
  position: relative; }
  .subscription .coverss .front img {
    transform: scale(1, 1); }
.subscription .coverss .c1, .subscription .coverss .c7 {
  z-index: 1; }
  .subscription .coverss .c1 img, .subscription .coverss .c7 img {
    transform: scale(0.76, 0.75); }
.subscription .coverss .c2, .subscription .coverss .c6 {
  z-index: 2; }
  .subscription .coverss .c2 img, .subscription .coverss .c6 img {
    transform: scale(0.82, 0.82); }
.subscription .coverss .c3, .subscription .coverss .c5 {
  z-index: 5; }
  .subscription .coverss .c3 img, .subscription .coverss .c5 img {
    transform: scale(0.9, 0.9); }
.subscription .coverss .c3 {
  transform: translateX(32px) translateZ(-1px); }
.subscription .coverss .c5 {
  transform: translateX(-32px); }
.subscription .coverss .c2 {
  transform: translateX(57px); }
.subscription .coverss .c6 {
  transform: translateX(-57px); }
.subscription .coverss .c1 {
  transform: translateX(105px); }
.subscription .coverss .c7 {
  transform: translateX(-105px); }
.subscription .cover-next, .subscription .cover-prev {
  display: inline-block;
  vertical-align: top;
  height: 244px;
  width: 39px; }
  .subscription .cover-next:hover, .subscription .cover-prev:hover {
    cursor: pointer; }
  .subscription .cover-next.hidden, .subscription .cover-prev.hidden {
    visibility: hidden;
    z-index: -1; }
.subscription .cover-next {
  background: url(../img/right.png) no-repeat center; }
.subscription .cover-prev {
  background: url(../img/left.png) no-repeat center; }
.subscription .cover-slider {
  display: inline-block;
  vertical-align: top;
  width: 873px !important;
  margin-bottom: 50px;
  max-height: 235px;
  overflow: hidden; }
  .subscription .cover-slider ul {
    list-style: none; }
.subscription .box {
  background: #e6e7e6;
  padding: 13px 22px 0 22px;
  margin-bottom: 20px;
  font-family: "museo_sans300";
  font-size: 14px;
  line-height: 22px;
  position: relative; }
  .subscription .box::after {
    clear: both;
    content: "";
    display: table; }
  .subscription .box .box-header {
    margin: -13px -22px 0;
    background: #cc2027;
    font-family: "kelson_sansbold";
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 14px; }
    .subscription .box .box-header .expand {
      float: right;
      font-size: 30px; }
  .subscription .box .box-content {
    overflow: hidden;
    padding: 26px 0; }
  .subscription .box .half {
    width: 49.0566%;
    float: left;
    margin-right: 1.88679%; }
    .subscription .box .half + .half {
      width: 49.0566%;
      float: right;
      margin-right: 0; }
  .subscription .box .tablet {
    height: 202px;
    background: url(../img/tablet.png) no-repeat center center;
    margin: 20px 0; }
  .subscription .box .bottom-icons {
    position: absolute;
    bottom: 10px;
    overflow: hidden; }
    .subscription .box .bottom-icons .button,
    .subscription .box .bottom-icons button {
      margin-left: 40px; }
  .subscription .box.openable .box-content {
    display: none; }
  .subscription .box.active .box-content {
    display: block; }
  .subscription .box.question > img {
    float: left;
    margin: 0 20px 10px 0; }
  .subscription .box.coupon {
    text-align: center; }
    .subscription .box.coupon > div {
      text-transform: uppercase; }
      .subscription .box.coupon > div.name {
        font-family: "kelson_sansbold";
        font-size: 21px;
        margin-bottom: 10px; }
        .subscription .box.coupon > div.name > span {
          color: #cc2027;
          text-transform: lowercase;
          font-size: 46px;
          font-family: "museo_sans700"; }
.subscription .full .box .box-header {
  text-align: left; }
.subscription .full .form .input {
  margin-bottom: 5px; }
.subscription .full .form input, .subscription .full .form select, .subscription .full .form textarea {
  background-color: #FFF;
  margin-bottom: 0; }
.subscription .full .form label {
  font-weight: bold; }
.subscription .full .form .checkbox label {
  display: inline; }
.subscription .full .form .input.bank {
  background-color: #FFF;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px; }
.subscription .full .form .error-message {
  color: #cc2027; }
.subscription .full .submit {
  text-align: right; }
.subscription .full .subscriptionPrice {
  background-color: transparent; }
.subscription .full .button,
.subscription .full button {
  padding: 7px 14px; }
.subscription .full h3, .subscription .full p {
  font-family: "museo_sans300";
  font-weight: bold;
  font-size: 16px; }
.subscription .full h3 {
  font-size: 18px; }

.header {
  background-color: #cc2027;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .header .content {
    margin: 0 auto; }
  .header .logo {
    position: absolute;
    left: 0;
    margin-left: -140px; }
    @media screen and (max-width: 1400px) {
      .header .logo {
        margin-left: 0;
        position: relative; } }
  .header .aditional {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 1000; }
    @media screen and (max-width: 1400px) {
      .header .aditional {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: auto; } }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 13px 16px 13px 17px;
    position: relative;
    height: 40px;
    box-sizing: border-box; }
  .menu li {
    display: inline-block;
    position: relative; }
    .menu li:hover {
      background-color: #333333; }
    .menu li.active a {
      background-color: #333333; }
    .menu li.special:before {
      content: '';
      position: absolute;
      background-color: #f58220;
      left: 6px;
      right: 6px;
      top: 8px;
      bottom: 8px;
      z-index: 0; }
    .menu li .subs {
      display: none;
      position: absolute;
      background: #333333;
      width: 534px;
      -moz-box-shadow: 0 5px 5px #2c2c2c;
      -webkit-box-shadow: 0 5px 5px #2c2c2c;
      box-shadow: 0 5px 5px #2c2c2c;
      z-index: 1001; }
    .menu li:hover > .subs {
      display: block; }
      .menu li:hover > .subs > ul {
        float: left;
        width: 104px;
        padding: 0 15px 0 13px;
        background: url("images/bg.main_navigation_subs_separator_v.gif") repeat-y right; }
        .menu li:hover > .subs > ul > li {
          float: none;
          background: transparent; }
          .menu li:hover > .subs > ul > li a {
            display: block;
            line-height: 16px;
            color: #fff;
            text-shadow: 0 -1px 0 #000;
            text-decoration: none;
            text-transform: none;
            padding: 12px 10px 10px 5px;
            background: url("images/bg.main_navigation_subs_separator_h.gif") repeat-x top; }
            .menu li:hover > .subs > ul > li a:hover {
              text-decoration: underline; }
          .menu li:hover > .subs > ul > li.first {
            padding-top: 10px;
            background: none; }
        .menu li:hover > .subs > ul a {
          height: auto; }
      .menu li:hover > .subs .intro {
        float: left;
        width: 240px;
        padding: 10px 15px;
        line-height: 16px;
        text-shadow: 0 -1px 0 #000; }
        .menu li:hover > .subs .intro * {
          color: #fff; }
        .menu li:hover > .subs .intro .category {
          margin: 10px 0 8px;
          color: #ffffff;
          text-transform: none;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: bold; }
        .menu li:hover > .subs .intro .image {
          float: left;
          width: 82px;
          margin: 0 10px 0 0; }
          .menu li:hover > .subs .intro .image img {
            width: 80px;
            border: 1px solid #fff; }
          .menu li:hover > .subs .intro .image a {
            height: auto;
            padding: 0; }
        .menu li:hover > .subs .intro .title {
          float: left;
          width: 148px;
          line-height: 12px;
          font-size: 10px; }
          .menu li:hover > .subs .intro .title p {
            margin: 0 0 5px;
            text-transform: uppercase; }
          .menu li:hover > .subs .intro .title a {
            color: #FCB514;
            font-size: 11px;
            font-weight: bold;
            line-height: 12px;
            padding-left: 0; }

#mainNav-2 .subs {
  width: 580px; }

#mainNav-3 .subs {
  width: 264px; }

#mainNav-4 .subs {
  width: 264px; }

#mainNav-5 .subs {
  width: 264px; }

/*#mainNavigation #mainNav-5 .subs { width: 230px; }*/
#mainNav-6 .subs {
  width: 130px; }

#mainNav-7 .subs {
  width: 132px; }

#mainNav-8 .subs {
  width: 132px; }

.icon-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left; }
  .icon-menu > li {
    display: block;
    float: left;
    width: 44px;
    height: 40px;
    color: #FFF;
    text-align: center;
    padding-top: 9px;
    box-sizing: border-box;
    cursor: pointer; }
    .icon-menu > li.active, .icon-menu > li:hover {
      background-color: #333333; }
    .icon-menu > li i {
      color: #FFF;
      font-size: 26px; }
    .icon-menu > li input {
      color: #1a1a1a; }
  .icon-menu .inner-block {
    display: none;
    float: right;
    padding: 10px;
    background-color: #333333;
    width: 300px;
    box-sizing: border-box;
    margin-top: -2px; }
    .icon-menu .inner-block::after {
      clear: both;
      content: "";
      display: table; }
    .icon-menu .inner-block > .search-suggestions {
      display: none;
      border-radius: 3px;
      margin-top: 40px;
      background-color: #efede4;
      color: #1a1a1a; }
      .icon-menu .inner-block > .search-suggestions:hover {
        color: #1a1a1a;
        background-color: #B3B3B3;
        cursor: pointer; }
      .icon-menu .inner-block > .search-suggestions > ul {
        display: block;
        padding: 0;
        list-style: none; }
        .icon-menu .inner-block > .search-suggestions > ul > li {
          padding: 10px;
          text-align: left; }
    .icon-menu .inner-block .subscribe {
      padding: 0 0 10px 0;
      text-align: left; }
  .icon-menu li:hover .inner-block, .icon-menu li.active .inner-block {
    display: block; }
  .icon-menu .button {
    background-color: #cc2027;
    border: none;
    text-transform: uppercase;
    color: #FFF;
    float: left;
    text-align: center;
    width: 30%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-weight: normal;
    font-family: "kelson_sansbold"; }
  .icon-menu .input {
    width: 70%;
    float: left;
    padding-bottom: 0; }
    .icon-menu .input label {
      display: none; }
  .icon-menu form input {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 6px 10px;
    outline: none;
    margin-bottom: 0;
    line-height: 1; }
  .icon-menu form button {
    margin-bottom: 0; }

.social-menu {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  float: left; }
  .social-menu li {
    display: block;
    float: left; }
    .social-menu li a {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 2px solid #FFF;
      display: block;
      text-align: center;
      line-height: 27px;
      font-size: 13px;
      margin: 5px 2px; }
      .social-menu li a:hover {
        background-color: #333333; }
    .social-menu li i {
      color: #FFF; }

.secondary {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 900;
  top: 40px;
  left: 0; }
  @media screen and (max-width: 1400px) {
    .secondary {
      top: 80px; } }
  .secondary #secondNavigation {
    position: relative;
    border-bottom: 4px solid #e6e6e6;
    padding: 5px 0 0 0;
    text-align: center;
    margin: 0; }
    .secondary #secondNavigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 960px;
      float: none;
      display: inline-block;
      text-align: left; }
    .secondary #secondNavigation li {
      float: left;
      margin: 0;
      padding: 0 16px 0 16px;
      background: url("images/bg.second_navigation_item.gif") no-repeat 0 11px; }
      .secondary #secondNavigation li.first {
        float: left;
        margin: 0;
        padding: 0 16px;
        background: none; }
      .secondary #secondNavigation li.active a {
        background: #333;
        color: #fff;
        padding: 0px 10px; }
    .secondary #secondNavigation a {
      float: left;
      height: 33px;
      line-height: 33px;
      padding: 0 5px;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      color: #333333; }
      .secondary #secondNavigation a:hover {
        text-decoration: underline; }

.footer {
  background-color: #333333; }
  .footer ul {
    list-style: none;
    margin: 20px 0 0 0;
    border-right: 1px solid #1a1a1a;
    height: 190px;
    padding: 10px 16px;
    display: inline-block;
    vertical-align: top; }
    .footer ul:first-child {
      padding-left: 0; }
    .footer ul:last-child {
      padding-right: 0;
      border-right: none; }
    .footer ul .title {
      color: #FFF;
      text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 11px;
      margin-bottom: 10px; }
    .footer ul a {
      color: #B3B3B3;
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif; }
  .footer .partners {
    border-top: 1px solid #1a1a1a; }
    .footer .partners .title {
      color: #FFF;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      margin: 10px 0 20px 0; }
    .footer .partners a {
      display: inline-block;
      margin: 0 10px 0 0;
      vertical-align: middle; }

.bottom {
  background-color: #1a1a1a;
  box-sizing: border-box; }
  .bottom .content {
    margin: 0 auto;
    line-height: 40px; }
  .bottom span {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; }
  .bottom a {
    color: #FFF;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0 0 0 17px;
    margin-left: 20px;
    background: url("../../css/images/ico.foot_star.gif") no-repeat 0 3px; }
    .bottom a:hover {
      text-decoration: underline; }

.vote-button {
  float: left;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "kelson_sansbold";
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 36px;
  padding: 0 22px;
  border-radius: 3px;
  margin-right: 10px;
  background: #35a2cb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #35a2cb 0%, #0180ae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35a2cb), color-stop(100%, #0180ae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #35a2cb 0%, #0180ae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #35a2cb 0%, #0180ae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #35a2cb 0%, #0180ae 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #35a2cb 0%, #0180ae 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a2cb', endColorstr='#0180ae',GradientType=0 );
  /* IE6-9 */ }
  .vote-button a {
    display: block;
    color: #efede4;
    font-size: 10px;
    font-family: "kelson_sansbold";
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px; }
  .vote-button:hover {
    cursor: pointer; }
  .vote-button.thanks {
    display: block;
    color: #efede4;
    font-size: 10px;
    font-family: "kelson_sansbold";
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
    background: #62bf2a; }
    .vote-button.thanks:hover {
      cursor: auto; }

.vote-count {
  color: black;
  font-size: 14px;
  font-family: "kelson_sansbold";
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
  padding-left: 23px;
  background: url(../img/startups/vote-count-star.png) no-repeat 0 0;
  float: left; }

.voting {
  margin-top: 7px; }

/*# sourceMappingURL=style.css.map */
