@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,latin-ext);

body {
  min-height: 2000px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica';
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

body.domy {
  min-height: 800px;
}

a:hover{
  text-decoration: none;
}

body .navbar.navbar-fixed-top {
  margin-bottom: 0;
}

body .navbar {
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: background .4s ease; 
  -moz-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
}

body .navbar.fus-navbar-solid {
  background: rgba(58, 146, 215, 0.94);
  margin-bottom: 0;
  /*background: rgba(240, 255, 255, 0.9);*/
}

body .navbar.fus-navbar-solid .navbar-brand {
  /*padding: 15px 15px;*/
}

body .navbar.fus-navbar-solid .navbar-nav > li > a {
  /*margin: 10px 10px;*/
}

body .navbar-brand {
  /*padding: 25px 15px;*/
}

body .navbar .navbar-header a {
  color: white;
}

body .navbar .navbar-toggle {
  padding-top: 15px;
}
body .navbar.fus-navbar-solid .navbar-toggle .icon-bar {
  background-color: #FFF;
}

body .navbar-nav > li > a {
  color: #555;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 7px 5px 5px 7px;
  margin: 20px 10px;
  border-bottom: 2px solid transparent;
}
body .navbar.fus-navbar-solid .navbar-nav > li > a {
  color: #FFF;
}

body .navbar-nav > li > a:focus {
    background-color: rgba(255,255,255,0.2);
}

body .navbar-nav > li > a:hover {
  background: none;
  border-bottom: 2px solid white;
}

body .navbar-nav > li > a.btn {
  padding: 5px 10px;
  margin-top: 18px;
  border-bottom: 1px solid white;
}

body .navbar-nav > li > a.btn:hover {
  border-width: 1px;
  background: rgba(255, 255, 255, 0.25);
}

body .navbar .navbar-header .navbar-brand {
  width: 307px;
  height: 70px;
  background: url(../images/logo-min.png) 15px 25px no-repeat;
  background-size: 50%;
}
body .navbar.fus-navbar-solid .navbar-brand {
  /*height: 52px;*/
  background: url(../images/logo-min2.png) 15px 25px no-repeat;
  background-size: 50%;
}

body .btn {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica';
  border: 1px solid #333;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
  letter-spacing: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .4s ease; 
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .btn:hover {
  background: #404041;
  color: #fff;
  border-color: #404041;
}

body .btn-lg {
  font-size: 14px;
  padding: 10px 20px;
}

body .fus-btn-white {
  color: white;
  border-color: white;
}
body .fus-btn-white:hover {
  color: #fff;
  border-color: white;
  background: rgba(255,255,255,.3);
}

body .btn-primary {
  color: #fff;
  background: #00BBFC;
  border-color: #00BBFC; 
}

body .btn-primary:hover {
  background: #3A92D7;
  border-color: #00BBFC;
}

body .btn-alert {
  color: #fff;
  background: #CA0F0F;
  border-color: #CA0F0F; 
}

body .btn-alert:hover {
  background: #CA0F0F;
  border-color: #CA0F0F;
  background: rgba(202,15,15,.6);
}

body .fus-options {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(51, 51, 51, 0.71);
  color: white;
  padding: 10px;
}

body .fus-options li {
  float: left;
}

body .fus-options li:first-child a {
  padding:4px 10px;
}

body .fus-options a {
  font-family: georgia;
  font-size: 16px;
  font-style: italic;
  line-height: 140%;
  color: white;
  display: inline-block;
}

body .fus-options a.color {
  text-indent: -9999999px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

body .fus-options .active a.color {
  border-color: white;
}

body .start {
  border-radius: 0;
  height: 800px;
  padding-top: 75px;
  margin: 0;
  width: 100%;
  position: relative;
}
body .start .fus-bg {
  position: fixed;
  background: url("../images/page-start.jpg") center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .fus-overlay {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#3A92D7;
  opacity: .1;
  -webkit-transition: all .4s ease; 
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}


body .start .container {
  display: table;
  height: 725px;
}

body .start .container .fus-pitch {
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, .52);
}

body .start .container .fus-pitch  .fus-call-to-action {
  position: relative;
  top: 20px;
}

body .start .container .fus-pitch h1 {
  font-weight: 100;
  font-size: 60px;
  line-height: 120%;
  margin: 0 0 20px 0;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .9);
}

body .start .container .fus-pitch h2 {
  font-family: georgia;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 0 0;
  font-style: italic;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .9);
}

body .start .container .fus-pitch a {
  color: white;
  font-weight: bold;
}



body .fus-btns {
  text-align: center;
  margin: 60px 0 0;
}

body .fus-btns .btn {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  padding: 10px 20px;
}

.fus-section, .fus-section > .container {
  position: relative;
}

.fus-section {
  padding: 25px;
}

.fus-section.fus-white-bg {
  background: white;
  color: #333;
}
.fus-section.fus-white-bg .fus-section-header {
  border-bottom: 1px solid #f1f1f2;
}


.fus-section .fus-section-header {
 padding: 35px 0; 
 margin-bottom: 35px;
 text-align: center;
}


.fus-section .fus-section-header h3, .fus-section .fus-header h3 {
 font-size: 36px; 
 font-weight: 100;
 line-height: 120%;
 margin: 0 0 5px 0;
}

.fus-section .fus-section-header h4, .fus-section .fus-header h4 {
 font-size: 18px; 
 font-family: georgia;
 font-weight: 400;
 line-height: 140%;
 margin: 0 0 10px 0;
 font-style: italic;
}

#domy.fus-section .fus-section-header h3, .fus-section .fus-header h3 {
 font-size: 36px; 
 font-weight: 100;
 line-height: 120%;
 margin: 0 0 20px 0;
}

#domy.fus-section .fus-section-header h4, .fus-section .fus-header h4 {
 font-size: 16px; 
 font-family: georgia;
 font-weight: 400;
 line-height: 140%;
 margin: 0 0 10px 0;
 font-style: italic;
}

#domy.fus-section .fus-section-header {
 padding: 35px 0 20px 0; 
 margin-bottom: 35px;
 text-align: center;
}

#domy .thumbnail .caption:hover {
  background-color: rgba(255, 255, 255, .1);
}
#domy .row {
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 20px;
}


.fus-section .fus-header {
  text-align: left;
  margin-bottom: 35px;
}

.fus-tabs {
  text-align: center;
  border: none;
}

.fus-tabs li {
  display: inline-block;
  float: none;
  border: none;
}

.fus-tabs li:hover a {
  background: none;
  border: none;
}

.nav-tabs.fus-tabs > li.active > a, .nav-tabs.fus-tabs > li.active > a:hover, .nav-tabs.fus-tabs > li.active > a:focus {
  border: none;
}

.fus-tabs li:hover a .glyphicon {
  background: #f1f1f2;
}

.fus-tabs li.active a {
  color: #3A92D7;
  border: none;
}

.fus-tabs li.active a:hover {
  color: #3A92D7;
  border: none;
}

.fus-tabs li.active a .glyphicon {
  color: white;
  background: #3A92D7;
  border-color: #3A92D7;
}

.fus-tabs li a {
  color: #333;
  margin-right: 0;
  border: none;
  
}
.fus-tabs li a:focus {
  outline: none;
}
.fus-tabs li a .glyphicon {
  font-size: 30px;
  padding: 15px;
  line-height: 100%;
  border: 1px solid #333;
  border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-transition: background .4s ease; 
  -moz-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
}


.fus-tabs li a .fus-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.fus-tab-content {
  padding: 35px 0;
  margin: 0 0 70px 0;
}

.fus-tab-content p {
  color: #808184;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 25px;
}


.fus-tab-content > .tab-pane > .row {
  display: table;
  vertical-align: middle;
}

.fus-tab-content > .tab-pane > .row > [class*="col-"] {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.fus-tab-content > .tab-pane > .row > [class*="col-"].fus-photo {
  text-align: center;
}

.fus-tab-content > .tab-pane > .row > [class*="col-"].fus-photo img{
  max-width: 700px;
}

.fus-tab-content > .tab-pane > .row > .fus-fullwidth-content {
  text-align: center;
}

.fus-tab-content > .tab-pane > .row > .fus-fullwidth-content .fus-header {
  text-align: center;
}

.fus-firma {
  color: white;
}

.fus-firma .fus-overlay {
  opacity: .2;
}

.fus-firma .fus-firma-table {
  display: table;
  width: 100%;
}


.fus-firma .fus-firma-table > [class*="col-"].fus-notfocus .media-list {
  width: 90%;
  padding: 15px;
}


.fus-firma .fus-firma-table > [class*="col-"] {
  display: table-cell;
  vertical-align: top;
  float: none;
}

.fus-firma .fus-firma-table .media-list {
  background: rgba(0, 0, 0, .6);
  padding: 25px;
}

.fus-firma .fus-firma-table .media-list .media-list-item {
  background: none;
  border: none;
  text-align: left;
  padding: 10px 10px;
}

.fus-firma .fus-firma-table .media-list .media.disabled{

  text-decoration: line-through;
}

.fus-firma .fus-firma-table .media-list .media .media-object {
  padding: 50px;
  font-size: 22px;
  font-weight: 400;
  padding: 18px 8px;
}

.fus-firma .fus-firma-table .media-list .media .media-object.glyphicon-ok-circle {
  color: #D6DE23;
}

.fus-firma .fus-firma-table .media-list .media .media-object.glyphicon-remove-circle {
  color: #FFA1AE;
}

.fus-firma .fus-firma-table .media-list .media .media-heading {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 7px;
}

.fus-firma .fus-firma-table .media-list .media .media-text {
  font-family: georgia;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 0 0;
  font-style: italic;
  letter-spacing: 0px;
  color: white;
}

.fus-firma .fus-firma-table .fus-list-header h5 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}

.fus-firma .fus-firma-table .fus-list-header p {
  font-size: 44px;
  font-weight: 100;
  text-align: center;
}

.fus-firma .fus-firma-table .fus-list-header small {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fus-firma .fus-firma-table p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}
  
.thumbnail {
  border: 1px solid #E6E7E8;
  background: white;
  padding: 0;
}

#domy .thumbnail {
  border: 0px none;
  background: white;
  margin-bottom: 20px;
  padding: 0;
}

.zs-img {
  position: absolute;
}

.thumbnail .caption {
  padding: 20px;
  position: relative;
}

#domy .thumbnail .caption {
  padding: 10px;
  position: relative;
  text-align: center;  
}

#domy .thumbnail .caption.left {
  text-align: left;  
}

.thumbnail .caption:hover {
  background-color: rgba(58, 146, 215, .2);
}

.thumbnail .caption h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 0 7px 0;
}

.thumbnail .caption h3 a {
  color: #333;
}

#domy .thumbnail .caption p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
  font-style: normal;
}
#domy .thumbnail .caption p.kursywa {
  font-style: italic;
}

.thumbnail .caption p {
  font-family: georgia;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-style: italic;
  letter-spacing: 0px;
  margin: 0 0 12px 0;
}

.thumbnail .caption p.info {
  font-style: normal;
  line-height: 120%;
  margin: 0 0 10px 0;
}

.thumbnail .caption p.priceinfo {
  font-family: georgia !important;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  color: #4598D9;
  margin: 0 0 20px 0;
  text-align: center;
}

.thumbnail .caption p.price {
  font-family: georgia !important;
  font-size: 24px;
  color: #155C91;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px 0;
  text-align: center;
}

.thumbnail .caption p.price.sold {
  text-decoration: line-through;
}


#domy .thumbnail .caption h3 {
  font-size: 22px;
}

#domy .thumbnail .caption h3.status {
    text-transform: none;
    text-align: center;
    font-weight: normal;    
    font-size: 18px;
    margin: 0 0 10px 0;    
}
#domy .thumbnail .caption h3.status.dostepny {
    color: #44B350;
}
#domy .thumbnail .caption h3.status.rezerwacja {
    color: #7C3821;
}
#domy .thumbnail .caption h3.status.sprzedany {
    color: #E21C2F;
}


body .fus-nobtn {
  border: none;
  font-style: normal;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding:5px 0;
  border-bottom: 2px solid transparent;
}

body .fus-nobtn:hover {
  border-bottom: 2px solid #333;
  background: none;
  color: #333;
}

.fus-biuro {
  background: url("../images/page-biuro.jpg") center center no-repeat;
  background-size: cover;
}

.fus-biuro a {
  color: #0066B3;
}

.fus-biuro .fus-section-header h3, .fus-biuro .fus-section-header h4 {
  text-align: left;
}

.fus-biuro .thumbnail.fus-text-on-top .caption a {
  color: white;
}

.fus-biuro .thumbnail .caption .fus-socials {
  color: white;
  font-size: 15px;
}

.fus-as-seen {
  text-align: center;
  padding-bottom: 15px;
}

.fus-as-seen > a {
  display: inline-block;
  margin: 0 10px; 
}

footer ul {
  text-align: center;
  margin: 20px 0 10px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E7E8;
}

footer ul > li > a {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px;
  margin: 10px;
  border-bottom: 2px solid transparent;
}

footer ul > li > a:hover {
  color: #0066B3;
  border-bottom: 2px solid #0066B3;
}

footer {
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
}

footer .footer-brand {
  font-size: 14px;
  font-weight: bold;
  line-height: 75%;
}

footer .credit {
  margin: 30px 0 20px;
}

footer .credit p {
  font-style: italic;
  font-family: georgia;
  font-size: 12px;
}
footer .credit a {
  color: #333;
  font-weight: bold;
}

@media (max-width: 769px) {
  .container {
    width: 100%;
  }
  body .start .fus-bg {
    position: absolute;
  }
  body #firma {
    background: url("../images/page-start.jpg") center center no-repeat;
    background-size: cover;
  }
  body footer {
    background: url("../images/page-start.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 500px) {
  body .fus-tab-content > .tab-pane > .row > [class*="col-"].fus-photo img {
    width: 100%;
  }
  
  body #select-options li:first-child {
    display: none;
  }
}

@media (max-width: 767px) {
  body .navbar-collapse {
    background: rgba(58, 146, 215, 0.87);
  }
  body .fus-btns .btn {
    margin-bottom: 15px;
  } 
  body.fus-black .navbar-collapse {
    background: rgba(0, 0, 0, 0.43);
  }
  .container {
    width: 100%;
  }
}

@media (max-width: 989px) {
  body .navbar-toggle .icon-bar {
    background: #555;
    height: 4px;
  }
  
  
  
  body .fus-tab-content > .tab-pane > .row > [class*="col-"] {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  
  
  body .fus-tab-content p, body .fus-section .fus-header {
    text-align: center;
  }
  
  body .fus-tab-content .btn {
    display: block;
  }
  
  body .fus-tab-content img {
    max-width: 100%;
  }
  
  body .fus-firma .fus-firma-table > [class*="col-"] {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    float: left;
  }
  
  body .fus-firma .fus-firma-table > [class*="col-"].fus-notfocus .media-list {
    width: 100%;
    padding: 25px;
  }
  
  body .fus-firma .fus-firma-table {
    display: block;
    margin: 0;
    width: 100%;
  }
  
  body .fus-as-seen > a {
    margin-bottom: 10px;
  }
  
  body .fus-tab-content > .tab-pane > .row > [class*="col-"].fus-photo img {
    max-width: 100%;
  }
  
  body footer ul > li > a {
    margin-bottom: 0;
    display: inline-block;
  }
}

.modal-header {
  color: #333;
}

.modal-body p {
  color: #333;
}

#domy {
  margin-top:50px;
  padding-bottom: 0;
}

.thumbnail a .no-foto {
  width: 100%; border: 1px dotted #CCC; height: 175px !important; text-align:center;padding-top:78px; color: #AAA;  
}

/* obsługa adaptive modal js */

body .am-expanded.am-modal.domy-modal {
  width: 800px;
  margin-left: -400px;
}

body .am-expanded.am-modal.domy-modal .am-modal-content {
  padding: 15px;
}

body .am-expanded.am-modal.domy-modal .am-expanded.am-back {
  width: 800px;
  padding: 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .99) !important;
  color: #555 !important;
}

.am-remote-link {
  margin-top:10px;  
}
