/* RESPONSIVE */

@media only screen and (min-width : 1925px) {
  #map {
           height: 400px; width: 100%; position: absolute; left: 0%; margin-top: 205px;
        }
  #developer { height: 74vh; }
  #amenities { height: 39vh; }
  #projekt { padding: 220px 0px 220px 0; }
}

@media only screen and (max-width : 1920px) {
/*
.header-bg img.hlavicka {
  position:absolute; top: 781px;
}
*/
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
	.navbar-white {
		height: 60px;
	}

	img.logo {
		height: 70px;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 5px;
	    line-height: 40px;
	    font-size: 16px;
	}

	.carousel {
		height: 70%;
	}

	.item,
	.active {
	    height: 100%;
	}

	.carousel-inner {
	    height: 100%;
	}

	/* Background images are set within the HTML using inline CSS, not here */

	.fill {
	    max-width: 100%;
	    height: 100%;
	    background-position: center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}

	section {
		padding: 60px 0;
	}
}
/*
@media (min-width: 1920px) {
	.logo {
	    position: absolute; top: 10px; left: 50%; margin-left: -145px; width: 275px;
	}
} */



@media (min-width: 990px) {

#unseen table th:nth-child(7) { }

#unseen table td:nth-child(1) { width:12%; text-align:left; padding-left:40px; }
#unseen table td:nth-child(2) { width:17%; }
#unseen table td:nth-child(3) { width:12%; }
#unseen table td:nth-child(4) { width:12%; }
#unseen table td:nth-child(5) { width:12%; }
#unseen table td:nth-child(6) { width:12%; text-align:right; padding-right:30px;  }
#unseen table td:nth-child(7) { width:12%; text-align:right; padding-right:30px;  }
#unseen table td:nth-child(8) { width:11%; }

#unseen table td.nbg { padding-left:20px !important; }

#unseenpark table td:nth-child(1) { width:12.5%; }
#unseenpark table td:nth-child(2) { width:18.75%; }
#unseenpark table td:nth-child(3) { width:18.75%; }
#unseenpark table td:nth-child(4) { width:18.75%; }
#unseenpark table td:nth-child(5) { width:18.75%; }
#unseenpark table td:nth-child(6) { width:12.5%; }

.navbar-brand>img {
    padding: 0px 0px 0px 0px;
}

.full-opacity { opacity:1; }

iframe.img-responsive { min-height: 500px; }

.navbar-right-def {
	margin-right: 160px;
}

.navbar-right-table {
	margin-right: -15px !important;
}

.table.pricing > tbody > tr > td, .table > tbody > tr > th {
  padding: 30px 40px; font-size: 16px;
}
.table > tbody > tr > td > strong {
  font-size: 18px; color:rgb(193, 28, 12);
}

}


@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.navbar .dropdown-menu a {
    padding: 10px 15px;
}
}

/* iPad 1024 */
@media (min-width: 1000px) and (max-width : 1030px) {
	.navbar-brand>img { width: 150px; }
  iframe.img-responsive { min-height: 320px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header#myCarousel {
	    padding-top: 60px;
	}
	.navbar-header {
        float: none;
    }
    .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: 8.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 8px 0px;
        line-height:25px !important;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-header {
    	width: 100%;
    }

    .navbar-toggle .icon-bar {
    	background: black;
    	line-height: 40px;
    }

    .navbar-nav>li>a {
    	text-align: center;
    }
    section {padding-top:60px;}
}

/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	header#myCarousel {
			    padding-top: 50px;
			}

			.navbar-brand > img {
			    padding: 10px 0px 0px 20px;
					max-height: 50px;
			}

      .navbar-white {
        background: rgba(255,255,255,1) !important;
      }
      .navbar-brand > img.scrolling-logo {
        display: block;
      }
      .navbar-brand > img.logo {
        display: none;
      }

      .navbar-collapse.collapse.in {
        background: rgba(255,255,255,1);
      }

      .navbar-collapse.collapse.in ul li a {
        padding: 8px 0px !important; color: #000;
      }

.logot { opacity:1 !important; position: relative; top: 2px; left:-5px; }

			.carousel {
		height: 35%;
		}

		.item,
		.active {
		    height: 100%;
		}

		.carousel-inner {
		    height: 100%;
		}

		/* Background images are set within the HTML using inline CSS, not here */

		.fill {
		    max-width: 100%;
		    height: 100%;
		    background-position: center;
		    -webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
		    -o-background-size: cover;
		}

		.navbar-brand {
			padding-left: 20px;
		}

		section {
			padding: 60px 0;
		}

    #finance, #developer, #amenities, footer { height: auto; }

		.title	{
			font-size: 28px;
			margin-bottom:35px;
			text-align: center;
		}

#unseen table td:nth-child(2),
#unseen table th:nth-child(2),
#unseen table td:nth-child(5),
#unseen table th:nth-child(5),
#unseen table td:nth-child(3) span,
#unseen table td:nth-child(6),
#unseen table th:nth-child(6) {display: none;}

		#popis {display:block;}
    }

   /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	img.logo {
		height: 40px;
    width: 40px;
	}

  .navbar-brand > img {
      padding: 0px 0px 0px 10px;
      max-height: 50px;
  }

  .navbar-brand img {
    width: 200px;
    max-height: 110px;
    position: absolute;
    z-index: 999999;
  }
	.navbar-white {
		height: 40px
	}
  .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
.navbar-nav  .dropdown-menu {
    position: static !important;
    float:none;
    text-align: center;
    box-shadow: none !important;
}

	.navbar-brand {
			padding-left: 0px;
			margin-left: -10px;
		}

		.logot { opacity:1 !important; position: relative; top: 4px; left:15px; }
		.navbar-right { margin-right: -15px !important; margin-top: 0px; background: #fff;}

	#unseen table td:nth-child(8),
#unseen table th:nth-child(8),
#unseen table th:nth-child(1) span,
#unseen table th:nth-child(2) span,
#unseen table th:nth-child(7) span,
#unseen table td:nth-child(3) span,
#unseen table td:nth-child(4),
#unseen table th:nth-child(4),
#unseen table td:nth-child(5),
#unseen table th:nth-child(5){display: none;}

#unseen table td:nth-child(7) { text-align:right; }

#unseenpark table td:nth-child(3),
#unseenpark table th:nth-child(3),
#unseenpark table td:nth-child(4),
#unseenpark table th:nth-child(4),
#unseenpark table td:nth-child(6),
#unseenpark table th:nth-child(6){display: none;}

.wide-thumb {
    height: 194px !important;
    width: 280px; padding-right:4px;
}

.navbar-toggle {
  margin-right: 5px;
}

}
