/* Colors */
/* screen size */
/* CUSTOM BOOTSTRAP http://getbootstrap.com/customize/?id=55dbc412bbccb1922d34 */
.carousel {
  height: 520px;
  width: 100%;
  overflow: hidden; }
  .carousel .carousel-inner {
    margin: 0 auto;
    /*width: 2015px;*/ }
    .carousel .carousel-inner .item {
      text-align: center;
      height: 520px;
      background-position: center center;
      background-repeat: no-repeat;
      padding: 140px 0; }
  .carousel .carousel-indicators li {
    margin: 0 10px;
    background-color: #fff;
    border-color: #d4d4d3; }
    .carousel .carousel-indicators li.active {
      background-color: #dc2b3d;
      border-color: #c52131; }
  .carousel .title {
    text-align: center;
    margin-top: -420px;
    position: relative; }
    .carousel .title div {
      height: 320px;
      /*margin: 0 auto;*/
      display: inline-block;
      padding: 50px;
      width: 615px;
      color: #fff;
      /*width: 730px;*/
      /*height: 336px;*/
      background-color: rgba(103, 127, 117, 0.7);
      -moz-box-shadow: inset 0 0 25px rgba(33, 44, 45, 0.2);
      -webkit-box-shadow: inset 0 0 25px rgba(33, 44, 45, 0.2);
      box-shadow: inset 0 0 25px rgba(33, 44, 45, 0.2); }

.navbar {
  z-index: 1000;
  background-color: transparent;
  border: 0; }
  .navbar .container-fluid {
    padding: 0; }
    .navbar .container-fluid * {
      border-collapse: collapse; }
    .navbar .container-fluid .navbar-collapse {
      border: 0; }
      .navbar .container-fluid .navbar-collapse .navbar-nav {
        border: 0;
        margin-top: 64px;
        background-color: #fff; }
        .navbar .container-fluid .navbar-collapse .navbar-nav a:focus {
          color: #525353; }
        .navbar .container-fluid .navbar-collapse .navbar-nav .active a:focus {
          color: #dc2b3d; }
        .navbar .container-fluid .navbar-collapse .navbar-nav .dropdown {
          background-color: #f4f4f4;
          margin-left: 30px;
          border: 1px solid #d4d4d3;
          min-width: 76px; }
          .navbar .container-fluid .navbar-collapse .navbar-nav .dropdown .caret {
            margin-left: 12px; }
          .navbar .container-fluid .navbar-collapse .navbar-nav .dropdown ul {
            padding: 0;
            min-width: 76px;
            right: -1px;
            /*min-width: 100%;*/
            border: 1px solid #d4d4d3; }
            .navbar .container-fluid .navbar-collapse .navbar-nav .dropdown ul li.divider {
              margin: 0; }
            .navbar .container-fluid .navbar-collapse .navbar-nav .dropdown ul li a {
              padding: 0 15px;
              line-height: 25px; }

form {
  text-align: left;
  padding: 0; }
  form label, form input, form textarea {
    font-weight: normal;
    text-align: left;
    width: 100%; }
  form .error label {
    color: #dc2b3d; }
  form .error input, form .error textarea, form .error iframe {
    border: 1px solid #dc2b3d; }
  form .success-message {
    padding-right: 65px; }
    form .success-message .msg {
      border: 1px solid #677f75;
      padding: 8px 16px;
      background-color: #d5ddda; }
  form .error-message {
    padding-right: 65px; }
    form .error-message .msg {
      border: 1px solid #dc2b3d;
      padding: 8px 16px;
      background-color: #f2aeb5; }
  form .form-group {
    padding-right: 65px; }
    form .form-group .form-control {
      padding: 20px; }
    form .form-group button {
      width: 100%; }

table {
  width: 100%;
  border: 0; }
  table * {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase; }
  table thead {
    background-color: #dc2b3d;
    color: #fff; }
    table thead tr th {
      padding: 14px 0 !important; }
  table tbody tr td {
    padding: 14px 0 !important; }
  table tbody tr:nth-of-type(odd) {
    background-color: #f4f4f4; }
  table.col-3 td, table.col-3 th {
    width: 33%; }

.container {
  text-align: center; }
  .container.section {
    padding: 80px 60px 0 60px; }
  .container .row {
    margin: 0; }
    .container .row > * {
      padding: 0; }
    .container .row.single > div {
      margin: 0 auto;
      float: none;
      padding-top: 60px; }

.btn.btn-lg {
  line-height: 70px;
  width: 350px;
  max-width: 100%;
  padding: 0 80px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  margin-top: 0; }
  h1.abcentrum {
    text-transform: none; }

h2 {
  text-align: center;
  font-weight: 100;
  margin-top: 0; }

.jumbo h1, .jumbo h2 {
  color: #fff; }
.jumbo > h1 {
  line-height: 1;
  padding: 118px 0;
  margin: 0; }
  .jumbo > h1 span {
    font-size: 44px;
    line-height: 44px;
    text-transform: none;
    display: block;
    margin: 10px 0; }

.top-line {
  display: block; }
  .top-line:before {
    margin: 0 auto;
    content: " ";
    border-top: 2px solid #525353;
    display: block;
    width: 160px;
    margin-bottom: 22px; }
  .top-line.white:before {
    border-color: #fff; }
  .top-line.white.light {
    border-color: #f4f4f4; }

.brand {
  color: #dc2b3d; }

.alternative-links a {
  color: #dc2b3d; }
  .alternative-links a:hover {
    border-bottom: 1px solid #dc2b3d; }

blockquote {
  margin: 0;
  padding: 0 0 20px 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #d4d4d3;
  font-size: 22px; }

/* HEADER */
header {
  height: 138px;
  background: url(../img/stripes_mini_7px.jpg) center top repeat-x; }
  header .container nav {
    padding: 0 60px; }
    header .container nav .navbar-brand {
      /*background: url(../img/logo.png) center center no-repeat;*/
      width: 190px;
      line-height: 145px;
      color: #dc2b3d;
      font-size: 28px;
      display: inline-block;
      /*text-indent: -9999px;*/ }
    header .container nav .dropdown-menu {
      z-index: 1000; }
    header .container nav .lang-box .mobile {
      display: none; }
  header > .sub {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #d4d4d3;
    border-bottom: 1px solid #d4d4d3;
    background-color: #f4f4f4; }
    header > .sub > div {
      text-align: right; }
      header > .sub > div a {
        text-align: center;
        display: inline-block;
        position: relative; }
        header > .sub > div a img {
          width: 160px;
          max-width: 90%;
          margin-bottom: 10px;
          display: inline-block;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
        header > .sub > div a:hover img {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
        header > .sub > div a:hover :before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 10px 0 10px;
          border-color: #525353 transparent transparent transparent;
          position: absolute;
          top: -31px;
          left: 0;
          right: 0;
          margin: auto; }
        header > .sub > div a:hover :after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 10px 0 10px;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          top: -31px;
          left: 0;
          right: 0;
          margin: auto; }
        header > .sub > div a span {
          display: block; }
        header > .sub > div a.a1, header > .sub > div a.a2 {
          border-right: 1px solid #d4d4d3; }

/* FOOTER */
footer {
  background: url(../img/stripes_14px.jpg) center top repeat-x;
  padding-top: 14px;
  margin-top: 80px; }
  footer > div {
    background: #212c2d url(../img/grad_footer.png) center bottom no-repeat; }
    footer > div .container.section {
      padding-top: 0; }
    footer > div .container a {
      color: #f4f4f4; }
      footer > div .container a:hover {
        text-decoration: none;
        color: #dc2b3d; }
      footer > div .container a.contact {
        display: inline-block;
        font-size: 44px; }
    footer > div .container .social {
      margin: 110px auto;
      max-width: 480px; }
      footer > div .container .social > div {
        border: 1px solid #9cc9c2;
        border-collapse: collapse;
        height: 126px; }
        footer > div .container .social > div:last-of-type {
          border-left: 0; }
        footer > div .container .social > div a {
          width: 100%;
          height: 100%;
          display: inline-block; }
          footer > div .container .social > div a.facebook {
            background: url(../img/Face.png) center center no-repeat; }
            footer > div .container .social > div a.facebook:hover {
              background-image: url(../img/Face_hover.png); }
          footer > div .container .social > div a.skype {
            background: url(../img/Skype.png) center center no-repeat; }
            footer > div .container .social > div a.skype:hover {
              background-image: url(../img/Skype_hover.png); }
    footer > div .container .copy {
      color: #9cc9c2;
      text-align: center;
      font-size: 14px;
      padding: 32px 0 0 0;
      border-top: 1px solid #9cc9c2; }

.jumbo-box {
  border-top: 1px solid #d4d4d3;
  border-bottom: 1px solid #d4d4d3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 5, color-stop(0%, #d4d4d3), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d4d4d3), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100 50%, color-stop(0%, #d4d4d3), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #d4d4d3), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, #d4d4d3 0%, rgba(255, 255, 255, 0) 5px), -moz-linear-gradient(bottom, #d4d4d3 0%, rgba(255, 255, 255, 0) 5px), -moz-linear-gradient(left, #d4d4d3 0%, rgba(255, 255, 255, 0) 100px), -moz-linear-gradient(right, #d4d4d3 0%, rgba(255, 255, 255, 0) 100px);
  background-image: -webkit-linear-gradient(top, #d4d4d3 0%, rgba(255, 255, 255, 0) 5px), -webkit-linear-gradient(bottom, #d4d4d3 0%, rgba(255, 255, 255, 0) 5px), -webkit-linear-gradient(left, #d4d4d3 0%, rgba(255, 255, 255, 0) 100px), -webkit-linear-gradient(right, #d4d4d3 0%, rgba(255, 255, 255, 0) 100px);
  background-image: linear-gradient(to bottom, #d4d4d3 0%, rgba(255, 255, 255, 0) 5px), linear-gradient(to top, #d4d4d3 0%, rgba(255, 255, 255, 0) 5px), linear-gradient(to right, #d4d4d3 0%, rgba(255, 255, 255, 0) 100px), linear-gradient(to left, #d4d4d3 0%, rgba(255, 255, 255, 0) 100px); }
  .jumbo-box .jumbo {
    position: relative;
    z-index: -1; }

.apartments {
  border-top: 1px solid #677f75;
  border-bottom: 30px solid rgba(103, 127, 117, 0.3);
  background: rgba(103, 127, 117, 0.25) url(../img/valovi.png) center center;
  margin-top: 80px;
  padding-bottom: 60px; }
  .apartments .row {
    margin-top: 60px; }
  .apartments .a1, .apartments .a2, .apartments .a3 {
    position: relative; }
    .apartments .a1 img, .apartments .a2 img, .apartments .a3 img {
      width: 100%; }
    .apartments .a1 > span, .apartments .a2 > span, .apartments .a3 > span {
      display: none;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(33, 44, 45, 0.75);
      padding: 15px; }
      .apartments .a1 > span > span, .apartments .a2 > span > span, .apartments .a3 > span > span {
        width: 100%;
        height: 100%;
        padding: 15px;
        display: inline-block;
        border: 1px solid #fff; }
        .apartments .a1 > span > span > span, .apartments .a2 > span > span > span, .apartments .a3 > span > span > span {
          width: 100%;
          position: absolute;
          left: 0;
          top: 45%;
          color: #fff;
          display: inline-block; }
    .apartments .a1:hover > span, .apartments .a2:hover > span, .apartments .a3:hover > span {
      display: inline-block; }

.referrals .row {
  margin-top: 60px; }
  .referrals .row .carousel {
    height: 580px; }
    .referrals .row .carousel .carousel-indicators {
      bottom: 0; }
    .referrals .row .carousel .item {
      /*max-width: 720px;*/
      margin: 0 auto;
      padding: 0; }
      .referrals .row .carousel .item .img {
        margin: 0 auto;
        width: 455px;
        max-width: 100%;
        height: 280px;
        background: url(../img/licitarska_srca_2.png) center center no-repeat;
        background-size: 100%;
        position: relative; }
        .referrals .row .carousel .item .img span {
          background: url(../img/ref_pic_guotes.png) center center no-repeat;
          margin-top: 58px;
          width: 195px;
          height: 195px;
          display: inline-block;
          background-color: #9cc9c2;
          border: 5px solid #fff;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden; }
      .referrals .row .carousel .item .text {
        padding: 20px 60px; }
      .referrals .row .carousel .item .sign {
        color: #dc2b3d;
        line-height: 20px;
        padding: 20px; }

.contact .jumbo {
  background: url(../img/jumbo-contact.jpg) center center no-repeat; }
.contact .container {
  margin-top: 60px; }
  .contact .container .inner {
    background: url(../img/stripes_14px.jpg) center top repeat-x;
    padding-top: 14px; }
    .contact .container .inner .row.first {
      padding-top: 60px; }
    .contact .container .inner .row .phone, .contact .container .inner .row .stamp {
      text-align: center;
      margin-bottom: 20px; }
      .contact .container .inner .row .phone .skype, .contact .container .inner .row .stamp .skype {
        line-height: 42px; }
      .contact .container .inner .row .phone img, .contact .container .inner .row .stamp img {
        max-width: 95%; }
        .contact .container .inner .row .phone img.host, .contact .container .inner .row .stamp img.host {
          border-radius: 250px;
          max-width: 50%; }

.benefits .jumbo {
  background: url(../img/jumbo-benefits.jpg) center center no-repeat; }
.benefits .container .row > div {
  height: 340px;
  overflow: hidden;
  margin-top: 42px;
  position: relative; }
  .benefits .container .row > div.double {
    height: 640px; }
  .benefits .container .row > div img {
    min-width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto; }
    .benefits .container .row > div img.top {
      top: 0; }
  .benefits .container .row > div.text {
    padding: 20px; }
  @media (min-width: 768px) {
    .benefits .container .row > div:nth-child(odd) {
      border-right: 15px solid #fff; }
    .benefits .container .row > div:nth-child(even) {
      border-left: 15px solid #fff; } }
  @media (max-width: 768px) {
    .benefits .container .row > div {
      height: 240px; }
      .benefits .container .row > div.text {
        height: auto; } }

.prices .jumbo {
  background: url(../img/jumbo-prices.jpg) center center no-repeat; }
.prices .container .row > div table {
  width: 80%;
  margin: 0 auto; }
.prices .container .row > div.info {
  margin-top: 10px;
  font-style: italic; }

.apartment .jumbo {
  background: url(../img/jumbo-apartment.jpg) center center no-repeat;
  background-size: 100%; }
  .apartment .jumbo h1 {
    padding: 54px 0; }
.apartment.studioapartment .jumbo {
  background: url(../img/jumbo-studioapartment.jpg) center center no-repeat;
  background-size: 100%; }
.apartment.apartmentpetrinja .jumbo {
  background: url(../img/jumbo-petrinja.jpg) center center no-repeat;
  background-size: 100%; }
.apartment .row {
  margin-top: 40px; }
.apartment .more {
  font-style: italic;
  border: 0;
  background-color: #fff;
  background-color: transparent;
  cursor: pointer; }
.apartment .about .row div {
  margin-top: 20px; }
.apartment .space {
  background: url(../img/space-bg2.jpg) center center no-repeat;
  margin: 0;
  width: 100%;
  margin-top: 80px; }
  .apartment .space h3 {
    font-style: italic;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #c52131;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
  .apartment .space .row {
    margin-top: 80px; }
    .apartment .space .row > div {
      padding-bottom: 20px;
      padding-top: 120px;
      background-position: top center;
      background-repeat: no-repeat; }
      .apartment .space .row > div span {
        display: block;
        margin-top: 10px;
        text-transform: uppercase; }
        .apartment .space .row > div span.num {
          color: #dc2b3d; }
      .apartment .space .row > div.guests {
        background-image: url("../img/icons/guests.png"); }
        .apartment .space .row > div.guests:hover {
          background-image: url("../img/icons/guests_hover.png"); }
      .apartment .space .row > div.beds {
        background-image: url("../img/icons/beds.png"); }
        .apartment .space .row > div.beds:hover {
          background-image: url("../img/icons/beds_hover.png"); }
      .apartment .space .row > div.rooms {
        background-image: url("../img/icons/rooms.png"); }
        .apartment .space .row > div.rooms:hover {
          background-image: url("../img/icons/rooms_hover.png"); }
      .apartment .space .row > div.bathroom {
        background-image: url("../img/icons/bathroom.png"); }
        .apartment .space .row > div.bathroom:hover {
          background-image: url("../img/icons/bathroom_hover.png"); }
      .apartment .space .row > div.checkin {
        background-image: url("../img/icons/checkin.png"); }
        .apartment .space .row > div.checkin:hover {
          background-image: url("../img/icons/checkin_hover.png"); }
      .apartment .space .row > div.checkout {
        background-image: url("../img/icons/checkout.png"); }
        .apartment .space .row > div.checkout:hover {
          background-image: url("../img/icons/checkout_hover.png"); }
.apartment .offer .row > div {
  max-width: 720px;
  margin: 0 auto;
  float: none; }
.apartment .offer ul {
  margin: 0 auto;
  display: inline-block;
  float: left;
  width: 33%;
  min-width: 240px; }
  .apartment .offer ul li {
    display: block;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: left;
    background: url("../img/bull.png") left center no-repeat; }
.apartment .map {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  background-color: #f4f4f4;
  display: block;
  height: 500px; }
.apartment .gallery {
  padding-bottom: 0; }
  .apartment .gallery .row div {
    padding: 10px; }
    .apartment .gallery .row div a {
      display: block;
      width: 100%;
      padding: 10px;
      overflow: hidden;
      position: relative;
      border: 1px solid #d4d4d3;
      background-color: #f4f4f4; }
      .apartment .gallery .row div a:hover {
        background-color: #dc2b3d; }
      .apartment .gallery .row div a img {
        width: 100%; }

@media (max-width: 992px) {
  body, .form-control {
    font-size: 14.4px !important; }

  h1 {
    font-size: 57.6px !important; }
    h1 span {
      font-size: 35.2px !important; }

  h2 {
    font-size: 35.2px !important; }

  h3 {
    font-size: 24.8px !important; }

  .apartment .space .row > div {
    background-size: 90%; }

  header .container nav .navbar-brand {
    background-size: 100px 36px;
    background-position-y: 55px;
    width: 100px;
    /*line-height: 100px;*/
    font-size: 28px; }

  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 0 6px; }

  blockquote {
    margin: 0 0 27px;
    font-size: 18px; }

  .container.section {
    padding: 40px 20px 0 20px; }
    .container.section.space {
      margin-top: 20px; }

  .container .row.single > div {
    padding-top: 20px; }

  .apartments {
    margin-top: 40px;
    padding-bottom: 20px; }
    .apartments .row {
      margin-top: 40px; }

  #main-carousel {
    height: 452px; }
    #main-carousel .title div {
      height: 264px; }

  .referrals .row {
    margin-top: 40px; }

  .contact .container {
    margin-top: 40px; }
    .contact .container .inner .row.first {
      padding-top: 30px; }

  form .form-group {
    padding-right: 20px;
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  h1 {
    font-size: 43.2px !important; }
    h1 span {
      font-size: 26.4px !important; }

  h2 {
    font-size: 26.4px !important; }

  h3 {
    font-size: 18.6px !important; }

  .form-group.phone, .form-group.stamp {
    float: right;
    width: 50%;
    display: inline-block; }

  .btn.btn-lg {
    padding: 0px 20px; }

  .g-recaptcha * {
    max-width: 100%; }

  .jumbo-box h1 {
    padding: 80px 0; }

  #main-carousel {
    height: 452px; }
    #main-carousel h1 {
      padding: 20px 0; }
    #main-carousel .title div {
      width: 80%; }

  .apartment .map {
    margin-top: 40px; }

  header > .sub {
    top: 105px; }
  header .container {
    width: 100%;
    padding: 0; }
    header .container nav {
      width: 100%;
      padding: 0; }
      header .container nav button {
        background: url(../img/stripes_mini_7px.jpg) center top;
        width: 100%;
        margin: 0; }
        header .container nav button .icon-bar {
          background-color: #fff !important; }
        header .container nav button .lang-box {
          z-index: 1000;
          position: absolute;
          top: 5px;
          right: 10px; }
          header .container nav button .lang-box span {
            margin: 0 5px; }
      header .container nav .navbar-brand {
        height: 100px;
        width: 100%;
        background-position-y: center;
        background-size: 140px; }
      header .container nav .navbar-collapse {
        position: absolute;
        top: 34px;
        left: 0;
        right: 0; }
      header .container nav ul {
        margin-top: 0 !important; }
        header .container nav ul a {
          padding: 4px 0 !important; }
        header .container nav ul.lang-box {
          display: none; } }
@media (max-width: 480px) {
  h1 {
    font-size: 28.8px !important; }
    h1 span {
      font-size: 17.6px !important; }

  h2 {
    font-size: 22px !important; }

  .jumbo-box h1, .jumbo-box h2 {
    margin: 0; }

  h3 {
    font-size: 12.4px !important; }

  .form-group {
    padding: 0 !important; }
    .form-group.phone, .form-group.stamp {
      margin: 0 auto;
      width: 100%;
      text-align: center; }
    .form-group.stamp {
      margin-top: 20px; }

  .btn.btn-lg {
    padding: 0px 20px;
    width: 100%; }

  .g-recaptcha * {
    max-width: 100%; }

  .jumbo-box h1 {
    padding: 80px 0; }

  #main-carousel {
    height: 260px; }
    #main-carousel h1 {
      padding: 20px 0; }
    #main-carousel .title div {
      height: 155px;
      width: 95%;
      padding: 20px; }

  .carousel .title {
    margin-top: -480px; }

  .apartment {
    margin-top: 20px;
    padding-bottom: 20px; }
    .apartment .row {
      margin-top: 20px; }
    .apartment .space {
      font-size: 8px; }
      .apartment .space > .row {
        margin-top: 20px; }
        .apartment .space > .row > div {
          padding-top: 50px; }

  .referrals .row .carousel .item .text {
    padding: 20px; }
  .referrals .row .carousel .carousel-indicators {
    width: 220px;
    left: 45%; }

  footer {
    margin-top: 20px; }
    footer > div .container .social {
      margin: 55px auto; }

  a.btn.btn-lg {
    line-height: 45px; }

  .apartments span {
    font-size: 10px; } }
