/*================================================================
    Settings
==================================================================*/
/*================================================================
    General
==================================================================*/
html {
  position: relative;
  min-height: 100%; }

body {
  min-height: 100px;
  padding-top: 6.3rem;
  margin-bottom: 110px;
  /* Margin bottom by footer height */ }

nav.navbar {
  height: 100px;
  background-color: #ffffff; }

body > .container {
  padding: 60px 15px 0; }

.footer > .container {
  padding-right: 15px;
  padding-left: 15px; }

.commingnext {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }

div.addition {
  font-size: 30px;
  text-align: center; }

label.smalllabel {
  font-size: 14px; }

/*================================================================
    Header
==================================================================*/
nav.navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  nav.navbar ul.navbar-nav {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 35px; }
    nav.navbar ul.navbar-nav.shrink {
      padding-top: 25px; }

nav.navbar.shrink {
  height: 75px;
  border-bottom: 1px solid #dfdfdf; }
  nav.navbar.shrink img.wohnissimo-logo {
    height: 40px; }

img.wohnissimo-logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 50px;
  padding-right: 50px; }

.jumbotron {
  background-image: url("/images/wohnissimo-header-hg.jpg");
  background-size: cover; }
  .jumbotron img {
    height: 450px; }
  @media (max-width: 1199.98px) {
    .jumbotron {
      padding-bottom: 0; }
      .jumbotron img {
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0; } }

/*================================================================
    Home Banner
==================================================================*/
.slider-wrapper {
  height: 530px; }

.slide-item {
  height: 387px;
  position: relative;
  z-index: 10; }
  .slide-item h2 {
    color: #767676;
    font-size: 60px;
    font-weight: 300;
    left: -50px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s; }
  @media (max-width: 1199.98px) {
    .slide-item h2 {
      font-size: 30px;
      color: #dfdfdf; }
    .slide-item p {
      color: #dfdfdf; } }
  @media (max-width: 991.98px) {
    .slide-item {
      height: auto; }
      .slide-item .inner-image {
        position: relative; } }
  .slide-item p {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 28px;
    left: -50px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s; }
  .slide-item .btn {
    margin-bottom: 32px;
    left: -50px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 1.4s;
    -moz-transition: all 0.4s ease-in-out 1.4s;
    -o-transition: all 0.4s ease-in-out 1.4s;
    transition: all 0.4s ease-in-out 1.4s; }
  .slide-item .inner-image {
    opacity: 0;
    right: -50px;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s; }
  .slide-item .slide-item-inner {
    padding-top: 20px; }

.active .slide-item h2, .active .slide-item p, .active .slide-item .btn {
  left: 0;
  opacity: 1; }
.active .slide-item .inner-image {
  right: 0;
  opacity: 1; }

/*================================================================
    Cards
==================================================================*/
.card-deck {
  padding-top: 15px; }
  .card-deck .card {
    border: none; }
    .card-deck .card .card-body, .card-deck .card .card-footer {
      padding-right: 0;
      padding-left: 0;
      background-color: transparent; }
      .card-deck .card .card-body h5, .card-deck .card .card-footer h5 {
        text-transform: uppercase; }

/*================================================================
    Formular
==================================================================*/
.formular, .gallery, .formular-success {
  margin-top: 50px; }

.formular-success.alert {
  display: none; }

/*================================================================
    Ancor links
==================================================================*/
a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden; }

/*================================================================
    Footer
==================================================================*/
.footer {
  margin-top: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #dfdfdf; }
  .footer img.logo {
    padding-top: 10px;
    height: 50px; }
  .footer .footernav {
    padding-top: 10px;
    line-height: 15px; }
    .footer .footernav a {
      margin-right: 5px; }
  .footer .disclamer {
    padding-top: 10px;
    line-height: 15px; }
  .footer.effect7 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .footer .effect7:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px; }

/*! CSS Used from: http://pixelcoder.net/eydia/multipage/css/bootstrap.min.css */
.entry-desc {
  margin-top: 5px; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

img {
  border: 0; }

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="#"]:after {
    content: ""; }

  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h3 {
    orphans: 3;
    widows: 3; }

  h3 {
    page-break-after: avoid; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px; }

p {
  margin: 0 0 10px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-md-4, .col-lg-4, .col-sm-6, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .col-sm-6 {
    float: left; }

  .col-sm-6 {
    width: 50%; } }
@media (min-width: 992px) {
  .col-md-4 {
    float: left; }

  .col-md-4 {
    width: 33.33333333%; } }
@media (min-width: 1200px) {
  .col-lg-4 {
    float: left; }

  .col-lg-4 {
    width: 33.33333333%; } }
.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

/*! CSS Used from: http://pixelcoder.net/eydia/multipage/css/supersized.css */
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

/*! CSS Used from: http://pixelcoder.net/eydia/multipage/shortcodes/css/main.css */
a:focus {
  outline: none; }

a:focus, a:active {
  outline: none !important; }

/*! CSS Used from: http://pixelcoder.net/eydia/multipage/css/main.css */
p {
  margin: 15px 0 0; }

a {
  color: #777;
  -webkit-transition: all .3s ease-in 0s;
  -moz-transition: all .3s ease-in 0s;
  -ms-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s; }

a:focus, a:hover {
  color: #ec6502; }

a, a:focus, a:hover, a:active {
  text-decoration: none;
  box-shadow: none;
  outline: 0; }

h3 {
  font-weight: normal;
  margin: 0; }

.portfolio-item {
  position: relative;
  overflow: hidden; }

.portfolio-item img {
  width: 100%; }

.caption-top {
  background-color: rgba(255, 96, 0, 0.51);
  padding-bottom: 6%;
  top: -50%; }

.portfolio-item:hover .caption-top {
  top: 0; }

.portfolio-item .caption-top a {
  background: url(http://pixelcoder.net/eydia/multipage/img/icons/zoom.png) no-repeat scroll center center transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  position: relative;
  text-indent: -9999em;
  top: 34%;
  width: 45px; }

.portfolio-item .caption-top a:hover {
  background: url(http://pixelcoder.net/eydia/multipage/img/icons/zoom-hr.png) no-repeat scroll center center #fff;
  border: 1px solid #fff; }

.gallery-3cols .portfolio-item {
  margin-bottom: 30px; }

.portfolio-item h3 {
  margin-bottom: 20px; }

.portfolio-head {
  position: relative; }

.portfolio-item .entry-meta {
  margin-top: 20px; }

.portfolio-item .entry-meta a:first-child {
  margin-left: 0; }

.portfolio-item .entry-meta a {
  margin: 0 5px;
  color: #ec6502; }

.portfolio-item .entry-meta a:hover {
  color: #777; }

.portfolio-head .caption-top {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.portfolio-item:hover .caption-top {
  opacity: 1;
  visibility: visible; }

.portfolio-head .caption-top > a {
  left: 50%;
  margin: -22px 0 0 -22px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.portfolio-item:hover .portfolio-head .caption-top > a {
  top: 50%; }

.gallery-3cols {
  width: 100.05%;
  overflow: hidden; }

.portfolio-item:hover .caption-top a {
  top: -webkit-calc(100% - 45px);
  top: -moz-calc(100% - 45px);
  top: calc(100% - 45px);
  opacity: 1;
  visibility: visible; }

/*! CSS Used from: http://pixelcoder.net/eydia/multipage/css/media-queries.css */
@media only screen and (max-width: 767px) {
  .portfolio-item img {
    margin: 0 auto; } }
.btn-primary {
  color: #ffffff;
  background-color: #ec6502;
  border-color: #ec6502; }

/*# sourceMappingURL=main.css.map */
