/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
  @font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calibri/Calibri.eot') format('eot'), url('../fonts/Calibri/Calibri.woff') format('woff'), url('../fonts/Calibri/Calibri.ttf') format('truetype'), url('../fonts/Calibri/Calibri.svg#Calibri') format('svg'); }
  @font-face {
    font-family: 'Calibri-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calibri-Bold/Calibri-Bold.eot') format('eot'), url('../fonts/Calibri-Bold/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold/Calibri-Bold.svg#Calibri-Bold') format('svg'); }
  @font-face {
    font-family: 'Calibri-BoldItalic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.eot') format('eot'), url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.woff') format('woff'), url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.ttf') format('truetype'), url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg'); }
  @font-face {
    font-family: 'Calibri-Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calibri-Italic/Calibri-Italic.eot') format('eot'), url('../fonts/Calibri-Italic/Calibri-Italic.woff') format('woff'), url('../fonts/Calibri-Italic/Calibri-Italic.ttf') format('truetype'), url('../fonts/Calibri-Italic/Calibri-Italic.svg#Calibri-Italic') format('svg'); }
  @font-face {
    font-family: 'Calibri-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calibri-Light/Calibri-Light.eot') format('eot'), url('../fonts/Calibri-Light/Calibri-Light.woff') format('woff'), url('../fonts/Calibri-Light/Calibri-Light.ttf') format('truetype'), url('../fonts/Calibri-Light/Calibri-Light.svg#Calibri-Light') format('svg'); }
  @font-face {
    font-family: 'Calibri-LightItalic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calibri-LightItalic/Calibri-LightItalic.eot') format('eot'), url('../fonts/Calibri-LightItalic/Calibri-LightItalic.woff') format('woff'), url('../fonts/Calibri-LightItalic/Calibri-LightItalic.ttf') format('truetype'), url('../fonts/Calibri-LightItalic/Calibri-LightItalic.svg#Calibri-LightItalic') format('svg'); }
  @font-face {
    font-family: 'AmaticBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AmaticBold/AmaticBold.eot') format('eot'), url('../fonts/AmaticBold/AmaticBold.woff') format('woff'), url('../fonts/AmaticBold/AmaticBold.ttf') format('truetype'), url('../fonts/AmaticBold/AmaticBold.svg#AmaticBold') format('svg'); }
  @font-face {
    font-family: 'AmaticSCRegular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AmaticSCRegular/AmaticSCRegular.eot') format('eot'), url('../fonts/AmaticSCRegular/AmaticSCRegular.woff') format('woff'), url('../fonts/AmaticSCRegular/AmaticSCRegular.ttf') format('truetype'), url('../fonts/AmaticSCRegular/AmaticSCRegular.svg#AmaticSCRegular') format('svg'); }

#page {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }

#bp-select {
  display: none; }
  #bp-select h3 {
    margin-bottom: 10px;
    display: block; }
  #bp-select .map-container {
    margin: 10px auto;
    width: 599px; }

.message-bp {
  color: #c00;
  border: 1px solid #c00;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 5px; }

body {
  line-height: 1;
  font-family: Calibri, sans-serif; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
/* change border colour to suit your needs */
hr {
  display: block;
  clear: both;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

input, select {
  vertical-align: middle;
  outline: none; }

li {
  list-style: none; }

div.clear {
  margin: 0;
  padding: 0 !important;
  font-size: 0;
  clear: both;
  float: none;
  line-height: 0;
  height: 0 !important; }

a.menu-toggle {
  display: none; }

.fb-share-button {
  margin-bottom: 20px;
  float: right; }

#User_image {
  display: none !important; }

#fixed {
  display: block;
  bottom: 20px;
  left: -435px;
  position: fixed;
  width: 533px;
  height: 330px;
  background: 0 0 url('../img/main/fixed_ofv_big_v2.jpg') no-repeat;
  z-index: 15;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }

#not-fixed {
  display: none; }

.msg-success {
  border: 1px solid #3cb45c;
  color: #3cb45c;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center; }

#page {
  margin: 0 auto;
  width: 1206px;
  min-height: 531px;
  overflow: hidden;
  position: relative;
  z-index: 2; }

#breadcrumb-inside, #breadcrumb-inside a {
  margin-top: 325px;
  text-decoration: none;
  color: #fff;
  font-size: 22px; }

#breadcrumb-inside .breadcrumbs span:last-child {
  color: #c00; }

#breadcrumb-inside .breadcrumbs {
  white-space: nowrap;
  width: 40em;
  overflow: hidden;
  text-overflow: ellipsis; }

#header {
  height: auto; }

#header .top {
  margin: 0;
  width: 1206px;
  height: 90px;
  background-color: #fff;
  border-top: solid 1px #cd0104; }

#header .top .btn {
  margin: 0;
  float: right;
  width: 300px;
  height: 90px;
  display: block; }

.lang.en #header .top .btn {
  height: 46px; }

#header .top img.logo_img {
  margin-top: 26px;
  margin-left: 41px; }

#header .top .btn a {
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  #header .top .btn a.btn-english {
    margin: 0;
    padding: 15px 0 0 110px;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    display: block;
    cursor: pointer;
    width: 190px;
    height: 30px;
    background: 0 0 url(../img/main/btn_top_en.jpg) no-repeat;
    border-top: solid 1px #cd0104; } }

@media screen and (min-width: 1200px) {
  #header .top .btn a.btn-login {
    padding: 15px 0 0 80px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    cursor: pointer;
    width: 220px;
    height: 30px;
    background: #999; } }

#header .bottom {
  margin: 0;
  background: #eee;
  width: 1206px;
  height: 101px;
  display: block; }

.lang.en #header .bottom {
  height: 50px; }

#header .bottom .left {
  margin: 0;
  float: left;
  width: 336px;
  height: 101px;
  background: 74px 34px url(../img/main/logo.png) no-repeat;
  display: block; }

.lang.en #header .bottom .left {
  background: 74px 4px url(../img/main/logo_en.png) no-repeat;
  height: 50px; }

#header .bottom .right {
  margin: 0;
  float: left;
  width: 870px;
  height: 101px; }

.lang.en #header .bottom .right {
  height: 50px; }

#header .bottom .right .share {
  height: 50px; }

#header .bottom .right .share p {
  margin: 19px 16px 0 0;
  float: right;
  font-size: 14px;
  color: #666;
  font-weight: bold; }

#header .bottom .right .share .facebook {
  margin: 0;
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  background: 0 0 url(../img/main/face_icon.jpg) no-repeat;
  background-size: 50px 50px; }

#header .bottom .right .menu {
  height: 51px;
  background: #999; }

#header .bottom .right .menu ul {
  list-style: none; }

#header .bottom .right .menu ul li {
  padding-top: 15px;
  height: 36px;
  float: left;
  font-size: 18px;
  text-align: center; }

#header .bottom .right .menu ul li:hover {
  -webkit-box-shadow: inset 0 -3px 0 #c00;
  -moz-box-shadow: inset 0 -3px 0 #c00;
  box-shadow: inset 0 -3px 0 #c00;
  -webkit-transform: translateZ(0);
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  #header .bottom .right .menu ul li.m-1 {
    width: 110px; }

  #header .bottom .right .menu ul li.m-2 {
    width: 148px; }

  #header .bottom .right .menu ul li.m-3 {
    width: 120px; }

  #header .bottom .right .menu ul li.m-4 {
    width: 107px; }

  #header .bottom .right .menu ul li.m-5 {
    width: 130px; }

  #header .bottom .right .menu ul li.m-6 {
    width: 105px; }

  #header .bottom .right .menu ul li.m-7 {
    width: 150px; } }

#header .bottom .right .menu ul li a {
  color: #fff;
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  #header .bottom .right .menu ul li.active {
    padding-top: 15.8px; } }

#header .bottom .right .menu ul li.active a {
  color: #c00; }

#header .bottom .right .menu ul li.last:hover a {
  color: #fff; }

#header .bottom .right .menu ul li:hover a {
  color: #c00; }

@media screen and (min-width: 1200px) {
  #header .bottom .right .menu ul li.last {
    background: #c00;
    float: right;
    display: block;
    height: 36px;
    width: 149.5px; } }

#header .bottom .right .menu ul li.last.active a {
  color: #fff; }

#header .bottom .right .menu ul li.last a {
  margin-left: 2px; }

@media screen and (min-width: 1200px) {
  #header .bottom .right .menu ul li.search a {
    margin: 0;
    width: 110px;
    height: 50px;
    display: block;
    background: 40px 0 url(../img/main/search.png) no-repeat; } }

.slider {
  top: 192px;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1; }

.lang.en .slider {
  top: 141px; }

.slider div.slides {
  width: 100%;
  height: auto;
  max-height: 302px;
  overflow: hidden; }

.slider div.slides img {
  width: auto;
  height: 302px; }

.slider .slides #box {
  height: 302px !important; }

#box-links {
  margin-top: 210px;
  float: left;
  overflow: visible !important;
  display: block;
  height: auto !important;
  max-width: 600px; }
/*#box-links.ofv{
 margin-top: 0;
 figure{
 display: block;
 width: 1200px;
 height: 302px;
 background: 0 0 url(../img/slider/slider_ofv_bros.png) no-repeat;
 }
 }*/
#box-links .figure-link {
  color: #fff;
  display: block;
  height: 40px;
  padding: 10px 0 0 25px;
  font-size: 28px;
  text-decoration: none;
  width: 450px;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  background-color: #808080;
  background-color: rgba(0, 0, 0, 0.5); }

#box-links .has-tag {
  margin-top: -144px; }
  #box-links .has-tag a {
    width: 601px;
    height: 122px;
    background: 0 0 url(../img/slider/veradovagyok_has_text.png) no-repeat;
    display: block; }

#box-links .figure-link.ofv-competition {
  margin-top: -210px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  display: block;
  width: 1200px;
  height: 302px;
  background-color: transparent;
  /*background: 0 0 url(../img/slider/slider_ofv_bros.png) no-repeat;*/ }

.searchbox {
  height: 368px;
  margin: 0;
  float: right;
  width: 306px;
  z-index: 10;
  text-align: center;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  background-color: #808080;
  background-color: rgba(0, 0, 0, 0.5);
  /*background: $color-dark-grey;*/ }

.searchbox h1 {
  margin: 20% 0 5px 0;
  color: #fff;
  font-size: 25px;
  font-weight: bold; }

.searchbox p {
  font-size: 16px;
  color: #fff; }

.form-search {
  display: block;
  margin-bottom: 15px; }

.searchbox .form-search .droppoint-search {
  padding: 0 5px 0 5px;
  margin: 38px 0 0 0;
  width: 235px;
  height: 46px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 16px;
  text-align: center; }

.searchbox .form-search .content-search {
  margin-top: -33px;
  right: 43px;
  position: absolute;
  cursor: pointer;
  border: none;
  width: 19px;
  height: 19px;
  display: block;
  background: 0 0 url(../img/main/search.png) no-repeat;
  color: transparent; }

.searchbox .advanced-search {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-style: italic; }

.slider .breadcrumb {
  width: 100%;
  height: 67px;
  background: #ccc; }
  @media screen and (max-width: 1200px) {
  .slider .breadcrumb {
    width: 1600px; } }

.ui-autocomplete {
  z-index: 11;
  width: 247px !important;
  background: #fff; }

.ui-autocomplete li {
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  color: #999; }

.ui-autocomplete li:hover {
  color: #fff;
  background: #999; }

#content {
  margin: 0;
  float: left;
  width: 1206px; }

#content p {
  line-height: 21px; }

#content-container {
  margin: 0;
  padding: 40px 0 60px 0;
  float: left;
  width: 883px;
  min-height: 400px; }

#content-container .truck-table {
  margin-bottom: 40px; }

#content-container .register-success {
  margin-bottom: 20px;
  color: #c00;
  font-size: 22px;
  border-bottom: 1px solid #c00;
  width: 870px; }

#content-container .page-heading, #content-container .index-right h1, #content-container .index-left a.page-heading {
  margin-bottom: 25px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #666;
  display: block;
  width: 395px;
  height: auto;
  font-weight: normal;
  font-size: 30px; }

#content-container .index-left .image-holder a {
  padding: 0;
  background: none; }

#content-container .page-heading.single {
  float: left; }

#content-container #content-data {
  width: 885px;
  height: auto;
  line-height: 21px; }

#content-container {
  color: #333; }

#content-container #content-data .data .lead {
  margin-bottom: 20px;
  font-weight: bold; }

#content-container #content-data .data {
  margin-bottom: 20px;
  line-height: 21px;
  color: #333; }

#content-container #content-data .data ul li, #content-container #content-data .data ol li {
  margin: 7px 0 5px 0;
  background-image: url("../img/main/bulletpoint.png");
  background-position: 0 20%;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  display: table; }

#content-container #content-data .data a {
  color: #c00; }

#content-container #content-data h3 {
  font-size: 20px;
  margin-bottom: 10px; }

#content-container #content-data h2 {
  font-size: 25px;
  margin-bottom: 10px; }

#content-container #content-data h1 {
  font-size: 30px;
  margin-bottom: 10px; }

#content-container .line {
  float: right;
  width: 430px;
  height: 50px;
  background: 0 0 url(../img/main/heading_line.jpg) no-repeat; }

#content-container .line.left {
  float: left; }

#content-container .image-holder.mini {
  width: 405px;
  margin: 0px 39px 5px 0;
  position: relative;
  -webkit-box-shadow: 1px 1px 6px #333;
  -moz-box-shadow: 1px 1px 6px #333;
  box-shadow: 1px 1px 6px #333; }

#content-container .image-holder {
  margin: 0 39px 10px 0;
  float: left;
  width: 415px;
  height: 210px;
  overflow: hidden; }

#content-container .image-holder.full {
  height: auto; }

#content-container .image-holder img {
  width: 415px;
  height: auto; }

#content-container .image-holder .page-heading.image {
  width: 415px;
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }

#content-container .extra-info {
  margin-top: 20px; }

#content-container .extra-info h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

#content-container .extra-info .step-one, #content-container .extra-info .step-two, #content-container .extra-info .step-three {
  margin-bottom: 20px;
  background: #ccc; }

#content-container .extra-info p {
  float: left;
  padding: 10px;
  color: #333;
  font-size: 16px;
  display: block;
  width: 810px; }

#content-container .extra-info .step-one {
  height: 78px; }

#content-container .extra-info .step-one span {
  float: left;
  color: #fff;
  display: block;
  font-size: 48px;
  height: 58px;
  padding: 10px 5px 10px 10px;
  background: #3c9; }

#content-container .extra-info .step-two {
  height: 160px; }

#content-container .extra-info .step-two span {
  float: left;
  color: #fff;
  display: block;
  font-size: 48px;
  height: 96px;
  padding: 54px 5px 10px 10px;
  background: #3c9; }

#content-container .extra-info .step-three {
  height: 57px; }

#content-container .extra-info .step-three span {
  float: left;
  color: #fff;
  display: block;
  font-size: 45px;
  height: 42px;
  padding: 5px 19px 10px 16px;
  background: #c00; }

@media screen and (min-width: 1200px) {
  #sidebar {
    margin: 0;
    padding: 20px 0 60px 0;
    float: right;
    width: 306px; }

  #sidebar h1 {
    margin: 20px 0px 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #666;
    display: block;
    width: 286px;
    height: auto;
    font-weight: normal;
    font-size: 22px;
    float: right; }

  #sidebar .top {
    margin: 20px 0 0 0;
    width: 306px;
    min-height: 160px;
    overflow: auto;
    background: 0 0 url(../img/main/sidebar.jpg) repeat-y; }

  #sidebar .top ul {
    margin: 5px 0 25px 25px;
    float: left; }

  #sidebar .top ul li {
    margin-top: 15px;
    text-align: center;
    background: #fff;
    width: 256px;
    height: 45px;
    display: table-cell;
    vertical-align: middle; }

  #sidebar .top ul .border-li {
    width: 256px;
    height: 15px;
    display: block; }

  #sidebar .top ul li a {
    color: #333;
    font-size: 18px;
    text-decoration: none; }

  #sidebar iframe.punnany-video {
    margin: 0 0 20px 0px;
    width: 306px;
    height: 205px; }

  #sidebar .bottom {
    padding: 10px 0 10px 0;
    text-align: center;
    margin-top: 10px;
    float: left;
    min-height: 473px;
    width: 306px;
    background: 0 0 url(../img/main/sidebar_grey.jpg) repeat-y; }

  #sidebar .bottom img {
    margin-bottom: 20px;
    max-width: 260px; }

  #sidebar .bottom .holder {
    margin: 40px auto 0 auto;
    width: 177px;
    height: auto;
    overflow: hidden;
    text-align: center; }

  #sidebar .bottom .holder img:first-child {
    margin-bottom: 60px; } }

#footer {
  margin: 0;
  float: left;
  height: 295px;
  width: 100%;
  border: 1px solid black; }

#footer .up {
  height: 115px; }

#footer .bottom {
  height: 180px; }

#footer-outer .outer-bottom {
  height: 180px;
  background: #666 repeat-x; }

#footer-outer {
  position: inherit;
  display: block;
  bottom: 0;
  width: 100%;
  height: 295px; }

#footer-outer .container {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 1206px;
  height: 295px; }

#footer-outer .container .up {
  height: 115px; }

#footer-outer .container .up a {
  float: left;
  display: block;
  height: 110px; }

#footer-outer .container .up a.mol {
  margin: 22px 0 0 25px;
  width: 135px;
  background: 0 0 url(../img/sponsor/mol.png) no-repeat;
  height: 85px; }

#footer-outer .container .up a.diakhitel {
  margin-left: 45px;
  width: 150px;
  background: 0 0 url(../img/sponsor/diakhitel.png) no-repeat; }

#footer-outer .container .up a.efott {
  margin-left: 30px;
  width: 80px;
  background: 0 0 url(../img/sponsor/efott.png) no-repeat; }

#footer-outer .container .up a.cola {
  margin-left: 30px;
  width: 196px;
  background: 0 0 url(../img/sponsor/cola.png) no-repeat; }

#footer-outer .container .up a.mediamarkt {
  margin-left: 27px;
  width: 200px;
  background: 0 0 url(../img/sponsor/mediamarkt.png) no-repeat; }

#footer-outer .container .up a.forte {
  margin-left: 20px;
  width: 74px;
  background: 0 0 url(../img/sponsor/forte.png) no-repeat; }

#footer-outer .container .up a.most {
  margin-left: 34px;
  width: 235px;
  background: 0 0 url(../img/sponsor/most.png) no-repeat;
  margin-top: 38px;
  width: 130px;
  height: 40px; }

#footer-outer .container .up a.telenor {
  margin: 22px 0 0 0;
  width: 100px;
  background: 0 0 url(../img/sponsor/telenor.png) no-repeat;
  height: 67px; }

#footer-outer .container .up a.jobble {
  margin: 16px 0 0 22px;
  width: 100px;
  background: 0 0 url(../img/sponsor/jooble_vertical.png) no-repeat;
  height: 80px;
  background-size: 100%; }

#footer-outer .container .bottom {
  height: 180px; }

@media screen and (min-width: 1200px) {
  #footer-outer .container .bottom .links {
    margin: 0;
    float: left;
    width: 447px; } }

#footer-outer .container .bottom .links, #footer-outer .container .bottom .links-alike {
  padding-top: 13px; }

#footer-outer .container .bottom .links a, #footer-outer .container .bottom .links-alike a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px; }

#footer-outer .container .bottom .links p {
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  color: #fff; }

#footer-outer .container .bottom .logo {
  margin: 0;
  float: left;
  width: 319px; }

#footer-outer .container .bottom .logo a {
  margin-top: 65px;
  width: 229px;
  height: 59px;
  background: 0 0 url(../img/main/logo_big.png) no-repeat;
  display: block; }

.lang.en #footer-outer .container .bottom .logo a {
  background: 0 0 url(../img/main/logo_big_en.png) no-repeat; }

#footer-outer .container .bottom .alike {
  margin: 0;
  float: left;
  width: 458px; }

#footer-outer .outer-up {
  height: 115px;
  background: #eee repeat-x;
  border-bottom: 2px solid #c00; }

#footer-outer .outer-bottom {
  height: 180px;
  background: #666 repeat-x; }

#footer-outer .container .bottom .links-alike {
  text-align: right; }

#footer-outer .container .bottom .social {
  margin-top: 17px;
  float: right; }

#footer-outer .container .bottom .social a {
  margin-left: 16px;
  width: 37px;
  height: 36px;
  display: block;
  float: left;
  background-image: url(../img/main/social.png);
  background-repeat: no-repeat; }

#footer-outer .container .bottom .social a.facebook {
  background-position: 0 0; }

#footer-outer .container .bottom .social a.twitter {
  background-position: -37px 0; }

#footer-outer .container .bottom .social a.youtube {
  background-position: -74px 0; }

#footer-outer .container .bottom .social a.instagram {
  background-position: -111px 0; }

#footer-outer .container .bottom .social a.flickr {
  background-position: -148px 0; }

#page.container #content .menu_lang {
  display: none; }
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #d3d3d3;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  background: 0 0 url(../img/fancybox/fancybox_close.jpg) no-repeat !important;
  position: absolute;
  top: 20px;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.fancybox-inner {
  min-height: 150px;
  min-width: 370px; }

.fancybox-message-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c00;
  margin: 1em 0;
  padding: 0; }

.fancybox-message-heading {
  margin-top: 10px;
  color: #666; }

.fancybox-message-p {
  max-width: 885px;
  height: auto;
  color: #666; }
  .fancybox-message-p a {
    color: #c00; }

.fancybox-competiton-wrapper {
  width: 586px !important; }
  .fancybox-competiton-wrapper .fancybox-skin {
    background-color: #e4e5cc;
    width: 586px !important; }
    @media screen and (max-width: 700px) {
  .fancybox-competiton-wrapper .fancybox-skin {
    width: 586px !important; } }
    .fancybox-competiton-wrapper .fancybox-skin .fancybox-close {
      top: -30px;
      right: -30px;
      width: 54px;
      height: 53px;
      display: block;
      background: 0 0 url(../img/fancybox/fancy_close.png) !important; }
    .fancybox-competiton-wrapper .fancybox-skin .fancybox-inner {
      margin: 30px auto;
      display: block;
      overflow: hidden !important;
      background: transparent !important;
      width: 536px !important; }
    .fancybox-competiton-wrapper .fancybox-skin .wrap-inner {
      padding: 1px 0 20px 0;
      background: 0 0 url(../img/competition/oddeven_input.jpg) repeat; }
    .fancybox-competiton-wrapper .fancybox-skin #code-form {
      font-size: 25px;
      color: #fff; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form .input-group {
        margin: 20px auto;
        padding: 0 0 20px 0;
        background-color: #000;
        height: auto;
        overflow: hidden;
        width: 90%; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form a {
        color: #fff; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form .errorMessage {
        margin: 0;
        color: #c00 !important;
        position: absolute;
        font-size: 17px; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form .errorMessage.code {
        margin: -20px 0 0 55px;
        font-size: 17px; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form .errorMessage.terms {
        margin: 0 0 0 55px; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form p {
        margin-top: 35px;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
        color: #000; }
        @media screen and (max-width: 700px) {
  .fancybox-competiton-wrapper .fancybox-skin #code-form p {
    margin-left: -140px; } }
      .fancybox-competiton-wrapper .fancybox-skin #code-form input[type="text"] {
        margin: 20px 0 20px 55px;
        background-color: #c00;
        color: #fff;
        padding: 0 10px 0 10px;
        border: none;
        width: 72%;
        height: 44px;
        display: block; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form input[type="submit"] {
        margin: 20px auto;
        background-color: #c00;
        color: #fff;
        width: 140px;
        height: 66px;
        display: block;
        cursor: pointer;
        font-size: 22px; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form label[for="terms"] {
        margin: 10px 0 0 0;
        float: left;
        font-size: 20px; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form .vkofvtoggle {
        margin: 9px 5px 0 54px;
        float: left;
        background: url(../img/fancybox/ofv_checkbox.png) bottom left;
        display: block;
        width: 24px;
        height: 24px;
        background-position: 0 0; }
      .fancybox-competiton-wrapper .fancybox-skin #code-form .vkofvtoggle.checked {
        background-position: 25px 0;
        width: 24px; }

#code-success {
  margin-top: 30px;
  display: none;
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  color: #c00; }
/* DEFAULT ATTRIBUTES */
.textfield {
  margin-bottom: 14px;
  text-align: center;
  width: 288px;
  height: 42px;
  background: #fff;
  border: 1px solid #999; }

.btn-form, #content-container #content-data .data blockquote {
  margin-bottom: 14px;
  width: 292px;
  height: 42px;
  background: #c00;
  color: #fff;
  font-size: 16px;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

#content-container #content-data .data table tr td blockquote {
  color: #333;
  background: none; }

#content-container #content-data .data blockquote {
  height: auto;
  padding: 10px;
  display: inline; }

#content-container #content-data .data blockquote a {
  text-decoration: none;
  color: #fff; }

a.btn-form {
  font-size: 19px;
  height: 30px;
  padding-top: 11px; }

.errorMessage {
  margin-top: -14px;
  display: block;
  color: #c00;
  width: 355px; }

.error-dropdown {
  margin-top: 52px;
  position: absolute;
  color: #c00; }
/* SPECIALS */
/* REGISTRATION */
.fb-login, .btn-file {
  margin-bottom: 16px;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 355px;
  height: 30px; }

.fb-login {
  margin-top: 16px;
  background: #3b5b98; }

.profile-container {
  float: left;
  width: 150px;
  height: 150px;
  overflow: hidden; }

.btn-file {
  margin: 110px 0 0 20px;
  float: left;
  width: 185px;
  background: #999;
  cursor: pointer; }

.btn-registration {
  color: #fff;
  background: #999 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  width: 356px !important; }

#user-form .top.modify {
  height: 160px; }

#user-form .top {
  margin-bottom: 16px;
  margin-top: 16px;
  height: 210px;
  width: 100%;
  position: relative; }

#user-form .left, #user-form .right {
  float: left; }

#user-form .right {
  margin-left: 170px; }

#user-form .left, #user-form .right {
  width: 355px; }

#user-form label {
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
  display: block; }

#user-form input {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #999;
  width: 333px;
  height: 48px;
  padding: 0 10px 0 10px; }

#user-form .check.user {
  margin-bottom: 20px;
  float: none; }

.user-origin {
  display: none; }

.user-origin.show {
  display: block; }
/* NEWSLETTER */
#sidebar {
  float: right;
  width: 306px;
  display: block; }

#sidebar h1 {
  margin: 20px 0px 5px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #666;
  display: block;
  width: 286px;
  height: auto;
  font-weight: normal;
  font-size: 22px;
  float: right; }

#sidebar .signup {
  margin: 0;
  float: left;
  background: #ccc;
  width: 306px;
  min-height: 170px;
  overflow: auto; }

#sidebar .signup {
  padding-top: 15px;
  text-align: center; }

#sidebar .signup h3, #signup-success {
  color: #fff;
  font-size: 22px; }

.bottrap {
  display: none !important; }

#sidebar .signup .errorMessage {
  margin: 0 0 0 -25px;
  position: absolute; }

#signup-form input {
  margin: 17px auto 0 auto;
  width: 256px;
  height: 46px; }

#signup-success {
  margin-top: 50px;
  display: none; }

#signup-form input {
  border: none; }
/* CONTENT SEARCH */
.form-content-search {
  margin: 0;
  height: 51px;
  width: 600px;
  position: absolute;
  background: #ccc;
  z-index: 11;
  display: none;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85); }

.form-content-search .ui-effects-wrapper {
  float: left !important; }

.form-content-search .keyword-search {
  padding: 3px 5px 3px 5px;
  width: 380px;
  height: 33px;
  margin: 4px 0 0 7px; }

.form-content-search .keyword-submit {
  background: #999;
  border: 1px solid #ccc;
  color: #fff;
  height: 42px;
  width: 140px;
  margin: 4px 0 0 20px;
  cursor: pointer; }
/* CONTACT */
p.contact {
  margin-bottom: 20px; }

.contact-message {
  padding: 10px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #999;
  width: 858px;
  height: 300px; }

#fancybox-login {
  margin: 66px 83px 83px 83px;
  width: 760px;
  height: 355px; }

#fancybox-collegelogin {
  margin: 46px 83px 23px; }

#fancybox-collegelogin #login-main {
  margin: 0;
  display: block;
  height: 100%;
  overflow: auto; }
  #fancybox-collegelogin #login-main #login-container {
    height: 200px; }

#fancybox-login h1, #reset-container h1, #fancybox-story h1, #fancybox-collegelogin h1 {
  margin-bottom: 35px;
  text-align: center;
  color: #666;
  font-size: 30px;
  font-weight: bold; }

#reset-container h1 {
  margin: 40px 0 30px 0; }

#reset-container {
  margin: 0 auto;
  width: 300px; }

#login-container, #reminder-container {
  margin: 0;
  float: left;
  padding: 30px 0 0 30px;
  float: left;
  width: 322px;
  height: 260px;
  overflow: hidden; }

#reminder-container {
  padding: 0 0 30px 30px; }

#login-container {
  background: 0 0 url(../img/main/layer_login.jpg) no-repeat; }

#reminder-container {
  margin-left: 55px;
  background: #eee; }

#reminder-success, #reset-success {
  margin: 0;
  float: left;
  width: 200px;
  display: none; }

.reminder-form p, .reminder-form h3, #reminder-success {
  color: #999;
  text-align: center; }

.reminder-form p, p#reminder-success, p#reset-success {
  margin: 32px 0 23px 0;
  font-size: 18px;
  width: 290px; }

p#reset-success {
  margin-top: 0;
  color: #666; }

.reminder-form h3 {
  margin-top: 28px;
  font-size: 24px; }

.index-left {
  margin: 0;
  float: left;
  width: 416px;
  height: auto; }

.data p.lead {
  max-width: 100%;
  float: none; }

p.lead {
  max-width: 405px;
  text-align: justify;
  float: left; }

.dater {
  position: absolute;
  top: 352px; }

.index-left-news {
  margin: 0;
  float: left;
  width: 100%;
  height: 355px;
  position: relative; }

.index-left-news.block {
  width: 405px;
  min-height: 350px;
  margin-bottom: 14px;
  margin-right: 14px;
  border: 1px solid #d7d7d7;
  padding: 10px; }

.index-left p {
  font-size: 16px;
  color: #666;
  text-align: justify; }

.index-left .image-holder {
  margin-bottom: 10px;
  float: left;
  width: 415px;
  height: 210px;
  overflow: hidden; }

.index-left .image-holder img {
  width: 415px;
  height: auto; }

.index-left a {
  font-size: 16px;
  color: #c00;
  text-decoration: none; }

.index-left-news a {
  font-size: 16px;
  color: #c00;
  text-decoration: none; }

.index-left-news .image-holder.mini > a.boxer {
  text-align: center;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 30px;
  width: 385px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  background-color: #808080;
  background-color: rgba(0, 0, 0, 0.5); }

.index-right {
  margin-right: 30px;
  float: right;
  width: 395px;
  height: auto; }

.index-right h1 {
  width: 395px; }

.index-right .news {
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 18px; }

.index-right a.news {
  margin-bottom: 17px;
  padding-top: 15px;
  width: 395px;
  height: auto;
  background: #f5f5f5;
  display: block;
  color: #000;
  text-decoration: none; }

.index-right a.news span {
  margin: 3px 10px 0 0;
  float: left;
  width: 15px;
  height: 30px;
  background: 0 0 url(../img/main/icon_href.png) no-repeat; }

#story {
  margin-top: 90px;
  width: 885px;
  height: 480px;
  overflow: hidden;
  background: #eee; }

#story .story-heading {
  margin-top: -26px;
  position: absolute; }

#story .story-container {
  padding-left: 21px;
  margin-top: 60px;
  height: 350px; }

#story .story-container .mystory {
  margin-left: -13px;
  float: left;
  width: 900px;
  height: 95px; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main {
  margin-bottom: 20px;
  float: left;
  width: 860px;
  height: 95px; }

#story .story-container .mystory .profile-container, #fancybox-story .profile-container {
  float: left;
  width: 97px;
  height: 100px;
  display: block; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-container, #fancybox-story .profile-container {
  float: left;
  width: 70px;
  height: 95px;
  display: block; }

#story .story-container .mystory .profile-container p:nth-child(2), #story .story-container .mystory-main .profile-container p:nth-child(2), #fancybox-story .profile-container p:nth-child(2) {
  margin-top: 10px; }

#story .story-container .mystory .profile-story {
  float: left;
  width: 790px;
  height: 96px;
  display: block;
  margin-left: 13px;
  margin-top: 10px; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-story-mystory {
  float: left;
  width: 790px;
  height: 96px;
  display: block; }

#story .story-container .mystory .profile-story span, #story .story-container .mystory .profile-story p, #story .story-container .mystory .profile-story a {
  float: left; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-story-mystory span, #story .story-container .mystory-main .profile-story-mystory p, #story .story-container .mystory-main .profile-story-mystory a {
  float: left; }

#story .story-container .mystory .profile-story span, #fancybox-story .profile-container span {
  width: 36px;
  height: 36px;
  background: 0 0 url(../img/main/icon_rect.png) no-repeat; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-story-mystory span, #fancybox-story .profile-container span {
  width: 36px;
  height: 36px;
  background: 0 0 url(../img/main/icon_rect.png) no-repeat; }

.profile-container p {
  line-height: 12px !important; }

#story .story-container .mystory .profile-story p {
  padding: 5px 5px 15px 10px;
  display: block;
  margin-left: 0px;
  width: 645px;
  height: 70px;
  background: #fff;
  overflow: hidden; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-story-mystory p {
  padding: 5px 10px 15px;
  display: block;
  width: 670px;
  height: 70px;
  background: #fff;
  overflow: hidden; }

#story .story-container .mystory .profile-story a.sponsor {
  padding-top: 30px;
  height: 60px; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-story-mystory a.sponsor {
  padding-top: 30px;
  height: 60px; }

#story .story-container .mystory .profile-story a {
  padding-top: 20px;
  background: #ccc;
  width: 50px;
  height: 70px;
  font-size: 48px;
  color: #fff;
  text-decoration: none;
  text-align: center; }
/* --------------------------------------------------------------------- */
#story .story-container .mystory-main .profile-story-mystory a {
  padding-top: 20px;
  background: #ccc;
  width: 50px;
  height: 70px;
  font-size: 48px;
  color: #c00;
  text-decoration: none;
  text-align: center; }

#story .profile-image-holder, #fancybox-story .profile-container .profile-image-holder, table tr td .profile-image-holder, #loggedin .profile-image-holder {
  overflow: hidden !important;
  width: 92px;
  height: 92px;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 10px; }

#story .profile-image-holder-mystory, #fancybox-story .profile-container .profile-image-holder-mystory, table tr td .profile-image-holder-mystory, #loggedin .profile-image-holder-mystory {
  overflow: hidden !important;
  width: 57px;
  height: 57px;
  text-align: center;
  overflow: hidden; }

#story .profile-image-holder > span, #fancybox-story .profile-container .profile-image-holder > span, table tr td .profile-image-holder > span, #loggedin .profile-image-holder > span {
  display: block;
  width: 885px;
  height: 91px;
  margin-left: -398px;
  /* -(width-container width)/2 */ }

#story .profile-image-holder-mystory > span, #fancybox-story .profile-container .profile-image-holder-mystory > span, table tr td .profile-image-holder-mystory > span, #loggedin .profile-image-holder-mystory > span {
  display: block;
  width: 885px;
  margin-left: -415px;
  /* -(width-container width)/2 */ }

#story .profile-image-holder > span > img, #fancybox-story .profile-container .profile-image-holder-mystory > span > img, #loggedin .profile-image-holder > span > img {
  display: inline-block;
  height: 91px;
  width: auto; }

table tr td > .profile-image-holder-mystory > span > img, #story .profile-image-holder-mystory > span > img, #loggedin .profile-image-holder-mystory > span > img {
  display: inline-block;
  height: 57px;
  width: auto; }

#story hr {
  color: #c00;
  width: 50%; }

#story.sponsor {
  margin: 10px 0 30px 0;
  padding-bottom: 30px;
  height: auto; }

#story .story-container.sponsor {
  margin-top: 14px; }

#story .story-container .mystory.sponsor {
  margin-bottom: 60px; }

#story .story-container .mystory-main.sponsor {
  margin-bottom: 60px; }

#story p.sponsor {
  font-size: 17px;
  color: #c00;
  display: block;
  margin-bottom: 10px;
  margin-left: 12px;
  width: 600px;
  float: left; }

#loggedin .profile-image-holder {
  margin: 0;
  float: right;
  width: 90px;
  height: 90px; }

#loggedin .profile-image-holder > span {
  margin-left: -397px; }

#loggedin .profile-image-holder > span > img {
  height: 90px; }

#loggedin .personal {
  float: left; }

#loggedin .personal h1 {
  margin: 10px 0 0 0;
  font-size: 18px; }

#loggedin .personal a {
  line-height: 20px; }

#loggedin .personal h1, #loggedin .personal a {
  display: block; }

#story .btn-login.share, #story .share-story {
  margin-left: 15px;
  float: left; }

#story .btn-showmore {
  margin-right: 22px;
  float: right; }

#story .btn-login.share, #story .btn-showmore, #story .share-story {
  padding-top: 12px;
  font-size: 18px;
  width: 395px;
  height: 30px;
  background: #c00;
  color: #fff;
  text-align: center;
  text-decoration: none; }

#fancybox-story {
  padding: 30px; }

#story-form, #story-success {
  margin: 0;
  padding: 20px;
  display: block;
  width: 755px;
  height: 300px;
  background: #eee; }

#story-success {
  display: none;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  padding-top: 100px;
  height: 250px;
  color: #999; }

#story-success p:first-child {
  font-size: 20px;
  color: #c00; }

#fancybox-story .profile-container p:nth-child(2) {
  color: #333; }

#fancybox-story .profile-story {
  width: 685px;
  height: 220px;
  float: left; }
/* --------------------------------------------------------------------- */
#fancybox-story .profile-story-mystory {
  width: 685px;
  height: 220px;
  float: left; }

#fancybox-story .mystory-title {
  margin-bottom: 25px;
  padding: 0 20px 0 20px;
  border: 1px solid #999;
  width: 710px;
  height: 50px; }

#fancybox-story .profile-story span {
  margin: 0;
  position: absolute;
  width: 31px;
  height: 31px;
  background: 0 0 url(../img/main/icon_rect_red.png) no-repeat;
  left: 0;
  margin: 1px 0 0 117px;
  display: none; }
/* --------------------------------------------------------------------- */
#fancybox-story .profile-story-mystory span {
  margin: 0;
  position: absolute;
  width: 31px;
  height: 31px;
  background: 0 0 url(../img/main/icon_rect_red.png) no-repeat;
  left: 0;
  margin: 1px 0 0 117px; }

#fancybox-story .profile-story .mystory-share {
  margin-left: 30px;
  padding: 10px;
  float: left;
  border: 1px solid #c00;
  width: 633px;
  height: 195px;
  resize: none; }
/* --------------------------------------------------------------------- */
#fancybox-story .profile-story-mystory .mystory-share {
  margin-left: 30px;
  padding: 10px;
  float: left;
  border: 1px solid #c00;
  width: 633px;
  height: 195px;
  resize: none; }

#fancybox-story .errorMessage, #fancybox-story #Story_content_em_ {
  margin-bottom: 10px; }

#fancybox-story #Story_content_em_ {
  margin: 10px 0 0 30px; }

#fancybox-story .lets-share {
  margin-top: 30px; }

#fancybox-story .lets-share .btn-form {
  margin: 0 auto; }
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
/*
 margin-bottom: $size-regular-margin-bottom;
 background: $white;
 border: 1px solid $color-btn;
 width: 333px;
 height: 48px;
 padding: 0 10px 0 10px;
 */
.dk_container {
  background-color: #fff;
  font-size: 12px;
  margin-bottom: 18px; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
    padding-top: 16px; }

.dk_toggle {
  border: 1px solid #999;
  color: #333;
  padding: 7px 45px 7px 10px;
  position: relative;
  width: 298px !important;
  height: 25px; }
  .dk_toggle:hover, .dk_toggle:focus {
    border-color: #8c8c8c; }
  .dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4b4b4b; }

.dk_focus .dk_toggle {
  border-color: #40b5e2; }

.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
    background-color: #fff;
    border-color: #8c8c8c;
    color: #ccc; }

.dk_options {
  background: #fefefe; }
  .dk_options a {
    background-color: #fff;
    border-bottom: none;
    font-weight: normal;
    padding: 8px 10px; }
  .dk_options a:hover, .dk_options:focus, .dk_options .dk_option_current a {
    background-color: #ccc;
    border-bottom-color: #004c72;
    color: #fff;
    text-decoration: none; }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
  .dk_options .disabled a {
    color: #aaa; }
  .dk_options .disabled:hover, .dk_options .disabled:hover a .dk_options .disabled:focus, .dk_options .disabled:focus a {
    cursor: default;
    background-color: #fff;
    border-bottom-color: #999; }

.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  text-shadow: #fff 0 1px 0; }

.dk_container {
  display: none;
  float: left;
  font-size: 16px; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 355px; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 333px;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.dk_label.disabled {
  pointer-events: none; }

a {
  color: #666;
  text-decoration: none; }

.nav li {
  list-style: none; }

.nav > li {
  padding: 0;
  float: left;
  position: relative;
  height: 36px; }

.nav > li:hover {
  background: none; }

.nav > div.sub:hover {
  display: block; }
/* MEGA DROP DOWN */
.sub {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 191px;
  width: 1206px;
  height: 369px;
  display: none;
  background: #999;
  overflow: hidden;
  z-index: 10; }

.sub .sub-left {
  margin: 0;
  float: left;
  width: 900px;
  height: 369px; }

.sub .sub-left .submenu-container {
  margin: 50px 0 0 36px;
  float: left;
  width: 250px;
  height: 290px;
  overflow: hidden; }

.sub .sub-left .submenu-container a {
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
  color: #e7e7e7;
  text-decoration: none; }

.sub .sub-left .submenu-container a:hover {
  text-decoration: none; }

.sub .sub-left .submenu-container .sub-image-holder {
  margin: 20px 0 20px 0;
  float: left;
  width: 250px;
  height: 150px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }

.sub .sub-left .submenu-container p {
  display: block;
  text-align: left;
  font-size: 18px;
  color: #e7e7e7;
  line-height: 21px; }

.sub.sub-7 {
  background: none; }

.sub .sub-right {
  margin: 0;
  float: left;
  background: #4c4c4c;
  width: 306px;
  height: 369px; }

.sub .sub-right .submenu-container {
  margin: 80px 0 0 36px;
  float: left;
  width: 260px;
  height: 230px;
  overflow: hidden; }

.sub .sub-right .submenu-container a {
  display: block;
  padding: 10px 0 10px;
  margin-bottom: 25px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  width: 240px;
  text-align: center; }

table {
  width: 885px; }

h2.table-heading {
  margin: 0;
  float: left;
  font-size: 24px;
  color: #333; }

.form-advanced {
  margin: 30px 0 10px 0;
  padding: 30px 20px 10px 20px;
  width: 845px;
  height: 55px;
  background: #999;
  color: #ededed; }

.form-advanced .ofv {
  margin: -57px 357px 0 0;
  right: 0;
  position: absolute;
  width: 280px; }

.form-advanced .ofv a.vktoggle {
  margin: 3px 5px 0 0; }

.form-advanced .ofv label {
  cursor: pointer;
  color: #333; }

.form-advanced input {
  margin-left: 20px; }

.form-advanced .date-from, .form-advanced .date-to {
  width: 105px;
  height: 27px; }

.form-advanced .county {
  width: 105px;
  height: 27px; }

.form-advanced .date-from, .form-advanced .date-to {
  margin-left: 5px; }

.form-advanced .date-from {
  margin-right: 10px; }

.form-advanced .city {
  width: 135px;
  height: 27px; }

.form-advanced input[type="text"] {
  float: left;
  background: #fff;
  border: none;
  color: #999;
  padding: 5px 10px 5px 10px; }

.form-advanced input[type="submit"] {
  width: 45px;
  margin: -5px 0 0 25px;
  height: 46px;
  border: none;
  cursor: pointer;
  background: 0 0 url(../img/main/magnifying_glass.png) no-repeat;
  background-size: 44px 45px; }

.form-advanced span {
  position: absolute; }

.form-advanced span.top {
  margin: -19px 573px 0 0;
  right: 0; }

.srch-reset {
  margin-left: 778px;
  margin-top: -51px;
  width: 51px;
  height: 51px;
  display: block; }
/*-------------TOOLTIP-------------*/
.ui-tooltip, .arrow:after {
  background: #999;
  border: 1px solid white; }

.ui-tooltip {
  position: absolute;
  width: auto;
  padding: 10px 20px;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: bold 14px;
  -webkit-box-shadow: 0 0 7px #000;
  -moz-box-shadow: 0 0 7px #000;
  box-shadow: 0 0 7px #000;
  z-index: 10; }

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  top: -16px;
  bottom: auto; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 6 5 -9px #000;
  -moz-box-shadow: 6 5 -9px #000;
  box-shadow: 6 5 -9px #000;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

.ui-helper-hidden-accessible {
  display: none; }
/*-------------TOOLTIP-------------*/
.form-advanced-reset {
  width: 45px;
  margin: 6px 0 0 10px;
  position: absolute;
  height: 46px;
  /* border: 1px solid #c00; */
  /* background: #999; */
  /* color: #ededed; */
  cursor: pointer;
  background: 0 0 url(../img/main/trash.png) no-repeat;
  background-size: 44px 45px; }

.form-advanced span.bottom {
  margin: 37px 0 0 -135px; }

.form-advanced input {
  padding: 5px 10px 5px 10px; }

.form-advanced .label-date {
  margin: -5px 0 0 10px;
  cursor: pointer;
  float: left;
  width: 39px;
  height: 43px;
  display: block;
  background: 0 0 url(../img/main/diary.png) no-repeat; }

.form-advanced .dk_toggle {
  padding: 0; }

.dk_toggle:after {
  right: 6px; }

.form-advanced .dk_options, .form-advanced .dk_toggle {
  width: 130px !important;
  background: #fff;
  border: none;
  color: #999 !important; }

.form-advanced .dk_options {
  width: 130px !important;
  top: 38px !important;
  font-size: 14px; }

.form-advanced .county {
  margin: 0 0 0 20px;
  padding: 10px 0 0 5px;
  width: 130px; }

.page_notice_msg {
  width: 863px;
  border: 1px solid #c00;
  margin-bottom: 10px;
  padding: 10px;
  color: #c00; }

.vktoggle {
  margin: 1px 5px 0 0;
  float: right;
  background: url(../img/main/pipe.jpg) bottom left;
  display: block;
  width: 13px;
  height: 13px;
  background-position: 13px 0; }

.vktoggle.checked {
  background-position: 0 0;
  width: 13px; }

table.ceo {
  margin-bottom: 40px;
  border: 1px solid #c00; }

thead {
  background: 0 0 url(../img/main/table_head_bg.png) no-repeat;
  height: 50px;
  width: 100%; }

table thead tr td {
  font-weight: bold; }

table tr td {
  font-size: 18px;
  color: #333;
  padding: 16px 6px 20px 25px; }

table tr td.droppoint {
  font-size: 16px; }

table tr td.droppoint .truck {
  margin: 0;
  float: left;
  display: block;
  color: #c00;
  height: 30px;
  background: 0 0 url(../img/main/truck.png) no-repeat;
  background-size: 30px 30px;
  padding: 5px 0 0 35px;
  width: 130px; }

table tr td.droppoint small {
  font-size: 14px;
  display: block;
  margin-top: 5px; }

table tr td.droppoint.wide {
  width: 145px; }

table tr td.droppoint.wide:last-child p {
  margin-bottom: 10px; }

table tr td.droppoint.wide:last-child p span {
  margin: 5px 5px 0 0;
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/main/pipe.jpg);
  background-position: -13px 0; }

table tr td.droppoint.wide:last-child p span.ofv {
  background-position: 0 0; }

table tr td {
  vertical-align: top; }

table tr.even {
  background: #f5f5f5; }

table tr td p {
  margin-top: 10px; }

table tr td a, table tr td a.story-fb-share {
  margin: 0 30px 10px 0;
  float: right;
  padding: 5px;
  display: block;
  color: #fff;
  background: #999; }

table tr td a.join-droppoint {
  background: #c00; }

table tr td a.story-fb-share {
  background: #4a6eaa;
  margin-top: 10px; }

table tr.gmap td a {
  background: none;
  color: #333; }

table tr td a.search {
  width: 150px; }

table tr td a.map-droppoint {
  width: auto; }

table tr td:last-child {
  vertical-align: top; }

table tr td.droppoint.wide:last-child {
  vertical-align: top; }

.pager {
  margin: 30px auto;
  width: 440px;
  height: 35px;
  font-size: 16px;
  color: #7a7a7a; }

.pager li {
  margin: 0 5px 0 5px;
  float: left;
  padding: 5px 10px 5px 10px;
  display: inline-block; }

.pager .prev a {
  width: 12px;
  height: 14px;
  background: 0 0 url(../img/main/pager.png) no-repeat;
  display: block; }

.pager .next a {
  width: 12px;
  height: 14px;
  background: -11px 0 url(../img/main/pager.png) no-repeat;
  display: block; }

.pager li.active {
  background: #c00; }

.pager li.active a {
  color: #fff; }

table tr.gmap {
  display: none; }

table tr.gmap td {
  vertical-align: top; }

.map {
  width: 855px !important; }

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=='); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c00;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.28571%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c00;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.share-button {
  margin: 20px 5px 30px 0;
  float: right;
  display: block;
  width: auto !important; }

.share-button label {
  background: #c00 !important;
  border-radius: 0 !important;
  float: left; }

.share-button.sharer-0 [class*="entypo-"]:before {
  color: white; }

.share-button label span {
  font-weight: normal !important;
  font-family: Calibri, sans-serif !important;
  font-size: 16px !important;
  color: #fff;
  text-transform: none !important;
  float: right; }

.share-button.sharer-0 .social.networks-5.left {
  margin-left: -170px !important; }

body #menu {
  display: none;
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #333;
  z-index: 3;
  overflow: hidden;
  margin-left: -300px; }
  body #menu ul.main {
    padding: 20px 0;
    padding-top: 70px;
    float: left;
    display: block; }
    body #menu ul.main li {
      position: relative;
      width: 300px;
      float: left;
      display: block; }
      body #menu ul.main li a {
        font-size: 16px;
        padding: 0 0 0 20px;
        color: #b0b0b0;
        line-height: 60px;
        display: block; }
      body #menu ul.main li span.sub_number {
        font-size: 16px;
        width: 27px;
        color: #797979;
        position: absolute;
        right: 25px;
        top: 25px; }
      body #menu ul.main li span.sub_number:before {
        content: '';
        border: 2px solid #797979;
        border-left: 0px;
        border-top: 0px;
        margin-top: 4px;
        display: inline-block;
        position: absolute;
        width: 7px;
        height: 7px;
        margin-left: 12px;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform: rotate(-45deg); }
      body #menu ul.main li ul#sub {
        width: 299px;
        height: 100%;
        padding-top: 70px;
        display: block;
        position: fixed;
        margin-left: -300px;
        background-color: #333;
        float: left;
        top: 0px;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box; }
        body #menu ul.main li ul#sub li {
          width: 299px;
          display: block;
          float: left;
          position: relative; }
          body #menu ul.main li ul#sub li a {
            font-size: 16px;
            padding: 0 0 0 20px;
            color: #b0b0b0;
            line-height: 60px;
            display: block; }
          body #menu ul.main li ul#sub li a.back {
            background: #2d2d2d;
            color: #797979; }
          body #menu ul.main li ul#sub li a.back:before {
            content: '';
            border: 2px solid #797979;
            border-right: 0px;
            border-bottom: 0px;
            top: 25px;
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            margin-left: -12px;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transform: rotate(-45deg); }
  body #menu ul.main li a::after {
    width: auto;
    margin-left: 40px;
    position: relative;
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    bottom: 0;
    left: 0;
    border-color: rgba(0, 0, 0, 0.15); }
  body #menu ul {
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    height: 100%;
    position: absolute; }
  body #menu ul::after {
    content: '';
    display: block;
    height: 40px; }

body.lang.en #menu ul.main {
  padding: 0; }

@media screen and (max-width: 1200px) {
  /*irj nekunk form begin*/
  /*irj nekunk form end*/
  /*elerhetosegeink begin*/
  /*elerhetosegeink end*/
    #fixed {
      height: 230px;
      background: 0 0 url('../img/main/fixed_ofv_middle.jpg') no-repeat; }
    .fancybox-skin {
      position: relative;
      color: #d3d3d3;
      text-shadow: none; }
    #fancybox-login {
      width: 352px;
      height: 355px;
      background-color: #fff; }
      #fancybox-login h1 {
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px; }
    .fancybox-inner {
      width: 392px;
      background-color: #fff;
      height: 475px;
      padding-bottom: 25px; }
    #reminder-container {
      margin-left: 0px;
      background: #eee;
      margin-top: 20px; }
    #page {
      width: 800px; }
    .slider .breadcrumb {
      height: 51px;
      width: 100%; }
    #header .top {
      width: 800px;
      background-color: #fff;
      border-top: solid 1px #cd0104; }
      #header .top img {
        margin-left: 8px; }
      #header .top .btn {
        width: 265px; }
        #header .top .btn .btn-english {
          margin: 0;
          padding: 15px 6px 0px 89px;
          color: #666;
          font-weight: bold;
          font-size: 14px;
          display: block;
          cursor: pointer;
          width: 170px;
          height: 30px;
          background: 0 0 url(../img/main/btn_top_en.jpg) no-repeat; }
        #header .top .btn .btn-login {
          padding: 15px 23px 0 54px;
          color: #fff;
          font-weight: bold;
          font-size: 14px;
          display: block;
          cursor: pointer;
          width: 211px;
          height: 30px;
          background: #999; }
      #header .bottom {
        width: 800px;
        height: 101px; }
      #header .bottom .left {
        width: 230px;
        height: 50px;
        background: 12px 0px url(../img/main/logo1.png) no-repeat; }
      #header .bottom .right {
        width: 800px;
        height: 50px; }
        #header .bottom .right .share {
          float: right;
          margin-top: -50px; }
        #header .bottom .right .menu ul li {
          padding-top: 19px;
          height: 32px;
          font-size: 16px; }
          #header .bottom .right .menu ul li .active {
            padding-top: 15.8px; }
          #header .bottom .right .menu ul li .last a {
            margin-left: 2px; }
          #header .bottom .right .menu li.search a {
            width: 109px;
            height: 50px;
            display: block;
            background: 57px 0 url(../img/main/search.png) no-repeat; }
          #header .bottom .right .menu li.m-1 {
            width: 103px; }
          #header .bottom .right .menu li.m-2 {
            width: 132px; }
          #header .bottom .right .menu li.m-3 {
            width: 104px; }
          #header .bottom .right .menu li.m-4 {
            width: 80px; }
          #header .bottom .right .menu li.m-5 {
            width: 116px; }
          #header .bottom .right .menu li.m-6 {
            width: 135px; }
          #header .bottom .right .menu li.m-7 {
            width: 130px !important; }
          #header .bottom .right .menu li.last {
            background: #c00;
            float: right;
            display: block;
            height: 32px;
            width: 149.5px; }
          #header .bottom .right .menu li.active {
            padding-top: 18.8px; }
          #header .bottom .right .menu .sub {
            width: 800px;
            height: 302px; }
          #header .bottom .right .menu .sub .sub-left {
            width: 800px;
            height: 0px; }
            #header .bottom .right .menu .sub .sub-left .submenu-container {
              margin: 20px 0 0 18px;
              width: 155px; }
            #header .bottom .right .menu .sub .sub-left a {
              font-size: 14px;
              width: auto; }
            #header .bottom .right .menu .sub .sub-left .sub-image-holder {
              width: 155px;
              height: 100px; }
            #header .bottom .right .menu .sub .sub-left .submenu-container p {
              font-size: 14px;
              color: #e7e7e7;
              line-height: 15px; }
          #header .bottom .right .menu .sub .sub-right {
            float: right;
            width: 265px;
            height: 302px; }
            #header .bottom .right .menu .sub .sub-right .submenu-container {
              margin: 60px 0 0 0px;
              float: left;
              width: 265px; }
              #header .bottom .right .menu .sub .sub-right .submenu-container a {
                margin-bottom: 25px;
                margin-left: 22px;
                width: 220px;
                font-size: 16px; }
        #header .bottom .right .form-content-search {
          width: 535px; }
          #header .bottom .right .form-content-search .keyword-search {
            width: 350px; }
          #header .bottom .right .form-content-search .keyword-submit {
            width: 115px; }
    .searchbox {
      height: 302px !important;
      margin-bottom: 0;
      width: 265px;
      z-index: 10; }
      .searchbox h1 {
        font-size: 23px; }
      .searchbox p {
        font-size: 14px; }
      .searchbox .form-search .droppoint-search {
        padding: 0 0 0 0;
        margin: 36px 0 0 0;
        width: 200px;
        height: 40px;
        font-size: 16px; }
    #box-links.ofv {
      margin-top: 0; }
      #box-links.ofv figure {
        background: transparent !important;
        /*background: 0 0 url(../img/slider/slider_ofv_bros_middle.png) no-repeat;*/ }
    #box-links .figure-link.ofv-competition {
      margin-top: -210px;
      width: 803px;
      background: transparent;
      /*background: 0 0 url(../img/slider/slider_ofv_bros_middle.png) no-repeat;*/ }
    #breadcrumb-inside a {
      text-decoration: none;
      color: #fff;
      font-size: 22px;
      height: auto; }
    #breadcrumb-inside {
      position: absolute;
      margin-top: 317px !important; }
      #breadcrumb-inside .breadcrumbs {
        white-space: nowrap;
        width: 36em;
        overflow: hidden;
        text-overflow: ellipsis; }
    #content {
      width: 800px;
      margin-top: 50px; }
      #content #content-container {
        margin: 0;
        padding: 40px 0 60px 0;
        float: left;
        width: 800px;
        min-height: 200px; }
      #content #content-container .comphead {
        margin-top: 281px;
        width: auto; }
      #content #content-container .line-comp {
        display: none; }
      #content #content-container .competition {
        width: 100%; }
        #content #content-container .competition.old {
          background-color: #ccc; }
        #content #content-container .competition .competition-top {
          width: 100%;
          height: auto;
          display: block;
          overflow: hidden; }
          #content #content-container .competition .competition-top p {
            margin: 10px 0 10px 15px;
            font-size: 21px;
            width: 96%; }
        #content #content-container .competition .category-box {
          font-size: 15px; }
          #content #content-container .competition .category-box .category {
            color: #fff;
            margin-right: 10px;
            float: left;
            display: block; }
        #content #content-container .competition .highlighted-category {
          width: 87%;
          height: auto; }
          #content #content-container .competition .highlighted-category .cat-property {
            margin-right: 260px; }
        #content #content-container .competition .competition-middle {
          width: 100%; }
          #content #content-container .competition .competition-middle .odd, #content #content-container .competition .competition-middle .even {
            width: 96%; }
          #content #content-container .competition .competition-middle .odd .fix-line-grey, #content #content-container .competition .competition-middle .even .fix-line-grey {
            width: 95%;
            height: 20px;
            margin-left: 22px; }
          #content #content-container .competition .competition-middle .odd p, #content #content-container .competition .competition-middle .even p {
            margin-left: 20px; }
          #content #content-container .competition .competition-middle .odd p.last, #content #content-container .competition .competition-middle .even p.last {
            margin-right: 17px; }
        #content #content-container .competition .competition-bottom {
          width: auto; }
      #content #content-container #content-data {
        width: 800px; }
      #content #content-container .pofv {
        margin-top: 0; }
      #content #content-container .ofv-main {
        width: 800px; }
        #content #content-container .ofv-main h1.ofv-main-heading {
          margin-top: 0px;
          margin-bottom: 0px;
          padding: 3% 0 1% 3%;
          height: auto;
          font-size: 35px;
          text-align: center;
          color: #fff;
          width: 94%;
          overflow: hidden;
          text-overflow: ellipsis;
          font-family: Arial; }
          #content #content-container .ofv-main h1.ofv-main-heading span {
            font-size: 35px; }
      #content #content-container .page_notice_msg {
        width: 800px; }
      #content #content-container .info-holder {
        width: 100%;
        height: auto; }
      #content #content-container .ofv-index-top {
        width: 800px; }
        #content #content-container .ofv-index-top .ofv-image-holder {
          width: 394px;
          height: 234px;
          margin-right: 12px; }
          #content #content-container .ofv-index-top .ofv-image-holder img {
            float: left;
            width: 394px;
            height: auto; }
        #content #content-container .ofv-index-top .embed-container {
          padding-bottom: 0;
          width: 394px;
          height: 264px; }
          #content #content-container .ofv-index-top .embed-container iframe {
            width: 394px; }
          #content #content-container .ofv-index-top .embed-container.pull-right {
            margin: 0;
            position: absolute;
            right: 0;
            top: 657px; }
        #content #content-container .ofv-index-top .wrap-img > img {
          width: 800px; }
        #content #content-container .ofv-index-top .wrap-logo {
          width: 250px; }
      #content #content-container .line {
        width: 395px;
        height: 50px;
        background: 0 0 url(../img/main/heading_line.jpg) no-repeat; }
      #content #content-container .compline {
        margin-top: 295px; }
      #content #content-container .single {
        float: left;
        width: 350px; }
      #content #content-container .index-left {
        margin: 0;
        margin-left: 20px;
        float: left;
        width: 370px;
        height: auto; }
        #content #content-container .index-left a.page-heading {
          width: 355px;
          padding: 10px 8px 10px 7px;
          margin-bottom: 10px; }
      #content #content-container .index-left-news.block {
        width: 360px;
        margin-right: 9px;
        margin-left: 9px;
        padding: 10px; }
      #content #content-container .image-holder {
        margin: 0 39px 10px 0;
        width: 370px; }
        #content #content-container .image-holder a.page-heading {
          width: 355px; }
        #content #content-container .image-holder .boxer {
          width: 340px; }
      #content #content-container .mini {
        width: 360px; }
      #content #content-container .index-right {
        margin-right: 20px;
        width: 370px; }
        #content #content-container .index-right h1 {
          width: 355px;
          padding: 10px 8px 10px 7px;
          margin-bottom: 10px; }
        #content #content-container .index-right a.news {
          margin-bottom: 10px;
          width: 350px; }
      #content #content-container #story.sponsor {
        margin: 10px 0 30px 0;
        padding-bottom: 30px;
        height: auto; }
      #content #content-container #story {
        width: 800px; }
        #content #content-container #story .btn-login.share, #content #content-container #story .btn-showmore, #content #content-container #story .share-story {
          font-size: 18px;
          width: 372px;
          height: 30px; }
        #content #content-container #story .story-container .mystory .profile-story p {
          width: 555px; }
          #content #content-container #story .story-container .mystory-main {
            margin-bottom: 20px;
            width: 860px;
            height: 95px; }
          #content #content-container #story .story-container .profile-story-mystory {
            width: 760px; }
          #content #content-container #story .story-container .profile-story-mystory span {
            display: none; }
          #content #content-container #story .story-container .profile-story-mystory p {
            width: 615px;
            padding: 5px 10px 15px; }
      #content #content-container.blooddonor {
        padding: 0 0 60px 0; }
      #content .blooddonor h1 {
        width: 680px; }
      #content .blooddonor.index section {
        width: 300px; }
        #content .blooddonor.index section h2 {
          margin: 60px 0 0 80px;
          font-size: 31px;
          width: 300px; }
        #content .blooddonor.index section a {
          font-size: 18px;
          min-height: 60px;
          margin: 128px 0 0 61px;
          width: 220px; }
    #content-data {
      width: 800px; }
    #sidebar {
      margin: 0;
      padding: 40px 0 60px 0;
      float: right;
      width: 306px; }
      #sidebar h1 {
        margin: 0px 0px 10px;
        float: right;
        text-align: center;
        padding: 10px;
        color: #fff;
        background: #666;
        display: block;
        width: 780px;
        height: auto;
        font-weight: normal;
        font-size: 30px; }
      #sidebar .top ul {
        margin: 5px 0 25px 25px;
        float: left;
        display: none; }
      #sidebar .top {
        width: 800px;
        min-height: 160px;
        overflow: hidden;
        margin-left: 0;
        float: right;
        background: none; }
      #sidebar .top .signup {
        margin: 0;
        float: right;
        width: 800px;
        min-height: 170px;
        background: none;
        overflow: hidden; }
        #sidebar .top .signup h3 {
          color: #000;
          font-size: 22px; }
      #sidebar .top #signup-form {
        width: 800px; }
        #sidebar .top #signup-form .errorMessage {
          margin: 0 0 0 225px; }
        #sidebar .top #signup-form #Signup_email {
          width: 200px;
          background-color: #eee;
          margin-top: 10px;
          float: left;
          margin-left: 200px;
          height: 44px; }
        #sidebar .top #signup-form .btn-pw-reset {
          width: 200px;
          height: 46px;
          float: right;
          margin-top: -46px;
          margin-right: 200px; }
      #sidebar iframe.punnany-video {
        margin: 0 0 20px 0px;
        width: 800px;
        height: 430px;
        float: right; }
      #sidebar .bottom {
        padding: 10px 0 10px 0;
        text-align: center;
        margin-top: 10px;
        float: left;
        min-height: 473px;
        width: 306px;
        background: 0 0 url(../img/main/sidebar_grey.jpg) repeat-y;
        display: none; }
    #sidebar.ofv {
      margin: 0;
      padding: 0px 0 0px 0;
      float: left;
      width: 100%; }
      #sidebar.ofv .top ul {
        margin: 2%;
        float: left;
        display: table;
        border-spacing: 5px;
        height: 73px;
        width: 775px;
        background: #eee; }
      #sidebar.ofv li {
        margin-top: 15px;
        text-align: center;
        background: #fff;
        width: 140px;
        height: 45px;
        display: table-cell;
        vertical-align: middle; }
      #sidebar.ofv .border-li {
        width: 100%;
        display: none; }
      #sidebar.ofv .top {
        width: 100%;
        min-height: 160px;
        overflow: hidden;
        margin-left: 0;
        float: right;
        background: none; }
    #footer-outer .outer-up {
      height: 215px; }
      #footer-outer .container {
        width: 800px;
        height: 295px; }
      #footer-outer .container .up {
        height: 215px; }
      #footer-outer .logo a {
        margin-top: 45px; }
      #footer-outer .links {
        margin: 0;
        float: left;
        width: 300px; }
      #footer-outer .social {
        margin-top: -8px; }
      #footer-outer .container .up a.mol {
        margin: 27px 10px 0 73px;
        width: 186px;
        background: 30px 0px url(../img/sponsor/mol1.png) no-repeat;
        height: 60px; }
      #footer-outer .container .up a.mediamarkt {
        margin-left: 25px;
        width: 200px;
        margin-top: 0px;
        height: 74px;
        background: 0px 0px url(../img/sponsor/mediamarkt.png) no-repeat; }
      #footer-outer .container .up a.diakhitel {
        height: 82px;
        margin-left: 66px;
        margin-top: 5px;
        width: 155px;
        background: 0 -5px url(../img/sponsor/diakhitel.png) no-repeat; }
      #footer-outer .container .up a.efott {
        margin-left: 85px;
        margin-top: 26px;
        width: 81px;
        height: 94px;
        background: 0 -5px url(../img/sponsor/efott.png) no-repeat; }
      #footer-outer .container .up a.cola {
        margin-left: 35px;
        width: 196px;
        margin-top: 16px;
        height: 74px;
        background: 0 0 url(../img/sponsor/cola.png) no-repeat; }
      #footer-outer .container .up a.forte {
        margin-left: 75px;
        margin-top: 20px;
        width: 77px;
        height: 81px;
        background: 0 0 url(../img/sponsor/forte.png) no-repeat; }
      #footer-outer .container .up a.most {
        margin-left: 100px;
        background: 0 0px url(../img/sponsor/most.png) no-repeat;
        margin-top: 57px;
        width: 100px;
        height: 34px; }
      #footer-outer .container .up a.telenor {
        margin: 42px 0 0 50px;
        width: 100px;
        background: 0 0 url(../img/sponsor/telenor.png) no-repeat;
        height: 67px; }
    .form-advanced {
      margin: 20px 0 10px 0;
      padding: 25px 0px 10px 2px;
      width: 800px;
      height: 55px;
      background: #999;
      color: #ededed; }
      .form-advanced .label-date {
        margin: -5px 0 0 5px;
        cursor: pointer;
        float: left;
        width: 39px;
        height: 43px;
        display: block;
        background: 0 0 url(../img/main/diary.png) no-repeat; }
      .form-advanced input[type="text"] {
        padding: 5px 5px 5px 5px; }
      .form-advanced .srch-reset {
        margin-left: 734px;
        margin-top: -50px; }
      .form-advanced span.top {
        margin: -19px 227px 0 0; }
    #user-form left, #user-form .right {
      width: 355px; }
      #user-form .right {
        margin-left: 90px; }
      #user-form .contact-message {
        width: 778px; }
    table {
      width: 800px; }
      table .ceo {
        margin-bottom: 40px;
        border: 1px solid #c00; }
      table tr td {
        font-size: 18px;
        color: #333;
        padding: 16px 0px 20px 18px; }
    .truck-table {
      margin-bottom: 40px; }
      .truck-table table {
        width: 800px; }
    .lang.en #box-links {
      margin-top: 0; }
      .lang.en #header .top img {
        margin-left: 8px; }
      .lang.en #header .bottom .left {
        background: 12px 0px url(../img/main/logo1_en.png) no-repeat; }
      .lang.en #sidebar {
        display: none; }
      .lang.en .searchbox {
        margin-top: -50px; }
      .lang.en #page.container #content .menu_lang {
        display: block;
        background: url(../img/main/heading_line_repeatable.jpg) repeat;
        width: 800px;
        height: 74px;
        margin-top: 50px; }
      .lang.en #page.container #content .menu_lang li.menu_item_lang {
        float: left;
        background: none repeat scroll 0 0 #fff;
        margin-top: 15px;
        text-align: center;
        margin-left: 12px; }
        .lang.en #page.container #content .menu_lang li.menu_item_lang .menu_item_lang_div {
          display: table-cell;
          width: 185px;
          height: 45px;
          vertical-align: middle; }
          .lang.en #page.container #content .menu_lang li.menu_item_lang .menu_item_lang_div a {
            color: #333;
            font-size: 18px;
            text-decoration: none; } }

@media screen and (max-width: 700px) {
  #fixed {
    display: none; }

  #not-fixed {
    margin-top: 20px;
    display: block; }

  a.menu-toggle {
    margin: -59px 0 0 20px;
    height: 48px;
    width: 45px;
    background-repeat: no-repeat;
    background-image: url(../img/main/burger.png);
    background-position: left center;
    display: block;
    float: left; }

  .fancybox-skin {
    position: relative;
    background: transparent;
    color: #d3d3d3;
    text-shadow: none; }

  #fancybox-login {
    width: 352px;
    height: 355px;
    background-color: #fff;
    margin: 10px; }
    #fancybox-login h1 {
      margin-bottom: 0px;
      padding-top: 10px;
      padding-bottom: 10px; }

  #reminder-container {
    margin-left: 0px;
    background: #eee;
    margin-bottom: 10px; }

  #menu {
    display: block !important; }
    #menu ul li a, #menu em {
      font-size: 16px;
      padding: 0 0 0 20px; }
    #menu .form-content-search {
      display: block; }

  .mm-menu {
    max-width: 300px !important; }

  .mm-list a.mm-subclose:before {
    top: 45%;
    left: 8px !important; }

  .form-content-search {
    width: 270px;
    background: none; }
    .form-content-search .keyword-search {
      padding: 5px 5px 3px 9px;
      width: 247px;
      height: 33px;
      margin: 5px 0 0 16px; }

  body {
    display: block;
    float: left;
    position: relative;
    width: 100%; }
    body a.disabled {
      cursor: pointer; }

  #page {
    width: 100%; }
    #page .wrap-star {
      width: 100%; }
      #page .wrap-star a {
        background-size: 100%;
        width: 100%;
        bacgkround-repeat: no-repeat;
        margin-top: 20%;
        padding-top: 37%; }
        #page .wrap-star a div {
          margin: 25%; }
    #page #content {
      width: 100%;
      margin-top: 0; }
      #page #content p {
        padding: 10px; }
      #page #content #content-container {
        width: 100%; }
        #page #content #content-container .pofv {
          margin-top: 0px; }
        #page #content #content-container .line {
          display: none; }
        #page #content #content-container .page_notice_msg {
          width: 95%; }
        #page #content #content-container .info-holder {
          width: 100%;
          height: auto; }
          #page #content #content-container .info-holder .info-title p {
            line-height: 26px; }
          #page #content #content-container .info-holder .info-menu p {
            padding: 0%; }
          #page #content #content-container .info-holder .last img {
            margin-top: 4%; }
            #page #content #content-container .info-holder .last .main-sponsor {
              float: left;
              width: 70%;
              padding: 14%;
              padding-top: 2%;
              padding-bottom: 2%; }
            #page #content #content-container .info-holder .last .media-sponsor {
              float: left;
              width: 70%;
              padding: 14%;
              padding-top: 2%;
              padding-bottom: 2%; }
            #page #content #content-container .info-holder .last .product-sponsor {
              float: left;
              width: 70%;
              padding: 14%;
              padding-top: 2%;
              padding-bottom: 2%; }
            #page #content #content-container .info-holder .last .competition-game {
              float: left;
              width: 70%;
              padding: 14%;
              padding-top: 2%;
              padding-bottom: 2%; }
        #page #content #content-container .ofv-main {
          width: 100%; }
          #page #content #content-container .ofv-main h1.ofv-main-heading {
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 3% 0 1% 3%;
            height: auto;
            font-size: 30px;
            text-align: center;
            color: #fff;
            width: 94%;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: Arial; }
            #page #content #content-container .ofv-main h1.ofv-main-heading span {
              font-size: 30px; }
        #page #content #content-container a.ofv-login {
          margin-top: 1%;
          margin-bottom: 1%;
          margin-left: 0%;
          width: 100%; }
        #page #content #content-container a.ofv-upload {
          margin-top: 1%;
          margin-bottom: 1%;
          margin-left: 0%;
          width: 100%; }
        #page #content #content-container .ofv-index-top {
          width: 100%; }
          #page #content #content-container .ofv-index-top .embed-container {
            padding-bottom: 0;
            width: 100%;
            height: auto;
            padding-bottom: 56.25%;
            float: left; }
            #page #content #content-container .ofv-index-top .embed-container iframe {
              width: 100%;
              height: 100%;
              position: absolute;
              margin-top: 0px; }
            #page #content #content-container .ofv-index-top .embed-container.pull-right {
              top: 20px;
              margin-bottom: 40px;
              position: relative; }
          #page #content #content-container .ofv-index-top .wrap-img > img {
            width: 100%; }
          #page #content #content-container .ofv-index-top .wrap-logo {
            width: 150px; }
        #page #content #content-container .ofv-whatever {
          margin-top: 25px; }
          #page #content #content-container .ofv-whatever h1.greeting {
            margin-top: 0; }
          #page #content #content-container .ofv-whatever h2.info-holder.main {
            width: 100%; }
        #page #content #content-container .ofv-image-holder {
          width: 100%;
          height: auto;
          margin-bottom: 0px; }
          #page #content #content-container .ofv-image-holder img {
            width: 100%;
            height: auto; }
          #page #content #content-container .ofv-image-holder iframe {
            width: 100%;
            height: auto; }
        #page #content #content-container .competition.old {
          background-color: #ccc; }
          #page #content #content-container .competition .competition-top {
            text-align: center;
            height: auto;
            display: block;
            overflow: hidden; }
            #page #content #content-container .competition .competition-top p {
              font-size: 16px;
              margin-left: 0px;
              margin-top: 3%;
              line-height: 31px; }
          #page #content #content-container .competition .category-box {
            padding-left: 0px;
            width: 100%; }
            #page #content #content-container .competition .category-box .category {
              margin-left: 0%;
              width: 30%; }
          #page #content #content-container .competition .highlighted-category {
            margin-left: 0%;
            margin-top: 20px;
            width: 100%; }
            #page #content #content-container .competition .highlighted-category a, #page #content #content-container .competition .highlighted-category p {
              font-size: 18px;
              margin-left: 3%; }
            #page #content #content-container .competition .highlighted-category p {
              font-size: 15px;
              padding: 0; }
          #page #content #content-container .competition .competition-middle .odd, #page #content #content-container .competition .competition-middle .even {
            width: 99%;
            margin-left: 0%; }
            #page #content #content-container .competition .competition-middle .odd p, #page #content #content-container .competition .competition-middle .even p {
              margin-left: 3%;
              padding: 0%; }
            #page #content #content-container .competition .competition-middle .odd .fix-line-grey, #page #content #content-container .competition .competition-middle .even .fix-line-grey {
              width: 94%;
              height: 20px;
              margin-left: 3%; }
          #page #content #content-container .competition .competition-bottom {
            padding: 10px 0 10px 0; }
            #page #content #content-container .competition .competition-bottom p {
              font-size: 86%;
              margin-left: 0%;
              width: 100%;
              line-height: 21px;
              text-align: center;
              padding: 0%; }
        #page #content #content-container .comphead {
          margin-top: 0px; }
        #page #content #content-container .line-comp {
          display: none; }
        #page #content #content-container #content-data {
          width: 100%; }
          #page #content #content-container #content-data .image-holder.full {
            width: 100%; }
            #page #content #content-container #content-data .image-holder.full img {
              width: 100%; }
          #page #content #content-container #content-data .data {
            padding: 10px; }
            #page #content #content-container #content-data .data .profile-story {
              float: left;
              width: 80%;
              height: 96px;
              display: block;
              margin-left: 13px;
              margin-top: 10px; }
            #page #content #content-container #content-data .data .profile-story p {
              width: 80%; }
            #page #content #content-container #content-data .data .profile-story span {
              display: none; }
            #page #content #content-container #content-data .data .profile-story p.sponsor {
              width: 96%; }
            #page #content #content-container #content-data .data .profile-story .mystory-share {
              margin-left: 30px;
              padding: 10px;
              float: left;
              border: 1px solid #c00;
              width: 315px;
              height: 195px;
              resize: none; }
            #page #content #content-container #content-data .data .profile-story .lets-share {
              width: 50%;
              margin-top: 30px; }
            #page #content #content-container #content-data .data .profile-container {
              width: 17%; }
        #page #content #content-container table {
          width: 100%;
          table-layout: fixed; }
        #page #content #content-container thead {
          display: none; }
        #page #content #content-container tr td {
          width: 90%;
          text-align: center;
          word-wrap: break-word; }
          #page #content #content-container tr td p {
            display: none; }
          #page #content #content-container tr td p.rwd-name {
            display: block;
            margin: 0 auto;
            width: 30%; }
          #page #content #content-container tr td a {
            display: inline-block;
            float: left;
            margin: -4px 7px 20px 0;
            width: auto; }
          #page #content #content-container tr td .map {
            max-width: 500px;
            min-width: 300px;
            overflow: auto; }
          #page #content #content-container tr td .profile-image-holder-mystory {
            width: 100%;
            height: auto; }
          #page #content #content-container tr td .profile-image-holder-mystory span {
            margin: 0 0 0 0;
            width: auto; }
            #page #content #content-container tr td .profile-image-holder-mystory span img {
              width: 30%;
              height: auto; }
        #page #content #content-container td.link {
          margin-bottom: 20px;
          width: 40%; }
        #page #content #content-container .rwd-table {
          margin: 1em 0;
          min-width: 300px; }
          #page #content #content-container .rwd-table tr {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd; }
          #page #content #content-container .rwd-table th {
            display: none; }
          #page #content #content-container .rwd-table td {
            display: block; }
          #page #content #content-container .rwd-table td:last-child {
            padding-bottom: 0.5em; }
          #page #content #content-container .rwd-table td:before {
            content: attr(data-th) "";
            font-weight: bold;
            width: 6.5em;
            display: inline-block; }
          #page #content #content-container .rwd-table th, #page #content #content-container .rwd-table td {
            text-align: left; }
        #page #content #content-container .page-heading {
          width: 100%; }
        #page #content #content-container .index-left {
          width: 100%;
          margin: 0 0 20px 0; }
          #page #content #content-container .index-left .image-holder {
            width: 100%; }
          #page #content #content-container .index-left .page-heading {
            width: 100%; }
        #page #content #content-container .mini {
          width: 96.5%; }
        #page #content #content-container a.boxer {
          width: 97%; }
        #page #content #content-container .index-left-news.block {
          width: 100%;
          min-height: 350px;
          margin-bottom: 14px;
          margin-left: 0px;
          margin-right: 0px;
          border: 1px solid #d7d7d7;
          padding: 10px; }
        #page #content #content-container .hero_p {
          max-width: 96.5%; }
        #page #content #content-container .page-heading {
          width: 100%; }
        #page #content #content-container .index-right {
          width: 100%;
          margin-right: 0; }
          #page #content #content-container .index-right h1, #page #content #content-container .index-right a {
            width: 100%; }
        #page #content #content-container #story {
          margin-top: 50px;
          width: 100%;
          height: auto; }
          #page #content #content-container #story .story-container .mystory {
            width: 100%; }
          #page #content #content-container #story .story-container .mystory-main {
            width: 100%; }
          #page #content #content-container #story .story-container .mystory-main .profile-container {
            width: 13%;
            height: 110px; }
          #page #content #content-container #story .story-container .mystory-main .profile-story-mystory {
            width: 85%;
            float: right; }
            #page #content #content-container #story .story-container .mystory-main .profile-story-mystory p {
              width: 78%; }
            #page #content #content-container #story .story-container .mystory-main .profile-story-mystory a {
              width: 10%; }
          #page #content #content-container #story .share-story {
            padding-top: 12px;
            font-size: 18px;
            width: 100%;
            margin-left: 0px;
            margin-bottom: 3%;
            height: 30px;
            background: #c00;
            color: #fff;
            text-align: center;
            text-decoration: none; }
          #page #content #content-container #story .btn-login.share {
            width: 100%;
            margin: 0 0 20px 0; }
          #page #content #content-container #story .btn-showmore {
            width: 100%;
            margin: 0; }
        #page #content #content-container #user-form {
          width: 97%;
          margin-left: 1%; }
          #page #content #content-container #user-form .left, #page #content #content-container #user-form .right {
            width: 100%;
            margin: 0px; }
          #page #content #content-container #user-form .left input, #page #content #content-container #user-form .right input {
            margin-bottom: 16px;
            background: #fff;
            border: 1px solid #999;
            width: 97%;
            height: 48px;
            padding: 0 10px 0 10px; }
          #page #content #content-container #user-form .left .dk_container, #page #content #content-container #user-form .right .dk_container {
            width: 100%; }
          #page #content #content-container #user-form .left .dk_toggle, #page #content #content-container #user-form .right .dk_toggle {
            width: 91.7% !important;
            padding: 2% 7% 2% 10px;
            font-size: 23px; }
          #page #content #content-container #user-form label {
            margin-left: 11px; }
          #page #content #content-container #user-form .btn-registration {
            width: 100% !important; }
          #page #content #content-container #user-form .check.user {
            margin-bottom: 20px;
            float: none;
            margin-left: 11px; }
          #page #content #content-container #user-form .errorMessage {
            margin-left: 11px; }
          #page #content #content-container #user-form .contact-message {
            width: 97%; }
        #page #content #content-container .form-advanced {
          width: 95%;
          min-height: 310px;
          height: auto;
          overflow: hidden;
          padding: 25px 10px 10px 10px; }
          #page #content #content-container .form-advanced .date-from, #page #content #content-container .form-advanced .date-to, #page #content #content-container .form-advanced input[type="text"], #page #content #content-container .form-advanced .county {
            margin: 0 20px 10px 0;
            width: 97%; }
          #page #content #content-container .form-advanced #dk_container_county, #page #content #content-container .form-advanced .dk_toggle {
            width: 98% !important; }
          #page #content #content-container .form-advanced .dk_options {
            width: 100% !important; }
          #page #content #content-container .form-advanced label {
            background: none;
            display: none; }
          #page #content #content-container .form-advanced span.top, #page #content #content-container .form-advanced span.bottom {
            display: none; }
          #page #content #content-container .form-advanced label, #page #content #content-container .form-advanced input, #page #content #content-container .form-advanced div {
            float: left; }
          #page #content #content-container .form-advanced .srch-reset {
            margin: 0; }
          #page #content #content-container .form-advanced input[type="submit"] {
            margin: 0; }
          #page #content #content-container .form-advanced .label-date {
            margin: -6px 5px 0 5px; }
          #page #content #content-container .form-advanced .smart-btn {
            width: 170px;
            margin: 225px auto 0 auto;
            float: none;
            position: relative; }
          #page #content #content-container .form-advanced .smart-btn input[type="submit"] {
            float: left; }
          #page #content #content-container .form-advanced .smart-btn .srch-reset {
            float: right; }
          #page #content #content-container .form-advanced .smart-btn .srch-reset .form-advanced-reset {
            margin: 0 0 0 10px; }
        #page #content #content-container #user-form .dk_options {
          width: 100% !important; }
        #page #content #content-container ul.imabd {
          min-height: 48px;
          overflow: auto;
          height: auto; }
      #page #content .blooddonor h1 {
        width: 100%;
        font-size: 24px; }
      #page #content .blooddonor.index section {
        width: 100%; }
        #page #content .blooddonor.index section h2 {
          margin: 0;
          width: 100%; }
        #page #content .blooddonor.index section a {
          margin: 10px 0 0 0;
          width: 100%;
          min-height: 40px; }
        #page #content .blooddonor.index figure {
          background-image: url("../img/bdonor/logo_big.png");
          background-repeat: no-repeat;
          background-size: contain;
          width: 100% !important; }
      #page #content .blooddonor.companies section.hero-unit {
        width: 100%;
        height: 100%; }
        #page #content .blooddonor.companies section.hero-unit p {
          width: 100%; }
        #page #content .blooddonor.companies section.supporters figure {
          width: 100%;
          height: auto; }
      #page #content .blooddonor.blooddonor figure {
        height: auto;
        width: 100%; }
        #page #content .blooddonor.blooddonor figure img {
          margin: 10px 0 10px 0;
          width: 100%;
          height: 100%; }
      #page #content .blooddonor.invite form {
        width: 100%; }
        #page #content .blooddonor.invite form section, #page #content .blooddonor.invite form input, #page #content .blooddonor.invite form div.email {
          width: 100%; }
        #page #content .blooddonor.invite form section figure {
          width: auto; }
      #page #content .blooddonor.teaser section {
        width: 100%; }
        #page #content .blooddonor.teaser section p {
          width: 100%; }
        #page #content .blooddonor.teaser h4, #page #content .blooddonor.teaser p {
          padding: 0;
          width: 100%;
          height: 100%; }
        #page #content .blooddonor.teaser section.hero-unit {
          width: 80%;
          overflow: hidden; }
      #page #content #sidebar {
        width: 100%; }
        #page #content #sidebar h1 {
          margin: 20px 0px 5px;
          float: left;
          text-align: center;
          padding: 10px;
          color: #fff;
          background: #666;
          display: block;
          width: 100%;
          height: auto;
          font-weight: normal;
          font-size: 30px; }
        #page #content #sidebar .top {
          width: 100%; }
        #page #content #sidebar .top .signup {
          width: 100%; }
        #page #content #sidebar .top #signup-form {
          width: 100%; }
        #page #content #sidebar .top #signup-form #Signup_email {
          width: 50%;
          background-color: #eee;
          margin-top: 10px;
          float: left;
          margin-left: 0px;
          height: 44px; }
        #page #content #sidebar .top #signup-form .btn-pw-reset {
          width: 50%;
          height: 46px;
          float: right;
          margin-top: -46px;
          margin-right: 0px; }
        #page #content #sidebar iframe.punnany-video {
          margin: 0 0 10px 0;
          width: 100%;
          height: 400px; }
        #page #content #sidebar .bottom {
          display: none; }
      #page #content #sidebar.ofv .top ul {
        display: none; }
        #page #content #sidebar.ofv .top {
          width: 100%; }
        #page #content #sidebar.ofv .top .signup {
          width: 100%; }
        #page #content #sidebar.ofv .top .signup #signup-form {
          width: 100%; }
        #page #content #sidebar.ofv .top .signup #signup-form .btn-pw-reset, #page #content #sidebar.ofv .top .signup #signup-form #Signup_email {
          float: none;
          margin: 10px auto; }
        #page #content #sidebar.ofv .top .signup #signup-form .errorMessage {
          position: relative;
          width: auto; }
    #page #header .top {
      height: 30px;
      margin: -52px 13px 0px 0%;
      background-repeat: no-repeat;
      background-position: right center;
      float: right;
      width: 180px;
      display: block;
      border-top: none; }
      #page #header .top .btn {
        display: none; }
      #page #header img {
        margin: 0;
        height: 30px;
        width: 180px; }
      #page #header .bottom {
        width: 100%;
        margin-top: 69px; }
      #page #header .bottom .left {
        margin: 0 auto;
        position: relative;
        float: none;
        background-position: 74px 34px;
        width: 336px;
        height: 101px; }
      #page #header .bottom .right {
        display: none; }
    #page #box-links, #page .searchbox, #page #breadcrumb-inside {
      display: none; }

  wrapper section {
    width: 100% !important;
    height: 100% !important; }
    wrapper section h1 {
      margin: 25px auto !important;
      width: 100% !important; }
    wrapper section a {
      position: absolute;
      margin: 125px auto !important;
      left: 0;
      right: 0; }

  .slider {
    display: none; }

  #footer-outer .container {
    width: 100%; }
    #footer-outer .container .up {
      height: auto;
      overflow: auto;
      padding: 10px;
      background: #eee;
      border-bottom: 1px solid #c00; }
    #footer-outer .container .up a.mol {
      margin: 0 0 0 15px;
      width: 135px;
      height: 100px; }
    #footer-outer .container .up a.diakhitel {
      margin: 0 0 0 15px;
      height: 100px;
      background-position: 0 -15px; }
    #footer-outer .container .up a.mediamarkt {
      margin: 0 0 0 15px;
      height: 100px;
      background-position: 0 -15px; }
    #footer-outer .container .up a.cola {
      width: 193px;
      margin: 0 0 0 15px;
      height: 100px; }
    #footer-outer .container .up a.forte {
      margin: 0 0 0 15px;
      width: 74px;
      height: 100px; }
    #footer-outer .container .up a.efott {
      margin: 0 0 0 15px;
      height: 100px;
      width: 80px; }
    #footer-outer .container .up a.most {
      margin: 0 0 0 15px;
      width: 100px;
      height: 100px;
      background-position: 0 40px; }
    #footer-outer .container .bottom {
      height: auto;
      overflow: auto;
      background: #666; }
    #footer-outer .container .bottom .links {
      width: 100%;
      text-align: center; }
    #footer-outer .container .bottom .logo {
      width: 100%; }
    #footer-outer .container .bottom .logo a {
      margin: 30px auto; }
    #footer-outer .container .bottom .links-alike {
      width: 100%;
      text-align: center; }
    #footer-outer .container .bottom .social {
      float: none;
      margin: 30px auto;
      padding-bottom: 30px;
      width: 280px; }
    #footer-outer .outer-up {
      height: 215px; }
    #footer-outer .outer-up, #footer-outer .outer-bottom {
      display: none; }

  #fancybox-story {
    width: 85%; }
    #fancybox-story .errorMessage {
      width: 247px;
      margin-left: 8px; }
    #fancybox-story .profile-story {
      width: 73%;
      height: 74%;
      margin-bottom: 25px; }
    #fancybox-story .profile-story .mystory-share {
      margin-left: 9px;
      padding: 10px;
      float: left;
      border: 1px solid #c00;
      width: 91%;
      height: 100%;
      resize: none; }
    #fancybox-story .profile-story span {
      display: none; }

  #fancybox-story h1 {
    display: none;
    margin-bottom: 35px;
    text-align: center;
    color: #666;
    font-size: 30px;
    font-weight: bold; }

  .fancybox-inner {
    width: auto !important;
    background-color: #fff;
    height: auto !important;
    padding-bottom: 25px; }

  .fancybox-outer {
    position: relative;
    width: 100%;
    height: auto; }

  #story-form {
    margin: 0;
    padding: 20px;
    display: block;
    width: 299px;
    height: 375px;
    background: #eee; }

  #story-success {
    display: none;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    padding-top: 100px;
    width: 300px;
    height: 250px;
    color: #999; }

  .lang.en #header .bottom {
    height: 101px; }
    .lang.en #page #content #sidebar {
      display: none; }
    .lang.en #page.container #content .menu_lang {
      display: none; } }
  @media screen and (max-width: 700px) and (min-width: 700px) {
              #page #content #content-container .rwd-table td:before {
                display: none; } }
  @media screen and (max-width: 700px) and (min-width: 700px) {
            #page #content #content-container .rwd-table th, #page #content #content-container .rwd-table td {
              display: table-cell;
              padding: 0.25em 0.5em; }
              #page #content #content-container .rwd-table th:first-child, #page #content #content-container .rwd-table td:first-child {
                padding-left: 0; }
              #page #content #content-container .rwd-table th:last-child, #page #content #content-container .rwd-table td:last-child {
                padding-right: 0; } }

#content-container a.btn-ofv {
  margin: 20px auto;
  width: 450px;
  padding-top: 15px;
  height: 35px;
  background: #c00;
  color: #fff;
  font-size: 20px;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }
  #content-container .ofv-main {
    width: 883px;
    background: #1e1e1e; }
  #content-container .ofv-main h1.ofv-main-heading {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 20px;
    height: auto;
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-family: Arial;
    width: auto;
    overflow: hidden;
    font-weight: 100;
    line-height: 50px;
    text-overflow: ellipsis; }
  #content-container .ofv-main h1.ofv-main-heading span {
    font-size: 48px; }
  #content-container .ofv-index-top {
    width: 883px;
    height: auto;
    margin-bottom: 30px; }
  #content-container .ofv-index-top .ofv-image-holder {
    float: left;
    margin-top: 30px;
    width: 430px;
    margin-right: 23px; }
  #content-container .ofv-index-top .ofv-image-holder img {
    width: 430px; }
  #content-container .ofv-index-top .ofv-image-holder iframe {
    width: 430px;
    height: 240px; }
  #content-container .ofv-index-top .embed-container.pull-right {
    margin: 0;
    position: absolute;
    right: 324px;
    top: 657px; }
  #content-container .ofv-index-top .embed-container {
    margin-top: 30px;
    position: relative;
    height: 0;
    overflow: hidden;
    width: 430px;
    height: auto; }
  #content-container .ofv-index-top .embed-container iframe, #content-container .ofv-index-top .embed-container object, #content-container .ofv-index-top .embed-container embed {
    margin-top: 30px;
    float: left;
    width: 430px;
    height: 240px; }
  #content-container .ofv-index-top .wrap-img {
    margin: 30px 0 5px 0; }
  #content-container .ofv-index-top p {
    margin-bottom: 40px;
    text-align: center; }
  #content-container .ofv-index-top .wrap-logo {
    margin: 0;
    float: left; }
  #content-container .ofv-index-top .wrap-logo.telenor {
    margin: 10px 0 0 0; }
  #content-container .ofv-container {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative; }
  #content-container .ofv-container .main {
    background: #ccc;
    padding: 10px;
    margin: 20px 0 20px 0px;
    display: block;
    float: left;
    width: 863px; }
  #content-container .ofv-container .ofv-spons {
    text-align: center; }
  #content-container .ofv-container ul {
    display: block;
    float: left;
    position: relative;
    width: 300px;
    height: auto;
    color: #c00;
    font-family: AmaticBold; }
  #content-container .ofv-container ul li {
    margin: 7px 0 5px 0;
    background-image: url("../img/main/bulletpoint.png");
    background-position: 0 20%;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    display: table;
    float: left;
    position: relative;
    width: 430px;
    height: auto;
    font-size: 22px; }
  #content-container .ofv-container a {
    float: right; }
  #content-container .ofv-container img {
    margin: 6px 25px 6px 0;
    display: block;
    float: left; }

#content-container .college-name {
  margin: 10px 0 30px 0;
  font-size: 20px; }
  #content-container .comphead {
    margin-bottom: 25px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #666;
    display: block;
    width: 420px;
    height: auto;
    font-weight: normal;
    font-size: 30px; }
  #content-container .line-comp {
    float: right;
    width: 435px;
    height: 50px;
    margin-right: -7px;
    margin-top: -75px;
    background: 0 0 url(../img/main/heading_line.jpg) repeat; }
  #content-container .competition {
    width: 890px;
    height: auto;
    background-color: #e4e5cc;
    font-family: Arial; }
  #content-container .competition.old {
    background-color: #999; }
  #content-container .competition.old .competition-middle .odd p, #content-container .competition.old .competition-middle .even p {
    color: #000; }
  #content-container .competition .category-box {
    padding: 20px 10px 20px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    height: 100%;
    display: block;
    width: auto;
    overflow: auto;
    background-color: #000; }
  #content-container .competition .category-box .category {
    color: #fff;
    margin-right: 15px;
    float: left;
    display: block; }
  #content-container .competition .category-box .chkbox {
    margin: -10px 5px 0 0;
    width: 28px;
    height: 33px;
    float: left;
    background: 0px -37px url(../img/competition/chkbox.png) no-repeat; }
  #content-container .competition .category-box .active {
    display: block;
    background: 0px 0px url(../img/competition/chkbox.png) no-repeat; }
  #content-container .competition .category-box .ctop {
    margin-bottom: 20px; }
  #content-container .competition .category-box .ctop:first-child {
    color: #c00; }
  #content-container .competition .category-box .ctop.last {
    margin-right: 0; }
  #content-container .competition .competition-top {
    background-color: #c00;
    height: 70px;
    font-family: Arial;
    color: #fff; }
  #content-container .competition .competition-top p {
    float: left;
    font-size: 24px;
    margin-top: 26px;
    margin-left: 30px; }
  #content-container .competition .highlighted-category {
    margin-top: 25px;
    margin-left: 25px;
    color: #000;
    font-weight: bold; }
  #content-container .competition .highlighted-category a {
    font-size: 26px;
    color: #000; }
  #content-container .competition .highlighted-category p {
    font-size: 16px; }
  #content-container .competition .competition-middle {
    width: 99%; }
  #content-container .competition .competition-middle .odd, #content-container .competition .competition-middle .even {
    margin-left: 15px;
    margin-top: 15px;
    display: block;
    height: 80px;
    background: url(../img/competition/oddeven_input.jpg) repeat; }
  #content-container .competition .competition-middle .odd p, #content-container .competition .competition-middle .even p {
    margin-top: 16px;
    margin-left: 15px;
    color: #000;
    font-size: 15px;
    font-family: Calibri-Bold;
    float: left; }
  #content-container .competition .competition-middle .odd p.last, #content-container .competition .competition-middle .even p.last {
    float: right;
    margin-right: 34px;
    color: #000; }
  #content-container .competition .competition-middle .odd .fix-line-grey, #content-container .competition .competition-middle .even .fix-line-grey {
    width: 825px;
    height: 20px;
    margin-left: 15px;
    margin-top: 2px;
    background-color: #000;
    float: left; }
  #content-container .competition .competition-middle .odd .variable-line-blue, #content-container .competition .competition-middle .even .variable-line-blue {
    height: 20px;
    border-top-right-radius: 30px;
    background-color: #c00;
    float: left; }
  #content-container .competition .empty {
    border-top: 1px dashed #fff;
    color: #fff;
    font-family: Calibri;
    font-size: 20px;
    margin: 20px;
    padding: 20px; }
  #content-container .competition .competition-bottom {
    background-color: #000;
    height: auto;
    padding: 20px;
    margin-top: 15px;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    text-align: center; }

#content-container.collegeregistration a.college-registration.logout {
  margin: 10px 0 10px 0;
  padding: 10px;
  display: block;
  text-align: center;
  background-color: #c00;
  width: 100%;
  color: #fff; }

#content-container.blooddonor {
  padding: 0 0 60px 0;
  width: 100%; }

ul.imabd {
  width: 100%;
  height: 48px;
  background-color: #999; }
  ul.imabd li {
    float: left;
    padding: 15px 20px; }
  ul.imabd li:hover {
    background-color: #c00; }
  ul.imabd li.active {
    background-color: #c00; }
  ul.imabd li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px; }

.blooddonor h1 {
  margin: 0 auto;
  position: relative;
  width: 900px;
  font-size: 24px;
  text-align: center;
  padding: 50px 0;
  line-height: 28px;
  display: block;
  text-transform: uppercase; }
  .blooddonor h1 span {
    color: #c00; }
  .blooddonor h4 {
    margin: 30px auto;
    position: relative;
    text-align: center;
    font-size: 30px;
    display: block;
    width: 690px;
    height: 80px; }
  .blooddonor section a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    background-color: #c00;
    padding-top: 16px; }
  .blooddonor section.hero-unit {
    display: block;
    padding-top: 45px;
    margin: 20px auto;
    position: relative;
    background-color: #ccc; }
  .blooddonor section.supporters figure {
    display: block;
    float: none;
    margin: 0 auto;
    width: 650px;
    height: 100%; }
  .blooddonor section.supporters figure div {
    display: block;
    float: left;
    width: 110px;
    height: 83px;
    margin: 10px;
    background: 0 0 url('../img/bdonor/companies.jpg') no-repeat; }
  .blooddonor section.supporters figure a {
    margin: 0 0 5px 5px;
    width: 150px;
    height: 150px;
    display: block;
    float: left; }
  .blooddonor section.supporters figure .logo-1 {
    background: 0 0 url(../img/bdonor/logo/logo_borvidek.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-2 {
    background: 0 0 url(../img/bdonor/logo/logo_ManagesShop.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-3 {
    background: 0 0 url(../img/bdonor/logo/logo_ViragNeked.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-1 {
    background: 0 0 url(../img/bdonor/logo/logo_bodri.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-2 {
    background: 0 0 url(../img/bdonor/logo/logo_bosz.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-3 {
    background: 0 0 url(../img/bdonor/logo/logo_eszter.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-4 {
    background: 0 0 url(../img/bdonor/logo/logo_ferges.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-5 {
    background: 0 0 url(../img/bdonor/logo/logo_heimann.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-6 {
    background: 0 0 url(../img/bdonor/logo/logo_markvart.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-7 {
    background: 0 0 url(../img/bdonor/logo/logo_merfesz.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-8 {
    background: 0 0 url(../img/bdonor/logo/logo_meszaros.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-9 {
    background: 0 0 url(../img/bdonor/logo/logo_schieber.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-10 {
    background: 0 0 url(../img/bdonor/logo/logo_nemeth.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-12 {
    background: 0 0 url(../img/bdonor/logo/logo_sebestyen.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-wein-13 {
    background: 0 0 url(../img/bdonor/logo/logo_vida.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-kisalfold {
    background: 0 0 url(../img/bdonor/logo/logo_kisalfold.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-instyle {
    background: 0 0 url(../img/bdonor/logo/logo_instyle.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-tv2 {
    background: 0 0 url(../img/bdonor/logo/logo_tv2.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-mtva {
    background: 0 0 url(../img/bdonor/logo/logo_mtva.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-kisteleki {
    background: 0 0 url(../img/bdonor/logo/logo_kistelekijaras.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-lanchid-radio {
    background: 0 0 url(../img/bdonor/logo/logo_lanchid.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-nepszabadsag {
    background: 0 0 url(../img/bdonor/logo/logo_nepszabadsag.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-bajaitv {
    background: 0 0 url(../img/bdonor/logo/logo_bajaitv.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-mediaworks {
    background: 0 0 url(../img/bdonor/logo/logo_mediaworks.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-szarvas-radio {
    background: 0 0 url(../img/bdonor/logo/logo_szarvasradio.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-hetvenklilenc {
    background: 0 0 url(../img/bdonor/logo/logo_hetvenkilenc.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-egermedia {
    background: 0 0 url(../img/bdonor/logo/logo_egermedia.jpg) no-repeat; }
  .blooddonor section.supporters figure .logo-radiodabas {
    background: 0 0 url(../img/bdonor/logo/logo_radiodabas.jpg) no-repeat; }

.blooddonor.index section {
  margin: 0;
  float: left;
  width: 550px; }
  .blooddonor.index section h2 {
    margin: 170px 0 0px 80px;
    float: left;
    line-height: 41px;
    font-size: 41px;
    display: block;
    width: 490px;
    font-weight: bold;
    text-align: center; }
  .blooddonor.index section a {
    margin: 58px 0px 0 115px;
    float: left;
    width: 415px;
    height: 38px; }
  .blooddonor.index figure {
    margin: 30px 0 0 -20px !important;
    float: left;
    background: 0 0 url(../img/bdonor/logo_big.png) no-repeat;
    width: 510px !important;
    height: 494px !important;
    display: block; }

.blooddonor.companies a {
  width: 250px;
  height: 38px;
  margin: -10px auto 40px; }
  .blooddonor.companies section.hero-unit {
    width: 670px;
    height: 135px; }
  .blooddonor.companies section.hero-unit p:first-child {
    font-size: 18px;
    font-weight: normal;
    display: block;
    float: none;
    width: 542px;
    margin: 0 auto; }
  .blooddonor.companies section.hero-unit p {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 2px;
    padding: 0;
    width: 338px;
    line-height: 28px;
    font-weight: bold; }
  .blooddonor.companies section.hero-unit a {
    font-size: 18px;
    display: block;
    font-weight: normal;
    background: transparent;
    color: #c00;
    margin: 0 auto;
    width: 235px;
    position: relative;
    border: 1px solid #c00; }

.blooddonor.blooddonor figure {
  margin: 0 auto;
  position: relative;
  width: 750px;
  height: 625px;
  overflow: hidden; }
  .blooddonor.blooddonor figure img {
    margin: 0px !important;
    display: block;
    float: left; }

.blooddonor.media figure {
  width: 1010px; }
  .blooddonor.media figure a {
    margin: 0 0 0 20px !important;
    background-color: transparent; }
  .blooddonor.media figure .logo-4 {
    background: 0 0 url(../img/bdonor/logo/logo_petofi.jpg) no-repeat; }
  .blooddonor.media figure .logo-5 {
    background: 0 0 url(../img/bdonor/logo/logo_mtva.jpg) no-repeat; }

.blooddonor.invite form {
  display: block;
  position: relative;
  width: 485px;
  height: auto;
  margin: 10px auto; }
  .blooddonor.invite form section {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    border: 1px solid #989898;
    width: 485px;
    height: 62px;
    background-color: #fff; }
  .blooddonor.invite form section figure {
    margin: 20px 0 0 20px;
    float: left;
    display: block;
    height: auto;
    width: auto; }
  .blooddonor.invite form section span {
    margin: 0;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    background: 0 0 url(../img/bdonor/invite_btn.png) no-repeat; }
  .blooddonor.invite form section a {
    margin: 0;
    float: right;
    background: -60px 0 url(../img/bdonor/invite_btn.png) no-repeat;
    width: 60px;
    height: 60px; }
  .blooddonor.invite form section.ok {
    background-color: #efeeee; }
  .blooddonor.invite form .email {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 5px; }
  .blooddonor.invite form .email label {
    margin: 0 0 20px 0;
    display: block;
    color: #c00;
    float: left; }
  .blooddonor.invite form .email input {
    border: 1px solid #989898;
    display: block;
    float: left;
    width: 470px;
    padding-left: 15px;
    height: 60px;
    margin-bottom: 5px; }
  .blooddonor.invite form .email .errorMessage {
    margin-top: 0; }
  .blooddonor.invite form input[type="submit"] {
    font-size: 18px;
    border: none;
    cursor: pointer;
    color: #fff;
    float: left;
    background-color: #c00;
    font-weight: bold;
    width: 490px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 5px auto; }
  .blooddonor.invite section.hero-unit {
    text-align: center;
    min-height: 170px;
    height: 100%;
    width: 80%; }
  .blooddonor.invite section.hero-unit h2 {
    font-size: 24px; }
  .blooddonor.invite section.hero-unit p {
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
    color: #c00;
    border-top: 1px dashed #c00;
    border-bottom: 1px dashed #c00; }
  .blooddonor.invite section.hero-unit a {
    margin: 20px auto;
    padding: 10px 0 0 0;
    font-size: 1em;
    font-weight: unset;
    padding: 10px 0 0 0;
    float: none;
    width: 135px !important;
    height: 25px;
    text-transform: uppercase; }
  .blooddonor.invite section.hero-unit a.share-button {
    margin: 20px auto 20px auto;
    height: 26px; }
  .blooddonor.invite section.hero-unit a.share-button label {
    padding: 0 10px; }

.blooddonor.teaser {
  color: #3f4040; }
  .blooddonor.teaser h1 {
    padding: 50px 0 0 0;
    font-size: 30px;
    text-transform: capitalize; }
  .blooddonor.teaser figure.separator {
    margin: 50px auto;
    position: static;
    overflow: auto;
    width: 715px;
    height: 12px;
    z-index: 2;
    border-top: 1px solid #000; }
  .blooddonor.teaser figure.separator span {
    margin: -10px auto;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 52px;
    height: 20px;
    background-image: url("../img/bdonor/separator.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10; }
  .blooddonor.teaser section {
    margin: 0 auto;
    position: relative;
    display: block;
    height: auto;
    width: 790px; }
  .blooddonor.teaser section p {
    margin: 0;
    font-size: 18px;
    text-align: center;
    float: left;
    display: block;
    width: 430px;
    height: 275px;
    line-height: 24px !important; }
  .blooddonor.teaser section p span, .blooddonor.teaser section p strong {
    color: #c00; }
  .blooddonor.teaser section p strong {
    font-size: 28px; }
  .blooddonor.teaser section figure {
    margin: 0;
    float: right;
    display: block;
    width: 205px;
    height: 323px;
    background-image: url("../img/bdonor/wine.png");
    background-repeat: no-repeat;
    background-position: center center; }
  .blooddonor.teaser section.hero-unit {
    overflow: auto;
    padding: 35px;
    text-align: center;
    font-size: 16px; }
  .blooddonor.teaser section.hero-unit p {
    margin-bottom: 30px;
    width: auto;
    height: auto; }
  .blooddonor.teaser section.hero-unit p strong {
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .blooddonor.teaser section.hero-unit a {
    padding: 10px 20px;
    display: inline;
    width: 150px;
    height: 50px;
    text-decoration: none;
    color: #fff;
    background: #c00; }
  .blooddonor.teaser section.hero-unit a:hover {
    text-decoration: none; }
  .blooddonor.teaser section.hero-unit h3 {
    margin-bottom: 30px;
    font-size: 24px; }
  .blooddonor.teaser p {
    margin: 30px auto;
    display: block;
    width: 715px;
    height: 45px;
    text-align: center;
    font-size: 16px; }
  .blooddonor.teaser p span {
    color: #c00; }
  .blooddonor.teaser figure.supporters {
    margin: 0 auto;
    width: 996px;
    height: 227px;
    display: block;
    background: 0 0 url(../img/bdonor/company.jpg) no-repeat; }

wrapper {
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
  overflow: hidden; }
  wrapper section:first-child {
    width: 100%;
    height: 250px;
    margin-top: 0px;
    display: block;
    position: absolute;
    overflow: hidden; }
  wrapper section:first-child img {
    margin: 0px !important;
    display: block;
    float: left; }
  wrapper section {
    width: 775px;
    height: 160px;
    display: block;
    position: relative;
    margin: 45px auto;
    background-color: #fff; }
  wrapper section h1 {
    margin: 25px 0 0 100px;
    float: left;
    font-size: 22px;
    width: 600px;
    text-align: center; }
  wrapper section a {
    margin: 15px 0 0 230px;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: #c00;
    font-weight: bold;
    width: 340px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 15px 0 1px 0; }

#content-container .info-holder {
  height: auto;
  font-family: AmaticBold;
  font-size: 30px; }
  #content-container .info-holder ol {
    margin-left: 31px; }
  #content-container .info-holder ol li {
    list-style: inherit;
    margin-bottom: 20px; }
  #content-container .info-holder ol li ol li {
    margin-bottom: 0; }
  #content-container .info-holder ol, #content-container .info-holder p {
    font-family: Calibri;
    font-size: 16px;
    line-height: 21px; }
  #content-container .info-holder a, #content-container .info-holder a.info-menu, #content-container .info-holder span {
    color: #c00; }
  #content-container .info-holder a.info-menu {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  #content-container .info-holder h2 {
    margin: 20px 0 20px 0;
    color: #fff;
    background: #c00;
    padding: 10px; }
  #content-container .info-holder .info-menu {
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Calibri;
    font-size: 16px;
    padding: 10px; }
  #content-container .info-holder .info-menu p {
    line-height: 21px !important;
    width: 100%; }
  #content-container .info-holder .last {
    text-align: center; }
  #content-container .info-holder .last p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left; }
  #content-container .info-holder .last a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  #content-container .info-holder .last img {
    margin: 4% 0 4% 0;
    float: left; }

.wrap-star {
  margin: 0;
  float: left;
  position: relative;
  width: 850px;
  height: 640px;
  background: 0 0 url(../img/competition/hall_small_bg.jpg) repeat; }
  .wrap-star a.wrap-bg > img {
    float: left; }
  .wrap-star a.my-star-mini-share {
    top: 8px;
    right: 2px;
    margin: 0;
    padding-top: 105px;
    position: absolute;
    display: none;
    width: 260px;
    height: 165px;
    background: 0 0 url(../img/competition/bg_star_hover.png) no-repeat;
    text-align: center; }
  .wrap-star a.my-star-mini-share span {
    font-size: 15px;
    font-weight: normal;
    color: #000; }
  .wrap-star a.my-star-share {
    margin: 0 auto;
    position: relative;
    width: 722px;
    height: 640px;
    display: block;
    background: 0 0 url(../img/competition/bg_star.png) no-repeat;
    text-align: center;
    padding-top: 32%; }
  .wrap-star a.my-star-share span {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -120px; }
  .wrap-star a.my-star-share div {
    margin: 180px 0 0 210px;
    width: 306px;
    height: 79px;
    background: 0 0 url(../img/competition/btn_star_share.png) no-repeat; }
  .wrap-star a.my-star-share.invisible {
    display: none; }
