body {
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  background-color: #212e36;
  overflow-x: hidden;
  color: white; }

h1 {
  font-weight: 400;
  font-size: 215%;
  color: #708a5f;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase; }

h2 {
  font-weight: 400;
  font-size: 130%;
  color: #708a5f;
  margin-top: 30px;
  text-transform: uppercase; }

h3 {
  font-weight: 800;
  font-size: 150%;
  color: #94a2b6;
  margin-top: 15px; }

h4 {
  font-weight: 800;
  font-size: 150%;
  color: #1a3f76;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

p {
  color: white;
  font-size: 110%;
  line-height: 180%;
  margin: 20px 0; }

a {
  text-decoration: underline;
  color: #708a5f; }
  a:hover {
    text-decoration: none;
    color: #708a5f; }

a.more-info {
  float: right;
  color: white;
  font-weight: bold;
  border: none;
  padding: 6px 18px;
  font-size: 120%;
  background: #fd914f;
  background: linear-gradient(to bottom, #fd914f 0%, #fd8144 100%);
  text-decoration: none; }

a.more-info:hover {
  text-decoration: underline; }

  #header header {
    background-color: white; }
    #header header .flags {
      position: relative; }
      #header header .flags .cz {
        background: url("../img/front/cz.png");
        width: 26px;
        height: 17px;
        position: absolute;
        top: 17px;
        right: 50px;
        cursor: pointer; }
      #header header .flags .cz:hover,
      #header header .flags .cz.active {
        background: url("../img/front/cz_hover.png"); }
      #header header .flags .en {
        background: url("../img/front/en.png");
        width: 26px;
        height: 17px;
        position: absolute;
        top: 17px;
        right: 17px;
        cursor: pointer; }
      #header header .flags .en:hover,
      #header header .flags .en.active {
        background: url("../img/front/en_hover.png"); }
    #header header .row {
      background: url("../img/front/header-bg.jpg") right center no-repeat;
      height: 118px; }
    #header header .quote {
      text-align: left;
      font-size: 120%;
      line-height: 125%;
      color: #212e36;
      padding-top: 35px;
      margin-left: -60px; }
      #header header .quote .line-2 {
        padding-left: 35px; }
    @media (max-width: 64.063em) {
      #header header .quote {
        display: none; } }
    #header header .logo {
      position: relative;
      top: 15px; }
      #header header .logo a {
        position: absolute;
        top: 0;
        left: 0; }
  #header footer {
    background: #15232b; }
    #header footer #menuPanel {
      font-size: 125%;
      height: auto !important;
      border: 0; }
      #header footer #menuPanel ul {
        float: right; }
        #header footer #menuPanel ul li.a-cont {
          height: auto !important;
          margin-top: 0px !important;
          border: none !important; }
          #header footer #menuPanel ul li.a-cont a {
            color: white;
            position: relative;
            top: 0px;
            display: block;
            padding: 12px 15px 11px;
            text-decoration: none;
            font-size: 105%; }
          #header footer #menuPanel ul li.a-cont a:hover,
          #header footer #menuPanel ul li.a-cont.active a {
            color: white;
            text-decoration: none;
            background: none; }
        #header footer #menuPanel ul li {
          float: left;
          position: relative; }
          #header footer #menuPanel ul li ul {
            padding: 15px 0;
            display: none;
            position: absolute;
            right: 0;
            top: 50px;
            background-color: rgba(255, 255, 255, 0.93);
            z-index: 50;
            min-width: 250px; }
            #header footer #menuPanel ul li ul li {
              width: 100%;
              text-align: right; }
              #header footer #menuPanel ul li ul li a {
                width: 100%;
                text-decoration: underline !important;
                color: #212e36 !important;
                font-size: 95% !important;
                padding: 6px 30px 6px 15px !important;
                position: relative; }
              #header footer #menuPanel ul li ul li a:after {
                position: absolute;
                top: 14px;
                right: 15px;
                content: " ";
                width: 6px;
                height: 9px;
                background: url("../img/front/menu-li-bg.png") no-repeat; }
              #header footer #menuPanel ul li ul li a:hover {
                text-decoration: none !important; }
            #header footer #menuPanel ul li ul li:hover {
              background: none !important; }
          #header footer #menuPanel ul li span.sipka {
            position: absolute;
            top: 50px;
            right: 0;
            display: none;
            height: 8px;
            background: url("../img/front/menu-li-arrow.png") center center no-repeat;
            width: 100%;
            z-index: 55; }
        #header footer #menuPanel ul li:hover {
          background-color: #708a5f; }
          #header footer #menuPanel ul li:hover ul {
            display: block; }
          #header footer #menuPanel ul li:hover span {
            display: block; }
        #header footer #menuPanel ul li.active {
          background-color: #708a5f; }
          #header footer #menuPanel ul li.active span {
            display: block; }
      @media (max-width: 40.063em) {
        #header footer #menuPanel ul {
          width: 100%;
          padding-top: 30px; }
            #header footer #menuPanel ul li ul {
              width: 50%;
              top: 37px; }
          #header footer #menuPanel ul span {
            display: none !important; }
        #header footer #menuPanel li.a-cont {
          float: none;
          width: 100%; }
          #header footer #menuPanel li.a-cont a {
            padding-top: 5px !important;
            padding-bottom: 5px !important; } }

#footer {
  background-color: #18252d;
  color: #7c8c96;
  padding: 10px 0; }
  #footer ul {
    margin-left: -10px; }
    #footer ul li {
      float: left; }
      #footer ul li a {
        color: white;
        font-size: 85%;
        border-right: 1px solid white;
        padding: 0 10px 0; }
        #footer ul li a:hover {
          text-decoration: none; }
    #footer ul li:last-child a {
      padding-right: 0;
      border-right: 0; }
  #footer .item {
    padding-top: 10px;
    padding-bottom: 10px; }

#content {
  min-height: 750px;
  position: relative;
  padding-bottom: 20px;
    /*
   * uvodni stranka - zacatek
   */
    /*
   * akce na uvodni strance
   */
    /*
   * novinky na uvodni strance
   */
    /*
   * uvodni stranka - konec
   */
    /*
   * fotogalerie - zacatek
   */
    /*
   * fotogalerie - konec
   */
    /*
   * stranka se seznamem akci - zacatek
   */
    /*
   * akce na strance se seznamem akci
   */
    /*
   * stranka se seznamem akci - konec
   */ }
  #content #content-bg {
    position: absolute;
    bottom: 0;
    left: -500px;
    background: url("../img/front/content-bg.png") center center no-repeat;
    z-index: -5;
    width: 703px;
    height: 566px; }
  #content #content-wrapper {
    padding: 0;
    margin-top: 0; }
  #content .breadcrumbs {
    background: none;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 20px; }
    #content .breadcrumbs li {
      float: left;
      color: white;
      padding: 0 4px;
      font-size: 85%; }
      #content .breadcrumbs li a {
        text-decoration: none; }
        #content .breadcrumbs li a:hover {
          text-decoration: underline; }
    #content .breadcrumbs li:first-child {
      padding-left: 0; }
  #content .left-menu {
    margin-top: 25px; }
    #content .left-menu .headline {
      color: #708a5f;
      text-transform: uppercase;
      margin-bottom: 40px;
      margin-top: 20px; }
      #content .left-menu ul li {
        background-color: #708a5f;
        padding: 2px 10px 2px;
        width: 80%;
        margin-bottom: 13px;
        font-weight: bold;
        font-size: 90%;
        position: relative; }
        #content .left-menu ul li a {
          color: white;
          text-decoration: none;
          width: 100%;
          display: block; }
          #content .left-menu ul li a:hover {
            text-decoration: underline; }
        #content .left-menu ul li a.active {
          text-decoration: underline; }
      #content .left-menu ul li:after {
        content: " ";
        position: absolute;
        width: 20px;
        height: 100%;
        background: #708a5f url("../img/front/list-arrow.png") top center no-repeat;
        right: -20px;
        top: 0; }
      @media (max-width: 64.063em) {
        #content .left-menu ul li {
          width: 100%; }
        #content .left-menu ul li:after {
          background-image: none; } }
  #content footer {
    margin-top: 0; }
    #content #actions .info {
      padding: 8px 12px;
      color: #112f5d;
      margin-bottom: 10px;
      background-color: #dce6f5; }
    #content #actions .action-calendar-icon {
      background-image: url("../img/front/action-calendar-icon.png");
      width: 25px;
      height: 22px;
      float: left;
      margin-right: 10px; }
  #content #news {
    background-color: #e7edf7;
    padding: 5px 15px 15px 15px; }
    #content #news a.headline {
      display: block;
      margin-top: 10px;
      font-size: 115%;
      color: #1a3f76;
      font-weight: bold;
      text-decoration: none; }
    #content #news a.headline:hover {
      text-decoration: underline; }
    #content #news .date {
      color: #94a2b6; }
    #content #news p {
      font-size: 110%; }
  #content .all-news {
    text-align: right;
    margin-top: 10px; }
  #content .homes {
    padding-top: 87px; }
    #content .homes .item {
      float: right;
      width: 310px;
      height: 68px;
      margin-bottom: 20px;
      position: relative; }
      #content .homes .item span {
        position: absolute;
        width: 180px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: white;
        background-color: #708a5f;
        font-size: 105%;
        bottom: 0;
        right: 0;
        font-weight: bold; }
      #content .homes .item span:before {
        content: " ";
        position: absolute;
        top: 1px;
        left: -20px;
        background-image: url("../img/front/home-arrow.png");
        width: 20px;
        height: 27px; }
    #content .homes .home-1 {
      background-image: url("../img/front/home-1.jpg"); }
    #content .homes .home-2 {
      background-image: url("../img/front/home-2.jpg"); }
    #content .homes .home-3 {
      background-image: url("../img/front/home-3.jpg"); }
  #content #gallery {
    margin-bottom: 30px; }
    #content #gallery a {
      height: 200px;
      display: block;
      position: relative; }
    #content #gallery img {
      margin: auto;
      border: 1px solid white;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    #content #gallery img:hover {
      border: 1px solid #bbbbbb; }
  @media (max-width: 40.063em) {
    #content .homes {
      padding-top: 20px; }
      #content .homes .item {
        float: left; } }
    #content .year-selector .headline {
      font-weight: 800;
      color: #1a3f76;
      font-size: 125%;
      margin-bottom: 10px; }
    #content .year-selector li a {
      display: block;
      padding: 6px;
      background-color: #dce6f5;
      margin-bottom: 2px;
      padding-left: 25px;
      color: #112f5d;
      text-decoration: none;
      font-size: 85%;
      background-image: url("../img/front/year-selector-bg.png");
      background-repeat: no-repeat;
      background-position: 10px center; }
    #content .year-selector li a.active {
      color: white;
      font-weight: 800;
      background-color: #112f5d;
      background-image: url("../img/front/year-selector-active-bg.png"); }
    #content .year-selector li a:hover {
      text-decoration: underline; }
  #content #renter-list {
    margin-top: 50px; }
    #content #renter-list .item {
      margin-bottom: 55px; }
      #content #renter-list .item h2 {
        margin: 0; }
      #content #renter-list .item p {
        margin: 0; }
      #content #renter-list .item img {
        max-height: 100px;
        width: 180px;
        display: block;
        float: left;
        margin-right: 15px; }
      #content #renter-list .item .contact {
        border-left: 1px solid #47484a;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px; }
        #content #renter-list .item .contact .phone {
          padding-top: 8px;
          padding-bottom: 8px;
          position: relative;
          padding-left: 42px; }
          #content #renter-list .item .contact .phone:before {
            width: 22px;
            height: 24px;
            background-color: #708a5f;
            content: " ";
            position: absolute;
            left: 12px;
            top: 7px;
            background: url("../img/front/phone.png") center center no-repeat; }
        #content #renter-list .item .contact .web {
          padding-top: 8px;
          padding-bottom: 8px;
          position: relative;
          padding-left: 42px; }
          #content #renter-list .item .contact .web a {
            color: white;
            text-decoration: none; }
            #content #renter-list .item .contact .web a:hover {
              text-decoration: underline; }
          #content #renter-list .item .contact .web:before {
            width: 22px;
            height: 24px;
            background-color: #708a5f;
            content: " ";
            position: absolute;
            left: 12px;
            top: 7px;
            background: url("../img/front/web.png") center center no-repeat; }
    #content #renter-list .contact-us {
      margin-bottom: 20px; }
      #content #renter-list .contact-us .left {
        padding-right: 0;
        text-align: center; }
        #content #renter-list .contact-us .left .content {
          background: white url("../img/front/contact-us-left-bg.png") right center no-repeat;
          padding: 3px 0 3px;
          color: #708a5f;
          font-size: 105%;
          font-weight: bold; }
      #content #renter-list .contact-us .right {
        padding-left: 0;
        text-align: center; }
        #content #renter-list .contact-us .right .content {
          background: #708a5f url("../img/front/contact-us-right-bg.png") right center no-repeat;
          padding: 3px 0 3px;
          font-size: 105%;
          font-weight: bold; }
          #content #renter-list .contact-us .right .content a {
            color: white;
            width: 100%;
            display: block;
            text-decoration: none; }
            #content #renter-list .contact-us .right .content a:hover {
              text-decoration: underline; }
      @media (max-width: 64.063em) {
        #content #renter-list .contact-us .right {
          padding-left: 0.938em; }
          #content #renter-list .contact-us .right .content {
            background-image: none; }
        #content #renter-list .contact-us .left {
          padding-right: 0.938em; }
          #content #renter-list .contact-us .left .content {
            background-image: none; } }

#copywrite {
  font-size: 100%;
  background: #0c1c25;
  color: #75858f;
  padding: 10px 0; }

.fb-icon {
  height: 17px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 5px; }

/*
 * EU BANNER
 */
.eu-banner {
  width: 100%;
  height: 100%;
  background-color: white; }
  .eu-banner .box-container {
    padding: 50px; }
    @media (max-width: 991px) {
      .eu-banner .box-container {
    padding: 25px; } }
    .eu-banner .box-container .pre-title {
      color: #174489;
      font-size: 20px;
      line-height: 2; }
    .eu-banner .box-container .title {
      color: #174489;
      font-size: 50px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.2; }
      @media (max-width: 991px) {
        .eu-banner .box-container .title {
      font-size: 30px; } }
      .eu-banner .box-container .title-sub {
        color: #174489;
        font-size: 20px;
        margin: 10px 0;
        font-weight: 700; }
    .eu-banner .box-container .content {
      color: black;
      margin: 10px 0;
      font-size: 16px;
      line-height: 1.4; }
  .eu-banner .blue-box {
    background: #174489;
    width: 100%;
    height: 50px;
    margin-top: 50px; }
    .eu-banner .eu-flag {
      width: 27%;
      height: auto;
      margin-bottom: 5px; }
      .eu-banner .eu-flag-title {
        text-transform: uppercase;
        font-size: 23px;
        color: black;
        margin: 0; }
    .eu-banner .eu-content {
      font-size: 23px;
      color: black;
      line-height: 1.4;
      margin: 0; }
      @media (max-width: 991px) {
        .eu-banner .eu-content {
      font-size: 16px; } }
    .eu-banner .mpo-flag {
      width: 20%;
      height: auto;
      margin-bottom: 5px; }
      .eu-banner .mpo-flag-title {
        text-transform: uppercase;
        font-size: 23px;
        color: #014885;
        line-height: 1.1;
        margin: 0; }
        @media (max-width: 991px) {
          .eu-banner .mpo-flag-title {
        font-size: 20px; } }
