/*** MADE WITH SASS ** */
/* change of bootstrap */
.container {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0; }

/* global styles */
html, body {
  height: 100%; }

body {
  background: url(../img/bg.jpg) repeat-x;
  line-height: 18px; }

/* fluid header with brand */
header {
  background-color: #25374F;
  padding-bottom: 1px; }
  header > div {
    border-bottom: 3px solid #B9A63F; }
  header #logo {
    padding: 5px 10px 11px;
    margin-left: -25px;
	margin-right: 25px;
    float: left; }
	
table {
    border-collapse: collapse;
    border-spacing: 0; }

ul  {list-style-type: none;}

h1 {
  font-family: Goudy Old Style, serif;
  font-weight: normal;
  color:#B3B760;
  text-transform: uppercase;
  font-size: 30px;
  margin: 34px 0 0 180px;
  }	
h4 { margin-top:24px; margin-bottom:5px;
  }
  /* section with carousel and nav */
#top {
  background: url(../img/bg-white2.png) no-repeat center top; }
  #top .carousel {
    height: 400px;
    border: #F1F1F1 solid 2px;}
    #top .carousel img {
      width: 100%; }
    #top .carousel, #top .carousel * {
      overflow: hidden; }
  #top nav {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #DCDFE4;
    background: url(../img/bg-nav.jpg) repeat-x;
    margin-bottom: 0; }
    #top nav .container-fluid {
      padding-left: 0;
      padding-right: 0; }
    #top nav .navbar-nav {
      width: 100%; }
      #top nav .navbar-nav > li {
        position: relative; }
        #top nav .navbar-nav > li.active > a {
          color: #25374F;
          background-color: transparent; }
        #top nav .navbar-nav > li::before {
          content: "";
          display: inline-block;
          background: url(../img/border-nav.jpg) no-repeat;
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0; }
        #top nav .navbar-nav > li:last-of-type::before {
          display: none; }
        #top nav .navbar-nav > li > a {
          padding: 30px 38px 26px 38px;
          text-transform: uppercase;
          text-align: center;
          color: #F4F4F4;
          text-shadow: 1px 1px 1px #000000;
		  font-size: 16px;
          line-height: 18px;
			outline: none;		  }
          #top nav .navbar-nav > li > a:hover {
            color: #25374F; }
          #top nav .navbar-nav > li.active a, #top nav .navbar-nav > li > a:visited, #top nav .navbar-nav > li > a:hover {
            outline: none;
			text-shadow: none;
			font-weight:bold;}
        #top nav .navbar-nav.ubyt > li > a {
          padding: 30px 20px 26px 20px;	}		
		
    #top nav .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
	  
.start-jump {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  z-index: 1000;
	  padding: 0;
    margin: -112px 0 0 -360px; }
	  
.start-jump  a{display:block;
       width:360px; 
	  height:150px;
	  float:left;
	  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	  font-weight: normal;
	  font-size: 28px;
      color:#25374F;
	  text-decoration:none;
	  text-shadow: 1px 1px 1px #F4F4F4;
      font-weight: bold;
	  padding:30px 0 0 26px;
	  line-height:44px;
	 }	
	 
.start-jump  a:hover{
      color:#F4F4F4;
	  text-decoration:none;
	  text-shadow: 1px 1px 1px #000000;
	 }		 
	
.start-jump  a.jump1 {background: url(../img/jump_both2.jpg) no-repeat left top; 
	}	
	
.start-jump  a.jump2 {background: url(../img/jump_both2.jpg) no-repeat right top; 
	}		
	
.start-jump  a.jump1:hover {background: url(../img/jump_both3.jpg) no-repeat left top; 
	}	
	
.start-jump  a.jump2:hover {background: url(../img/jump_both3.jpg) no-repeat right top; 
	}		
		
	
	
/* main section with submenu */
#main > .container {
  background-color: #F4F4F4;
  padding-top: 10px;
  padding-bottom: 10px; }
  #main > .container > .row {
    margin-left: 0;
    margin-right: 0; }
    #main > .container > .row, #main > .container > .row > .left {
      padding-left: 5px;
      padding-right: 5px; }
	  
#main .col-md-4.left {
  width: 20%; }
#main .col-md-8.right {
  width: 78%; }
#main .right {
  padding: 15px; }
#main .submenu h2 {
  margin: 0;
  padding: 30px 20px;
  background-color: #25374F;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-transform: uppercase;
  font-size: 1.12em;
  font-weight: 700; }
#main .submenu .nav {
  padding: 10px 20px;
  background-color: white; }
  #main .submenu .nav > li > a {
    padding: 6px 0;
    border-bottom: 1px dotted black;
    color: black;
    font-size: 14px; 
	font-weight: bold;}
    #main .submenu .nav > li > a:hover {
      background-color: transparent;
      color: #205295; }
    #main .submenu .nav > li > a.active {
      background-color: transparent;
	  color: #0033ff;
      outline: none; }
#main h3 {
  margin-top: 5px;
  padding-left: 0px;
  text-transform: uppercase;
  color: #25374F;
  font-size: 1.3em;
  font-weight: 600; }
 #main h3.apartment {
  margin-top: 20px;
 } 
  
#main .item-page {
  padding:0px 15px; }

#main .item-page h3 {
  padding-left:20px; }
  
#main p {
  font-size: 1.0em;
  }
  

 #piktogramy {
margin-top: 120px;
float:right;
 } 

 #piktogramy img {
  width: 90px;
  padding: 12px;
 }

#piktogramy img:hover
{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}


  #piktogramy2 {
margin-top: 120px;
float: left;
 } 

 #piktogramy2 img {
  width: 90px;
  padding: 12px;
 }

 #piktogramy2 img:hover
{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.piktogram_hover{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  margin-top: -30px;
padding: 0px 60px 0px 0px;
margin-left: -20px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.piktogram_hover2{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  margin-top: -30px;
  margin-left: 120px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

 #piktogram p {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}

/*  #piktogram:hover p {
opacity: 1;
} */

.piktogramy p {
  visibility: none;
}

.kontakt_dole {
	padding-left:15px;
}


table#cenik {
    text-align: center;
    width: 100%;
    border: 1px solid white;}
	
table#cenik p {
    margin-top: 10px;
    margin-bottom: 10px;}
	
table#cenik th {
    background-color: #25374f;
	text-align: center;
    font-size: 12px;
    font-weight: bolder;
    line-height: 15px;
    border: 1px solid #fff;
    color: #fff;
	height: 50px;
}

table#cenik tr.cenikprod {
    background-color: #ced3d9;
    color: #25374f;
    height: 30px;
}

table#cenik tr.cenikprod-v {
    background-color: #008c46;
    color: #ffffff;
    height: 30px;
}

table#cenik tr.cenikubyt {
    background-color: #ced3d9;
    color: #25374f;
    height: 30px;
}

table#cenik tr.cenikubyt td {
	font-size: 14px;
}

table#cenik td {
    border: 1px solid #fff;
    font-size: 12px;
}	

ul.gallery_pp  {
	padding-left:0px;
	padding-bottom:20px;
  float: left;
  width: 100%;
}	

ul.gallery_pp li  {
	margin-top: 10px;
	float:left;
}	

ul.gallery_pp li:nth-child(3n+2) {
	margin-left: 10px;
	margin-right: 10px;
}	
ul.gallery_pp.viz li:nth-child(3n+2) {
	margin-left: 0px;
	margin-right: 0px;
}	
ul.gallery_pp.viz li:nth-child(even)  {
	margin-left: 3px;
	margin-right: 0px;
}	

.in-text {float:left; margin:0 10px 10px 0
}	

/* form#form-send {margin-top:20px;
}	
form#form-send  h3 {
	text-transform: none; 
    color: #25374F;
    font-size: 1.2em;
    font-weight: 400;
}	
form#form-send input {margin: 2px 0 10px 0; width:130px; height:31px; background:url(../img/input-150-31.png) no-repeat; padding:0 10px;line-height:31px;border:0;background:none;}
}	
form#form-send textarea {width: 174px; height: 110px; margin: 0 0 10px 0; 
}	 */

.kontakt1 {
width: 215px; height:228px; margin-left: 0px;  float: left;
color: #222222; font-family: arial, sans-serif; font-size: 1.0em; 
}

.kontakt2 {width:160px; height:228px; margin-left:15px; float:left; padding-bottom:20px;
}

.kontakt3 {width: 240px; height:228px; margin-left:50px; float:left; display:block; padding-top:80px;
}

.kontakt4 {
width: 500px; margin-left: 0px;  margin-bottom: 20px; float: left;
color: #222222; font-family: arial, sans-serif; font-size: 1.0em; 
}


/* footer section - brand, links, copyright */
footer {
  background-color: #25374F;
  color: #B3B760;
  padding-top: 53px;
  margin-top: -53px;
  z-index: -1;
  position: relative; }
  footer .container .row {
    margin-left: 0;
    margin-right: 0; }
    footer .container .row > div {
      padding-top: 25px;
	  padding-left: 0;
      padding-right: 0;	  }
 /*   footer .container .row > div:first-of-type, footer .container .row > div:last-of-type {
      padding-left: 0;
      padding-right: 0; }*/
     footer .container .row > div:last-of-type {
      padding-top: 5px; } 

  footer a {color: #B3B760;
  }
  footer a:hover {
        color: white; 
  }  
  
  footer ul {   
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: -10px;
    margin-right: 35px;
    display: inline-block;
	min-width: 120px;
    float: left; }
    footer ul > li {
      font-size: 12px; }
      footer ul > li > a, footer ul > li > a:hover {
        color: #7d7d7d; }
      footer ul > li > strong {
        margin-left: -5px; }
  footer #copyright {
    font-size: 0.67em;
    margin-bottom: 5px;
	padding-left: 240px;
}

.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:block;}
.marginBot10{margin-bottom:10px !important;}

.form1 label{display:block;float:left;padding:8px 0 0 20px;width:125px;}
.form1 .inputText{width:310px;height:31px;background:url(../img/input-310-31.png) no-repeat;float:left;}
.form1 .inputText input{width:310px;height:31px;padding:0 10px;line-height:31px;border:0;background:none;}
.form1 .inputTextSmall{width:150px;background:url(../img/input-150-31.png) no-repeat;}
.form1 .inputTextSmall input{width:150px;}
.form1 .radios{padding:0 0 20px;}
.form1 .radios label{width:auto;padding:0 20px 0 5px;}
.form1 .radios .radio{float:left;position:relative;top:1px;}
.form1 textarea{width:440px;height:151px;padding:10px;border:0;background:url(../img/textarea.png) no-repeat; margin-bottom:20px}
.form1 textarea#vzkaz{width:150px;height:151px;padding:10px;border:0;background:url(../img/textarea1.png) no-repeat; margin-bottom:20px}
.form1 button{width:111px;height:39px;padding:0;line-height:39px;border:0;background:url(../img/btn-111-39.png) no-repeat;cursor:pointer;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;margin:0 0 0 125px;}
.form1 button#odeslat_form{width:111px;height:39px;padding:0;line-height:39px;border:0;background:url(../img/btn-111-39.png) no-repeat;cursor:pointer;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;margin:0 0 0 0px;}

#FB-widget {
  border: none;
  overflow: hidden;
}
#google-adwords {display: none;}
#g-ad-noscript {display: inline;}
#g-ad-noscript {border-style: none;}

/** RESPONSIVE STYLES */
/** desktop first */
@media (max-width: 1349px) {
  .start-jump a {
    width: 240px;
    height: 100px;
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 0 0 25px; }
  .start-jump {
    left: 40%;
    top: 260px;
  }
}
/* for device to 992 */
/* bootstrap mobile nav starts sooner */
@media (max-width: 992px) {
  header #logo {
    margin-left: 0; }

  .container {
    width: 100%; }
    .container .navbar-header {
      float: none;
      margin-left: 0;
      margin-right: 0; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
 
  .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
	  
  .collapse.in {
    display: block !important; }

  #main > .container > .row > .left {
    padding-left: 15px;
    padding-right: 15px; }
  #main .col-md-4.left {
    width: 33.3333%; }
  #main .col-md-8.right {
    width: 66.6667%; }

  #top {
    background-image: none;
    background-color: #F4F4F4; }
    #top .carousel {
      height: auto; }
    #top nav {
      background-image: none;
      background-color: #25374F;
      border-bottom: none; }
      #top nav .navbar-toggle {
        background-color: #F4F4F4;
        border-color: #B9A63F; }
        #top nav .navbar-toggle > .icon-bar {
          background-color: #B9A63F; }
      #top nav .navbar-nav {
        background-color: white;
        margin-top: 0; }
        #top nav .navbar-nav > li {
          float: none; }
          #top nav .navbar-nav > li > a {
            padding: 10px 0;
            color: #25374F;
            text-shadow: none;
            border-bottom: 1px dotted #25374F; }
            #top nav .navbar-nav > li > a:hover {
              color: #205295; }
          #top nav .navbar-nav > li::before {
            display: none; }

          #piktogramy, #piktogramy2 {
          display: none;} 

  footer .container .row > div:first-of-type, footer .container .row > div:last-of-type {
    padding-left: 15px;
    padding-right: 15px; }
  .start-jump {
    left: auto;
    top: 40%;
    right: 30px; } }
/* for device to 768 */
@media (max-width: 768px) {
  #main .col-md-4.left, #main .col-md-8.right {
    width: 100%; }

  #top nav .navbar-nav {
    margin-right: 0;
    margin-bottom: 0; }
    #top nav .navbar-nav .navbar-collapse {
      border: none; }
  #top nav .container-fluid .navbar-collapse {
    margin-left: 0; }

    #piktogramy, #piktogramy2 {
    display: none;} 

  footer img {
    margin: auto; }
  footer ul {
    width: 20%;
    margin-right: 0;
    padding-right: 10px; }
  footer #copyright {
    text-align: center; }
  .start-jump {
    position: relative;
    left: initial;
    right: initial;
    top: initial; }
  .start-jump a {
    width: 50%;
    height: auto;
    min-height: 125px;
    padding: 25px 0 0;
    text-align: center }}
/* for device to 580 */
@media (max-width: 580px) {
  header #logo {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  h1 {
    margin: 0;
    text-align: center;
  }
  #piktogramy, #piktogramy2 {
    display: none;
  }
}
/* for device to 480 */
@media (max-width: 480px) {
  footer ul {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px; }
    footer ul:last-of-type {
      margin-bottom: 10px; }

    #piktogramy, #piktogramy2 {
    display: none;}

  .start-jump a {
    width: 100%;
    float: none;
    background-size: cover !important; }
  .start-jump a.jump1 {
    background-image: url(../img/jump_first.jpg);
    }
  .start-jump a.jump2 {
    background-image: url(../img/jump_second.jpg);
    }
  .start-jump a.jump1:hover {
    background-image: url(../img/jump_first-hover.jpg);
    }
  .start-jump a.jump2:hover {
    background-image: url(../img/jump_second-hover.jpg);
    } } 
/*# sourceMappingURL=styles.css.map */

