@charset "UTF-8";
/* Fonts */
/* Colors */
/* Others */
/*$mainColor: #232f3a;*/
/*$mainColorDark: darken($mainColor, 10%);*/
/*$mainColorLight: lighten($mainColor, 10%);*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

b, strong {
  font-weight: bold; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, button {
  outline: 0; }

a {
  text-decoration: none; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotateZ(0deg); }
  to {
    -moz-transform: rotateZ(360deg); } }

@-ms-keyframes rotate {
  from {
    -ms-transform: rotateZ(0deg); }
  to {
    -ms-transform: rotateZ(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotateZ(0deg); }
  to {
    -o-transform: rotateZ(360deg); } }

@-keyframes rotate {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }

@-webkit-keyframes linearloader {
  30% {
    -webkit-transform: scale(1);
    -webkit-opacity: 1; }
  0%,
  60%,
  100% {
    -webkit-transform: scale(0.7);
    -webkit-opacity: 0.4; } }

@-moz-keyframes linearloader {
  30% {
    transform: scale(1);
    opacity: 1; }
  0%,
  60%,
  100% {
    transform: scale(0.7);
    opacity: 0.4; } }

@-ms-keyframes linearloader {
  30% {
    -ms-transform: scale(1);
    -ms-opacity: 1; }
  0%,
  60%,
  100% {
    -ms-transform: scale(0.7);
    -ms-opacity: 0.4; } }

@-o-keyframes linearloader {
  30% {
    -o-transform: scale(1);
    -o-opacity: 1; }
  0%,
  60%,
  100% {
    -o-transform: scale(0.7);
    -o-opacity: 0.4; } }

@keyframes linearloader {
  30% {
    transform: scale(1);
    opacity: 1; }
  0%,
  60%,
  100% {
    transform: scale(0.7);
    opacity: 0.4; } }

@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: -40px 0; } }

@-moz-keyframes animate-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: -40px 0; } }

@-ms-keyframes animate-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: -40px 0; } }

@-o-keyframes animate-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: -40px 0; } }

@-keyframes animate-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: -40px 0; } }

@-webkit-keyframes fade-out {
  from {
    -webkit-opacity: 1;
    display: block !important; }
  to {
    -webkit-opacity: 0;
    display: none !important; } }

@-moz-keyframes fade-out {
  from {
    opacity: 1;
    display: block !important; }
  to {
    opacity: 0;
    display: none !important; } }

@-ms-keyframes fade-out {
  from {
    -ms-opacity: 1;
    display: block !important; }
  to {
    -ms-opacity: 0;
    display: none !important; } }

@-o-keyframes fade-out {
  from {
    -o-opacity: 1;
    display: block !important; }
  to {
    -o-opacity: 0;
    display: none !important; } }

@-keyframes fade-out {
  from {
    opacity: 1;
    display: block !important; }
  to {
    opacity: 0;
    display: none !important; } }

@-webkit-keyframes menu {
  from {
    -webkit-transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0); } }

@-moz-keyframes menu {
  from {
    -moz-transform: translateX(100%); }
  to {
    -moz-transform: translateX(0); } }

@-ms-keyframes menu {
  from {
    -ms-transform: translateX(100%); }
  to {
    -ms-transform: translateX(0); } }

@-o-keyframes menu {
  from {
    -o-transform: translateX(100%); }
  to {
    -o-transform: translateX(0); } }

@-keyframes menu {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }

@-webkit-keyframes dropdown {
  from {
    max-height: 0;
    visibility: hidden; }
  to {
    max-height: 600px;
    visibility: visible; } }

@-moz-keyframes dropdown {
  from {
    max-height: 0;
    visibility: hidden; }
  to {
    max-height: 600px;
    visibility: visible; } }

@-ms-keyframes dropdown {
  from {
    max-height: 0;
    visibility: hidden; }
  to {
    max-height: 600px;
    visibility: visible; } }

@-o-keyframes dropdown {
  from {
    max-height: 0;
    visibility: hidden; }
  to {
    max-height: 600px;
    visibility: visible; } }

@-keyframes dropdown {
  from {
    max-height: 0;
    visibility: hidden; }
  to {
    max-height: 600px;
    visibility: visible; } }

@-webkit-keyframes disappear-left {
  from {
    -webkit-opacity: 1;
    -webkit-transform: translateX(0); }
  to {
    -webkit-opacity: 0;
    -webkit-transform: translateX(-30px); } }

@-moz-keyframes disappear-left {
  from {
    opacity: 1;
    -moz-transform: translateX(0); }
  to {
    opacity: 0;
    -moz-transform: translateX(-30px); } }

@-ms-keyframes disappear-left {
  from {
    -ms-opacity: 1;
    -ms-transform: translateX(0); }
  to {
    -ms-opacity: 0;
    -ms-transform: translateX(-30px); } }

@-o-keyframes disappear-left {
  from {
    -o-opacity: 1;
    -o-transform: translateX(0); }
  to {
    -o-opacity: 0;
    -o-transform: translateX(-30px); } }

@-keyframes disappear-left {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(-30px); } }

@-webkit-keyframes appear-right {
  from {
    -webkit-opacity: 0;
    -webkit-transform: translateX(30px); }
  to {
    -webkit-opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes appear-right {
  from {
    opacity: 0;
    -moz-transform: translateX(30px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes appear-right {
  from {
    -ms-opacity: 0;
    -ms-transform: translateX(30px); }
  to {
    -ms-opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes appear-right {
  from {
    -o-opacity: 0;
    -o-transform: translateX(30px); }
  to {
    -o-opacity: 1;
    -o-transform: translateX(0); } }

@-keyframes appear-right {
  from {
    opacity: 0;
    transform: translateX(30px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes disappear-right {
  from {
    -webkit-opacity: 1;
    -webkit-transform: translateX(0); }
  to {
    -webkit-opacity: 0;
    -webkit-transform: translateX(30px); } }

@-moz-keyframes disappear-right {
  from {
    opacity: 1;
    -moz-transform: translateX(0); }
  to {
    opacity: 0;
    -moz-transform: translateX(30px); } }

@-ms-keyframes disappear-right {
  from {
    -ms-opacity: 1;
    -ms-transform: translateX(0); }
  to {
    -ms-opacity: 0;
    -ms-transform: translateX(30px); } }

@-o-keyframes disappear-right {
  from {
    -o-opacity: 1;
    -o-transform: translateX(0); }
  to {
    -o-opacity: 0;
    -o-transform: translateX(30px); } }

@-keyframes disappear-right {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(30px); } }

@-webkit-keyframes appear-left {
  from {
    -webkit-opacity: 0;
    -webkit-transform: translateX(-30px); }
  to {
    -webkit-opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes appear-left {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes appear-left {
  from {
    -ms-opacity: 0;
    -ms-transform: translateX(-30px); }
  to {
    -ms-opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes appear-left {
  from {
    -o-opacity: 0;
    -o-transform: translateX(-30px); }
  to {
    -o-opacity: 1;
    -o-transform: translateX(0); } }

@-keyframes appear-left {
  from {
    opacity: 0;
    transform: translateX(-30px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes appear-bottom {
  from {
    -webkit-opacity: 0;
    -webkit-transform: translateY(30px); }
  to {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes appear-bottom {
  from {
    opacity: 0;
    -moz-transform: translateY(30px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes appear-bottom {
  from {
    -ms-opacity: 0;
    -ms-transform: translateY(30px); }
  to {
    -ms-opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes appear-bottom {
  from {
    -o-opacity: 0;
    -o-transform: translateY(30px); }
  to {
    -o-opacity: 1;
    -o-transform: translateY(0); } }

@-keyframes appear-bottom {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes appear-top {
  from {
    -webkit-opacity: 0;
    -webkit-transform: translateY(-30px); }
  to {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes appear-top {
  from {
    opacity: 0;
    -moz-transform: translateY(-30px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes appear-top {
  from {
    -ms-opacity: 0;
    -ms-transform: translateY(-30px); }
  to {
    -ms-opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes appear-top {
  from {
    -o-opacity: 0;
    -o-transform: translateY(-30px); }
  to {
    -o-opacity: 1;
    -o-transform: translateY(0); } }

@-keyframes appear-top {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background: white;
  font-weight: 600;
  color: #171717;
  min-width: 240px;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 160px;
  line-height: 1.8;
  overflow-x: hidden; }
  body.fixed {
    margin-top: 100px; }
  @media screen and (max-width: 1210px) {
    body {
      margin-top: 50px; } }

.width {
  display: block;
  width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 1210px) {
    .width {
      width: 100%;
      padding: 15px; } }

#main {
  margin-bottom: 35px;
  background: white; }
  #main > .content-col {
    width: 830px;
    float: left;
    box-sizing: border-box; }
    #main > .content-col .col-1, #main > .content-col .col-2, #main > .content-col .col-3, #main > .content-col .col-4, #main > .content-col .col-5 {
      float: left;
      margin-right: 40px; }
      #main > .content-col .col-1:last-of-type, #main > .content-col .col-1.last, #main > .content-col .col-2:last-of-type, #main > .content-col .col-2.last, #main > .content-col .col-3:last-of-type, #main > .content-col .col-3.last, #main > .content-col .col-4:last-of-type, #main > .content-col .col-4.last, #main > .content-col .col-5:last-of-type, #main > .content-col .col-5.last {
        margin-right: 0; }
    #main > .content-col .col-1 {
      width: 134px; }
    #main > .content-col .col-2 {
      width: 308px; }
    #main > .content-col .col-3 {
      width: 482px; }
    #main > .content-col .col-4 {
      width: 656px; }
    #main > .content-col .col-5 {
      width: 830px; }
  #main #adult-wrap {
    background-color: white;
    opacity: 1; }
    #main #adult-wrap .dialog {
      padding: 25px;
      box-sizing: border-box;
      position: fixed;
      top: 50%;
      left: 50%;
      width: 500px;
      height: 150px;
      max-width: 100%;
      text-align: center;
      margin: -75px 0 0 -250px;
      z-index: 1;
      background: white; }
      #main #adult-wrap .dialog p {
        font-weight: normal;
        margin: 15px 0; }
      #main #adult-wrap .dialog a {
        margin: 5px; }
      @media screen and (max-width: 600px) {
        #main #adult-wrap .dialog {
          left: 0;
          width: 100%;
          margin-left: 0;
          height: auto; } }
  @media screen and (max-width: 1210px) {
    #main {
      padding: 0;
      margin-bottom: 0; }
      #main > .content-col {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding: 15px; }
        #main > .content-col .col-1, #main > .content-col .col-2, #main > .content-col .col-3, #main > .content-col .col-4, #main > .content-col .col-5 {
          text-align: center;
          clear: both;
          float: none;
          margin: 10px;
          width: auto;
          max-width: 100%;
          display: inline-block;
          vertical-align: top; }
          #main > .content-col .col-1 > *, #main > .content-col .col-2 > *, #main > .content-col .col-3 > *, #main > .content-col .col-4 > *, #main > .content-col .col-5 > * {
            text-align: left; }
          #main > .content-col .col-1 .clear, #main > .content-col .col-2 .clear, #main > .content-col .col-3 .clear, #main > .content-col .col-4 .clear, #main > .content-col .col-5 .clear {
            display: none;
            clear: none; }
        #main > .content-col > .col-1, #main > .content-col > .col-2, #main > .content-col > .col-3, #main > .content-col > .col-4, #main > .content-col > .col-5 {
          display: block;
          float: none;
          margin: 10px auto;
          width: fit-content; } }
  #main .content a.link {
    color: #de3b72; }
  #main .content.cookies ul {
    margin-bottom: 20px; }
  #main .content.cookies .cookie-list {
    font-size: 0.7em; }
    #main .content.cookies .cookie-list table.short {
      position: relative; }
      #main .content.cookies .cookie-list table.short::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }

#not-found {
  width: 100%;
  height: 430px;
  padding-top: 80px;
  box-sizing: border-box;
  background-image: url("../../image/jz/404-background.png");
  background-size: cover;
  text-align: center;
  font-weight: normal;
  background-position-y: 50%;
  margin-bottom: 50px; }
  #not-found h1 {
    font-size: 3.2em; }
  #not-found h2 {
    margin-top: -18px;
    font-size: 2.1333333333em; }
  #not-found .woman {
    position: absolute;
    width: 70px;
    height: 180px;
    left: 50%;
    bottom: 5%;
    margin-left: -29px;
    background-image: url(../../image/jz/404-woman.png);
    background-size: 100% 100%; }
  @media screen and (max-width: 1210px) {
    #not-found {
      height: 300px;
      padding-top: 30px;
      background-position-y: 50%; }
      #not-found .woman {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -3%; }
      #not-found h1 {
        font-size: 2.1333333333em; }
      #not-found h2 {
        font-size: 1.6em; } }

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.relative {
  position: relative; }

.reset-z-index {
  z-index: 0; }

.clear-after::after, div.dialog.modal-message .container .message::after, div.listable div.controls::after, .thumb::after, body > footer::after, .content .body widget[data-type=article]::after, .content .body widget[data-type=horoscope]::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=article]::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=horoscope]::after, .content .body widget[data-type=gallery]::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery]::after, .content .body widget[data-type=gallery] .wrapper::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper::after, .content .body widget[data-type=quiz]::after, .content .body widget[data-type=recipe]::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz]::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe]::after, .content .body widget[data-type=quiz] .wrapper::after, .content .body widget[data-type=recipe] .wrapper::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper::after, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper::after {
  content: '';
  clear: both;
  display: block; }

.clear-right-after::after {
  content: '';
  clear: right;
  display: block; }

.hide, .hidden {
  display: none !important; }

.no-select, .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-drag, .nodrag {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none; }

.float-left {
  float: left; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .center iframe {
    margin: 0 auto; }

.overflow-hidden {
  overflow: hidden; }

.width-auto {
  width: auto; }

.force-width-auto {
  width: auto !important; }

.uppercase {
  text-transform: uppercase; }

img.preload {
  opacity: 0; }

.margin-top {
  margin-top: 25px; }

.padding-top {
  padding-top: 25px; }

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cookiebar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(242, 242, 242, 0.95);
  box-sizing: border-box;
  padding: 20px 10px 10px 10px;
  text-align: center;
  z-index: 99; }
  .cookiebar p {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.3;
    vertical-align: middle; }
    .cookiebar p a {
      color: #de3b72;
      text-decoration: underline;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
      .cookiebar p a:hover {
        color: #de3b72;
        text-decoration: none; }
  .cookiebar a.button {
    height: 28px;
    line-height: 28px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px; }

.ui-datepicker {
  display: none;
  position: relative;
  width: 250px;
  margin: 0 auto;
  height: auto;
  background: white;
  padding: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
  z-index: 10000 !important; }
  .ui-datepicker.ui-datepicker-inline {
    display: none;
    padding: 0;
    box-shadow: none; }
  .ui-datepicker .ui-corner-all {
    margin-top: 2px; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    background: #0c4773;
    border: 1px solid #0c4773;
    color: white;
    border-radius: 5px;
    top: 5px;
    text-align: center;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
      background: white;
      color: #0c4773;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-prev {
    left: 5px; }
  .ui-datepicker .ui-datepicker-next {
    right: 5px; }
  .ui-datepicker .ui-datepicker-title {
    padding: 0 40px;
    line-height: 30px;
    height: 30px;
    margin: 6px 0;
    text-align: center; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    margin: 10px 0 10px 0; }
    .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
      text-align: center; }
    .ui-datepicker .ui-datepicker-calendar th {
      height: 30px; }
    .ui-datepicker .ui-datepicker-calendar td > a, .ui-datepicker .ui-datepicker-calendar td > span {
      display: inline-block;
      color: #0c4773;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      line-height: 30px;
      border: 1px solid transparent; }
      .ui-datepicker .ui-datepicker-calendar td > a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td > span.ui-state-active {
        border: 1px solid #88b0ce;
        background: white; }
      .ui-datepicker .ui-datepicker-calendar td > a:hover, .ui-datepicker .ui-datepicker-calendar td > span:hover {
        background: #0c4773;
        color: white;
        text-decoration: none; }
    .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
      font-weight: bold; }
    .ui-datepicker .ui-datepicker-calendar td.unselectable > *, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled > * {
      color: #f2f2f2; }
  .ui-datepicker button {
    display: inline-block;
    position: relative;
    color: white;
    text-align: left;
    background: #0e558a;
    padding: 0 15px 0 15px;
    text-decoration: none;
    font-size: 0.8666666667em;
    border: 1px solid #0c4773;
    border-radius: 5px;
    -webkit-touch-callout: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: auto;
    line-height: 2.4;
    vertical-align: middle;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    white-space: nowrap;
    -webkit-transition: 120ms ease-in-out;
    -moz-transition: 120ms ease-in-out;
    -o-transition: 120ms ease-in-out;
    transition: 120ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-right: 5px; }
    .ui-datepicker button:hover {
      background-color: #1372b8;
      border-color: #1164a1; }
  .ui-datepicker .ui_tpicker_time_input {
    margin-top: 5px; }
  .ui-datepicker .ui-slider-horizontal {
    height: 11px;
    position: relative; }
    .ui-datepicker .ui-slider-horizontal::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      width: 100%;
      z-index: 0;
      background: #e4e4e4; }
    .ui-datepicker .ui-slider-horizontal .ui-slider-handle {
      display: block;
      width: 11px;
      height: 11px;
      border: 2px solid #0c4773;
      border-radius: 50%;
      background: white;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.09);
      position: absolute;
      top: -4px;
      z-index: 1;
      -webkit-transition: border-color 150ms ease-in-out;
      -moz-transition: border-color 150ms ease-in-out;
      -ms-transition: border-color 150ms ease-in-out;
      -o-transition: border-color 150ms ease-in-out;
      transition: border-color 150ms ease-in-out; }
      .ui-datepicker .ui-slider-horizontal .ui-slider-handle:hover {
        border-color: #88b0ce; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
  height: 32px;
  line-height: 32px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
  height: 32px; }

.ui-timepicker-div dl dd .ui-slider {
  top: 12px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: #ebebeb;
  border: none;
  outline: none;
  border-bottom: solid 1px #ebebeb;
  width: 95%; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #ebebeb; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

.buttonpane {
  padding: 5px;
  clear: both; }

.buttonpane .right {
  float: right; }

.buttonpane i.fa {
  margin: -2px 0 0 5px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none; }

div.dialogmanager > .overlay {
  position: fixed;
  background: rgba(248, 252, 255, 0.7); }
  div.dialogmanager > .overlay.modal {
    background: rgba(255, 255, 255, 0.7); }

div.dialog {
  position: absolute;
  z-index: 100;
  background: white;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.09);
  line-height: 1.4;
  max-width: 90%;
  -webkit-transition: 120ms ease-in-out;
  -moz-transition: 120ms ease-in-out;
  -o-transition: 120ms ease-in-out;
  transition: 120ms ease-in-out; }
  div.dialog.fixed {
    position: fixed; }
  @media screen and (max-width: 599px) {
    div.dialog {
      width: 100% !important;
      left: 0 !important;
      border-radius: 0;
      min-width: 320px;
      max-width: 100%; } }
  div.dialog > div {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 80px 0 20px 0;
    z-index: 1; }
    div.dialog > div > div.header {
      width: 100%;
      height: 80px;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 80px;
      padding: 0 20px;
      box-sizing: border-box;
      background: white;
      text-align: center;
      z-index: 2;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      div.dialog > div > div.header span.title {
        cursor: default;
        color: #072a45;
        font-size: 1.3333333333em;
        font-weight: 200;
        white-space: nowrap; }
      div.dialog > div > div.header div.controls {
        position: absolute;
        right: 20px;
        height: 80px;
        top: 0;
        line-height: 80px;
        vertical-align: middle; }
        div.dialog > div > div.header div.controls .control {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          width: 32px;
          height: 32px;
          line-height: 32px;
          color: #0c4773;
          text-decoration: none;
          border-radius: 50%;
          font-size: 1.4em;
          text-align: center; }
          div.dialog > div > div.header div.controls .control i {
            vertical-align: initial; }
          div.dialog > div > div.header div.controls .control:last-of-type {
            margin-right: 0; }
          div.dialog > div > div.header div.controls .control:hover {
            color: white;
            background: #0c4773; }
    div.dialog > div > div.container {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0 20px 10px 20px;
      box-sizing: border-box;
      overflow: auto;
      z-index: 1; }
      div.dialog > div > div.container p {
        margin-bottom: 5px; }
      div.dialog > div > div.container .flashmessage {
        padding: 10px 10px 10px 60px;
        border-radius: 3px;
        margin-bottom: 10px; }
        div.dialog > div > div.container .flashmessage::before {
          left: 15px; }
      div.dialog > div > div.container form table th label {
        margin-top: 0; }
      @media screen and (max-width: 599px) {
        div.dialog > div > div.container form table th, div.dialog > div > div.container form table td {
          display: block; }
        div.dialog > div > div.container form table th {
          text-align: left; }
        div.dialog > div > div.container form table th label {
          padding-bottom: 0; } }
      div.dialog > div > div.container h1, div.dialog > div > div.container h2, div.dialog > div > div.container h3 {
        font-size: 2em;
        font-weight: 300;
        color: #072a45;
        margin: 20px 0; }
      div.dialog > div > div.container h1, div.dialog > div > div.container h2 {
        padding: 0 10px 5px 10px;
        border-bottom: 1px solid #072a45; }
      div.dialog > div > div.container h2 {
        font-size: 1.4em; }
      div.dialog > div > div.container h3 {
        font-size: 1.1em;
        margin: 10px 0; }
  div.dialog.overflow-visible {
    overflow: visible; }
    div.dialog.overflow-visible > div > div.container {
      overflow: visible; }

div.dialog.modal-message .container .message {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
  position: relative; }
  div.dialog.modal-message .container .message i.fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 3em;
    position: absolute;
    top: 0;
    left: 0; }

div.dialog.modal-message .container .buttons {
  clear: both;
  margin-top: 20px;
  text-align: center;
  padding: 0; }
  div.dialog.modal-message .container .buttons .button {
    width: auto;
    min-width: 80px;
    display: inline-block;
    margin: 5px; }
    div.dialog.modal-message .container .buttons .button:focus {
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.09); }

div.dialog.search form input[name=query]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none; }

div.dialog.search form input[name=query]::-webkit-clear-button {
  display: none; }

div.dialog.search form input[name=query]::-ms-clear {
  display: none; }

div.dialog.search form input[name=query]:invalid {
  border-color: #f1f1f1; }
  div.dialog.search form input[name=query]:invalid::hover {
    border-color: #e4e4e4 !important; }

div.dialog.search form button.submit {
  position: absolute;
  top: 4px;
  right: 25px;
  font-size: 15px;
  display: block;
  border: none;
  cursor: pointer;
  overflow: hidden;
  width: auto;
  height: 30px;
  background: transparent;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out; }
  div.dialog.search form button.submit::after {
    color: #ebebeb;
    font-size: 1.7em !important; }
  div.dialog.search form button.submit:hover::after {
    color: #0c4773; }

div.dialog.search form:hover button.submit {
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

ul.dropdown {
  z-index: 5;
  position: absolute;
  width: 250px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.09);
  visibility: hidden;
  max-height: 0; }
  ul.dropdown.open {
    max-height: 600px;
    visibility: visible; }
  ul.dropdown li {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    ul.dropdown li.separator {
      height: 1px;
      background: #eee;
      margin: 5px 15px; }
    ul.dropdown li:first-of-type {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    ul.dropdown li:last-of-type {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    ul.dropdown li a {
      display: block;
      text-align: left;
      padding: 0 15px;
      text-decoration: none;
      height: 36px;
      line-height: 36px; }
      ul.dropdown li a i.fa {
        margin-right: 10px;
        font-size: 1.4em;
        vertical-align: middle;
        min-width: 22px;
        text-align: center; }
      ul.dropdown li a:hover {
        background: #0c4773;
        color: white; }
  ul.dropdown::before, ul.dropdown::after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    right: 27px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    z-index: 0; }
  ul.dropdown::after {
    top: -8px;
    border-bottom-color: #eee;
    z-index: -1; }

.dropdown-button {
  line-height: 1;
  position: relative; }
  .dropdown-button.inline {
    display: inline-block; }
  .dropdown-button.open > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-button.open ul.dropdown.open {
    border-top-left-radius: 0; }
    .dropdown-button.open ul.dropdown.open li:first-of-type {
      border-top-left-radius: 0; }
  .dropdown-button.open ul.dropdown::before, .dropdown-button.open ul.dropdown::after {
    display: none; }
  .dropdown-button.align-right ul.dropdown {
    right: 0; }
  .dropdown-button.align-right.open ul.dropdown.open {
    border-top-left-radius: 3px;
    border-top-right-radius: 0; }
    .dropdown-button.align-right.open ul.dropdown.open li:first-of-type {
      border-top-left-radius: 3px;
      border-top-right-radius: 0; }

div.flashmessages {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -240px;
  box-sizing: border-box;
  padding: 3px;
  z-index: 2500;
  width: 480px;
  max-width: 100%; }
  @media screen and (max-width: 1210px) {
    div.flashmessages {
      top: 5px; } }
  @media screen and (max-width: 520px) {
    div.flashmessages {
      margin-left: 0;
      left: 0;
      width: 100%; } }

div.flashmessage {
  padding: 15px 52px 15px 52px;
  border-radius: 3px;
  position: relative;
  line-height: 1.5;
  margin: 0 auto 3px auto;
  opacity: 0.95;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal; }
  div.flashmessage:hover {
    opacity: 1; }
  div.flashmessage i.icon {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -12px;
    font-size: 2em;
    text-align: center;
    width: 30px; }
  div.flashmessage i.close {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    padding: 7px;
    right: 15px;
    font-size: 1.4em;
    cursor: pointer;
    border-radius: 3px; }
    div.flashmessage i.close:hover {
      background: white;
      color: #0c4773; }
  div.flashmessage a {
    color: white;
    text-decoration: underline; }
    div.flashmessage a:hover {
      color: white;
      text-decoration: none; }
  div.flashmessage a.button {
    text-decoration: none; }
  div.flashmessage.error {
    background: #e74c3c;
    color: white; }
  div.flashmessage.warning {
    background: #DDD518;
    color: white; }
  div.flashmessage.success {
    background: #3EDB20;
    color: white; }
  div.flashmessage.info {
    background: #88b0ce;
    color: white; }

div.listable div.controls a, div.listable div.controls > span {
  display: block;
  float: left;
  background-color: #ebebeb;
  color: #171717;
  width: 28px;
  height: 25px;
  line-height: 25px;
  text-align: center; }

div.listable div.controls a:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

div.listable div.controls a:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

div.listable div.controls a:hover {
  background-color: #e6e6e6; }

div.listable div.controls a.disabled {
  background-color: #f0f0f0;
  color: #dedede; }

div.listable div.controls > span {
  width: 0;
  background-color: #f3f3f3;
  color: #4a4a4a;
  font-size: 0.6em;
  font-weight: normal;
  overflow: hidden;
  cursor: default;
  -webkit-transition: width 100ms ease-in-out;
  -moz-transition: width 100ms ease-in-out;
  -ms-transition: width 100ms ease-in-out;
  -o-transition: width 100ms ease-in-out;
  transition: width 100ms ease-in-out; }
  div.listable div.controls > span strong {
    font-weight: normal; }

div.listable ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }
  div.listable ul > li.appear-left {
    -webkit-animation: appear-left 200ms ease-out;
    -ms-animation: appear-left 200ms ease-out;
    -moz-animation: appear-left 200ms ease-out;
    -o-animation: appear-left 200ms ease-out;
    animation: appear-left 200ms ease-out; }
  div.listable ul > li.appear-right {
    -webkit-animation: appear-right 200ms ease-out;
    -ms-animation: appear-right 200ms ease-out;
    -moz-animation: appear-right 200ms ease-out;
    -o-animation: appear-right 200ms ease-out;
    animation: appear-right 200ms ease-out; }

div.listable:hover div.controls > span {
  width: 35px; }

html.mobile div.listable div.controls > span {
  width: 35px !important; }

.loader, .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .loader > span, .overlay > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    top: 50%;
    margin-top: 25px;
    font-size: 13px;
    color: #0c4773;
    text-shadow: 0 0 2px white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.overlay {
  background-color: rgba(255, 255, 255, 0.7); }
  .overlay.dark {
    background-color: rgba(0, 0, 0, 0.6); }
  .overlay.light {
    background-color: rgba(255, 255, 255, 0.4); }

.loader {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .loader::before, .loader::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    border: 3px solid #f2f2f2;
    border-radius: 50%; }
  .loader::after {
    border: 3px solid transparent;
    border-right-color: #0e558a;
    -webkit-animation: rotate 0.7s linear infinite;
    -ms-animation: rotate 0.7s linear infinite;
    -moz-animation: rotate 0.7s linear infinite;
    -o-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite; }

.overlay.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: white;
  opacity: 0.7; }
  .overlay.fullscreen.dark {
    background: black;
    opacity: 0.6; }

.linearloader {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle; }
  .linearloader > * {
    background: #171717;
    width: 5px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-opacity: 0.4;
    -ms-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin-right: 2px; }
    .linearloader > *:last-of-type {
      margin-right: 0; }
    .linearloader > *:nth-of-type(1) {
      -webkit-animation: linearloader 1500ms linear infinite 0ms;
      -ms-animation: linearloader 1500ms linear infinite 0ms;
      -moz-animation: linearloader 1500ms linear infinite 0ms;
      -o-animation: linearloader 1500ms linear infinite 0ms;
      animation: linearloader 1500ms linear infinite 0ms; }
    .linearloader > *:nth-of-type(2) {
      -webkit-animation: linearloader 1500ms linear infinite 300ms;
      -ms-animation: linearloader 1500ms linear infinite 300ms;
      -moz-animation: linearloader 1500ms linear infinite 300ms;
      -o-animation: linearloader 1500ms linear infinite 300ms;
      animation: linearloader 1500ms linear infinite 300ms; }
    .linearloader > *:nth-of-type(3) {
      -webkit-animation: linearloader 1500ms linear infinite 600ms;
      -ms-animation: linearloader 1500ms linear infinite 600ms;
      -moz-animation: linearloader 1500ms linear infinite 600ms;
      -o-animation: linearloader 1500ms linear infinite 600ms;
      animation: linearloader 1500ms linear infinite 600ms; }

table.table, table.grido, form.grido table {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: none;
  box-shadow: none; }
  table.table th, table.table td, table.grido th, table.grido td, form.grido table th, form.grido table td {
    padding: 10px;
    cursor: default;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle; }
  table.table tr:first-of-type th, table.grido tr:first-of-type th, form.grido table tr:first-of-type th {
    background: #de3b72;
    color: white; }
    table.table tr:first-of-type th:first-of-type, table.grido tr:first-of-type th:first-of-type, form.grido table tr:first-of-type th:first-of-type {
      border-top-left-radius: 3px; }
    table.table tr:first-of-type th:last-of-type, table.grido tr:first-of-type th:last-of-type, form.grido table tr:first-of-type th:last-of-type {
      border-top-right-radius: 3px; }
  table.table td > input, table.grido td > input, form.grido table td > input {
    margin-bottom: 0; }
  table.table td img, table.grido td img, form.grido table td img {
    display: inline-block;
    vertical-align: middle; }
  table.table td.buttons, table.grido td.buttons, form.grido table td.buttons {
    white-space: nowrap; }
  table.table tr:nth-of-type(2n) td, table.grido tr:nth-of-type(2n) td, form.grido table tr:nth-of-type(2n) td {
    background: #fafafa; }
  table.table tr:hover td, table.grido tr:hover td, form.grido table tr:hover td {
    background: #f8d4e0; }
  table.table.align-left td, table.grido.align-left td, form.grido table.align-left td {
    text-align: left; }
  table.table.first-align-left tr td:first-of-type, table.grido.first-align-left tr td:first-of-type, form.grido table.first-align-left tr td:first-of-type {
    text-align: left; }
  table.table td.align-right, table.grido td.align-right, form.grido table td.align-right {
    text-align: right !important; }
  table.table.first-user tr td:first-of-type, table.table.second-user tr td:nth-of-type(2), table.grido.first-user tr td:first-of-type, table.grido.second-user tr td:nth-of-type(2), form.grido table.first-user tr td:first-of-type, form.grido table.second-user tr td:nth-of-type(2) {
    text-align: left; }
    table.table.first-user tr td:first-of-type a, table.table.second-user tr td:nth-of-type(2) a, table.grido.first-user tr td:first-of-type a, table.grido.second-user tr td:nth-of-type(2) a, form.grido table.first-user tr td:first-of-type a, form.grido table.second-user tr td:nth-of-type(2) a {
      white-space: nowrap;
      color: #072a45; }
      table.table.first-user tr td:first-of-type a:hover, table.table.second-user tr td:nth-of-type(2) a:hover, table.grido.first-user tr td:first-of-type a:hover, table.grido.second-user tr td:nth-of-type(2) a:hover, form.grido table.first-user tr td:first-of-type a:hover, form.grido table.second-user tr td:nth-of-type(2) a:hover {
        color: #0c4773;
        text-decoration: underline; }
    @media screen and (max-width: 640px) {
      table.table.first-user tr td:first-of-type, table.table.second-user tr td:nth-of-type(2), table.grido.first-user tr td:first-of-type, table.grido.second-user tr td:nth-of-type(2), form.grido table.first-user tr td:first-of-type, form.grido table.second-user tr td:nth-of-type(2) {
        text-align: left; }
        table.table.first-user tr td:first-of-type a, table.table.second-user tr td:nth-of-type(2) a, table.grido.first-user tr td:first-of-type a, table.grido.second-user tr td:nth-of-type(2) a, form.grido table.first-user tr td:first-of-type a, form.grido table.second-user tr td:nth-of-type(2) a {
          white-space: normal;
          display: block;
          text-align: center; } }
  table.table td.actions, table.grido td.actions, form.grido table td.actions {
    white-space: nowrap; }
  @media screen and (max-width: 640px) {
    table.table table, table.table tr, table.table th, table.table td, table.grido table, table.grido tr, table.grido th, table.grido td, form.grido table table, form.grido table tr, form.grido table th, form.grido table td {
      display: block;
      text-align: center;
      white-space: normal; }
    table.table tr, table.grido tr, form.grido table tr {
      margin-bottom: 5px; }
      table.table tr:last-of-type, table.grido tr:last-of-type, form.grido table tr:last-of-type {
        margin-bottom: 0; } }
  table.table.first-iterator tr > td:first-of-type, table.grido.first-iterator tr > td:first-of-type, form.grido table.first-iterator tr > td:first-of-type {
    width: 35px;
    color: #f2f2f2; }
    @media screen and (max-width: 640px) {
      table.table.first-iterator tr > td:first-of-type, table.grido.first-iterator tr > td:first-of-type, form.grido table.first-iterator tr > td:first-of-type {
        width: 100%;
        text-align: left; } }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 3px;
  border: 1px solid white;
  background: #0c4773;
  color: white;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.09); }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

.tooltipster-error {
  border-radius: 3px;
  border: 1px solid #fc2828;
  background: #fff1f1;
  color: #fc2828;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.09); }

.tooltipster-error .tooltipster-content {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

.tooltipster-error .tooltipster-arrow .tooltipster-arrow-border {
  border-color: #fc2828; }

.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  margin-top: -7px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  margin-top: -7px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

a.button, button.button, input.button, input[type=submit], button {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 20px;
  text-decoration: none !important;
  font-size: 0.7333333333em;
  border: 1px solid #171717;
  background: white;
  color: #171717;
  border-radius: 2px;
  -webkit-touch-callout: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 120ms ease-in-out;
  -moz-transition: 120ms ease-in-out;
  -o-transition: 120ms ease-in-out;
  transition: 120ms ease-in-out; }
  a.button:hover, button.button:hover, input.button:hover, input[type=submit]:hover, button:hover {
    background-color: #171717;
    color: white; }
  a.button.green, button.button.green, input.button.green, input[type=submit].green, button.green {
    border-color: #469E35;
    color: #469E35; }
    a.button.green:hover, button.button.green:hover, input.button.green:hover, input[type=submit].green:hover, button.green:hover {
      border-color: #469E35;
      background: #469E35;
      color: white; }
  a.button.pink, button.button.pink, input.button.pink, input[type=submit].pink, button.pink {
    border-color: #de3b72;
    color: #de3b72; }
    a.button.pink:hover, button.button.pink:hover, input.button.pink:hover, input[type=submit].pink:hover, button.pink:hover {
      border-color: #de3b72;
      background: #de3b72;
      color: white; }
  a.button.red, button.button.red, input.button.red, input[type=submit].red, button.red {
    border-color: #fc2828;
    color: #fc2828; }
    a.button.red:hover, button.button.red:hover, input.button.red:hover, input[type=submit].red:hover, button.red:hover {
      border-color: #fc2828;
      background: #fc2828;
      color: white; }
  a.button.main, button.button.main, input.button.main, input[type=submit].main, button.main {
    border-color: #de3b72;
    color: #de3b72; }
    a.button.main:hover, button.button.main:hover, input.button.main:hover, input[type=submit].main:hover, button.main:hover {
      border-color: #de3b72;
      background: #de3b72;
      color: white; }
  a.button.light, button.button.light, input.button.light, input[type=submit].light, button.light {
    border-color: #e4e4e4;
    color: #6f6f6f !important; }
    a.button.light:hover, button.button.light:hover, input.button.light:hover, input[type=submit].light:hover, button.light:hover {
      border-color: #e4e4e4;
      background: #e4e4e4;
      color: #171717; }
  a.button.fb, button.button.fb, input.button.fb, input[type=submit].fb, button.fb {
    border-color: #3c5a99;
    color: white !important;
    background: #3c5a99; }
    a.button.fb i.fa-facebook-square, button.button.fb i.fa-facebook-square, input.button.fb i.fa-facebook-square, input[type=submit].fb i.fa-facebook-square, button.fb i.fa-facebook-square {
      font-size: 2em;
      margin-right: 5px;
      vertical-align: sub; }
    a.button.fb:hover, button.button.fb:hover, input.button.fb:hover, input[type=submit].fb:hover, button.fb:hover {
      border-color: #3c5a99;
      background: #4e71ba;
      color: white; }

a.fb-button {
  position: relative;
  height: 40px;
  margin: 0.2em;
  padding: 4px 7px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  color: #FFF;
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
  font-weight: normal; }
  a.fb-button:focus {
    outline: none; }
  a.fb-button:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1); }
  a.fb-button:hover, a.fb-button:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1); }

div.dialogmanager > .overlay.modal {
  background: rgba(0, 0, 0, 0.6); }

div.dialogmanager div.dialog > div > div.header span.title {
  color: #171717; }

div.dialogmanager div.dialog > div > div.header div.controls .control {
  color: #171717;
  font-weight: 200; }
  div.dialogmanager div.dialog > div > div.header div.controls .control:hover {
    background-color: #171717;
    color: white; }

div.dialogmanager div.dialog > div > div.container {
  font-size: 15px;
  font-weight: normal; }

div.dialogmanager div.dialog.related-content div.container {
  text-align: center; }
  div.dialogmanager div.dialog.related-content div.container .fb-like {
    margin-bottom: 20px; }
  div.dialogmanager div.dialog.related-content div.container .content-list {
    margin-bottom: 0; }
  div.dialogmanager div.dialog.related-content div.container p {
    text-align: center; }
  div.dialogmanager div.dialog.related-content div.container .thumb {
    margin: 0 5px 0 5px;
    height: auto; }
    div.dialogmanager div.dialog.related-content div.container .thumb .title {
      max-height: initial;
      height: auto; }
    div.dialogmanager div.dialog.related-content div.container .thumb .perex {
      display: none; }

a.paginator.simple {
  display: block;
  width: 100%;
  border-color: #ebebeb;
  margin: 15px 0;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px; }
  a.paginator.simple .linearloader {
    display: none; }
  a.paginator.simple.loading {
    opacity: 0.5; }
    a.paginator.simple.loading .linearloader {
      display: inline-block; }
    a.paginator.simple.loading .text {
      display: none; }
    a.paginator.simple.loading:hover {
      color: #171717;
      background: white; }

div.paginator {
  margin: 25px 0;
  line-height: 40px; }
  div.paginator li {
    display: inline-block; }
    div.paginator li a.button {
      padding: 0 10px 0 10px; }

div.paginator-article {
  margin: 50px 0 25px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  height: 32px; }
  div.paginator-article > span {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    font-size: 0.7333333333em;
    font-weight: 200; }
    @media screen and (max-width: 500px) {
      div.paginator-article > span {
        display: none; } }

div.paginator-article > a.next, div.paginator-article > a.previous,
div.paginator-performance-video > a.next,
div.paginator-performance-video > a.previous,
div.paginator-article-mobile > a.next,
div.paginator-article-mobile > a.previous {
  position: absolute;
  top: 0; }

div.paginator-article > a.next,
div.paginator-performance-video > a.next,
div.paginator-article-mobile > a.next {
  right: 0; }

div.paginator-article > a.previous,
div.paginator-performance-video > a.previous,
div.paginator-article-mobile > a.previous {
  left: 0; }

div.paginator-performance-video,
div.paginator-article-mobile {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 5px 0; }
  div.paginator-performance-video > a.next, div.paginator-performance-video > a.previous,
  div.paginator-article-mobile > a.next,
  div.paginator-article-mobile > a.previous {
    width: 49.5%;
    box-sizing: border-box; }
    div.paginator-performance-video > a.next.alone, div.paginator-performance-video > a.previous.alone,
    div.paginator-article-mobile > a.next.alone,
    div.paginator-article-mobile > a.previous.alone {
      width: 100%; }
  div.paginator-performance-video > span,
  div.paginator-article-mobile > span {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    font-size: 1em;
    font-weight: 200; }

.thumb {
  display: block;
  text-decoration: none;
  color: #171717;
  font-weight: 700;
  position: relative;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }
  .thumb.appear-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-animation: appear-bottom 200ms ease-out;
    -ms-animation: appear-bottom 200ms ease-out;
    -moz-animation: appear-bottom 200ms ease-out;
    -o-animation: appear-bottom 200ms ease-out;
    animation: appear-bottom 200ms ease-out; }
  .thumb > a {
    text-decoration: none;
    color: #171717; }
    .thumb > a:hover {
      text-decoration: underline; }
      .thumb > a:hover div.img > img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .thumb > a.category {
      color: #d2d1d1;
      text-decoration: underline;
      font-size: 0.7333333333em;
      font-weight: 600;
      letter-spacing: 1px;
      display: block;
      padding: 3px 0;
      margin-top: 5px;
      text-transform: uppercase; }
      .thumb > a.category:hover {
        text-decoration: none; }
  .thumb div.img {
    position: relative;
    background: #ebebeb;
    overflow: hidden;
    border: 1px solid #ebebeb; }
    .thumb div.img > img {
      display: block;
      -webkit-transition: 150ms ease-out;
      -moz-transition: 150ms ease-out;
      -o-transition: 150ms ease-out;
      transition: 150ms ease-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      margin: 0 auto; }
  .thumb > a > span.label,
  .thumb > span.label {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: 1px;
    z-index: 1;
    background: #ebebeb;
    color: white;
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: 600; }
    .thumb > a > span.label.article,
    .thumb > span.label.article {
      background: #0082b7; }
    .thumb > a > span.label.gallery,
    .thumb > span.label.gallery {
      background: #e1491f; }
    .thumb > a > span.label.video,
    .thumb > span.label.video {
      background: #0c8095; }
    .thumb > a > span.label.performance_video,
    .thumb > span.label.performance_video {
      background: #0c8095; }
    .thumb > a > span.label.quiz,
    .thumb > span.label.quiz {
      background: #1fad51; }
    .thumb > a > span.label.recipe,
    .thumb > span.label.recipe {
      background: #e61c11; }
    .thumb > a > span.label.horoscope,
    .thumb > span.label.horoscope {
      background: #e1b61f; }
  .thumb.small {
    margin-bottom: 20px; }
    .thumb.small div.img {
      margin-bottom: 10px; }
  .thumb.smallest {
    margin-bottom: 20px; }
    .thumb.smallest div.img {
      float: left;
      margin-right: 20px; }
      .thumb.smallest div.img > img {
        width: 100px !important;
        height: 71px !important; }
  .thumb.large, .thumb.middle {
    width: 300px;
    margin-bottom: 25px;
    height: 466px; }
    .thumb.large strong.title, .thumb.large span.perex, .thumb.middle strong.title, .thumb.middle span.perex {
      display: block;
      margin: 15px 0;
      height: 54px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .thumb.large strong.title, .thumb.middle strong.title {
      min-height: 54px; }
    .thumb.large span.perex, .thumb.middle span.perex {
      margin: 0;
      color: #6f6f6f;
      text-decoration: none; }
    .thumb.large > a:hover, .thumb.middle > a:hover {
      text-decoration: none; }
      .thumb.large > a:hover strong.title, .thumb.middle > a:hover strong.title {
        text-decoration: underline; }
  .thumb.middle {
    min-height: 340px;
    height: auto; }
  .thumb.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px; }
    .thumb.slider div.img {
      position: relative;
      width: 100%;
      height: 0;
      left: 0; }
      .thumb.slider div.img > img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; }
    .thumb.slider::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 140px;
      z-index: 0;
      -webkit-transition: 120ms linear;
      -moz-transition: 120ms linear;
      -o-transition: 120ms linear;
      transition: 120ms linear;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
      /* IE6-9 */ }
    .thumb.slider strong.title, .thumb.slider span.perex {
      display: block;
      position: absolute;
      left: 0;
      padding: 15px 60px;
      box-sizing: border-box;
      line-height: 1.3;
      z-index: 2;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
      color: white;
      width: 100%;
      height: 70px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .thumb.slider strong.title {
      font-size: 1.3em;
      bottom: 60px;
      font-weight: bold; }
    .thumb.slider span.perex {
      height: auto;
      white-space: nowrap;
      font-size: 0.9em;
      opacity: 0.7;
      bottom: 20px;
      letter-spacing: 1px;
      font-weight: 600; }
    .thumb.slider > a:hover div.img img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    @media screen and (max-width: 1210px) {
      .thumb.slider strong.title {
        font-size: 1.4em;
        height: 70px;
        bottom: 110px; }
      .thumb.slider span.perex {
        bottom: 40px; } }
    @media screen and (max-width: 700px) {
      .thumb.slider {
        font-size: 0.85em; }
        .thumb.slider strong.title, .thumb.slider span.perex {
          padding: 10px 25px; }
        .thumb.slider strong.title {
          height: 58px;
          bottom: 70px;
          font-size: 1.4em; }
        .thumb.slider span.perex {
          bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .thumb.slider {
        font-size: 0.7em; }
        .thumb.slider strong.title {
          height: 50px;
          bottom: 50px; }
        .thumb.slider span.perex {
          bottom: 20px; } }
  .thumb.link {
    margin-bottom: 15px;
    font-size: 0.9333333333em; }
    .thumb.link:last-of-type {
      margin-bottom: 0; }
    .thumb.link:hover {
      color: #171717;
      text-decoration: underline; }
  .thumb.video.large div.img::after, .thumb.video.middle div.img::after, .thumb.video.slider div.img::after {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    font-size: 4em;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -24px;
    color: white;
    opacity: 0.5;
    -webkit-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    -ms-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    transition: opacity 150ms ease; }
  .thumb.video.large:hover div.img::after, .thumb.video.middle:hover div.img::after, .thumb.video.slider:hover div.img::after {
    opacity: 0.8; }
  .thumb.homepage-slider {
    display: inline-block;
    overflow: hidden; }
    .thumb.homepage-slider a {
      display: block; }
      .thumb.homepage-slider a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        z-index: 0;
        -webkit-transition: 120ms linear;
        -moz-transition: 120ms linear;
        -o-transition: 120ms linear;
        transition: 120ms linear;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); }
      .thumb.homepage-slider a .img {
        border: none; }
        .thumb.homepage-slider a .img img {
          display: block;
          width: 100%; }
      .thumb.homepage-slider a .title,
      .thumb.homepage-slider a .perex {
        position: absolute;
        display: block;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        color: white;
        z-index: 2;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-shadow: black 0 0 5px;
        overflow: hidden; }
      .thumb.homepage-slider a .title {
        margin-bottom: 50px;
        font-size: 1.5em;
        font-weight: 200; }
      .thumb.homepage-slider a .perex {
        margin-bottom: 20px;
        font-size: 0.9em;
        font-weight: 100; }
  .thumb.user a {
    display: block;
    color: #0c0c0c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; }
    .thumb.user a img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 150ms ease;
      -moz-transition: -moz-transform 150ms ease;
      -ms-transition: -ms-transform 150ms ease;
      -o-transition: -o-transform 150ms ease;
      transition: transform 150ms ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .thumb.user a strong.name, .thumb.user a span.content {
      display: block;
      position: absolute;
      text-align: center;
      left: 0;
      width: 100%;
      z-index: 2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-shadow: 0 0 2px white; }
    .thumb.user a strong.name {
      bottom: 40px; }
    .thumb.user a span.content {
      color: #de3b72;
      font-size: 0.8666666667em;
      bottom: 10px; }
    .thumb.user a::before {
      position: absolute;
      z-index: 1;
      display: block;
      content: '';
      -webkit-transition-property: "height opacity";
      -moz-transition-property: "height opacity";
      -ms-transition-property: "height opacity";
      -o-transition-property: "height opacity";
      transition-property: "height opacity";
      -webkit-transition-duration: 150ms;
      -moz-transition-duration: 150ms;
      -ms-transition-duration: 150ms;
      -o-transition-duration: 150ms;
      transition-duration: 150ms;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      width: 100%;
      height: 80px;
      left: 0;
      bottom: 0;
      opacity: 0.8;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
    .thumb.user a:hover {
      text-decoration: none; }
      .thumb.user a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .thumb.user a:hover::before {
        height: 120px;
        opacity: 1; }
  .thumb.user.small a {
    display: block;
    vertical-align: middle;
    color: #0c0c0c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal; }
    .thumb.user.small a img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      border-radius: 50%;
      overflow: hidden;
      -webkit-transition: -webkit-transform 150ms ease;
      -moz-transition: -moz-transform 150ms ease;
      -ms-transition: -ms-transform 150ms ease;
      -o-transition: -o-transform 150ms ease;
      transition: transform 150ms ease;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .thumb.user.small a:hover {
      text-decoration: none; }
      .thumb.user.small a:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .thumb.user.small a span.content {
      display: inline-block;
      border-radius: 2px;
      background: #de3b72;
      vertical-align: middle;
      margin-left: 5px;
      padding: 1px 3px;
      color: white;
      font-size: 0.8666666667em; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: white;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.09);
  height: 130px; }
  #header:before {
    content: '';
    display: block;
    width: 100%;
    height: 85px;
    background: #de3b72;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  #header a.menu, #header div.links a {
    line-height: 1;
    right: 30px;
    font-size: 2.1333333333em;
    color: white;
    opacity: 0.7;
    -webkit-transition: opacity 150ms ease;
    -moz-transition: opacity 150ms ease;
    -ms-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; }
    #header a.menu:hover, #header div.links a:hover {
      opacity: 1; }
    #header a.menu.open, #header div.links a.open {
      opacity: 1; }
  #header a.menu {
    display: none;
    position: absolute;
    top: 28px;
    z-index: 151; }
  #header .content-link {
    display: none; }
  #header div.links {
    z-index: 2;
    right: 15px;
    top: 94px;
    position: absolute; }
    #header div.links a {
      display: inline-block;
      vertical-align: middle;
      color: #0c0c0c;
      font-size: 1.2em;
      margin: 0 7px; }
  #header #logo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 5px; }
    #header #logo a {
      display: block;
      position: absolute;
      z-index: 1;
      width: 258px;
      height: 54px;
      text-indent: -5000px;
      background-image: url("logo.png");
      overflow: hidden;
      font-size: 47px;
      color: white;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase; }
  #header .fb-like {
    position: absolute;
    top: 25px;
    left: 300px; }
    @media screen and (max-width: 442px) {
      #header .fb-like {
        display: none; } }
  #header #menu {
    display: block;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 45px; }
    #header #menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header #menu ul li {
        display: block;
        position: relative;
        float: left; }
        #header #menu ul li > a {
          display: block;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 600;
          padding: 10px;
          white-space: nowrap; }
          #header #menu ul li > a i.fa-plus {
            margin-right: 5px; }
    #header #menu ul.top {
      position: absolute;
      top: -79px;
      right: 0;
      z-index: 3;
      height: 60px;
      line-height: 60px; }
      #header #menu ul.top a {
        font-size: 0.8em;
        color: white;
        opacity: 0.7;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-transition-property: opacity, background-color, color;
        -moz-transition-property: opacity, background-color, color;
        -ms-transition-property: opacity, background-color, color;
        -o-transition-property: opacity, background-color, color;
        transition-property: opacity, background-color, color;
        -webkit-transition-duration: 150ms;
        -moz-transition-duration: 150ms;
        -ms-transition-duration: 150ms;
        -o-transition-duration: 150ms;
        transition-duration: 150ms;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease; }
        #header #menu ul.top a:hover {
          opacity: 1; }
    #header #menu li.create-article {
      position: relative;
      left: -20px; }
    #header #menu ul.menu {
      height: 45px; }
      #header #menu ul.menu li > a {
        color: #0c0c0c;
        font-size: 0.9666666667em;
        height: 45px;
        line-height: 45px;
        padding: 0 12px;
        -webkit-transition-property: color, background-color, max-height;
        -moz-transition-property: color, background-color, max-height;
        -ms-transition-property: color, background-color, max-height;
        -o-transition-property: color, background-color, max-height;
        transition-property: color, background-color, max-height;
        -webkit-transition-duration: 150ms;
        -moz-transition-duration: 150ms;
        -ms-transition-duration: 150ms;
        -o-transition-duration: 150ms;
        transition-duration: 150ms;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease; }
        #header #menu ul.menu li > a i.fa-angle-down, #header #menu ul.menu li > a i.fa-angle-up {
          margin-left: 10px; }
        #header #menu ul.menu li > a:hover {
          background: #de3b72;
          color: white; }
      #header #menu ul.menu > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
        z-index: 2; }
        #header #menu ul.menu > li > ul.open {
          display: block; }
        #header #menu ul.menu > li > ul li {
          box-sizing: border-box;
          width: 100%; }
          #header #menu ul.menu > li > ul li a {
            box-sizing: border-box;
            width: 100%;
            text-align: left;
            position: relative;
            padding: 0 25px;
            height: 45px;
            line-height: 45px; }
      #header #menu ul.menu > li:hover > ul {
        display: block; }
    #header #menu li.profile > a > span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      border-radius: 5px;
      overflow: hidden;
      width: 40px;
      height: 40px; }
      #header #menu li.profile > a > span img {
        display: block; }
    #header #menu li.profile > a > i.fa {
      margin-left: 5px; }
    #header #menu li.profile .dropdown {
      background: #de3b72;
      box-shadow: 0 15px 15px rgba(0, 0, 0, 0.09);
      right: 0;
      width: 180px;
      line-height: 1; }
      #header #menu li.profile .dropdown:after {
        border-color: #de3b72; }
      #header #menu li.profile .dropdown li {
        position: relative;
        box-sizing: border-box;
        width: 100%; }
        #header #menu li.profile .dropdown li.separator {
          margin: 2px 0;
          background: #c52158; }
      #header #menu li.profile .dropdown a {
        width: 100%;
        position: relative; }
        #header #menu li.profile .dropdown a:hover {
          opacity: 1;
          background: transparent; }
    #header #menu li.profile.open > a {
      opacity: 1; }
  @media screen and (max-width: 1210px) {
    #header {
      position: fixed;
      height: 85px;
      position: absolute;
      height: 50px; }
      #header #logo {
        left: 25px;
        top: 28px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); }
      #header .fb-like {
        left: 165px; }
        #header .fb-like.fixed-hidden {
          display: none; }
      #header a.menu {
        display: block; }
      #header div.links {
        z-index: 151;
        right: 70px;
        top: 30px;
        position: fixed; }
        #header div.links a {
          color: white;
          font-size: 1.6em;
          margin: 0 7px; } }
      @media screen and (max-width: 1210px) and (max-width: 690px) {
        #header div.links a.sociallink {
          font-size: 1.3333333333em;
          margin: 0 4px;
          position: relative;
          top: 1px;
          right: 0; } }
      @media screen and (max-width: 1210px) and (max-width: 349px) {
        #header div.links a.sociallink {
          display: none; } }
      @media screen and (max-width: 1210px) and (max-width: 690px) {
        #header div.links a.search {
          margin-right: 4px; } }
  @media screen and (max-width: 1210px) {
      #header .content-link {
        display: block;
        position: absolute;
        left: 180px;
        padding-left: 25px;
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        top: 14px;
        height: 59px;
        max-width: 70%;
        overflow: hidden;
        color: white; }
        #header .content-link .fb-like {
          position: relative;
          top: -7px;
          left: 0; }
        #header .content-link a {
          display: block;
          color: white;
          text-decoration: none;
          font-weight: normal;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100%; }
          #header .content-link a:hover {
            color: white;
            text-decoration: none; }
          #header .content-link a.category {
            font-size: 0.6666666667em;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.9;
            text-decoration: underline; }
            #header .content-link a.category:hover {
              text-decoration: none; }
          #header .content-link a.content {
            margin-bottom: 5px; } }
    @media screen and (max-width: 1210px) and (max-width: 1130px) {
      #header .content-link {
        max-width: 60%; } }
    @media screen and (max-width: 1210px) and (max-width: 850px) {
      #header .content-link {
        max-width: 50%; } }
    @media screen and (max-width: 1210px) and (max-width: 690px) {
      #header .content-link {
        display: none; } }
  @media screen and (max-width: 1210px) {
      #header #menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 110;
        min-width: 250px;
        max-width: 100%;
        box-sizing: border-box;
        height: 100%;
        padding-top: 85px;
        overflow: visible;
        background: #de3b72;
        left: initial;
        width: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
        #header #menu.open {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          -moz-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          -webkit-animation: menu 0.2s ease-out;
          -ms-animation: menu 0.2s ease-out;
          -moz-animation: menu 0.2s ease-out;
          -o-animation: menu 0.2s ease-out;
          animation: menu 0.2s ease-out; }
          #header #menu.open div.scrollbox {
            overflow-y: auto;
            max-height: 100%; }
            #header #menu.open div.scrollbox::-webkit-scrollbar {
              width: 12px; }
            #header #menu.open div.scrollbox::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              border-radius: 10px;
              background-color: #de3b72; }
            #header #menu.open div.scrollbox::-webkit-scrollbar-thumb {
              border-radius: 10px;
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
              background-color: #c52158; }
          #header #menu.open::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
            z-index: -1; }
        #header #menu li.create-article {
          left: 0; }
        #header #menu ul li {
          display: block;
          float: none; }
          #header #menu ul li a {
            display: block;
            color: white !important;
            font-size: 0.9666666667em;
            height: 50px !important;
            line-height: 50px !important;
            padding: 0 15px !important;
            text-decoration: none;
            -webkit-transition: 150ms ease;
            -moz-transition: 150ms ease;
            -o-transition: 150ms ease;
            transition: 150ms ease;
            text-transform: uppercase;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            opacity: 1 !important; }
            #header #menu ul li a i.fa-angle-down, #header #menu ul li a i.fa-angle-up {
              margin-left: 5px; }
            #header #menu ul li a i.fa-plus {
              display: none; }
            #header #menu ul li a:hover {
              background: white !important;
              color: #de3b72 !important; }
          #header #menu ul li > a.open, #header #menu ul li li.profile.open > a {
            background: #e56791; }
            #header #menu ul li > a.open:hover, #header #menu ul li li.profile.open > a:hover {
              background: white;
              color: #de3b72; }
        #header #menu div.scrollbox > ul ul {
          margin: 0;
          padding: 0;
          position: static !important;
          box-shadow: none !important;
          width: 100% !important;
          visibility: hidden !important;
          max-height: 0 !important;
          overflow: hidden;
          display: block !important; }
          #header #menu div.scrollbox > ul ul.open {
            max-height: 600px !important;
            visibility: visible !important;
            display: block !important;
            -webkit-animation: dropdown 300ms ease-in-out;
            -ms-animation: dropdown 300ms ease-in-out;
            -moz-animation: dropdown 300ms ease-in-out;
            -o-animation: dropdown 300ms ease-in-out;
            animation: dropdown 300ms ease-in-out; }
          #header #menu div.scrollbox > ul ul li a {
            background: #e56791; }
            #header #menu div.scrollbox > ul ul li a:hover {
              color: #de3b72 !important;
              background: white !important; }
        #header #menu ul.menu {
          margin: 0;
          height: auto; }
        #header #menu ul.top {
          margin-top: 25px;
          height: auto;
          line-height: 1.5;
          position: static; }
          #header #menu ul.top a {
            color: white !important;
            font-size: 0.8em; }
        #header #menu li.profile.open {
          background: #e56791; }
        #header #menu li.profile ul.dropdown {
          border-radius: 0; }
          #header #menu li.profile ul.dropdown::before, #header #menu li.profile ul.dropdown::after {
            display: none; }
          #header #menu li.profile ul.dropdown li, #header #menu li.profile ul.dropdown a {
            border-radius: 0; }
            #header #menu li.profile ul.dropdown li:hover, #header #menu li.profile ul.dropdown a:hover {
              border-radius: 0; }
        #header #menu li.profile > a > i.fa {
          margin-left: 5px; }
      #header::before {
        height: 50px; }
      #header #logo {
        top: 12px; }
      #header .fb-like {
        top: 10px; }
      #header div.links {
        position: absolute !important;
        top: 12px;
        font-size: 0.9em; }
      #header a.menu {
        top: 9px; }
      #header .content-link {
        top: 5px;
        height: 40px; }
        #header .content-link a.content {
          padding: 0;
          font-size: 0.7333333333em;
          margin-bottom: 1px; } }
  @media screen and (min-width: 1209px) {
    #header.fixed {
      position: fixed;
      height: 85px; }
      #header.fixed #logo {
        left: 25px;
        top: 28px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5); }
      #header.fixed .fb-like {
        left: 165px; }
        #header.fixed .fb-like.fixed-hidden {
          display: none; }
      #header.fixed a.menu {
        display: block; }
      #header.fixed div.links {
        z-index: 151;
        right: 70px;
        top: 30px;
        position: fixed; }
        #header.fixed div.links a {
          color: white;
          font-size: 1.6em;
          margin: 0 7px; } }
      @media screen and (min-width: 1209px) and (max-width: 690px) {
        #header.fixed div.links a.sociallink {
          font-size: 1.3333333333em;
          margin: 0 4px;
          position: relative;
          top: 1px;
          right: 0; } }
      @media screen and (min-width: 1209px) and (max-width: 349px) {
        #header.fixed div.links a.sociallink {
          display: none; } }
      @media screen and (min-width: 1209px) and (max-width: 690px) {
        #header.fixed div.links a.search {
          margin-right: 4px; } }
  @media screen and (min-width: 1209px) {
      #header.fixed .content-link {
        display: block;
        position: absolute;
        left: 180px;
        padding-left: 25px;
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        top: 14px;
        height: 59px;
        max-width: 70%;
        overflow: hidden;
        color: white; }
        #header.fixed .content-link .fb-like {
          position: relative;
          top: -7px;
          left: 0; }
        #header.fixed .content-link a {
          display: block;
          color: white;
          text-decoration: none;
          font-weight: normal;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100%; }
          #header.fixed .content-link a:hover {
            color: white;
            text-decoration: none; }
          #header.fixed .content-link a.category {
            font-size: 0.6666666667em;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.9;
            text-decoration: underline; }
            #header.fixed .content-link a.category:hover {
              text-decoration: none; }
          #header.fixed .content-link a.content {
            margin-bottom: 5px; } }
    @media screen and (min-width: 1209px) and (max-width: 1130px) {
      #header.fixed .content-link {
        max-width: 60%; } }
    @media screen and (min-width: 1209px) and (max-width: 850px) {
      #header.fixed .content-link {
        max-width: 50%; } }
    @media screen and (min-width: 1209px) and (max-width: 690px) {
      #header.fixed .content-link {
        display: none; } }
  @media screen and (min-width: 1209px) {
      #header.fixed #menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 110;
        min-width: 250px;
        max-width: 100%;
        box-sizing: border-box;
        height: 100%;
        padding-top: 85px;
        overflow: visible;
        background: #de3b72;
        left: initial;
        width: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
        #header.fixed #menu.open {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          -moz-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          -webkit-animation: menu 0.2s ease-out;
          -ms-animation: menu 0.2s ease-out;
          -moz-animation: menu 0.2s ease-out;
          -o-animation: menu 0.2s ease-out;
          animation: menu 0.2s ease-out; }
          #header.fixed #menu.open div.scrollbox {
            overflow-y: auto;
            max-height: 100%; }
            #header.fixed #menu.open div.scrollbox::-webkit-scrollbar {
              width: 12px; }
            #header.fixed #menu.open div.scrollbox::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
              border-radius: 10px;
              background-color: #de3b72; }
            #header.fixed #menu.open div.scrollbox::-webkit-scrollbar-thumb {
              border-radius: 10px;
              -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
              background-color: #c52158; }
          #header.fixed #menu.open::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
            z-index: -1; }
        #header.fixed #menu li.create-article {
          left: 0; }
        #header.fixed #menu ul li {
          display: block;
          float: none; }
          #header.fixed #menu ul li a {
            display: block;
            color: white !important;
            font-size: 0.9666666667em;
            height: 50px !important;
            line-height: 50px !important;
            padding: 0 15px !important;
            text-decoration: none;
            -webkit-transition: 150ms ease;
            -moz-transition: 150ms ease;
            -o-transition: 150ms ease;
            transition: 150ms ease;
            text-transform: uppercase;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            opacity: 1 !important; }
            #header.fixed #menu ul li a i.fa-angle-down, #header.fixed #menu ul li a i.fa-angle-up {
              margin-left: 5px; }
            #header.fixed #menu ul li a i.fa-plus {
              display: none; }
            #header.fixed #menu ul li a:hover {
              background: white !important;
              color: #de3b72 !important; }
          #header.fixed #menu ul li > a.open, #header.fixed #menu ul li li.profile.open > a {
            background: #e56791; }
            #header.fixed #menu ul li > a.open:hover, #header.fixed #menu ul li li.profile.open > a:hover {
              background: white;
              color: #de3b72; }
        #header.fixed #menu div.scrollbox > ul ul {
          margin: 0;
          padding: 0;
          position: static !important;
          box-shadow: none !important;
          width: 100% !important;
          visibility: hidden !important;
          max-height: 0 !important;
          overflow: hidden;
          display: block !important; }
          #header.fixed #menu div.scrollbox > ul ul.open {
            max-height: 600px !important;
            visibility: visible !important;
            display: block !important;
            -webkit-animation: dropdown 300ms ease-in-out;
            -ms-animation: dropdown 300ms ease-in-out;
            -moz-animation: dropdown 300ms ease-in-out;
            -o-animation: dropdown 300ms ease-in-out;
            animation: dropdown 300ms ease-in-out; }
          #header.fixed #menu div.scrollbox > ul ul li a {
            background: #e56791; }
            #header.fixed #menu div.scrollbox > ul ul li a:hover {
              color: #de3b72 !important;
              background: white !important; }
        #header.fixed #menu ul.menu {
          margin: 0;
          height: auto; }
        #header.fixed #menu ul.top {
          margin-top: 25px;
          height: auto;
          line-height: 1.5;
          position: static; }
          #header.fixed #menu ul.top a {
            color: white !important;
            font-size: 0.8em; }
        #header.fixed #menu li.profile.open {
          background: #e56791; }
        #header.fixed #menu li.profile ul.dropdown {
          border-radius: 0; }
          #header.fixed #menu li.profile ul.dropdown::before, #header.fixed #menu li.profile ul.dropdown::after {
            display: none; }
          #header.fixed #menu li.profile ul.dropdown li, #header.fixed #menu li.profile ul.dropdown a {
            border-radius: 0; }
            #header.fixed #menu li.profile ul.dropdown li:hover, #header.fixed #menu li.profile ul.dropdown a:hover {
              border-radius: 0; }
        #header.fixed #menu li.profile > a > i.fa {
          margin-left: 5px; } }

body > footer {
  background: #fafafa;
  border-top: 1px solid #f2f2f2; }
  body > footer h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0c0c0c;
    padding-bottom: 15px;
    line-height: 1; }
    body > footer h4::before {
      content: '';
      display: block;
      width: 42px;
      height: 2px;
      background: #de3b72;
      position: absolute;
      bottom: 0;
      left: 0; }
  body > footer div.col {
    display: inline-block;
    width: 33%;
    height: 500px;
    padding: 50px;
    box-sizing: border-box;
    vertical-align: top; }
    body > footer div.col:nth-of-type(1), body > footer div.col:nth-of-type(3) {
      border-right: 1px solid #f2f2f2; }
    body > footer div.col:nth-of-type(3) {
      padding-left: 0;
      float: left;
      color: #6f6f6f; }
      body > footer div.col:nth-of-type(3) ul {
        margin-top: 25px; }
        body > footer div.col:nth-of-type(3) ul li {
          position: relative;
          padding-left: 15px;
          margin: 10px 0 0 0; }
          body > footer div.col:nth-of-type(3) ul li::before {
            content: '';
            display: block;
            position: absolute;
            left: 2px;
            top: 13px;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: #898888; }
      body > footer div.col:nth-of-type(3) a {
        color: #6f6f6f;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.85em; }
        body > footer div.col:nth-of-type(3) a:hover {
          color: #6f6f6f;
          text-decoration: underline; }
    body > footer div.col:nth-of-type(2) {
      padding-right: 0; }
    @media screen and (max-width: 1210px) {
      body > footer div.col {
        float: none !important;
        display: block;
        border-right: none !important;
        width: auto;
        height: auto;
        max-width: 480px;
        padding: 30px !important;
        margin: 0 auto; }
        body > footer div.col:nth-of-type(1), body > footer div.col:nth-of-type(2) {
          border-bottom: 1px solid #f2f2f2; } }
  body > footer ul.most-read li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    position: relative; }
    body > footer ul.most-read li span {
      display: block;
      width: 25px;
      color: #6f6f6f;
      position: absolute;
      top: 21px;
      font-size: 0.95em;
      left: 0; }
    body > footer ul.most-read li a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none;
      color: #171717;
      padding-left: 25px;
      font-weight: 700; }
      body > footer ul.most-read li a:hover {
        text-decoration: underline;
        color: #171717; }
    body > footer ul.most-read li p {
      text-align: justify; }
    body > footer ul.most-read li:first-of-type {
      padding-top: 0; }
      body > footer ul.most-read li:first-of-type span {
        top: 1px; }
    body > footer ul.most-read li:last-of-type {
      border-bottom: 0; }

.sidebar {
  width: 300px;
  float: right; }
  .sidebar h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0c0c0c;
    padding-bottom: 15px;
    line-height: 1; }
    .sidebar h3::before {
      content: '';
      display: block;
      width: 42px;
      height: 2px;
      background: #de3b72;
      position: absolute;
      bottom: 0;
      left: 0; }
  .sidebar > * {
    margin: 0 auto 30px auto;
    max-width: 300px; }
  .sidebar a.quiz:first-of-type {
    border-bottom: 1px solid #f2f2f2; }
  @media screen and (max-width: 1210px) {
    .sidebar {
      float: none;
      margin-bottom: 30px;
      width: 100%;
      padding: 15px;
      background: #fafafa;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      box-sizing: border-box; } }
  .sidebar .ad {
    width: 300px;
    position: relative; }
    .sidebar .ad.scrolling {
      box-sizing: border-box; }
      .sidebar .ad.scrolling > div, .sidebar .ad.scrolling span, .sidebar .ad.scrolling iframe, .sidebar .ad.scrolling a, .sidebar .ad.scrolling ins {
        display: block;
        position: static;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        perspective: 1000px;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        width: 300px; }
        .sidebar .ad.scrolling > div.fixed, .sidebar .ad.scrolling span.fixed, .sidebar .ad.scrolling iframe.fixed, .sidebar .ad.scrolling a.fixed, .sidebar .ad.scrolling ins.fixed {
          position: fixed; }
  .sidebar #sidebar-related {
    min-height: 30px;
    position: relative; }

@media screen and (max-width: 1210px) {
  .content, div.dialogmanager div.dialog > div > .container {
    padding: 15px;
    box-sizing: border-box; }
    .content .ad.block.content-top, div.dialogmanager div.dialog > div > .container .ad.block.content-top {
      margin-top: 15px;
      margin-bottom: 15px;
      float: none; } }

.content p, div.dialogmanager div.dialog > div > .container p {
  text-align: justify;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.0666666667em; }
  .content p.perex, div.dialogmanager div.dialog > div > .container p.perex {
    color: #0c0c0c;
    font-weight: 600; }

.content h1, div.dialogmanager div.dialog > div > .container h1 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.2; }
  .content h1 span.light, div.dialogmanager div.dialog > div > .container h1 span.light {
    font-weight: 200;
    color: #a0a0a0; }

.content .content-list, div.dialogmanager div.dialog > div > .container .content-list {
  margin: 0 0 50px 0;
  text-align: center;
  overflow: hidden; }
  .content .content-list > .thumb, div.dialogmanager div.dialog > div > .container .content-list > .thumb {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 260px; }
    @media screen and (max-width: 1210px) {
      .content .content-list > .thumb, div.dialogmanager div.dialog > div > .container .content-list > .thumb {
        width: 300px; } }
    @media screen and (max-width: 640px) {
      .content .content-list > .thumb, div.dialogmanager div.dialog > div > .container .content-list > .thumb {
        margin-right: 0; } }

.content .user-list, div.dialogmanager div.dialog > div > .container .user-list {
  margin: 30px 0 50px 0;
  text-align: center;
  overflow: hidden; }
  .content .user-list > .thumb, div.dialogmanager div.dialog > div > .container .user-list > .thumb {
    display: inline-block;
    vertical-align: top;
    margin: 13px; }
    @media screen and (max-width: 640px) {
      .content .user-list > .thumb, div.dialogmanager div.dialog > div > .container .user-list > .thumb {
        margin-right: 0; } }

.content form.filter, div.dialogmanager div.dialog > div > .container form.filter {
  float: right;
  width: auto; }
  .content form.filter > *, div.dialogmanager div.dialog > div > .container form.filter > * {
    display: block;
    float: left;
    box-sizing: border-box;
    height: 40px; }
  .content form.filter > input, div.dialogmanager div.dialog > div > .container form.filter > input {
    max-width: 100%;
    width: 200px;
    padding: 10px 15px; }
    .content form.filter > input:last-of-type, div.dialogmanager div.dialog > div > .container form.filter > input:last-of-type {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none; }
  .content form.filter > button, div.dialogmanager div.dialog > div > .container form.filter > button {
    width: 40px;
    line-height: 1;
    padding: 0;
    font-size: 1.2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.content .big-controls, div.dialogmanager div.dialog > div > .container .big-controls {
  height: 45px; }
  .content .big-controls a, div.dialogmanager div.dialog > div > .container .big-controls a {
    width: 50%;
    border: none;
    border-radius: 0;
    background: #4c737b;
    height: 45px;
    line-height: 45px;
    color: white;
    padding: 0;
    margin: 0;
    display: block;
    float: left; }
    .content .big-controls a:hover, div.dialogmanager div.dialog > div > .container .big-controls a:hover {
      background: #5f909b; }
    .content .big-controls a.next, div.dialogmanager div.dialog > div > .container .big-controls a.next {
      background: #de3b72; }
      .content .big-controls a.next:hover, div.dialogmanager div.dialog > div > .container .big-controls a.next:hover {
        background: #e56791; }

.content .breadcrumbs, div.dialogmanager div.dialog > div > .container .breadcrumbs {
  margin-bottom: 25px;
  font-weight: normal; }
  .content .breadcrumbs li, div.dialogmanager div.dialog > div > .container .breadcrumbs li {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .content .breadcrumbs li > i, div.dialogmanager div.dialog > div > .container .breadcrumbs li > i {
      content: '>';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -7px;
      right: -15px;
      font-size: 0.9em;
      color: #a0a0a0; }
    .content .breadcrumbs li:last-of-type, div.dialogmanager div.dialog > div > .container .breadcrumbs li:last-of-type {
      margin-right: 0; }
      .content .breadcrumbs li:last-of-type > i, div.dialogmanager div.dialog > div > .container .breadcrumbs li:last-of-type > i {
        display: none; }
    .content .breadcrumbs li a, div.dialogmanager div.dialog > div > .container .breadcrumbs li a {
      display: block;
      padding: 2px 8px;
      background: white;
      border: 1px solid transparent;
      border-radius: 2px;
      color: #a0a0a0;
      text-decoration: none;
      font-size: 0.8em;
      text-transform: uppercase;
      letter-spacing: 1px;
      height: 17px;
      line-height: 17px; }
      .content .breadcrumbs li a i.fa-home, div.dialogmanager div.dialog > div > .container .breadcrumbs li a i.fa-home {
        font-size: 1.2em; }
      .content .breadcrumbs li a:hover, div.dialogmanager div.dialog > div > .container .breadcrumbs li a:hover {
        background: #de3b72;
        border-color: #de3b72;
        text-decoration: none;
        color: white; }
  @media screen and (max-width: 1210px) {
    .content .breadcrumbs, div.dialogmanager div.dialog > div > .container .breadcrumbs {
      margin-bottom: 10px; } }

.content.video .body .text a, div.dialogmanager div.dialog > div > .container.video .body .text a {
  text-decoration: underline;
  color: #de3b72; }
  .content.video .body .text a:hover, div.dialogmanager div.dialog > div > .container.video .body .text a:hover {
    text-decoration: none;
    color: #de3b72; }

.content.horoscope .signs .sign-text, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text {
  display: block;
  clear: both;
  position: relative;
  height: auto;
  margin-bottom: 50px; }
  .content.horoscope .signs .sign-text:last-of-type, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text:last-of-type {
    margin-bottom: 0; }
  .content.horoscope .signs .sign-text img, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text img {
    margin: 0 25px 25px 0; }
  .content.horoscope .signs .sign-text h2, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text h2 {
    font-size: 1.4666666667em; }
    .content.horoscope .signs .sign-text h2 span, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text h2 span {
      display: inline-block;
      margin-left: 5px;
      font-size: 0.6666666667em;
      color: #a0a0a0;
      font-weight: normal;
      position: relative;
      top: -2px; }
  .content.horoscope .signs .sign-text span, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text span {
    display: block;
    margin-left: 225px; }
  @media screen and (max-width: 700px) {
    .content.horoscope .signs .sign-text img, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text img {
      display: block;
      float: none;
      margin: 0 auto; }
    .content.horoscope .signs .sign-text span, div.dialogmanager div.dialog > div > .container.horoscope .signs .sign-text span {
      margin-left: 0; } }

.content .main-thumbnail, div.dialogmanager div.dialog > div > .container .main-thumbnail {
  display: block;
  width: 100%;
  max-height: 390px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 47%; }
  .content .main-thumbnail > img, div.dialogmanager div.dialog > div > .container .main-thumbnail > img {
    display: block;
    width: 100%;
    position: absolute; }
  .content .main-thumbnail span.author, div.dialogmanager div.dialog > div > .container .main-thumbnail span.author {
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    padding: 2px 5px;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.8);
    color: #f2f2f2;
    font-size: 0.6666666667em;
    text-transform: uppercase;
    opacity: 0.4;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px; }
  @media screen and (max-width: 1210px) {
    .content .main-thumbnail, div.dialogmanager div.dialog > div > .container .main-thumbnail {
      left: -15px;
      padding-right: 30px;
      background: black; } }

.content .body .youtube-embed-wrapper, div.dialogmanager div.dialog > div > .container .body .youtube-embed-wrapper {
  margin: 15px auto; }

.content .body p, div.dialogmanager div.dialog > div > .container .body p {
  text-align: justify;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1em; }
  .content .body p.perex, div.dialogmanager div.dialog > div > .container .body p.perex {
    color: #0c0c0c;
    font-weight: 600; }
  .content .body p > a > img, div.dialogmanager div.dialog > div > .container .body p > a > img {
    max-width: 100%; }

.content .body h1, div.dialogmanager div.dialog > div > .container .body h1 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.2; }
  .content .body h1 span.light, div.dialogmanager div.dialog > div > .container .body h1 span.light {
    font-weight: 200;
    color: #a0a0a0; }

.content .body h2, div.dialogmanager div.dialog > div > .container .body h2 {
  font-size: 1.4666666667em;
  margin-bottom: 15px;
  font-weight: bold; }

.content .body h3, div.dialogmanager div.dialog > div > .container .body h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold; }

.content .body a, div.dialogmanager div.dialog > div > .container .body a {
  text-decoration: underline;
  color: #de3b72; }
  .content .body a:hover, div.dialogmanager div.dialog > div > .container .body a:hover {
    text-decoration: none;
    color: #de3b72; }

.content .body ul, .content .body ol, div.dialogmanager div.dialog > div > .container .body ul, div.dialogmanager div.dialog > div > .container .body ol {
  margin: 0 0 15px 0;
  display: inline-block;
  clear: both; }
  .content .body ul li, .content .body ol li, div.dialogmanager div.dialog > div > .container .body ul li, div.dialogmanager div.dialog > div > .container .body ol li {
    margin-bottom: 5px;
    font-weight: normal; }
    .content .body ul li:last-of-type, .content .body ol li:last-of-type, div.dialogmanager div.dialog > div > .container .body ul li:last-of-type, div.dialogmanager div.dialog > div > .container .body ol li:last-of-type {
      margin-bottom: 0; }

.content .body ul li, div.dialogmanager div.dialog > div > .container .body ul li {
  padding-left: 50px;
  position: relative; }
  .content .body ul li::before, div.dialogmanager div.dialog > div > .container .body ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #de3b72; }

.content .body ol, div.dialogmanager div.dialog > div > .container .body ol {
  list-style: decimal outside;
  padding-left: 40px; }
  .content .body ol li, div.dialogmanager div.dialog > div > .container .body ol li {
    padding-left: 15px; }

.content .body blockquote, div.dialogmanager div.dialog > div > .container .body blockquote {
  display: block;
  float: right;
  width: 200px;
  margin: 0 0 10px 25px;
  background: #fafafa;
  color: #6f6f6f;
  text-align: center;
  padding: 25px;
  font-size: 0.8666666667em;
  font-weight: 300;
  font-style: italic;
  border-radius: 10px;
  position: relative; }
  .content .body blockquote p, div.dialogmanager div.dialog > div > .container .body blockquote p {
    position: relative;
    z-index: 1; }
    .content .body blockquote p:last-of-type, div.dialogmanager div.dialog > div > .container .body blockquote p:last-of-type {
      margin-bottom: 0; }
  .content .body blockquote::before, .content .body blockquote::after, div.dialogmanager div.dialog > div > .container .body blockquote::before, div.dialogmanager div.dialog > div > .container .body blockquote::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    font-size: 4em;
    position: absolute;
    z-index: 0;
    color: #ebebeb;
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); }
  .content .body blockquote::before, div.dialogmanager div.dialog > div > .container .body blockquote::before {
    left: 15px;
    top: 15px; }
  .content .body blockquote::after, div.dialogmanager div.dialog > div > .container .body blockquote::after {
    content: '\f10e';
    bottom: 5px;
    right: 15px; }

.content .body strong, div.dialogmanager div.dialog > div > .container .body strong {
  font-weight: bold; }

.content .body em, div.dialogmanager div.dialog > div > .container .body em {
  font-style: italic;
  font-weight: normal; }

.content .body widget, div.dialogmanager div.dialog > div > .container .body widget {
  display: block;
  margin: 10px auto 10px auto;
  text-align: center; }
  .content .body widget a, div.dialogmanager div.dialog > div > .container .body widget a {
    text-decoration: none !important;
    color: #171717 !important; }
  .content .body widget[data-type=photo], div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] {
    clear: both; }
    .content .body widget[data-type=photo] a, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a {
      text-align: left;
      color: #6f6f6f;
      display: block;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: auto; }
      .content .body widget[data-type=photo] a img, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: opacity 150ms ease-out;
        -moz-transition: opacity 150ms ease-out;
        -ms-transition: opacity 150ms ease-out;
        -o-transition: opacity 150ms ease-out;
        transition: opacity 150ms ease-out; }
      .content .body widget[data-type=photo] a span.title, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a span.title {
        display: block;
        text-align: center;
        margin: 5px 0;
        text-decoration: none;
        font-size: 0.7333333333em;
        color: white;
        text-shadow: black 1px 1px 1px; }
      .content .body widget[data-type=photo] a span.author, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a span.author {
        position: absolute;
        display: block;
        top: 10px;
        right: 0;
        padding: 2px 5px;
        line-height: 1.2;
        background: rgba(0, 0, 0, 0.8);
        color: #f2f2f2;
        font-size: 0.6666666667em;
        text-transform: uppercase;
        opacity: 0.4;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px; }
      .content .body widget[data-type=photo] a:hover, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a:hover {
        color: #6f6f6f; }
        .content .body widget[data-type=photo] a:hover span.title, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a:hover span.title {
          text-decoration: none; }
      @media screen and (max-width: 1210px) {
        .content .body widget[data-type=photo] a, div.dialogmanager div.dialog > div > .container .body widget[data-type=photo] a {
          left: -15px;
          padding-right: 30px;
          background: black;
          padding-top: 60%; } }
  .content .body widget[data-type=article], .content .body widget[data-type=horoscope], div.dialogmanager div.dialog > div > .container .body widget[data-type=article], div.dialogmanager div.dialog > div > .container .body widget[data-type=horoscope] {
    clear: both; }
    .content .body widget[data-type=article].left, .content .body widget[data-type=horoscope].left, div.dialogmanager div.dialog > div > .container .body widget[data-type=article].left, div.dialogmanager div.dialog > div > .container .body widget[data-type=horoscope].left {
      float: left;
      margin-right: 20px; }
    .content .body widget[data-type=article].right, .content .body widget[data-type=horoscope].right, div.dialogmanager div.dialog > div > .container .body widget[data-type=article].right, div.dialogmanager div.dialog > div > .container .body widget[data-type=horoscope].right {
      float: right;
      margin-left: 20px; }
    .content .body widget[data-type=article] a:hover .title, .content .body widget[data-type=horoscope] a:hover .title, div.dialogmanager div.dialog > div > .container .body widget[data-type=article] a:hover .title, div.dialogmanager div.dialog > div > .container .body widget[data-type=horoscope] a:hover .title {
      text-decoration: underline; }
  .content .body widget[data-type=gallery], div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] {
    width: 100%;
    clear: both;
    border: 1px solid #f2f2f2; }
    .content .body widget[data-type=gallery] .wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper {
      display: block;
      position: relative;
      width: 100%;
      padding: 10px;
      clear: both;
      box-sizing: border-box; }
      .content .body widget[data-type=gallery] .wrapper .main-img-wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .main-img-wrapper {
        position: relative;
        display: block;
        float: left;
        margin-right: 20px; }
        .content .body widget[data-type=gallery] .wrapper .main-img-wrapper .thumb, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .main-img-wrapper .thumb {
          min-height: 0;
          margin-bottom: 0; }
      .content .body widget[data-type=gallery] .wrapper strong, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper strong {
        display: block;
        height: 90px;
        margin: 0;
        color: #6f6f6f;
        font-size: 1.6666666667em;
        font-weight: normal;
        overflow: hidden; }
      .content .body widget[data-type=gallery] .wrapper .images, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .images {
        display: block;
        margin-top: 25px;
        padding-bottom: 10px; }
      .content .body widget[data-type=gallery] .wrapper .more, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .more {
        color: #a0a0a0;
        margin-right: 10px;
        float: right; }
        .content .body widget[data-type=gallery] .wrapper .more i, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .more i {
          margin-left: 5px;
          font-weight: 900; }
      .content .body widget[data-type=gallery] .wrapper:hover .more, .content .body widget[data-type=gallery] .wrapper:hover h3, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper:hover .more, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper:hover h3 {
        color: #e1491f; }
    @media screen and (max-width: 820px) {
      .content .body widget[data-type=gallery] .wrapper .main-img-wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .main-img-wrapper {
        display: none; } }
    @media screen and (max-width: 495px) {
      .content .body widget[data-type=gallery] .wrapper .gallery img:nth-child(3), div.dialogmanager div.dialog > div > .container .body widget[data-type=gallery] .wrapper .gallery img:nth-child(3) {
        display: none; } }
  .content .body widget[data-type=quiz], .content .body widget[data-type=recipe], div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz], div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] {
    width: 100%;
    clear: both;
    border: 1px solid #f2f2f2; }
    .content .body widget[data-type=quiz] .wrapper, .content .body widget[data-type=recipe] .wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper {
      display: block;
      position: relative;
      width: 100%;
      padding: 10px;
      clear: both;
      box-sizing: border-box; }
      .content .body widget[data-type=quiz] .wrapper .main-img-wrapper, .content .body widget[data-type=recipe] .wrapper .main-img-wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper .main-img-wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper .main-img-wrapper {
        position: relative;
        display: block;
        float: left;
        margin-right: 20px; }
        .content .body widget[data-type=quiz] .wrapper .main-img-wrapper .thumb, .content .body widget[data-type=recipe] .wrapper .main-img-wrapper .thumb, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper .main-img-wrapper .thumb, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper .main-img-wrapper .thumb {
          min-height: 0;
          margin-bottom: 0; }
      .content .body widget[data-type=quiz] .wrapper strong, .content .body widget[data-type=recipe] .wrapper strong, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper strong, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper strong {
        display: block;
        height: 190px;
        overflow: hidden;
        font-weight: normal;
        margin: 0;
        color: #6f6f6f;
        font-size: 1.6666666667em;
        margin-bottom: 15px; }
      .content .body widget[data-type=quiz] .wrapper .continue, .content .body widget[data-type=recipe] .wrapper .continue, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper .continue, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper .continue {
        color: #a0a0a0;
        right: 20px;
        bottom: 10px;
        position: absolute; }
        .content .body widget[data-type=quiz] .wrapper .continue i, .content .body widget[data-type=recipe] .wrapper .continue i, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper .continue i, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper .continue i {
          margin-left: 5px;
          font-weight: 900; }
      .content .body widget[data-type=quiz] .wrapper:hover .continue, .content .body widget[data-type=quiz] .wrapper:hover h3, .content .body widget[data-type=recipe] .wrapper:hover .continue, .content .body widget[data-type=recipe] .wrapper:hover h3, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper:hover .continue, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper:hover h3, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper:hover .continue, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper:hover h3 {
        color: #1fad51; }
    @media screen and (max-width: 650px) {
      .content .body widget[data-type=quiz] .wrapper .main-img-wrapper, .content .body widget[data-type=recipe] .wrapper .main-img-wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper .main-img-wrapper, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper .main-img-wrapper {
        float: none;
        margin: auto;
        margin-bottom: 25px;
        width: fit-content; } }
    @media screen and (max-width: 495px) {
      .content .body widget[data-type=quiz] .wrapper h3, .content .body widget[data-type=recipe] .wrapper h3, div.dialogmanager div.dialog > div > .container .body widget[data-type=quiz] .wrapper h3, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper h3 {
        margin-bottom: 50px; } }
  .content .body widget[data-type=recipe] .wrapper:hover .continue, .content .body widget[data-type=recipe] .wrapper:hover h3, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper:hover .continue, div.dialogmanager div.dialog > div > .container .body widget[data-type=recipe] .wrapper:hover h3 {
    color: #e61c11; }
  .content .body widget[data-type=instagram], div.dialogmanager div.dialog > div > .container .body widget[data-type=instagram] {
    position: relative;
    overflow: hidden; }
    .content .body widget[data-type=instagram] div.instagram-overlay, div.dialogmanager div.dialog > div > .container .body widget[data-type=instagram] div.instagram-overlay {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 54px;
      left: 0;
      width: 100%;
      height: 90%;
      z-index: 10; }

@media screen and (max-width: 1210px) {
  .content .body, div.dialogmanager div.dialog > div > .container .body {
    font-size: 0.9em; } }

.content.gallery .body, div.dialogmanager div.dialog > div > .container.gallery .body {
  outline: none;
  position: relative; }
  .content.gallery .body .photo, div.dialogmanager div.dialog > div > .container.gallery .body .photo {
    position: relative;
    background: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: none; }
    .content.gallery .body .photo img, div.dialogmanager div.dialog > div > .container.gallery .body .photo img {
      margin: 0 auto;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: opacity 150ms ease-out;
      -moz-transition: opacity 150ms ease-out;
      -ms-transition: opacity 150ms ease-out;
      -o-transition: opacity 150ms ease-out;
      transition: opacity 150ms ease-out; }
      .content.gallery .body .photo img.disappear-left, div.dialogmanager div.dialog > div > .container.gallery .body .photo img.disappear-left {
        -webkit-animation: disappear-left 200ms ease-out;
        -ms-animation: disappear-left 200ms ease-out;
        -moz-animation: disappear-left 200ms ease-out;
        -o-animation: disappear-left 200ms ease-out;
        animation: disappear-left 200ms ease-out;
        opacity: 0 !important; }
      .content.gallery .body .photo img.disappear-right, div.dialogmanager div.dialog > div > .container.gallery .body .photo img.disappear-right {
        -webkit-animation: disappear-right 200ms ease-out;
        -ms-animation: disappear-right 200ms ease-out;
        -moz-animation: disappear-right 200ms ease-out;
        -o-animation: disappear-right 200ms ease-out;
        animation: disappear-right 200ms ease-out;
        opacity: 0 !important; }
    .content.gallery .body .photo .title, .content.gallery .body .photo .author, .content.gallery .body .photo .iterator, div.dialogmanager div.dialog > div > .container.gallery .body .photo .title, div.dialogmanager div.dialog > div > .container.gallery .body .photo .author, div.dialogmanager div.dialog > div > .container.gallery .body .photo .iterator {
      display: block;
      position: absolute;
      box-sizing: border-box;
      z-index: 1; }
    .content.gallery .body .photo .iterator, div.dialogmanager div.dialog > div > .container.gallery .body .photo .iterator {
      left: 20px;
      top: 10px;
      font-size: 0.6666666667em;
      color: white;
      text-shadow: 0 0 2px black;
      opacity: 0.7; }
    .content.gallery .body .photo .title, div.dialogmanager div.dialog > div > .container.gallery .body .photo .title {
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background: rgba(0, 0, 0, 0.35);
      color: white; }
    .content.gallery .body .photo .author, div.dialogmanager div.dialog > div > .container.gallery .body .photo .author {
      position: absolute;
      display: block;
      top: 10px;
      right: 0;
      padding: 2px 5px;
      line-height: 1.2;
      background: rgba(0, 0, 0, 0.8);
      color: #f2f2f2;
      font-size: 0.6666666667em;
      text-transform: uppercase;
      opacity: 0.4;
      border-top-left-radius: 1px;
      border-bottom-left-radius: 1px; }
    .content.gallery .body .photo a.control, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control {
      position: absolute;
      width: 50%;
      height: 100%;
      z-index: 2;
      top: 0;
      background: transparent;
      border: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .content.gallery .body .photo a.control span, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control span {
        display: none; }
      .content.gallery .body .photo a.control i.fa, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control i.fa {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        font-size: 6em;
        color: white;
        opacity: 0;
        -webkit-transition: opacity 150ms ease;
        -moz-transition: opacity 150ms ease;
        -ms-transition: opacity 150ms ease;
        -o-transition: opacity 150ms ease;
        transition: opacity 150ms ease;
        display: none; }
      .content.gallery .body .photo a.control.previous, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control.previous {
        left: 0; }
        .content.gallery .body .photo a.control.previous i.fa, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control.previous i.fa {
          left: 25px; }
      .content.gallery .body .photo a.control.next, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control.next {
        right: 0; }
        .content.gallery .body .photo a.control.next i.fa, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control.next i.fa {
          right: 25px; }
      .content.gallery .body .photo a.control:hover i.fa, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control:hover i.fa {
        opacity: 0.4; }
      .content.gallery .body .photo a.control i.fa:hover, div.dialogmanager div.dialog > div > .container.gallery .body .photo a.control i.fa:hover {
        opacity: 0.9; }
  @media screen and (max-width: 1210px) {
    .content.gallery .body .photo, div.dialogmanager div.dialog > div > .container.gallery .body .photo {
      left: -15px;
      padding-right: 30px; } }
  .content.gallery .body.desktop a.control i.fa, div.dialogmanager div.dialog > div > .container.gallery .body.desktop a.control i.fa {
    display: block; }
  .content.gallery .body.mobile a.control i.fa, div.dialogmanager div.dialog > div > .container.gallery .body.mobile a.control i.fa {
    display: none; }

.content.gallery .gallery-paginator, div.dialogmanager div.dialog > div > .container.gallery .gallery-paginator {
  padding: 3px 3px 1px 3px;
  background: #56828b;
  cursor: default; }
  .content.gallery .gallery-paginator a, div.dialogmanager div.dialog > div > .container.gallery .gallery-paginator a {
    display: inline-block;
    padding: 3px;
    height: 20px;
    line-height: 20px;
    color: white;
    border-radius: 1px;
    min-width: 20px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 0.8em;
    font-weight: normal;
    cursor: pointer;
    margin: 0 2px 3px 0; }
    .content.gallery .gallery-paginator a:hover, div.dialogmanager div.dialog > div > .container.gallery .gallery-paginator a:hover {
      color: white;
      border: 1px solid white; }
    .content.gallery .gallery-paginator a.active, div.dialogmanager div.dialog > div > .container.gallery .gallery-paginator a.active {
      background: #39565b; }

.content.gallery .content-list .thumb, div.dialogmanager div.dialog > div > .container.gallery .content-list .thumb {
  text-align: center; }

.content.category .child-categories, div.dialogmanager div.dialog > div > .container.category .child-categories {
  width: 100%;
  margin-bottom: 20px; }

.content.not-found > h1, div.dialogmanager div.dialog > div > .container.not-found > h1 {
  margin-left: 10px; }

.content.not-found > p, div.dialogmanager div.dialog > div > .container.not-found > p {
  text-align: center; }

.content.video .body .video-wrapper, div.dialogmanager div.dialog > div > .container.video .body .video-wrapper {
  display: block;
  clear: both;
  position: relative;
  margin-top: 50px;
  height: 0;
  background: black;
  width: 100%;
  max-height: 600px; }
  .content.video .body .video-wrapper iframe, .content.video .body .video-wrapper .embed, div.dialogmanager div.dialog > div > .container.video .body .video-wrapper iframe, div.dialogmanager div.dialog > div > .container.video .body .video-wrapper .embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1210px) {
    .content.video .body .video-wrapper, div.dialogmanager div.dialog > div > .container.video .body .video-wrapper {
      left: -15px;
      padding-right: 30px; } }

.content .ad.block.left, div.dialogmanager div.dialog > div > .container .ad.block.left {
  float: left;
  margin: 0 25px 10px 0; }
  @media screen and (max-width: 728px) {
    .content .ad.block.left, div.dialogmanager div.dialog > div > .container .ad.block.left {
      float: none;
      margin: 0 auto 10px auto;
      max-width: 100%;
      text-align: center;
      width: fit-content; } }

.content .comments, div.dialogmanager div.dialog > div > .container .comments {
  margin-top: 30px;
  min-height: 175px;
  position: relative; }
  .content .comments .fb-comments, .content .comments .fb-comments > span, .content .comments .fb-comments > span > iframe, div.dialogmanager div.dialog > div > .container .comments .fb-comments, div.dialogmanager div.dialog > div > .container .comments .fb-comments > span, div.dialogmanager div.dialog > div > .container .comments .fb-comments > span > iframe {
    max-width: 100%;
    width: 100% !important; }

.content a.category, div.dialogmanager div.dialog > div > .container a.category {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #a0a0a0;
  font-weight: normal;
  border: 1px solid #f2f2f2;
  margin-right: 7px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px; }
  .content a.category:last-of-type, div.dialogmanager div.dialog > div > .container a.category:last-of-type {
    margin-right: 0; }
  .content a.category:hover, div.dialogmanager div.dialog > div > .container a.category:hover {
    background-color: #de3b72;
    color: white;
    border: 1px solid #de3b72; }

.content .categories, div.dialogmanager div.dialog > div > .container .categories {
  margin-top: 25px; }
  .content .categories a.category, div.dialogmanager div.dialog > div > .container .categories a.category {
    margin: 0 0 7px 7px; }

.content .share-buttons, div.dialogmanager div.dialog > div > .container .share-buttons {
  clear: both;
  margin-top: 10px; }
  @media screen and (max-width: 1210px) {
    .content .share-buttons, div.dialogmanager div.dialog > div > .container .share-buttons {
      text-align: center; } }

.content .meta, div.dialogmanager div.dialog > div > .container .meta {
  margin-top: 25px;
  font-size: 0.8em;
  color: #a0a0a0;
  font-weight: normal; }
  .content .meta .report, div.dialogmanager div.dialog > div > .container .meta .report {
    color: #a0a0a0;
    margin-left: 10px;
    text-decoration: underline; }
    .content .meta .report:hover, div.dialogmanager div.dialog > div > .container .meta .report:hover {
      text-decoration: none; }
  .content .meta .author, div.dialogmanager div.dialog > div > .container .meta .author {
    color: #a0a0a0;
    text-decoration: underline; }
    .content .meta .author:hover, div.dialogmanager div.dialog > div > .container .meta .author:hover {
      text-decoration: none; }
  @media screen and (max-width: 600px) {
    .content .meta .report, div.dialogmanager div.dialog > div > .container .meta .report {
      display: block;
      margin-left: 0; } }

.content .login, div.dialogmanager div.dialog > div > .container .login {
  padding: 25px;
  border-radius: 3px;
  margin: 50px auto;
  width: 450px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #0c0c0c;
  color: #0c0c0c;
  text-align: center; }
  .content .login p, div.dialogmanager div.dialog > div > .container .login p {
    text-align: center; }

.content.ads a, div.dialogmanager div.dialog > div > .container.ads a {
  text-decoration: underline;
  color: #de3b72; }
  .content.ads a:hover, div.dialogmanager div.dialog > div > .container.ads a:hover {
    text-decoration: none;
    color: #de3b72; }

.content.ads h2.reference, div.dialogmanager div.dialog > div > .container.ads h2.reference {
  font-size: 2em;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 10px; }

.content.ads img, div.dialogmanager div.dialog > div > .container.ads img {
  max-width: 100%;
  margin-bottom: 15px; }

.content.ads .feed-back, div.dialogmanager div.dialog > div > .container.ads .feed-back {
  text-align: center;
  margin-bottom: 40px; }
  .content.ads .feed-back p, div.dialogmanager div.dialog > div > .container.ads .feed-back p {
    text-align: center; }

.content.ads .image-trio, div.dialogmanager div.dialog > div > .container.ads .image-trio {
  margin-bottom: 10px; }
  .content.ads .image-trio:after, div.dialogmanager div.dialog > div > .container.ads .image-trio:after {
    content: '';
    display: table;
    clear: both; }
  .content.ads .image-trio a, div.dialogmanager div.dialog > div > .container.ads .image-trio a {
    display: block;
    width: 33%;
    float: left; }
    .content.ads .image-trio a:not(:last-child), div.dialogmanager div.dialog > div > .container.ads .image-trio a:not(:last-child) {
      margin-right: 0.5%; }
    .content.ads .image-trio a img, div.dialogmanager div.dialog > div > .container.ads .image-trio a img {
      display: block;
      width: 100%;
      margin-bottom: 0; }

.content.ads .embed, div.dialogmanager div.dialog > div > .container.ads .embed {
  margin-bottom: 25px; }

.content.ads .video-label, div.dialogmanager div.dialog > div > .container.ads .video-label {
  max-width: 900px;
  margin: 0 auto 10px auto; }

.content .recipe #rating, div.dialogmanager div.dialog > div > .container .recipe #rating {
  margin-top: 25px;
  float: right; }
  .content .recipe #rating .wrapper, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper {
    display: inline-block; }
    .content .recipe #rating .wrapper strong.score, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper strong.score {
      display: block;
      text-align: center;
      font-size: 1.4666666667em; }
    .content .recipe #rating .wrapper .rate-count, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper .rate-count {
      display: block;
      text-align: center;
      font-size: 0.8em;
      line-height: 0.8em;
      font-weight: 200; }
      .content .recipe #rating .wrapper .rate-count span.count, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper .rate-count span.count {
        font-weight: 500; }
    .content .recipe #rating .wrapper ul, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul {
      display: inline-block;
      padding: 3px; }
      .content .recipe #rating .wrapper ul li, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul li {
        display: block;
        float: left;
        padding: 0; }
        .content .recipe #rating .wrapper ul li:before, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul li:before {
          content: none; }
        .content .recipe #rating .wrapper ul li i, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul li i {
          padding: 0 4px;
          font-size: 1.4em;
          color: #de3b72; }
          .content .recipe #rating .wrapper ul li i.picked, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul li i.picked {
            color: #eaac81; }
      .content .recipe #rating .wrapper ul a, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul a {
        display: block; }
      .content .recipe #rating .wrapper ul.rate i, div.dialogmanager div.dialog > div > .container .recipe #rating .wrapper ul.rate i {
        cursor: pointer; }
  .content .recipe #rating span.log-in, div.dialogmanager div.dialog > div > .container .recipe #rating span.log-in {
    display: block;
    text-align: center;
    font-size: 0.9333333333em;
    line-height: 0.9333333333em;
    font-weight: 200; }
  @media screen and (max-width: 570px) {
    .content .recipe #rating, div.dialogmanager div.dialog > div > .container .recipe #rating {
      float: none;
      text-align: center; } }

.content .recipe div.recipe-info, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info {
  font-weight: normal;
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  float: left; }
  .content .recipe div.recipe-info div span, .content .recipe div.recipe-info div strong, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info div span, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info div strong {
    display: inline-block; }
  .content .recipe div.recipe-info div span, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info div span {
    text-align: right;
    padding-right: 10px;
    min-width: 160px;
    box-sizing: border-box; }
  .content .recipe div.recipe-info div strong, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info div strong {
    color: #de3b72;
    min-width: 130px;
    font-weight: 600; }
  @media screen and (max-width: 570px) {
    .content .recipe div.recipe-info, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info {
      float: none; }
      .content .recipe div.recipe-info div span, div.dialogmanager div.dialog > div > .container .recipe div.recipe-info div span {
        width: 50%; } }

.content .recipe h2.headline, div.dialogmanager div.dialog > div > .container .recipe h2.headline {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block; }
  .content .recipe h2.headline i.fa, div.dialogmanager div.dialog > div > .container .recipe h2.headline i.fa {
    color: #de3b72;
    margin-right: 10px; }

.content .recipe div.recipe-ingredients-steps-wrapper, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper {
  padding-top: 25px;
  margin-bottom: 25px;
  clear: both; }
  .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients {
    width: 220px;
    float: left;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 15px; }
    .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group {
      margin-bottom: 15px; }
      .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group strong.title, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group strong.title {
        color: #e56791;
        display: block;
        padding: 5px 0; }
      .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div {
        font-weight: normal;
        padding: 2px 70px 0 0;
        border-bottom: 1px solid #f2f2f2;
        position: relative; }
        .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div:last-of-type, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div:last-of-type {
          border-bottom: none; }
        .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div .title, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div .title {
          text-align: left;
          margin-right: 20px;
          display: inline-block; }
        .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div .amount, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients .ingredients-group > div .amount {
          color: #6f6f6f;
          display: block;
          position: absolute;
          bottom: 0;
          right: 1px;
          text-align: right;
          width: 65px; }
  .content .recipe div.recipe-ingredients-steps-wrapper .steps, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper .steps {
    padding: 15px 0 0 280px;
    box-sizing: border-box; }
    .content .recipe div.recipe-ingredients-steps-wrapper .steps .step, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper .steps .step {
      position: relative;
      padding: 15px 20px 15px 50px;
      border-bottom: 1px solid #f2f2f2; }
      .content .recipe div.recipe-ingredients-steps-wrapper .steps .step:last-of-type, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper .steps .step:last-of-type {
        border-bottom: none; }
      .content .recipe div.recipe-ingredients-steps-wrapper .steps .step p, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper .steps .step p {
        text-align: left;
        margin-bottom: 0; }
    .content .recipe div.recipe-ingredients-steps-wrapper .steps .step-number, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper .steps .step-number {
      position: absolute;
      left: 10px;
      top: 11px;
      color: #e56791;
      font-size: 1.3333333333em;
      font-weight: 300;
      width: 30px;
      text-align: center; }
  @media screen and (max-width: 700px) {
    .content .recipe div.recipe-ingredients-steps-wrapper div.ingredients, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper div.ingredients {
      float: none;
      width: auto; }
    .content .recipe div.recipe-ingredients-steps-wrapper .steps, div.dialogmanager div.dialog > div > .container .recipe div.recipe-ingredients-steps-wrapper .steps {
      padding: 25px 0 0 0; } }

.content.authors div.col {
  margin: 0 25px 25px 0;
  width: 260px;
  float: left; }
  .content.authors div.col:last-of-type {
    margin-right: 0; }
  .content.authors div.col h2 {
    margin-bottom: 15px; }
  .content.authors div.col ol {
    counter-reset: authors-list-counter; }
    .content.authors div.col ol li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 15px; }
      .content.authors div.col ol li:last-of-type {
        margin-bottom: 0; }
      .content.authors div.col ol li::before {
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        width: 25px;
        text-align: center;
        content: counter(authors-list-counter);
        counter-increment: authors-list-counter;
        color: #de3b72; }
      .content.authors div.col ol li a {
        display: block;
        vertical-align: middle;
        color: #0c0c0c;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .content.authors div.col ol li a img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          border-radius: 50%;
          overflow: hidden;
          -webkit-transition: -webkit-transform 150ms ease;
          -moz-transition: -moz-transform 150ms ease;
          -ms-transition: -ms-transform 150ms ease;
          -o-transition: -o-transform 150ms ease;
          transition: transform 150ms ease;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
        .content.authors div.col ol li a:hover img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -moz-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
  @media screen and (max-width: 1210px) {
    .content.authors div.col {
      margin: 0 auto 25px auto !important;
      float: none; } }

.content.quiz .ad.quiz-bottom-banner {
  margin-bottom: 25px; }

.content.quiz .questions {
  margin-bottom: 25px; }
  .content.quiz .questions .question {
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    margin-bottom: 25px;
    padding-bottom: 15px; }
    .content.quiz .questions .question > strong {
      display: block;
      border-bottom: 1px solid #f2f2f2;
      padding: 25px 50px;
      font-weight: normal;
      font-size: 1.6em; }
      .content.quiz .questions .question > strong span.iterator {
        display: inline-block;
        color: #6f6f6f;
        width: 42px; }
      @media screen and (max-width: 800px) {
        .content.quiz .questions .question > strong {
          font-size: 1.2em; }
          .content.quiz .questions .question > strong span.iterator {
            width: 28px; } }
  .content.quiz .questions .answer {
    display: block;
    position: relative;
    padding: 20px 50px 20px 85px;
    font-weight: normal;
    color: #6f6f6f;
    text-decoration: none; }
    .content.quiz .questions .answer:first-of-type {
      margin-top: 15px; }
    .content.quiz .questions .answer::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50px;
      width: 20px;
      height: 20px;
      border: 2px solid #a0a0a0;
      border-radius: 50%;
      margin-top: -10px;
      box-sizing: border-box; }
    .content.quiz .questions .answer:hover::before {
      border-color: #6f6f6f; }
    .content.quiz .questions .answer.selected {
      color: #6f6f6f; }
      .content.quiz .questions .answer.selected::before {
        border-color: #6f6f6f;
        border-width: 3px; }
    .content.quiz .questions .answer.correct {
      color: #469E35; }
      .content.quiz .questions .answer.correct::before {
        border-color: #469E35;
        border-width: 3px; }
    .content.quiz .questions .answer.wrong {
      color: #e74c3c; }
      .content.quiz .questions .answer.wrong::before {
        border-color: #e74c3c;
        border-width: 3px; }
    .content.quiz .questions .answer.disabled {
      color: #6f6f6f;
      opacity: 0.5; }
      .content.quiz .questions .answer.disabled::before {
        border-color: #a0a0a0; }

.content.quiz div.photo {
  position: relative;
  margin: 15px auto;
  width: fit-content;
  text-align: center;
  border: 1px solid #ebebeb;
  box-sizing: border-box; }
  .content.quiz div.photo > img {
    display: block;
    max-width: 100%;
    max-height: 480px; }
  .content.quiz div.photo span.author {
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    padding: 2px 5px;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.8);
    color: #f2f2f2;
    font-size: 0.6666666667em;
    text-transform: uppercase;
    opacity: 0.4;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px; }

.content.quiz .results .result {
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  padding: 50px; }
  .content.quiz .results .result div.photo {
    float: right;
    width: 50%; }
    .content.quiz .results .result div.photo img {
      margin: 0 auto; }
  .content.quiz .results .result div.left {
    box-sizing: border-box; }
    .content.quiz .results .result div.left strong {
      display: block;
      font-weight: bold;
      font-size: 1.6em;
      margin-bottom: 15px; }
    .content.quiz .results .result div.left span.question {
      display: block;
      margin-bottom: 10px;
      font-size: 0.8666666667em;
      color: #a0a0a0; }
    .content.quiz .results .result div.left div.share {
      margin-top: 15px;
      font-weight: normal; }
      .content.quiz .results .result div.left div.share a.button {
        display: block;
        margin-top: 10px;
        color: white;
        text-decoration: none; }
    .content.quiz .results .result div.left.half {
      float: left;
      width: 50%;
      padding-right: 25px; }
  @media screen and (max-width: 800px) {
    .content.quiz .results .result div.photo {
      float: none;
      max-width: 100%;
      width: fit-content;
      margin: 0 auto 25px auto; }
    .content.quiz .results .result div.left.half {
      float: none;
      width: auto;
      padding-right: 0;
      width: auto; }
      .content.quiz .results .result div.left.half strong {
        font-size: 1.2em; } }

.content.quiz .button.restart, .content.quiz .button.show-result {
  margin: 25px auto;
  display: block;
  width: 160px; }

.content.quiz .one-question .questions .question, .content.quiz .one-question-multi .questions .question {
  text-align: center; }
  .content.quiz .one-question .questions .question strong, .content.quiz .one-question-multi .questions .question strong {
    text-align: left; }
    .content.quiz .one-question .questions .question strong span.iterator, .content.quiz .one-question-multi .questions .question strong span.iterator {
      display: none; }

.content.quiz .one-question .answer, .content.quiz .one-question-multi .answer {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 3px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 1px;
  font-weight: normal;
  margin: 15px;
  padding: 0;
  width: 200px;
  height: 200px;
  text-align: center; }
  .content.quiz .one-question .answer::before, .content.quiz .one-question-multi .answer::before {
    display: none; }
  .content.quiz .one-question .answer:hover, .content.quiz .one-question-multi .answer:hover {
    border-color: #6f6f6f; }
  .content.quiz .one-question .answer.selected, .content.quiz .one-question-multi .answer.selected {
    color: #6f6f6f;
    border-color: #6f6f6f; }
  .content.quiz .one-question .answer div.photo, .content.quiz .one-question-multi .answer div.photo {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }
  .content.quiz .one-question .answer > span.text-wrapper, .content.quiz .one-question-multi .answer > span.text-wrapper {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle; }
    .content.quiz .one-question .answer > span.text-wrapper > span.text-container, .content.quiz .one-question-multi .answer > span.text-wrapper > span.text-container {
      text-align: center;
      position: relative;
      vertical-align: middle;
      display: table-cell;
      padding: 0 5px; }

.cookiebar p {
  font-weight: normal;
  font-size: 0.8em; }

/*!
 * Cropper v@VERSION
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: @DATE
 */
.cropper-container {
  position: relative;
  font-size: 0;
  line-height: 0;
  direction: ltr !important;
  user-select: none; }
  .cropper-container img {
    display: block;
    image-orientation: 0deg !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    width: 100%;
    height: 100%; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cropper-wrap-box {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.cropper-view-box {
  display: block;
  overflow: hidden;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  width: 100%;
  height: 100%; }

.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #eee;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .cropper-dashed.dashed-h {
    top: 33.3333333333%;
    left: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    width: 100%;
    height: 33.3333333333%; }
  .cropper-dashed.dashed-v {
    top: 0;
    left: 33.3333333333%;
    border-right-width: 1px;
    border-left-width: 1px;
    width: 33.3333333333%;
    height: 100%; }

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  .cropper-center:before, .cropper-center:after {
    position: absolute;
    display: block;
    background-color: #eee;
    content: " "; }
  .cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px; }
  .cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px; }

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10); }

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

.cropper-line {
  background-color: #39f; }
  .cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize; }
  .cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize; }
  .cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize; }
  .cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize; }

.cropper-point {
  background-color: #39f;
  width: 5px;
  height: 5px;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  .cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize; }
  .cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize; }
  .cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize; }
  .cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize; }
  .cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize; }
  .cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize; }
  .cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize; }
  .cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    cursor: se-resize;
    width: 20px;
    height: 20px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    content: " ";
    background-color: #39f;
    width: 200%;
    height: 200%;
    opacity: 0;
    filter: alpha(opacity=0); }
  @media (min-width: 768px) {
    .cropper-point.point-se {
      width: 15px;
      height: 15px; } }
  @media (min-width: 992px) {
    .cropper-point.point-se {
      width: 10px;
      height: 10px; } }
  @media (min-width: 1200px) {
    .cropper-point.point-se {
      width: 5px;
      height: 5px;
      opacity: 0.75;
      filter: alpha(opacity=75); } }

.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0); }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

#user-preview {
  width: 100%;
  height: auto; }
  #user-preview .info {
    position: relative;
    min-height: 260px; }
    #user-preview .info div.text {
      box-sizing: border-box;
      height: 225px; }
      #user-preview .info div.text h1 {
        font-size: 1.4666666667em;
        color: #171717; }
      #user-preview .info div.text .role {
        display: inline-block;
        background-color: #0082b7;
        color: white;
        padding: 1px 5px;
        border-radius: 2px;
        font-size: 0.8em; }
      #user-preview .info div.text .description {
        margin-top: 5px; }
        #user-preview .info div.text .description p {
          font-size: 0.9em;
          font-weight: normal;
          color: #a0a0a0; }
        #user-preview .info div.text .description a {
          color: #6f6f6f;
          text-decoration: none;
          font-size: 0.8666666667em; }
      @media screen and (max-width: 705px) {
        #user-preview .info div.text {
          height: auto;
          margin-bottom: 15px; } }
    #user-preview .info div.img {
      float: left;
      min-width: 250px;
      height: 260px;
      margin-right: 20px;
      text-align: center; }
      @media screen and (max-width: 705px) {
        #user-preview .info div.img {
          float: none;
          margin: 0;
          margin-bottom: 25px; } }
  #user-preview .content {
    width: 100%;
    height: auto; }
    #user-preview .content h2 {
      font-size: 1.0666666667em;
      color: #6f6f6f;
      margin: 15px 0px; }

.dialog .user-profile .photo {
  max-width: 400px;
  margin: 0 auto; }
  .dialog .user-profile .photo img {
    max-width: 100%; }

.dialog .user-profile input {
  margin-top: 4.1px; }
  .dialog .user-profile input.error {
    color: red; }

.dialog .user-profile input[type=file]::-webkit-file-upload-button {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 20px;
  text-decoration: none !important;
  font-size: 0.7333333333em;
  border: 1px solid #171717;
  background: white;
  color: #171717;
  border-radius: 2px;
  -webkit-touch-callout: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 120ms ease-in-out;
  -moz-transition: 120ms ease-in-out;
  -o-transition: 120ms ease-in-out;
  transition: 120ms ease-in-out;
  font-size: 0.6666666667em;
  font-weight: 500; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button:hover {
    background-color: #171717;
    color: white; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button.green {
    border-color: #469E35;
    color: #469E35; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.green:hover {
      border-color: #469E35;
      background: #469E35;
      color: white; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button.pink {
    border-color: #de3b72;
    color: #de3b72; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.pink:hover {
      border-color: #de3b72;
      background: #de3b72;
      color: white; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button.red {
    border-color: #fc2828;
    color: #fc2828; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.red:hover {
      border-color: #fc2828;
      background: #fc2828;
      color: white; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button.main {
    border-color: #de3b72;
    color: #de3b72; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.main:hover {
      border-color: #de3b72;
      background: #de3b72;
      color: white; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button.light {
    border-color: #e4e4e4;
    color: #6f6f6f !important; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.light:hover {
      border-color: #e4e4e4;
      background: #e4e4e4;
      color: #171717; }
  .dialog .user-profile input[type=file]::-webkit-file-upload-button.fb {
    border-color: #3c5a99;
    color: white !important;
    background: #3c5a99; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.fb i.fa-facebook-square {
      font-size: 2em;
      margin-right: 5px;
      vertical-align: sub; }
    .dialog .user-profile input[type=file]::-webkit-file-upload-button.fb:hover {
      border-color: #3c5a99;
      background: #4e71ba;
      color: white; }

@media screen and (max-width: 629px) and (min-width: 599px), screen and (max-width: 394px) {
  .dialog .user-profile .rules {
    margin-top: 6px; }
  .dialog .user-profile input {
    margin-top: 6px; } }

#user-delete-confirm {
  padding: 20px;
  font-weight: normal; }
  #user-delete-confirm p {
    margin-bottom: 20px; }
    #user-delete-confirm p a {
      color: #de3b72; }

#wall {
  position: relative; }
  #wall h1 {
    margin-bottom: 30px; }
  #wall .controls {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 20px; }
    #wall .controls:after {
      content: '';
      display: table;
      clear: both; }
    #wall .controls .add-item {
      padding: 4px 25px; }
    #wall .controls .filter {
      margin-left: 10px; }
    @media screen and (max-width: 1210px) {
      #wall .controls {
        padding: 20px; } }
    @media screen and (max-width: 650px) {
      #wall .controls {
        position: relative;
        padding: 0; }
        #wall .controls .filter {
          float: right; } }
    @media screen and (max-width: 450px) {
      #wall .controls .filter {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0 0 0; } }
  #wall .items {
    width: 100%;
    height: fit-content;
    text-align: center;
    margin-top: 10px; }
    #wall .items .item {
      position: relative;
      display: inline-block;
      width: 269px;
      box-shadow: #6f6f6f 2px 2px 10px;
      border-radius: 3px;
      vertical-align: top;
      margin: 0 10px 20px 10px;
      -webkit-transition: box-shadow 200ms ease;
      -moz-transition: box-shadow 200ms ease;
      -ms-transition: box-shadow 200ms ease;
      -o-transition: box-shadow 200ms ease;
      transition: box-shadow 200ms ease; }
      #wall .items .item:hover {
        box-shadow: #6f6f6f 2px 2px 18px; }
      #wall .items .item .photo {
        border-radius: 3px 3px 0 0; }
        #wall .items .item .photo img {
          display: block;
          width: 100%;
          height: 287px;
          border-radius: 3px 3px 0 0;
          cursor: zoom-in; }
      #wall .items .item a.remove-item {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 12px;
        font-size: 1.3em;
        color: white;
        text-shadow: #000 1px 1px 2px;
        background-color: transparent;
        border: none; }
      #wall .items .item .panel {
        position: relative;
        display: block;
        box-sizing: border-box;
        padding: 10px 20px 20px 20px;
        height: 125px;
        overflow-y: hidden; }
        #wall .items .item .panel:after {
          content: '';
          position: absolute;
          display: block;
          bottom: 0;
          left: 0;
          height: 60px;
          width: 100%;
          border-radius: 3px;
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, white 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, white 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, white 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
          /* IE6-9 */ }
        #wall .items .item .panel .author, #wall .items .item .panel .date {
          display: block;
          color: #a0a0a0;
          font-size: 0.8em;
          margin-bottom: 5px; }
          #wall .items .item .panel .author i, #wall .items .item .panel .date i {
            color: #a0a0a0;
            margin-right: 5px; }
        #wall .items .item .panel .author {
          width: 60%;
          float: left;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        #wall .items .item .panel .date {
          width: 40%;
          float: right;
          text-align: right; }
        #wall .items .item .panel .title {
          display: block;
          width: 180px;
          color: #6f6f6f;
          float: left;
          text-align: left; }
        #wall .items .item .panel .rate {
          display: block;
          width: 49px;
          float: right;
          text-align: right;
          white-space: nowrap; }
          #wall .items .item .panel .rate i {
            color: #e74c3c;
            margin-left: 2px; }

.dialog .wall-item input[type=file]::-webkit-file-upload-button {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 20px;
  text-decoration: none !important;
  font-size: 0.7333333333em;
  border: 1px solid #171717;
  background: white;
  color: #171717;
  border-radius: 2px;
  -webkit-touch-callout: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 120ms ease-in-out;
  -moz-transition: 120ms ease-in-out;
  -o-transition: 120ms ease-in-out;
  transition: 120ms ease-in-out;
  font-size: 0.6666666667em;
  font-weight: 500; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button:hover {
    background-color: #171717;
    color: white; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button.green {
    border-color: #469E35;
    color: #469E35; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.green:hover {
      border-color: #469E35;
      background: #469E35;
      color: white; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button.pink {
    border-color: #de3b72;
    color: #de3b72; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.pink:hover {
      border-color: #de3b72;
      background: #de3b72;
      color: white; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button.red {
    border-color: #fc2828;
    color: #fc2828; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.red:hover {
      border-color: #fc2828;
      background: #fc2828;
      color: white; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button.main {
    border-color: #de3b72;
    color: #de3b72; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.main:hover {
      border-color: #de3b72;
      background: #de3b72;
      color: white; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button.light {
    border-color: #e4e4e4;
    color: #6f6f6f !important; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.light:hover {
      border-color: #e4e4e4;
      background: #e4e4e4;
      color: #171717; }
  .dialog .wall-item input[type=file]::-webkit-file-upload-button.fb {
    border-color: #3c5a99;
    color: white !important;
    background: #3c5a99; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.fb i.fa-facebook-square {
      font-size: 2em;
      margin-right: 5px;
      vertical-align: sub; }
    .dialog .wall-item input[type=file]::-webkit-file-upload-button.fb:hover {
      border-color: #3c5a99;
      background: #4e71ba;
      color: white; }

#wall-item {
  margin: 0;
  padding: 0;
  height: 100%; }
  #wall-item #main {
    padding: 0;
    margin: 0;
    height: 100%; }
    #wall-item #main .content {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
      #wall-item #main .content .left {
        position: relative;
        margin-right: 400px;
        box-sizing: border-box;
        height: 100%; }
        #wall-item #main .content .left .photo-wrapper {
          display: table;
          width: 100%;
          height: 100%;
          background-color: black; }
          #wall-item #main .content .left .photo-wrapper .photo {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle; }
            #wall-item #main .content .left .photo-wrapper .photo img {
              max-width: 100%;
              display: block;
              margin: 0 auto; }
        #wall-item #main .content .left a.control {
          position: absolute;
          display: block;
          top: 50%;
          margin-top: -2055px;
          height: 40px;
          padding: 2000px 40px;
          font-size: 4em;
          color: rgba(255, 255, 255, 0.3);
          box-sizing: border-box;
          -webkit-transition-property: "color, text-shadow";
          -moz-transition-property: "color, text-shadow";
          -ms-transition-property: "color, text-shadow";
          -o-transition-property: "color, text-shadow";
          transition-property: "color, text-shadow";
          -webkit-transition-duration: 250ms;
          -moz-transition-duration: 250ms;
          -ms-transition-duration: 250ms;
          -o-transition-duration: 250ms;
          transition-duration: 250ms;
          -webkit-transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          -ms-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          transition-timing-function: ease; }
          #wall-item #main .content .left a.control:hover {
            color: white;
            text-shadow: #333 1px 1px 2px; }
          #wall-item #main .content .left a.control.next {
            right: 0;
            text-align: right;
            width: 60%; }
          #wall-item #main .content .left a.control.previous {
            left: 0;
            text-align: left;
            width: 40%; }
      #wall-item #main .content .right {
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        box-sizing: border-box;
        padding: 25px 20px 0 20px; }
        #wall-item #main .content .right .title {
          display: block;
          margin-bottom: 25px;
          font-weight: normal; }
        #wall-item #main .content .right .social .rate {
          margin-left: 6px; }
          #wall-item #main .content .right .social .rate .rate-item {
            display: inline-block;
            margin-right: 20px; }
            #wall-item #main .content .right .social .rate .rate-item i {
              color: #e74c3c; }
        #wall-item #main .content .right .social .share {
          display: inline-block; }
        #wall-item #main .content .right .social .comments {
          margin-top: 25px; }
  @media screen and (max-width: 850px) {
    #wall-item {
      height: auto; }
      #wall-item #main .content .left {
        margin: 0;
        height: auto; }
      #wall-item #main .content .right {
        position: relative;
        width: 100%;
        padding: 0 25px;
        margin-top: 20px; }
        #wall-item #main .content .right .social .comments {
          margin-bottom: 20px; } }

.likebox {
  margin-bottom: 20px;
  border: 1px solid #3c5a99;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
  clear: both; }
  .likebox > * {
    display: block;
    height: 50px;
    line-height: 52px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    box-sizing: border-box;
    position: relative; }
  .likebox > div.like {
    color: #3c5a99;
    width: 40%; }
    .likebox > div.like > div {
      display: inline-block;
      padding: 0 120px 0 50px;
      position: relative; }
      .likebox > div.like > div i.fa {
        margin-right: 5px; }
      @media screen and (max-width: 900px) {
        .likebox > div.like > div {
          padding: 0 110px 0 20px; }
          .likebox > div.like > div::before, .likebox > div.like > div::after {
            display: none; } }
      .likebox > div.like > div > div.fb-like {
        width: 92px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px; }
        .likebox > div.like > div > div.fb-like > span {
          vertical-align: top !important; }
  .likebox > a.share {
    background: #3c5a99;
    color: white;
    border-radius: 4px;
    padding: 0 40px;
    width: 40%;
    height: 44px;
    top: 3px;
    line-height: 44px;
    text-decoration: none; }
    .likebox > a.share i.fa {
      margin-right: 10px; }
    .likebox > a.share::after {
      position: absolute;
      content: '';
      display: block;
      width: 0;
      height: 0;
      top: 50%;
      margin-top: -5px;
      right: -10px;
      border-left: 10px solid #3c5a99;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .likebox > a.share:hover {
      background: #2f4981;
      text-decoration: none;
      color: white; }
  .likebox > span.likes {
    padding: 0 50px;
    width: 20%; }
  @media screen and (max-width: 700px) {
    .likebox {
      height: 100px; }
      .likebox > div.like {
        width: 100%;
        float: none;
        border-bottom: 1px solid #3c5a99; }
      .likebox > a.share {
        clear: left;
        width: 60%;
        border-top: 1px solid #3c5a99;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
      .likebox > span.likes {
        width: 40%; } }
  @media screen and (max-width: 500px) {
    .likebox {
      height: 80px; }
      .likebox > * {
        font-size: 0.9333333333em;
        height: 40px;
        line-height: 42px; }
      .likebox > div.like > div > div.fb-like {
        height: 40px; }
      .likebox > a.share {
        height: 34px;
        line-height: 34px; } }

div.buttons {
  padding: 30px 10px; }

input[type=checkbox] {
  cursor: pointer; }

input[type=text], input[type=search], input[type=email], input[type=password], input[type=date], textarea, select, div.tagsinput {
  background: white;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 15px 25px;
  max-width: 100%;
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  color: #333333;
  -webkit-appearance: none; }
  input[type=text]:last-of-type, input[type=search]:last-of-type, input[type=email]:last-of-type, input[type=password]:last-of-type, input[type=date]:last-of-type, textarea:last-of-type, select:last-of-type, div.tagsinput:last-of-type {
    margin-bottom: 0; }
  input[type=text]:hover, input[type=text]:focus, input[type=search]:hover, input[type=search]:focus, input[type=email]:hover, input[type=email]:focus, input[type=password]:hover, input[type=password]:focus, input[type=date]:hover, input[type=date]:focus, textarea:hover, textarea:focus, select:hover, select:focus, div.tagsinput:hover, div.tagsinput:focus {
    border-color: #dedede; }
  input[type=text]:disabled, input[type=text].disabled, input[type=text][readonly], input[type=search]:disabled, input[type=search].disabled, input[type=search][readonly], input[type=email]:disabled, input[type=email].disabled, input[type=email][readonly], input[type=password]:disabled, input[type=password].disabled, input[type=password][readonly], input[type=date]:disabled, input[type=date].disabled, input[type=date][readonly], textarea:disabled, textarea.disabled, textarea[readonly], select:disabled, select.disabled, select[readonly], div.tagsinput:disabled, div.tagsinput.disabled, div.tagsinput[readonly] {
    background: #f9f9f9 !important;
    cursor: not-allowed; }
  input[type=text].error, input[type=search].error, input[type=email].error, input[type=password].error, input[type=date].error, textarea.error, select.error, div.tagsinput.error {
    border-color: #fc2828;
    background-color: #fff1f1; }
  input[type=text] ::-webkit-input-placeholder, input[type=search] ::-webkit-input-placeholder, input[type=email] ::-webkit-input-placeholder, input[type=password] ::-webkit-input-placeholder, input[type=date] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder, select ::-webkit-input-placeholder, div.tagsinput ::-webkit-input-placeholder {
    color: #a0a0a0; }
  input[type=text] :-moz-placeholder, input[type=search] :-moz-placeholder, input[type=email] :-moz-placeholder, input[type=password] :-moz-placeholder, input[type=date] :-moz-placeholder, textarea :-moz-placeholder, select :-moz-placeholder, div.tagsinput :-moz-placeholder {
    color: #a0a0a0; }
  input[type=text] ::-moz-placeholder, input[type=search] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=password] ::-moz-placeholder, input[type=date] ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder, div.tagsinput ::-moz-placeholder {
    color: #a0a0a0; }
  input[type=text] :-ms-input-placeholder, input[type=search] :-ms-input-placeholder, input[type=email] :-ms-input-placeholder, input[type=password] :-ms-input-placeholder, input[type=date] :-ms-input-placeholder, textarea :-ms-input-placeholder, select :-ms-input-placeholder, div.tagsinput :-ms-input-placeholder {
    color: #a0a0a0; }

textarea {
  padding: 25px; }

form {
  width: 100%; }
  form select {
    cursor: pointer; }
  form input[type=submit] {
    text-align: center;
    font-weight: 300; }
  form ul.error {
    margin: 5px 0 15px 0; }
    form ul.error li {
      display: block;
      padding: 15px;
      background: #e74c3c;
      color: white;
      font-weight: normal;
      border-radius: 3px; }
  form label {
    display: block;
    padding: 10px 0;
    font-weight: normal; }
    form label a {
      color: #88b0ce;
      text-decoration: underline; }
      form label a:hover {
        text-decoration: none; }
    form label.inline {
      display: inline-block;
      margin-right: 10px; }
  form .sub-label {
    margin: 0 0 10px 0;
    font-size: 0.9em;
    display: block; }
  form .g-recaptcha {
    max-width: 100%; }
  form table {
    width: 100%;
    table-layout: fixed;
    margin: 5px 0; }
    form table td, form table th {
      padding: 5px 15px 5px 15px; }
    form table th {
      display: table-cell;
      vertical-align: top;
      text-align: right;
      width: 150px; }
      form table th label {
        display: block; }
    form table tr {
      border-bottom: 1px solid white; }
      form table tr:last-of-type {
        border-bottom: none; }
        form table tr:last-of-type td, form table tr:last-of-type th {
          background: initial; }
      form table tr.required label.required {
        position: relative; }
        form table tr.required label.required::after {
          content: '*';
          display: block;
          color: #de3b72;
          position: absolute;
          top: 6px;
          right: -12px; }
    @media screen and (max-width: 600px) {
      form table tr {
        display: block; }
        form table tr th, form table tr td {
          display: block; }
        form table tr th {
          width: auto;
          text-align: left;
          padding-top: 10px;
          padding-bottom: 0; }
          form table tr th label {
            padding: 0; }
        form table tr.required label.required::after {
          display: inline-block;
          margin-left: 5px;
          position: static; } }
  form .control-group {
    margin-bottom: 10px; }
    form .control-group.buttons {
      margin-top: 40px; }
      form .control-group.buttons input, form .control-group.buttons button, form .control-group.buttons a.button {
        top: 0; }
        @media screen and (max-width: 600px) {
          form .control-group.buttons input, form .control-group.buttons button, form .control-group.buttons a.button {
            width: 100%;
            box-sizing: border-box;
            display: block;
            clear: both;
            margin-bottom: 10px;
            line-height: 25px; } }
  form .controls-row {
    margin-bottom: 5px; }
  form.search {
    width: 345px;
    height: 47px;
    margin: 10px auto;
    white-space: nowrap; }
    form.search > * {
      display: block;
      float: left;
      height: 47px;
      box-sizing: border-box; }
    form.search input[type=search], form.search input[type=text] {
      width: 228px;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    form.search button {
      line-height: 45px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

/* jsApi */
.ad:not(#fixed-ad),
widget[data-type=ad] {
  /* all Sklik formats (default, DRTG, ETA) */ }
  .ad:not(#fixed-ad) .sklik-ads,
  .ad:not(#fixed-ad) .sklik-drtg-ads,
  .ad:not(#fixed-ad) .sklik-eta-ads,
  widget[data-type=ad] .sklik-ads,
  widget[data-type=ad] .sklik-drtg-ads,
  widget[data-type=ad] .sklik-eta-ads {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 15px;
    text-align: left; }
    .ad:not(#fixed-ad) .sklik-ads:after,
    .ad:not(#fixed-ad) .sklik-drtg-ads:after,
    .ad:not(#fixed-ad) .sklik-eta-ads:after,
    widget[data-type=ad] .sklik-ads:after,
    widget[data-type=ad] .sklik-drtg-ads:after,
    widget[data-type=ad] .sklik-eta-ads:after {
      content: "";
      display: table;
      clear: both; }
    .ad:not(#fixed-ad) .sklik-ads .sklik-ad,
    .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad,
    .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad,
    .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad,
    widget[data-type=ad] .sklik-ads .sklik-ad,
    widget[data-type=ad] .sklik-ads .sklik-drtg-ad,
    widget[data-type=ad] .sklik-ads .sklik-eta-ad,
    widget[data-type=ad] .sklik-ads .sklik-combined-ad,
    widget[data-type=ad] .sklik-drtg-ads .sklik-ad,
    widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad,
    widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad,
    widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad,
    widget[data-type=ad] .sklik-eta-ads .sklik-ad,
    widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad,
    widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad,
    widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad {
      width: 50%;
      float: left;
      padding-bottom: 20px;
      box-sizing: border-box; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad:nth-child(even),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad:nth-child(even),
      widget[data-type=ad] .sklik-ads .sklik-ad:nth-child(even),
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad:nth-child(even),
      widget[data-type=ad] .sklik-ads .sklik-eta-ad:nth-child(even),
      widget[data-type=ad] .sklik-ads .sklik-combined-ad:nth-child(even),
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad:nth-child(even),
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad:nth-child(even),
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad:nth-child(even),
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad:nth-child(even),
      widget[data-type=ad] .sklik-eta-ads .sklik-ad:nth-child(even),
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad:nth-child(even),
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad:nth-child(even),
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad:nth-child(even) {
        padding-left: 10px; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad:nth-child(odd),
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad:nth-child(odd),
      widget[data-type=ad] .sklik-ads .sklik-ad:nth-child(odd),
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad:nth-child(odd),
      widget[data-type=ad] .sklik-ads .sklik-eta-ad:nth-child(odd),
      widget[data-type=ad] .sklik-ads .sklik-combined-ad:nth-child(odd),
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad:nth-child(odd),
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad:nth-child(odd),
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad:nth-child(odd),
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad:nth-child(odd),
      widget[data-type=ad] .sklik-eta-ads .sklik-ad:nth-child(odd),
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad:nth-child(odd),
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad:nth-child(odd),
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad:nth-child(odd) {
        padding-right: 10px; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad:after,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad:after,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad:after,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad:after,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad:after,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad:after,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad:after,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad:after,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad:after,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad:after,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad:after,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad:after,
      widget[data-type=ad] .sklik-ads .sklik-ad:after,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad:after,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad:after,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad:after,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad:after,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad:after,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad:after,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad:after,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad:after,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad:after,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad:after,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 1200px) {
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad,
        widget[data-type=ad] .sklik-ads .sklik-ad,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad {
          width: 100%;
          float: none;
          padding: 0 10px 20px 10px; } }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen {
        display: inline-block;
        width: 28%;
        float: left;
        margin-right: 2%; }
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen a {
          display: block; }
          .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img a img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img a img,
          widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen a img {
            width: 100%;
            max-width: 250px; }
      @media screen and (max-width: 1200px) {
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad,
        widget[data-type=ad] .sklik-ads .sklik-ad,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad {
          text-align: center; }
          .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen,
          .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-img,
          widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen,
          widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-img {
            display: block;
            float: none;
            width: 100%; } }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-title,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-title,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-title,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-title,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-title,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-title,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-title {
        display: inline-block;
        width: 70%;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.2em; }
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-title a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-title a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-title a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-title a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-title a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-title a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-title a {
          display: block;
          color: #171717; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-button,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-button,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-button {
        display: none; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-price,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-price,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-price {
        display: none; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-text,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-text,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-text {
        display: inline-block;
        margin-top: 2px; }
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-drtg-text a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-drtg-text a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-drtg-text a {
          color: #171717;
          font-weight: 800;
          padding: 1px 8px;
          border: 1px solid #171717;
          border-radius: 2px; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-favicon,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-favicon,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-favicon {
        display: none; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-desc,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-descr1,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-descr2,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-descr1,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-descr2,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-descr1,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-descr2,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-descr1,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-descr2,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-descr1,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-descr2,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-descr1,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-descr2,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-descr1,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-descr2,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-descr1,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-descr2,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-descr1,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-descr2,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-descr1,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-descr2,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-descr1,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-descr2,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-descr1,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-descr2,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-desc,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-descr1,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-descr2,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-desc {
        display: inline-block;
        width: 70%;
        font-weight: normal;
        font-size: 0.9em;
        line-height: 2em; }
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-desc a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-descr1 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-descr2 a,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-desc a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-descr1 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-descr2 a,
        widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-desc a {
          color: #171717;
          display: block; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad .sklik-eta-url,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-ads .sklik-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad .sklik-eta-url,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad .sklik-eta-url {
        display: none; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-ads .sklik-eta-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-ads .sklik-combined-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-eta-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-combined-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-eta-ad:hover .sklik-eta-title a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-combined-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-ads .sklik-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-ads .sklik-drtg-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-ads .sklik-eta-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-ads .sklik-combined-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-eta-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-combined-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-eta-ads .sklik-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-eta-ads .sklik-eta-ad:hover .sklik-eta-title a,
      widget[data-type=ad] .sklik-eta-ads .sklik-combined-ad:hover .sklik-eta-title a {
        text-decoration: underline; }
    .ad:not(#fixed-ad) .sklik-ads .sklik-url,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-url,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-url,
    widget[data-type=ad] .sklik-ads .sklik-url,
    widget[data-type=ad] .sklik-drtg-ads .sklik-url,
    widget[data-type=ad] .sklik-eta-ads .sklik-url {
      display: block; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-url a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-url a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-url a,
      widget[data-type=ad] .sklik-ads .sklik-url a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-url a,
      widget[data-type=ad] .sklik-eta-ads .sklik-url a {
        color: #171717; }
    .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-logo-url,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-logo-url,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-logo-url,
    widget[data-type=ad] .sklik-ads .sklik-drtg-logo-url,
    widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-logo-url,
    widget[data-type=ad] .sklik-eta-ads .sklik-drtg-logo-url {
      display: none; }
    .ad:not(#fixed-ad) .sklik-ads .sklik-mark,
    .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-mark,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-mark,
    .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-mark,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-mark,
    .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-mark,
    widget[data-type=ad] .sklik-ads .sklik-mark,
    widget[data-type=ad] .sklik-ads .sklik-drtg-mark,
    widget[data-type=ad] .sklik-drtg-ads .sklik-mark,
    widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-mark,
    widget[data-type=ad] .sklik-eta-ads .sklik-mark,
    widget[data-type=ad] .sklik-eta-ads .sklik-drtg-mark {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: gray;
      font-family: "Open Sans", sans-serif;
      font-size: 0.6em;
      font-weight: 400; }
      .ad:not(#fixed-ad) .sklik-ads .sklik-mark a,
      .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-mark a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-mark a,
      .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-mark a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-mark a,
      .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-mark a,
      widget[data-type=ad] .sklik-ads .sklik-mark a,
      widget[data-type=ad] .sklik-ads .sklik-drtg-mark a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-mark a,
      widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-mark a,
      widget[data-type=ad] .sklik-eta-ads .sklik-mark a,
      widget[data-type=ad] .sklik-eta-ads .sklik-drtg-mark a {
        color: #6f6f6f;
        text-decoration: none; }
        .ad:not(#fixed-ad) .sklik-ads .sklik-mark a:hover,
        .ad:not(#fixed-ad) .sklik-ads .sklik-drtg-mark a:hover,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-mark a:hover,
        .ad:not(#fixed-ad) .sklik-drtg-ads .sklik-drtg-mark a:hover,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-mark a:hover,
        .ad:not(#fixed-ad) .sklik-eta-ads .sklik-drtg-mark a:hover,
        widget[data-type=ad] .sklik-ads .sklik-mark a:hover,
        widget[data-type=ad] .sklik-ads .sklik-drtg-mark a:hover,
        widget[data-type=ad] .sklik-drtg-ads .sklik-mark a:hover,
        widget[data-type=ad] .sklik-drtg-ads .sklik-drtg-mark a:hover,
        widget[data-type=ad] .sklik-eta-ads .sklik-mark a:hover,
        widget[data-type=ad] .sklik-eta-ads .sklik-drtg-mark a:hover {
          color: #6f6f6f;
          text-decoration: underline; }
  .ad:not(#fixed-ad) .sklik-banner,
  widget[data-type=ad] .sklik-banner {
    margin: 5px 0 0 0; }
    .ad:not(#fixed-ad) .sklik-banner .sklik-mark,
    widget[data-type=ad] .sklik-banner .sklik-mark {
      display: none; }

/* Under controls arrow */
.ad.near-control .sklik-ad,
.ad.near-control .sklik-eta-ad {
  position: relative;
  width: 100% !important;
  float: none !important;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0 !important; }
  .ad.near-control .sklik-ad .sklik-url,
  .ad.near-control .sklik-ad .sklik-eta-url,
  .ad.near-control .sklik-eta-ad .sklik-url,
  .ad.near-control .sklik-eta-ad .sklik-eta-url {
    display: block !important; }
    .ad.near-control .sklik-ad .sklik-url a,
    .ad.near-control .sklik-ad .sklik-eta-url a,
    .ad.near-control .sklik-eta-ad .sklik-url a,
    .ad.near-control .sklik-eta-ad .sklik-eta-url a {
      color: white;
      font-size: 0; }
      .ad.near-control .sklik-ad .sklik-url a:after,
      .ad.near-control .sklik-ad .sklik-eta-url a:after,
      .ad.near-control .sklik-eta-ad .sklik-url a:after,
      .ad.near-control .sklik-eta-ad .sklik-eta-url a:after {
        position: relative;
        content: 'dal\0161\00ED\0020informace';
        margin: 0 auto;
        font-size: 15px;
        font-weight: 100;
        margin-top: 20px;
        color: white;
        padding: 5px 65px;
        background-color: #555;
        border-radius: 5px; }

/*  */
#fixed-ad {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 180;
  text-align: center; }
  #fixed-ad .sklik-ads, #fixed-ad .sklik-drtg-ads, #fixed-ad .sklik-eta-ads {
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 105px;
    background-color: #111;
    -webkit-transition: -webkit-transform 1200ms ease;
    -moz-transition: -moz-transform 1200ms ease;
    -ms-transition: -ms-transform 1200ms ease;
    -o-transition: -o-transform 1200ms ease;
    transition: transform 1200ms ease;
    transform: translateY(100px);
    cursor: pointer; }
    #fixed-ad .sklik-ads.move-up, #fixed-ad .sklik-drtg-ads.move-up, #fixed-ad .sklik-eta-ads.move-up {
      transform: translateY(0px); }
    #fixed-ad .sklik-ads .sklik-ad, #fixed-ad .sklik-drtg-ads .sklik-ad, #fixed-ad .sklik-eta-ads .sklik-ad {
      position: relative;
      width: 100%;
      height: 105px;
      left: 50%;
      margin-left: -350px;
      max-width: 700px;
      padding: 5px 10px;
      box-sizing: border-box;
      text-align: center;
      background-color: #111; }
      #fixed-ad .sklik-ads .sklik-ad .sklik-title, #fixed-ad .sklik-drtg-ads .sklik-ad .sklik-title, #fixed-ad .sklik-eta-ads .sklik-ad .sklik-title {
        display: block;
        text-align: center;
        padding-top: 5px;
        font-size: 1.3em; }
        #fixed-ad .sklik-ads .sklik-ad .sklik-title a, #fixed-ad .sklik-drtg-ads .sklik-ad .sklik-title a, #fixed-ad .sklik-eta-ads .sklik-ad .sklik-title a {
          color: white; }
      #fixed-ad .sklik-ads .sklik-ad .sklik-descr1,
      #fixed-ad .sklik-ads .sklik-ad .sklik-descr2, #fixed-ad .sklik-drtg-ads .sklik-ad .sklik-descr1,
      #fixed-ad .sklik-drtg-ads .sklik-ad .sklik-descr2, #fixed-ad .sklik-eta-ads .sklik-ad .sklik-descr1,
      #fixed-ad .sklik-eta-ads .sklik-ad .sklik-descr2 {
        color: #facd00; }
    #fixed-ad .sklik-ads .sklik-drtg-ad, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad, #fixed-ad .sklik-eta-ads .sklik-drtg-ad {
      text-align: left;
      padding: 5px; }
      #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-title, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-title, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-title {
        font-weight: 700;
        font-size: 1em;
        line-height: 1.3em; }
        #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-title a, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-title a, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-title a {
          display: block;
          color: #fff; }
      #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-img, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img {
        display: inline-block;
        float: left;
        margin-right: 10px;
        height: 100%; }
        #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-img a, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img a, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img a {
          display: block;
          height: 100%; }
          #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-img a img, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-img a img, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-img a img {
            width: 100%;
            max-width: 100px;
            max-height: 100%; }
      #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-button, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-button, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-button {
        display: inline-block;
        float: right;
        line-height: 3em; }
        #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-button a, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-button a, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-button a {
          display: inline-block;
          line-height: 1.4em;
          font-weight: 400;
          padding: 0 4px;
          border-radius: 2px;
          background-color: #fc2828;
          color: white; }
      #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-text, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-text, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-text {
        position: absolute;
        display: inline-block;
        top: 70px;
        line-height: 1.4em;
        font-weight: 400;
        padding: 0 4px;
        border-radius: 2px;
        background-color: #fc2828; }
        #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-text a, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-text a, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-text a {
          color: white; }
      #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-drtg-price, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-drtg-price, #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-drtg-price {
        display: none; }
    #fixed-ad .sklik-ads .sklik-eta-ad,
    #fixed-ad .sklik-ads .sklik-combined-ad, #fixed-ad .sklik-drtg-ads .sklik-eta-ad,
    #fixed-ad .sklik-drtg-ads .sklik-combined-ad, #fixed-ad .sklik-eta-ads .sklik-eta-ad,
    #fixed-ad .sklik-eta-ads .sklik-combined-ad {
      text-align: left;
      padding: 5px 15px 5px 120px; }
      #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-screen,
      #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-screen, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen,
      #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen,
      #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen {
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-screen img,
        #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-screen img, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-screen img,
        #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-screen img, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-screen img,
        #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-screen img {
          width: 105px; }
      #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-favicon,
      #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-favicon, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-favicon,
      #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-favicon, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-favicon,
      #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-favicon {
        display: none; }
      #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-title,
      #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-title, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title,
      #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-title, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-title,
      #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-title {
        display: inline-block;
        font-weight: normal;
        font-size: 1.1em;
        line-height: 1.3em; }
        #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-title a,
        #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-title a, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title a,
        #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-title a, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-title a,
        #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-title a {
          display: block;
          color: #fff; }
      #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-desc,
      #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-desc, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-desc,
      #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-desc, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-desc,
      #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-desc {
        display: inline-block;
        font-weight: normal;
        font-size: 0.9em;
        line-height: 1.3em; }
        #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-desc a,
        #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-desc a, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-desc a,
        #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-desc a, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-desc a,
        #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-desc a {
          color: #facd00;
          display: block;
          margin-top: 5px; }
      #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-url,
      #fixed-ad .sklik-ads .sklik-combined-ad .sklik-eta-url, #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-url,
      #fixed-ad .sklik-drtg-ads .sklik-combined-ad .sklik-eta-url, #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-url,
      #fixed-ad .sklik-eta-ads .sklik-combined-ad .sklik-eta-url {
        display: none; }
      #fixed-ad .sklik-ads .sklik-eta-ad:hover .sklik-eta-title a,
      #fixed-ad .sklik-ads .sklik-combined-ad:hover .sklik-eta-title a, #fixed-ad .sklik-drtg-ads .sklik-eta-ad:hover .sklik-eta-title a,
      #fixed-ad .sklik-drtg-ads .sklik-combined-ad:hover .sklik-eta-title a, #fixed-ad .sklik-eta-ads .sklik-eta-ad:hover .sklik-eta-title a,
      #fixed-ad .sklik-eta-ads .sklik-combined-ad:hover .sklik-eta-title a {
        text-decoration: underline; }
    #fixed-ad .sklik-ads .sklik-drtg-ad,
    #fixed-ad .sklik-ads .sklik-eta-ad, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad,
    #fixed-ad .sklik-drtg-ads .sklik-eta-ad, #fixed-ad .sklik-eta-ads .sklik-drtg-ad,
    #fixed-ad .sklik-eta-ads .sklik-eta-ad {
      position: relative;
      width: 100%;
      height: 105px;
      left: 50%;
      margin-left: -350px;
      max-width: 700px;
      box-sizing: border-box;
      background-color: #111; }
      #fixed-ad .sklik-ads .sklik-drtg-ad:after,
      #fixed-ad .sklik-ads .sklik-eta-ad:after, #fixed-ad .sklik-drtg-ads .sklik-drtg-ad:after,
      #fixed-ad .sklik-drtg-ads .sklik-eta-ad:after, #fixed-ad .sklik-eta-ads .sklik-drtg-ad:after,
      #fixed-ad .sklik-eta-ads .sklik-eta-ad:after {
        content: "";
        display: table;
        clear: both; }
    @media screen and (max-width: 700px) {
      #fixed-ad .sklik-ads .sklik-ad,
      #fixed-ad .sklik-ads .sklik-drtg-ad,
      #fixed-ad .sklik-ads .sklik-eta-ad, #fixed-ad .sklik-drtg-ads .sklik-ad,
      #fixed-ad .sklik-drtg-ads .sklik-drtg-ad,
      #fixed-ad .sklik-drtg-ads .sklik-eta-ad, #fixed-ad .sklik-eta-ads .sklik-ad,
      #fixed-ad .sklik-eta-ads .sklik-drtg-ad,
      #fixed-ad .sklik-eta-ads .sklik-eta-ad {
        left: 0;
        margin-left: 0; }
        #fixed-ad .sklik-ads .sklik-ad .sklik-eta-title,
        #fixed-ad .sklik-ads .sklik-drtg-ad .sklik-eta-title,
        #fixed-ad .sklik-ads .sklik-eta-ad .sklik-eta-title, #fixed-ad .sklik-drtg-ads .sklik-ad .sklik-eta-title,
        #fixed-ad .sklik-drtg-ads .sklik-drtg-ad .sklik-eta-title,
        #fixed-ad .sklik-drtg-ads .sklik-eta-ad .sklik-eta-title, #fixed-ad .sklik-eta-ads .sklik-ad .sklik-eta-title,
        #fixed-ad .sklik-eta-ads .sklik-drtg-ad .sklik-eta-title,
        #fixed-ad .sklik-eta-ads .sklik-eta-ad .sklik-eta-title {
          display: inline; } }
    #fixed-ad .sklik-ads .sklik-url,
    #fixed-ad .sklik-ads .sklik-drtg-logo-url,
    #fixed-ad .sklik-ads .sklik-mark,
    #fixed-ad .sklik-ads .sklik-drtg-mark, #fixed-ad .sklik-drtg-ads .sklik-url,
    #fixed-ad .sklik-drtg-ads .sklik-drtg-logo-url,
    #fixed-ad .sklik-drtg-ads .sklik-mark,
    #fixed-ad .sklik-drtg-ads .sklik-drtg-mark, #fixed-ad .sklik-eta-ads .sklik-url,
    #fixed-ad .sklik-eta-ads .sklik-drtg-logo-url,
    #fixed-ad .sklik-eta-ads .sklik-mark,
    #fixed-ad .sklik-eta-ads .sklik-drtg-mark {
      display: none; }
    #fixed-ad .sklik-ads a.close, #fixed-ad .sklik-drtg-ads a.close, #fixed-ad .sklik-eta-ads a.close {
      display: none;
      position: absolute;
      right: 0;
      bottom: 108px;
      font-size: 12px;
      color: white;
      text-decoration: none;
      padding: 8px 13px;
      background: rgba(102, 102, 102, 0.8);
      font-weight: 300; }
      #fixed-ad .sklik-ads a.close::after, #fixed-ad .sklik-drtg-ads a.close::after, #fixed-ad .sklik-eta-ads a.close::after {
        display: block;
        content: '';
        position: fixed;
        z-index: 80;
        left: 0;
        bottom: 104px;
        width: 100%;
        height: 4px;
        background: rgba(102, 102, 102, 0.8); }

.ad #seznam-desktop-sidebar-selfpromo {
  margin-top: 52px; }

.ad #seznam-article-bottom-banner {
  display: block;
  text-align: left; }

.ad.content-exchange {
  text-align: center; }
  .ad.content-exchange > div {
    padding-top: 15px; }
  .ad.content-exchange #content-exchange {
    text-align: left;
    padding-top: 0; }

body.branding.ssp .ad.bradning-sklik {
  display: block;
  position: absolute;
  width: 920px;
  left: 50%;
  margin-left: -460px;
  top: 135px; }

body.branding.ssp .ssp-branding {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto; }
  body.branding.ssp .ssp-branding.adFull {
    width: 2000px;
    height: 1400px;
    position: fixed;
    top: 130px; }

body.branding.ssp #main {
  z-index: 1;
  padding: 15px 20px;
  background-color: white;
  width: 1060px;
  max-width: none;
  margin-top: 356px; }

body.branding.ssp footer {
  z-index: 1;
  position: relative;
  padding: 15px 20px;
  width: 1060px;
  max-width: none; }

@media screen and (max-width: 1366px) {
  .bradning-sklik .adFull {
    width: 920px;
    height: 644px;
    display: block !important;
    margin: 0 auto; } }

@-webkit-keyframes fullpage-disappear {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%); } }

@-moz-keyframes fullpage-disappear {
  from {
    -moz-transform: translateY(0); }
  to {
    -moz-transform: translateY(100%); } }

@-ms-keyframes fullpage-disappear {
  from {
    -ms-transform: translateY(0); }
  to {
    -ms-transform: translateY(100%); } }

@-o-keyframes fullpage-disappear {
  from {
    -o-transform: translateY(0); }
  to {
    -o-transform: translateY(100%); } }

@-keyframes fullpage-disappear {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(100%); } }

.ad.fullpage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 125000;
  background-position: top center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }
  .ad.fullpage div.center {
    width: 100%;
    max-width: 960px;
    height: 100%;
    position: relative; }
  .ad.fullpage .text {
    position: absolute;
    top: 40%;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    text-align: left;
    line-height: 1.2;
    text-transform: uppercase;
    color: black;
    margin-top: -40px;
    font-size: 1em;
    box-shadow: 0 0 60px 60px rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3); }
    .ad.fullpage .text h1 {
      font-size: 2.1333333333em;
      font-weight: bold;
      text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }
    .ad.fullpage .text p {
      font-size: 1.4666666667em;
      font-weight: normal;
      margin-top: 30px;
      text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 1210px) {
      .ad.fullpage .text {
        top: 30%; } }
    @media screen and (max-width: 700px) {
      .ad.fullpage .text {
        font-size: 0.9em;
        padding: 15px;
        box-shadow: 0 0 40px 40px rgba(255, 255, 255, 0.6); } }
    @media screen and (max-width: 460px) {
      .ad.fullpage .text {
        font-size: 0.8em; } }
  .ad.fullpage a.close.cross {
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 2;
    color: black;
    font-size: 2em;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6); }
    .ad.fullpage a.close.cross:hover {
      color: #de3b72;
      text-decoration: none; }
    @media screen and (max-width: 700px) {
      .ad.fullpage a.close.cross {
        top: 25px;
        right: 35px; } }
  .ad.fullpage a.more {
    position: absolute;
    top: 100%;
    left: 10px;
    padding: 10px 30px;
    background: #de3b72;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
    border-radius: 1px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
    .ad.fullpage a.more:hover {
      background-color: #e25182;
      color: white; }
  .ad.fullpage a.continue {
    position: absolute;
    top: 100%;
    right: 10px;
    display: block;
    width: 250px;
    height: 250px;
    line-height: 340px;
    white-space: nowrap;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    color: black; }
    @media screen and (max-width: 700px) {
      .ad.fullpage a.continue {
        right: 0;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); } }
    .ad.fullpage a.continue::before {
      content: '';
      display: block;
      position: absolute;
      width: 206px;
      height: 55px;
      background: url("za-vsim-hledej-jz.png");
      top: 90px;
      left: 50%;
      margin-left: -103px; }
    .ad.fullpage a.continue i.fa {
      font-size: 2em;
      vertical-align: middle;
      position: relative;
      top: -2px; }
    .ad.fullpage a.continue:hover {
      color: black;
      background: rgba(255, 255, 255, 0.7); }
  .ad.fullpage.closed {
    -webkit-animation: fullpage-disappear 500ms linear;
    -ms-animation: fullpage-disappear 500ms linear;
    -moz-animation: fullpage-disappear 500ms linear;
    -o-animation: fullpage-disappear 500ms linear;
    animation: fullpage-disappear 500ms linear;
    transform: translateY(100%); }

.ad.gate {
  position: relative;
  max-width: 100%;
  padding: 0 !important; }
  .ad.gate * {
    max-width: 100%; }
  .ad.gate > a, .ad.gate > iframe, .ad.gate > a > img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto; }

#content-exchange.front-page {
  max-width: 1100px;
  margin: 20px auto 0 auto; }
  #content-exchange.front-page > div {
    padding-top: 10px !important; }
    @media screen and (max-width: 800px) {
      #content-exchange.front-page > div > div > div {
        width: 50% !important;
        font-size: 0.9em; } }
    @media screen and (max-width: 450px) {
      #content-exchange.front-page > div > div > div {
        width: 100% !important;
        font-size: 0.9em; } }
  #content-exchange.front-page h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0c0c0c;
    padding-bottom: 15px;
    line-height: 1; }
    #content-exchange.front-page h3::before {
      content: '';
      display: block;
      width: 42px;
      height: 2px;
      background: #de3b72;
      position: absolute;
      bottom: 0;
      left: 0; }
  @media screen and (max-width: 1210px) {
    #content-exchange.front-page {
      box-sizing: border-box;
      padding: 0 20px; } }

#content-exchange.under-article > div {
  padding-top: 30px !important; }
  #content-exchange.under-article > div > div > div {
    margin-bottom: 10px; }
    @media screen and (max-width: 750px) {
      #content-exchange.under-article > div > div > div {
        width: 50% !important;
        font-size: 0.9em; } }
    @media screen and (max-width: 450px) {
      #content-exchange.under-article > div > div > div {
        width: 100% !important;
        font-size: 0.9em; } }

.outstream {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out; }
  .outstream .container {
    width: 100%;
    margin: 30px 0;
    position: relative; }
    .outstream .container video {
      display: block;
      margin: 0 auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      z-index: 0; }
    .outstream .container .info, .outstream .container .progress, .outstream .container .skip, .outstream .container a.target {
      position: absolute;
      display: block;
      z-index: 2; }
    .outstream .container .info, .outstream .container .progress, .outstream .container .skip {
      -webkit-transition: opacity 150ms ease-in-out;
      -moz-transition: opacity 150ms ease-in-out;
      -ms-transition: opacity 150ms ease-in-out;
      -o-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out; }
    .outstream .container .progress {
      bottom: 0;
      left: 0;
      height: 2px;
      width: 0;
      opacity: 0;
      background: #de3b72;
      -webkit-transition: width 50ms ease-in-out;
      -moz-transition: width 50ms ease-in-out;
      -ms-transition: width 50ms ease-in-out;
      -o-transition: width 50ms ease-in-out;
      transition: width 50ms ease-in-out; }
    .outstream .container .info {
      left: 20px;
      bottom: 20px;
      font-size: 10px;
      color: white;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
      opacity: 0.3; }
    .outstream .container a.target {
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .outstream .container .skip {
      z-index: 3;
      right: 0;
      top: 20px;
      height: 40px;
      line-height: 40px;
      padding: 0 40px 0 20px;
      color: white;
      background: black;
      opacity: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: opacity 150ms ease-in-out;
      -moz-transition: opacity 150ms ease-in-out;
      -ms-transition: opacity 150ms ease-in-out;
      -o-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out; }
      .outstream .container .skip > * {
        font-size: 1.2em;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: -1px; }
      .outstream .container .skip:hover {
        opacity: 1;
        text-decoration: none;
        color: white; }
    .outstream .container:hover .skip {
      opacity: 0.5; }
      .outstream .container:hover .skip:hover {
        opacity: 1; }
    .outstream .container:hover .info, .outstream .container:hover .progress {
      opacity: 0.8; }

html.klikaci-body body.branding-mafra {
  background-position-y: 130px; }
  html.klikaci-body body.branding-mafra div.branding-banner {
    position: relative;
    padding-bottom: 7px;
    z-index: 1; }
    html.klikaci-body body.branding-mafra div.branding-banner > br {
      display: none; }
  @media screen and (max-width: 1210px) {
    html.klikaci-body body.branding-mafra {
      background-position-y: 50px; } }

html.klikaci-body #main {
  background-color: white !important; }
  html.klikaci-body #main:after {
    display: none; }

html.klikaci-body #main, html.klikaci-body #header, html.klikaci-body footer {
  cursor: default; }

html.mobile .branding-banner {
  text-align: center; }
  html.mobile .branding-banner div.r-body {
    display: inline-block; }

.mafra-ads {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400; }
  .mafra-ads .ma-adtit {
    color: #666;
    font-size: 10px;
    padding: 0 2px; }
  .mafra-ads .ma-img {
    display: table-cell;
    width: 30%;
    max-width: 200px;
    vertical-align: top; }
  .mafra-ads .ma-text {
    display: table-cell;
    vertical-align: top; }
  .mafra-ads img {
    width: 100%;
    height: auto; }
  .mafra-ads .ma-tit {
    padding: 8px 0 0 20px;
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none; }
  .mafra-ads .ma-body, .mafra-ads .mafra-ads .ma-link {
    display: block;
    padding-left: 20px; }
  .mafra-ads .ma-link {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd; }

.ma-item {
  display: table;
  margin-bottom: 10px;
  overflow: hidden;
  color: #000;
  line-height: 1.8;
  text-decoration: none; }

@media (max-width: 480px) {
  .mafra-ads .ma-img, .mafra-ads .ma-text {
    display: table;
    width: 100%;
    margin: auto; } }

.article-bottom-banner, .gallery-bottom-banner, .quiz-bottom-banner, .horoscope-bottom-banner, .video-bottom-banner {
  clear: both;
  position: relative; }
  .article-bottom-banner [id^=sklikReklama_], .gallery-bottom-banner [id^=sklikReklama_], .quiz-bottom-banner [id^=sklikReklama_], .horoscope-bottom-banner [id^=sklikReklama_], .video-bottom-banner [id^=sklikReklama_] {
    position: relative;
    padding-bottom: 10px; }

body.height-1080 {
  height: 1080px;
  overflow-x: hidden;
  margin-top: 0; }
  body.height-1080 #main, body.height-1080 > footer {
    display: none; }

.ad.fullpage.sazka-2016 {
  position: absolute;
  height: 1080px; }
  .ad.fullpage.sazka-2016 a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .ad.fullpage.sazka-2016 a.next {
    position: absolute;
    z-index: 1;
    top: 775px;
    left: 50%;
    margin-left: -410px;
    z-index: 999999;
    width: 300px;
    height: 60px;
    background: transparent;
    color: #ffe314;
    border: 2px solid #ffe314;
    border-radius: 60px;
    box-sizing: border-box;
    font-size: 1.2666666667em;
    text-align: center;
    line-height: 57px;
    vertical-align: middle;
    white-space: nowrap; }
    .ad.fullpage.sazka-2016 a.next i.fa {
      font-size: 2em;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-left: 5px; }
    .ad.fullpage.sazka-2016 a.next:hover {
      background: #ffe314;
      color: black; }
  .ad.fullpage.sazka-2016 a.cross {
    text-shadow: none;
    color: #ffe314;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%; }
    .ad.fullpage.sazka-2016 a.cross:hover {
      color: black;
      background: #ffe314; }

.ad.top-leaderboard {
  background: white;
  padding-top: 5px; }

.ad {
  overflow: hidden;
  max-width: 100%;
  z-index: 0; }
  .ad.spaced {
    margin: 20px 0; }

/* bottom banner */
.ad:not(.fullpage) > div:not([id^='ad-outstream']),
widget[data-type=ad]:not(.fullpage) > div:not([id^='ad-outstream']) {
  display: inline-block; }

/* Audience */
.ad.article-bottom-banner > div,
.ad.category-leaderboard > div {
  display: inline-block !important; }
  @media screen and (max-width: 680px) {
    .ad.article-bottom-banner > div,
    .ad.category-leaderboard > div {
      display: block; } }

.ad.above-footer {
  padding-top: 10px; }

@media screen and (min-width: 1209px) {
  body.branding {
    margin-top: 130px; }
    body.branding #header #menu ul.menu li > a i.fa-angle-down, body.branding #header #menu ul.menu li > a i.fa-angle-up {
      margin-left: 5px; }
    body.branding .width {
      max-width: 960px; }
    body.branding a.branding-link {
      position: absolute;
      top: 0;
      left: -800px;
      width: 800px;
      display: block;
      height: 100%;
      z-index: 0; }
      body.branding a.branding-link.right {
        left: 100%; }
    body.branding #main {
      padding: 25px;
      margin-bottom: 0; }
      body.branding #main .content-col {
        max-width: 580px; }
      body.branding #main .col-1, body.branding #main .col-2, body.branding #main .col-3, body.branding #main .col-4, body.branding #main .col-5 {
        margin-right: 20px; }
      body.branding #main .col-1 {
        max-width: 100px; }
      body.branding #main .col-2 {
        max-width: 200px; }
      body.branding #main .col-3 {
        max-width: 300px; }
      body.branding #main .col-4 {
        max-width: 400px; }
      body.branding #main .col-5 {
        max-width: 500px; }
      body.branding #main .likebox .like > div {
        padding-left: 10px; }
      body.branding #main .likebox > * {
        font-size: 1em; }
      body.branding #main widget[data-type=gallery] .main-img-wrapper {
        display: none; }
    body.branding footer div.col:nth-of-type(1) {
      padding-left: 25px;
      padding-right: 25px; } }

@media screen and (min-width: 1209px) {
  body.branding-mafra {
    margin-top: 130px; }
    body.branding-mafra #header #menu ul.menu li > a i.fa-angle-down, body.branding-mafra #header #menu ul.menu li > a i.fa-angle-up {
      margin-left: 5px; }
    body.branding-mafra .width {
      max-width: 1030px; }
    body.branding-mafra a.branding-link {
      position: absolute;
      top: 0;
      left: -800px;
      width: 800px;
      display: block;
      height: 100%;
      z-index: 0; }
      body.branding-mafra a.branding-link.right {
        left: 100%; }
    body.branding-mafra #main {
      padding: 25px;
      margin-bottom: 0; }
      body.branding-mafra #main .content-col {
        max-width: 580px; }
      body.branding-mafra #main .col-1, body.branding-mafra #main .col-2, body.branding-mafra #main .col-3, body.branding-mafra #main .col-4, body.branding-mafra #main .col-5 {
        margin-right: 20px; }
      body.branding-mafra #main .col-1 {
        max-width: 100px; }
      body.branding-mafra #main .col-2 {
        max-width: 200px; }
      body.branding-mafra #main .col-3 {
        max-width: 300px; }
      body.branding-mafra #main .col-4 {
        max-width: 400px; }
      body.branding-mafra #main .col-5 {
        max-width: 500px; }
      body.branding-mafra #main .likebox .like > div {
        padding-left: 10px; }
      body.branding-mafra #main .likebox > * {
        font-size: 1em; }
      body.branding-mafra #main widget[data-type=gallery] .main-img-wrapper {
        display: none; }
    body.branding-mafra footer div.col:nth-of-type(1) {
      padding-left: 25px;
      padding-right: 25px; } }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  transform: rotate(45deg); }

.fancybox-button--close::after {
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

#bellow-content-related {
  position: relative;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 20px 0 0 0; }
  #bellow-content-related .related-item {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    color: #171717;
    border-top: 1px solid #eee; }
    #bellow-content-related .related-item:after {
      content: '';
      display: table;
      clear: both; }
    #bellow-content-related .related-item:last-of-type {
      margin-bottom: 20px; }
    #bellow-content-related .related-item img {
      float: left;
      margin-right: 25px;
      max-width: 200px;
      max-height: 145px; }
    #bellow-content-related .related-item .title {
      display: block;
      font-size: 1.25em;
      -webkit-transition: color 150ms ease;
      -moz-transition: color 150ms ease;
      -ms-transition: color 150ms ease;
      -o-transition: color 150ms ease;
      transition: color 150ms ease; }
    #bellow-content-related .related-item .perex {
      display: block;
      font-weight: normal; }
    #bellow-content-related .related-item .from {
      display: block;
      font-size: 0.75em;
      font-weight: normal;
      color: #a0a0a0; }
  @media screen and (max-width: 700px) {
    #bellow-content-related .related-item img {
      max-width: 160px;
      max-height: 115px; }
    #bellow-content-related .related-item .title {
      font-size: 1em; } }
  @media screen and (max-width: 650px) {
    #bellow-content-related .related-item .perex {
      display: none; }
    #bellow-content-related .related-item img {
      max-width: 140px;
      max-height: 100px; } }

#bellow-content-related2 {
  position: relative;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 20px 0 0 0; }
  #bellow-content-related2 .related-item {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    color: #171717;
    border-top: 1px solid #eee; }
    #bellow-content-related2 .related-item:after {
      content: '';
      display: table;
      clear: both; }
    #bellow-content-related2 .related-item:last-of-type {
      margin-bottom: 20px; }
    #bellow-content-related2 .related-item img {
      float: left;
      margin-right: 25px;
      max-width: 200px;
      max-height: 145px; }
    #bellow-content-related2 .related-item .title {
      display: block;
      font-size: 1.25em;
      -webkit-transition: color 150ms ease;
      -moz-transition: color 150ms ease;
      -ms-transition: color 150ms ease;
      -o-transition: color 150ms ease;
      transition: color 150ms ease; }
    #bellow-content-related2 .related-item .perex {
      display: block;
      font-weight: normal; }
    #bellow-content-related2 .related-item .from {
      display: block;
      font-size: 0.75em;
      font-weight: normal;
      color: #a0a0a0; }
  @media screen and (max-width: 700px) {
    #bellow-content-related2 .related-item img {
      max-width: 160px;
      max-height: 115px; }
    #bellow-content-related2 .related-item .title {
      font-size: 1em; } }
  @media screen and (max-width: 650px) {
    #bellow-content-related2 .related-item .perex {
      display: none; }
    #bellow-content-related2 .related-item img {
      max-width: 140px;
      max-height: 100px; } }

#contact-form-terms {
  padding-left: 195px;
  margin-bottom: 0;
  font-size: 0.9em;
  text-align: left; }
  #contact-form-terms a {
    color: #de3b72; }
  @media screen and (max-width: 600px) {
    #contact-form-terms {
      padding-left: 15px; } }

#webpush-popup {
  position: fixed;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: white;
  box-shadow: #6f6f6f 1px 1px 5px;
  border-radius: 0 0 3px 3px;
  padding: 20px 45px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: top 1000ms ease-in-out;
  -moz-transition: top 1000ms ease-in-out;
  -ms-transition: top 1000ms ease-in-out;
  -o-transition: top 1000ms ease-in-out;
  transition: top 1000ms ease-in-out; }
  #webpush-popup.shown {
    top: 0; }
  #webpush-popup p {
    color: #171717; }
  #webpush-popup div.choices {
    margin-top: 20px; }
    #webpush-popup div.choices a:nth-child(2) {
      float: right;
      margin-left: 10px; }
  @media screen and (max-width: 750px) {
    #webpush-popup div.choices {
      margin-top: 10px; }
      #webpush-popup div.choices a {
        width: 100%;
        float: none;
        margin: 5px 0 0 0;
        box-sizing: border-box; } }
  @media screen and (max-width: 450px) {
    #webpush-popup {
      text-align: center;
      left: 0;
      transform: none;
      max-width: 100%;
      width: 100%; } }

.tooltipster-default {
  background: #171717; }

#not-found {
  background-image: url("../../image/jz/404-background.jpg"); }

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