@media (min-width: 20px) and (max-width: 450px) {
.h1,
h1 {
    font-size: 2rem
}

.h2,
h2 {
    font-size: 1.6rem
}

.h3,
h3 {
    font-size: 3rem
}

.h4,
h4 {
    font-size: 1.1rem
}
.form-box h2 {
    margin-bottom: 1.25rem;
    font-weight: 400;
    line-height: 1.178;
    font-size: 2rem;
}
.intro-contact {
    font-size: 1rem;
    height: 50px;
    width: 50px;
    padding-left: 50px;
    padding-top: 0px;
    color: #070a0f;
    background-image: url(../img/ico-phone.png);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    background-size: 28px 28px;
    position: absolute;
    right: 50px;
    top: 15px;
    line-height: 1.2;
    z-index: 9999;
}
.intro-contact .phone{
    height: 50px;
    width: 50px;
	    right: 0;
    position: absolute;
}
.intro-contact .num{
		display: none
}
.intro-contact .link{
		display: none
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
	box-shadow: 0 1px 1px 0 rgba(64,73,78,.15);
}
.navbar-brand img {
    width: auto;
    height: 35px;
    text-align: center;
}
.navbar-brand {
    padding: 0rem 0 0rem;
    transform: translateX(-50%);
    position: initial;
	margin-left: 70px;
	left: 25px;
}
.display-3 {
    position: relative;
}
.display-3::before {
    width: 20px;
    height: 20px;
    background-color: #f6ec2d;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
}
.display-3 {
    font-weight: 500;
}
.intro-info {
    font-size: 20px;
    height: 100px;
    width: 250px;
    padding-left: 60px;
    padding-top: 60px;
    color: #fff;
    background-image: url(../img/ico-movie.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    background-size: 60px 60px;
    position: absolute;
    left: 25px;
    bottom: 90px;
    line-height: 1;
}
.intro-info:hover {
    background-image: url(../img/ico-movie.png);
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
	background-size: 55px 55px;
	background-position: 6px 6px;
}
.carousel-header .btn {
    padding: 2rem 2rem 2rem 2rem;
    padding-left: 2rem;
}
.display-3 {
    font-size: 2rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.19), 2px 2px 2px rgba(0,0,0,0.34);
}
.h3, h3 {
    font-size: 2rem;
}
.lead {
    font-size: 1.1rem;
    font-weight: 300;
}
.owl-carousel {
    margin-top: 0px;
}
.section-features, .section-intro, .section-pricing, .section-signup, .section-testimonials, .section-text {
    padding-top: 2.8125rem;
	padding-bottom: 2.8125rem;
}
.btn-lg {
    padding: 1rem 1rem 1rem;
    border-radius: 0rem;
}
.section-video {
    background: #663fb5 url(../img/video-poster-mobile.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 200px;
	padding-bottom: 50px
}
.play-video {
    font-size: 20px;
    height: 200px;
    width: 250px;
    padding-left: 100px;
    padding-top: 100px;
    margin-left: 0px;
    color: #fff;
    background-image: url(../img/ico-movie-big.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    background-size: 100px 100px;
    line-height: 1;
	position: absolute;
	left: 25px;
	top: -750px;
}
.play-video:hover {
    background-image: url(../img/ico-movie-big.png);
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
	background-size: 90px 90px;
	background-position: 10px 10px;
}
.video-box {
    background: #fff;
    padding: 25px 25px 75px 25px;
    position: static;
    top: 0px;
	margin-top: 100px;
}
.btn-play {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
	width: 220px;
}
.section-location {
	padding-top: 2.8125rem;
	padding-bottom: 2.8125rem;
}
.section-location .col-md-2 {
	width: 50%;
}
.cta-txt {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 300;
    line-height: 34px !important;
	padding-left: 0;
	padding-top: 25px;
}
.cta-form-box {
    width: 100%;
    padding: 20px 10px;
    background: #FFFFFF;
    position: static;
    top: 65px;
    border: 2px solid #e9e8e8;
}
.cta-form input[type="email"] {
    padding: 13px 20px;
    font-size: 18px;
    color: #070a0f;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0px;
    border: 0px solid #fff;
    border-radius: 0;
    background: #fff;
    font-weight: 600;
    margin-top: 0px;
	text-align: center;
}
.section-footer {
    padding-top: 1rem;
    color: #070a0f;
}
.section-footer span {
	float: left;
    margin-bottom: 15px;
    margin-left: 10px;
}
.form-box {
    background: #3d4040;
    padding: 25px 25px 25px 25px;
    position: absolute;
    top: 0px;
	margin-right: 15px
}
.section-form {
    padding-top: 200px;
	height: 300px;
	margin-bottom: 500px;

}
.form-box .lead {
        line-height: 1.5;
}
.thead {
	display: none
}
.nav-link {
    display: block;
    padding: 0.7rem 1.6rem
}
.btn-right {
    float: none;
    margin-left: 0px;
    margin-top: 10px;
}
.section-gallery h1 {
    float: none;
}
.btn-sm {
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 0rem;
}
.section-gallery {
    font-size: .9rem;
    padding-top: 100px;
    padding-bottom: 0px;
}
	.section-gallery {
	font-size: .9rem;
	padding-top: 100px;
	padding-bottom: 25px;
    color: #fff;
    background-color: #3d4040;
		margin-bottom: 100px
}
.zmeny-box-footer {
    font-size: 0.9rem;
	margin-top: 25px;
}
.section-content-footer {
    padding-bottom: 0px;
}
.zmeny-box-footer .col-md-6 {
    width: 50%;
}
.zmeny-box-contact {
    background: #2b323e;
    padding: 150px 25px 25px 25px;
    position: inherit;
    background-image: url(../img/logo-bydleni.png);
    background-repeat: no-repeat;
    background-position: 90% 50px;
    background-size: 100px auto;
	margin-bottom: 100px;
}
.section-zmeny {
    background: #663fb5 url(../img/bg-zmeny.jpg) no-repeat center bottom;
    background-size: cover;
}
.zmeny-box {
    background: #2b323e;
    padding: 150px 25px 25px 25px;
    position: inherit;
    background-image: url(../img/ico-pantone.svg);
    background-repeat: no-repeat;
    background-position: 90% 50px;
    background-size: 64px auto;
	margin-top: 50px;
}
.img-partner{
    padding: 15px 15px;
}
.img-partner img{
	width: auto;
	height: 75%;
}
.btn-dum {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 50px;
	margin-bottom: -35px;
}
.btn-dum.pudorys {
    background-position: 25px 15px;
}
.btn-dum.energy {
    background-position: 25px 15px;
}
.btn-dum.napiste {
    background-position: 25px 15px;
}
.section-house-detail-title {
    padding-top: 100px;
    padding-bottom: 50px;
    padding: 0px 0 0px 0;
}
.section-document .thead {
	display: none
}
.house-title-info.roof {
    width: 100%;
	margin-bottom: 10px
}
.house-title-info.price {
    width: 100%;
	margin-bottom: 10px
}
.house-title-info.size {
    width: 100%;
	margin-bottom: 10px
}
	.house-title-info.garden {
    width: 100%;
	margin-bottom: 10px
}
.house-title-info.garden {
    background-image: url(../img/ico-garden.svg);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    background-size: 36px auto;
    padding-left: 50px;
}
.btn-back {
    background-image: url(../img/ico-houses.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 20px 20px;
    border-radius: 0rem;
    margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.modal-popup-box {
    position: absolute;
    top: 0px;
    z-index: 999999;
    width: 100vw;
    /* padding: 25px 25px; */
    color: #fff;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}
.finbox-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}
.finbox {
    float: left;
    width: 33%;
    color: #00a651;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}
.finbox-icon.fin1 {
	background-size: 36px auto;
}
.finbox-icon.fin2 {
    background-size: 36px auto;
}
.finbox-icon.fin3 {
    background-size: 36px auto;
}
.moduletable {
        width: 100%;
    padding: 100px 25px 10px 25px;
    /* background: #fff; */
    /* border: 2px solid #e9e8e8; */
    color: #2b323e;
    font-size: 12px;
    background-image: url(../img/ico-houses.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 25px 25px;
    z-index: 99;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.mkre-with-text {
	    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateX(174px);
    transform: translateX(174px);
    position: absolute;
    display: block;
    top: -5px;
    right: 0;
    width: 220px;
    height: 56px;
    margin: 0;
    z-index: 9999;
}
.mkre-with-text:hover {
    top: -5px;
}
.section-intro img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.section-intro .intro-title-flat {
    position: absolute;
    left: 25px;
    top: 60px;
    z-index: 9;
    text-align: left;
}
.section-intro .title {
    font-weight: 700;
    font-size: 1.8rem;
}
.section-cta {
    padding-top: 0rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #3d4040!important;
    margin-top: 50px;
	font-size: 0.9rem;
}
.section-cta-social {
    background: linear-gradient(90deg, 201d1d 50%, #201d1d 50%);
    margin-top: 0px;
}
.section-cta-social .col-md-6 {
    padding-right: 15px;
}
	.section-footer .media-body {
    display: block;
    margin: 0;
}
.financovani-box {
	margin-top: 0px;
    background-color: #fff;
}

.financovani-box h1{
	padding-left: 25px;
	padding-top: 25px;
}

.financovani-box p{
	padding-left: 25px;
	padding-right: 25px;
}

.btn-lg-financovani {
	margin-top: 25px;
}
	
	.custom-list {
    display: inline-block;
    width: 100%;
    margin: 1rem 0;
    -webkit-columns: 2;
    columns: 2;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}
	
.highlight-box-block .highlight {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
}
.highlight-box-block {
    padding: 0 0 0 4rem;
    position: relative;
    text-align: left;
    margin: 0 0 2rem;
}
.highlight-box-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 50%;
    background: #f6ec2d;
}
		.highlight-box-block:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 0.8rem;
    width: 20px;
    height: 20px;
}
		.highlight-box-block.balkon:after {
    top: 0.8rem;
    background: url(../img/standardy/balkon.svg) no-repeat center;
}
	.highlight-box-block.koupelna:after {
    top: 0.8rem;
    background: url(../img/standardy/koupelna.svg) no-repeat center;
}
	.highlight-box-block.kuchyne:after {
    top: 0.8rem;
    background: url(../img/standardy/kuchyne.svg) no-repeat center;
}
	.highlight-box-block.topeni:after {
    top: 0.8rem;
    background: url(../img/standardy/topeni.svg) no-repeat center;
}
	.highlight-box-block.zasuvka:after {
    top: 0.8rem;
    background: url(../img/standardy/zasuvka.svg) no-repeat center;
}
	.highlight-box-block.umyvadlo:after {
    top: 0.8rem;
    background: url(../img/standardy/umyvadlo.svg) no-repeat center;
}
	.highlight-box-block.podlaha:after {
    top: 0.8rem;
    background: url(../img/standardy/podlaha.svg) no-repeat center;
}
	.highlight-box-block.zahrada:after {
    top: 0.8rem;
    background: url(../img/standardy/zahrada.svg) no-repeat center;
}
	.highlight-box-block.terasa:after {
    top: 0.8rem;
    background: url(../img/standardy/terasa.svg) no-repeat center;
}
	.highlight-box-block.omitka:after {
    top: 0.8rem;
    background: url(../img/standardy/omitka.svg) no-repeat center;
}
	.highlight-box-block.garaz:after {
    top: 0.8rem;
    background: url(../img/standardy/garaz.svg) no-repeat center;
}
	.highlight-box-block.vytah:after {
    top: 0.8rem;
    background: url(../img/standardy/vytah.svg) no-repeat center;
}
	.highlight-box-block.posta:after {
    top: 0.8rem;
    background: url(../img/standardy/posta.svg) no-repeat center;
}
	.highlight-box-block.vstup:after {
    top: 0.8rem;
    background: url(../img/standardy/vstup.svg) no-repeat center;
}
	.highlight-box-block.schodiste:after {
    top: 0.8rem;
    background: url(../img/standardy/schodiste.svg) no-repeat center;
}
	.highlight-box-block.zamecnik:after {
    top: 0.8rem;
    background: url(../img/standardy/zamecnik.svg) no-repeat center;
}
	.highlight-box-block.klempir:after {
    top: 0.8rem;
    background: url(../img/standardy/klempir.svg) no-repeat center;
}
	.highlight-box-block.konstrukce:after {
    top: 0.8rem;
    background: url(../img/standardy/konstrukce.svg) no-repeat center;
}
	.highlight-box-block.okna:after {
    top: 0.8rem;
    background: url(../img/standardy/okna.svg) no-repeat center;
}
	.highlight-box-block.kovani:after {
    top: 0.8rem;
    background: url(../img/standardy/kovani.svg) no-repeat center;
}
	
	.highlight-box-block.cena:after {
    top: 0.8rem;
    background: url(../img/financovani/cena.svg) no-repeat center;
}
	
	.highlight-box-block.cena2:after {
    top: 0.8rem;
    background: url(../img/financovani/cena2.svg) no-repeat center;
}
	
	
	.highlight-box-block.klic:after {
    top: 0.8rem;
    background: url(../img/financovani/klic.svg) no-repeat center;
}
	
	
	.highlight-box-block.poplatek:after {
    top: 0.8rem;
    background: url(../img/financovani/poplatek.svg) no-repeat center;
}
	
	
	
.highlight-box-block.smlouva:after {
    top: 0.8rem;
    background: url(../img/financovani/smlouva.svg) no-repeat center;
}
	
.section-house {
	display: none
}
.section-standardy {
    background: #663fb5 url(../img/standardy-poster.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 200px;
    margin-top: -50px;
    min-height: 300px;
    margin-bottom: 75px;
}
.standardy-box {
    background: #fff;
    padding: 25px 50px 150px 50px;
    position: absolute;
    top: 0px;
	width: 100%;
}
	
	.custom-list li.dot {
        position: relative;
    padding: 0 0 0 1.5rem;
    margin: 0 0 1rem;
}
	.custom-list li.dot:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #85143d;
}
.section-standardy-text {
    background: #fff url(../img/bg-content.svg) no-repeat -140px 200px;
    background-size: cover;
    background-size: 35% auto;
	font-size: 14px;
}
.section-financovani {
    background: url(../img/bg-content-footer.svg) no-repeat right -100px;
    background-size: cover;
    background-size: 50% auto;
    font-size: 14px;
}
.section-content.text-page h2 {
        font-size: 1.2rem;
    margin-top: 40px;
    position: relative;
    padding-left: 50px;
}
	.onas-box {
    margin-top: -80px;
    background-color: #fff;
    margin-bottom: 180px;
}
	.onas-box h1 {
    padding-left: 25px;
    padding-top: 25px;
}
	.onas-box h2 {
    padding-left: 25px;
    padding-top: 25px;
}
	.onas-box p {
    padding-left: 25px;
    padding-bottom: 60px;
    padding-right: 25px;
		font-size: 14px
}
.onas-box .text-image .image-position {
        width: 100%;
    height: 300px;
	    position: inherit;
}
.btn-lg-onas {
	    margin-top: -150px;
}
	
.up-site {
    font-size: 18px;
    height: 170px;
    width: 45px;
    padding-top: 35px;
    background-color: #f6ec2d;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .25s ease-in-out;
    text-align: center;
}
	
.plaketa {
    top: 70px;
    right: 15px;
    width: 50px;
    height: 99px;
    background-size: 50px auto;
}
	
	

}














@media (min-width: 451px) and (max-width: 991px) {
.h1,
h1 {
    font-size: 2.2rem
}

.h2,
h2 {
    font-size: 1.6rem
}

.h3,
h3 {
    font-size: 3rem
}

.h4,
h4 {
    font-size: 1.1rem
}
.form-box h2 {
    margin-bottom: 1.25rem;
    font-weight: 400;
    line-height: 1.178;
    font-size: 2rem;
}

	.intro-contact {
    font-size: 1rem;
    height: 50px;
    width: 50px;
    padding-left: 50px;
    padding-top: 0px;
    color: #070a0f;
    background-image: url(../img/ico-phone.png);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    background-size: 28px 28px;
    position: absolute;
    right: 50px;
    top: 15px;
    line-height: 1.2;
    z-index: 9999;
}
.intro-contact .phone{
    height: 50px;
    width: 50px;
	    right: 0;
    position: absolute;
}
.intro-contact .num{
		display: none
}
.intro-contact .link{
		display: none
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
	box-shadow: 0 1px 1px 0 rgba(64,73,78,.15);
}
.navbar-brand img {
    width: auto;
    height: 35px;
    text-align: center;
}
.navbar-brand {
    padding: 0rem 0 0rem;
    transform: translateX(-50%);
    position: initial;
	margin-left: 70px;
	left: 25px;
}
.display-3 {
    position: relative;
}
.display-3::before {
    width: 20px;
    height: 20px;
    background-color: #f6ec2d;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
}
	.display-3 {
    font-weight: 500;
}
.intro-info {
    font-size: 20px;
    height: 100px;
    width: 250px;
    padding-left: 60px;
    padding-top: 60px;
    color: #fff;
    background-image: url(../img/ico-movie.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    background-size: 60px 60px;
    position: absolute;
    left: 25px;
    bottom: 90px;
    line-height: 1;
}
.intro-info:hover {
    background-image: url(../img/ico-movie.png);
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
	background-size: 55px 55px;
	background-position: 6px 6px;
}
.carousel-header .btn {
    padding: 2rem 2rem 2rem 2rem;
    padding-left: 2rem;
}
.display-3 {
    font-size: 3rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.19), 2px 2px 2px rgba(0,0,0,0.34);
}
.h3, h3 {
    font-size: 2rem;
}
.lead {
    font-size: 1.1rem;
    font-weight: 300;
}
.owl-carousel {
    margin-top: 0px;
}
.section-features, .section-intro, .section-pricing, .section-signup, .section-testimonials, .section-text {
    padding-top: 2.8125rem;
	padding-bottom: 2.8125rem;
}
.btn-lg {
    padding: 1rem 1rem 1rem;
    border-radius: 0rem;
}
.section-video {
    background: #663fb5 url(../img/video-poster-mobile.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 200px;
	padding-bottom: 50px
}
.play-video {
    font-size: 20px;
    height: 200px;
    width: 250px;
    padding-left: 100px;
    padding-top: 100px;
    margin-left: 0px;
    color: #fff;
    background-image: url(../img/ico-movie-big.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
    background-size: 100px 100px;
    line-height: 1;
	position: absolute;
	left: 25px;
	top: -650px;
}
.play-video:hover {
    background-image: url(../img/ico-movie-big.png);
    background-repeat: no-repeat;
    transition: all .25s ease-in-out;
	background-size: 90px 90px;
	background-position: 10px 10px;
}
.video-box {
    background: #fff;
    padding: 25px 25px 75px 25px;
    position: static;
    top: 0px;
	margin-top: 100px;
}
.btn-play {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
	width: 220px;
}
.section-location {
	padding-top: 2.8125rem;
	padding-bottom: 2.8125rem;
}
.section-location .col-md-2 {
	width: 50%;
}
.cta-txt {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 300;
    line-height: 34px !important;
	padding-left: 0;
	padding-top: 25px;
}
.cta-form-box {
    width: 100%;
    padding: 20px 10px;
    background: #FFFFFF;
    position: static;
    top: 65px;
    border: 2px solid #e9e8e8;
}
.cta-form input[type="email"] {
    padding: 13px 20px;
    font-size: 18px;
    color: #070a0f;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0px;
    border: 0px solid #fff;
    border-radius: 0;
    background: #fff;
    font-weight: 600;
    margin-top: 0px;
	text-align: center;
}
.section-footer {
    padding-top: 1rem;
    color: #070a0f;
}
.section-footer span {
	float: left;
    margin-bottom: 15px;
    margin-left: 10px;
}
.form-box {
    background: #3d4040;
    padding: 25px 25px 25px 25px;
    position: absolute;
    top: 0px;
	margin-right: 15px
}
.section-form {
    padding-top: 200px;
	height: 300px;
	margin-bottom: 500px;

}
.form-box .lead {
        line-height: 1.5;
}
.nav-link {
    display: block;
    padding: 0.7rem 1.6rem
}
.btn-right {
    float: none;
    margin-left: 0px;
    margin-top: 10px;
}
.section-gallery h1 {
    float: none;
}
.btn-sm {
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 0rem;
}
.section-gallery {
    font-size: .9rem;
    padding-top: 100px;
    padding-bottom: 0px;
}
	.section-gallery {
	font-size: .9rem;
	padding-top: 100px;
	padding-bottom: 25px;
    color: #fff;
    background-color: #3d4040;
		margin-bottom: 100px
}
.zmeny-box-footer {
    font-size: 0.9rem;
	margin-top: 25px;
}
.section-content-footer {
    padding-bottom: 0px;
}
.zmeny-box-footer .col-md-6 {
    width: 50%;
}
.zmeny-box-contact {
    background: #2b323e;
    padding: 150px 25px 25px 25px;
    position: inherit;
    background-image: url(../img/logo-bydleni.png);
    background-repeat: no-repeat;
    background-position: 90% 50px;
    background-size: 100px auto;
	margin-bottom: 100px;
}
.section-zmeny {
    background: #663fb5 url(../img/bg-zmeny.jpg) no-repeat center bottom;
    background-size: cover;
}
.zmeny-box {
    background: #2b323e;
    padding: 150px 25px 25px 25px;
    position: inherit;
    background-image: url(../img/ico-pantone.svg);
    background-repeat: no-repeat;
    background-position: 90% 50px;
    background-size: 64px auto;
	margin-top: 50px;
}
.img-partner{
    padding: 15px 15px;
}
.img-partner img{
	width: auto;
	height: 75%;
}
.btn-dum {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 50px;
	margin-bottom: -35px;
}
.btn-dum.pudorys {
    background-position: 25px 15px;
}
.btn-dum.energy {
    background-position: 25px 15px;
}
.btn-dum.napiste {
    background-position: 25px 15px;
}
.section-house-detail-title {
    padding-top: 100px;
    padding-bottom: 50px;
    padding: 0px 0 0px 0;
}
.section-document .thead {
	display: none
}
.house-title-info.roof {
    width: 100%;
	margin-bottom: 10px
}
.house-title-info.price {
    width: 100%;
	margin-bottom: 10px
}
.house-title-info.size {
    width: 100%;
	margin-bottom: 10px
}
	.house-title-info.garden {
    width: 100%;
	margin-bottom: 10px
}
.house-title-info.garden {
    background-image: url(../img/ico-garden.svg);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    background-size: 36px auto;
    padding-left: 50px;
}
.btn-back {
    background-image: url(../img/ico-houses.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 20px 20px;
    border-radius: 0rem;
    margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.modal-popup-box {
    position: absolute;
    top: 0px;
    z-index: 999999;
    width: 100vw;
    /* padding: 25px 25px; */
    color: #fff;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}
.finbox-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}
.finbox {
    float: left;
    width: 33%;
    color: #00a651;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}
.finbox-icon.fin1 {
	background-size: 36px auto;
}
.finbox-icon.fin2 {
    background-size: 36px auto;
}
.finbox-icon.fin3 {
    background-size: 36px auto;
}
.moduletable {
        width: 100%;
    padding: 100px 25px 10px 25px;
    /* background: #fff; */
    /* border: 2px solid #e9e8e8; */
    color: #2b323e;
    font-size: 12px;
    background-image: url(../img/ico-houses.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 25px 25px;
    z-index: 99;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.mkre-with-text {
	    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateX(174px);
    transform: translateX(174px);
    position: absolute;
    display: block;
    top: -5px;
    right: 0;
    width: 220px;
    height: 56px;
    margin: 0;
    z-index: 9999;
}
.mkre-with-text:hover {
    top: -5px;
}
.section-intro img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.section-intro .intro-title-flat {
    position: absolute;
    left: 25px;
    top: 60px;
    z-index: 9;
    text-align: left;
}
.section-intro .title {
    font-weight: 700;
    font-size: 1.8rem;
}
.section-cta {
    padding-top: 0rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #3d4040!important;
    margin-top: 50px;
	font-size: 0.9rem;
}
.section-cta-social {
    background: linear-gradient(90deg, 201d1d 50%, #201d1d 50%);
    margin-top: 0px;
}
.section-cta-social .col-md-6 {
    padding-right: 15px;
}
	.section-footer .media-body {
    display: block;
    margin: 0;
}
.financovani-box {
	margin-top: 0px;
    background-color: #fff;
}

.financovani-box h1{
	padding-left: 25px;
	padding-top: 25px;
}

.financovani-box p{
	padding-left: 25px;
	padding-right: 25px;
}

.btn-lg-financovani {
	margin-top: 25px;
}
	
	.custom-list {
    display: inline-block;
    width: 100%;
    margin: 1rem 0;
    -webkit-columns: 2;
    columns: 2;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}
	
.highlight-box-block .highlight {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
}
.highlight-box-block {
    padding: 0 0 0 4rem;
    position: relative;
    text-align: left;
    margin: 0 0 2rem;
}
.highlight-box-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 50%;
    background: #f6ec2d;
}
		.highlight-box-block:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 0.8rem;
    width: 20px;
    height: 20px;
}
		.highlight-box-block.balkon:after {
    top: 0.8rem;
    background: url(../img/standardy/balkon.svg) no-repeat center;
}
	.highlight-box-block.koupelna:after {
    top: 0.8rem;
    background: url(../img/standardy/koupelna.svg) no-repeat center;
}
	.highlight-box-block.kuchyne:after {
    top: 0.8rem;
    background: url(../img/standardy/kuchyne.svg) no-repeat center;
}
	.highlight-box-block.topeni:after {
    top: 0.8rem;
    background: url(../img/standardy/topeni.svg) no-repeat center;
}
	.highlight-box-block.zasuvka:after {
    top: 0.8rem;
    background: url(../img/standardy/zasuvka.svg) no-repeat center;
}
	.highlight-box-block.umyvadlo:after {
    top: 0.8rem;
    background: url(../img/standardy/umyvadlo.svg) no-repeat center;
}
	.highlight-box-block.podlaha:after {
    top: 0.8rem;
    background: url(../img/standardy/podlaha.svg) no-repeat center;
}
	.highlight-box-block.zahrada:after {
    top: 0.8rem;
    background: url(../img/standardy/zahrada.svg) no-repeat center;
}
	.highlight-box-block.terasa:after {
    top: 0.8rem;
    background: url(../img/standardy/terasa.svg) no-repeat center;
}
	.highlight-box-block.omitka:after {
    top: 0.8rem;
    background: url(../img/standardy/omitka.svg) no-repeat center;
}
	.highlight-box-block.garaz:after {
    top: 0.8rem;
    background: url(../img/standardy/garaz.svg) no-repeat center;
}
	.highlight-box-block.vytah:after {
    top: 0.8rem;
    background: url(../img/standardy/vytah.svg) no-repeat center;
}
	.highlight-box-block.posta:after {
    top: 0.8rem;
    background: url(../img/standardy/posta.svg) no-repeat center;
}
	.highlight-box-block.vstup:after {
    top: 0.8rem;
    background: url(../img/standardy/vstup.svg) no-repeat center;
}
	.highlight-box-block.schodiste:after {
    top: 0.8rem;
    background: url(../img/standardy/schodiste.svg) no-repeat center;
}
	.highlight-box-block.zamecnik:after {
    top: 0.8rem;
    background: url(../img/standardy/zamecnik.svg) no-repeat center;
}
	.highlight-box-block.klempir:after {
    top: 0.8rem;
    background: url(../img/standardy/klempir.svg) no-repeat center;
}
	.highlight-box-block.konstrukce:after {
    top: 0.8rem;
    background: url(../img/standardy/konstrukce.svg) no-repeat center;
}
	.highlight-box-block.okna:after {
    top: 0.8rem;
    background: url(../img/standardy/okna.svg) no-repeat center;
}
	.highlight-box-block.kovani:after {
    top: 0.8rem;
    background: url(../img/standardy/kovani.svg) no-repeat center;
}
	
	.highlight-box-block.cena:after {
    top: 0.8rem;
    background: url(../img/financovani/cena.svg) no-repeat center;
}
	
	.highlight-box-block.cena2:after {
    top: 0.8rem;
    background: url(../img/financovani/cena2.svg) no-repeat center;
}
	
	
	.highlight-box-block.klic:after {
    top: 0.8rem;
    background: url(../img/financovani/klic.svg) no-repeat center;
}
	
	
	.highlight-box-block.poplatek:after {
    top: 0.8rem;
    background: url(../img/financovani/poplatek.svg) no-repeat center;
}
	
	
	
.highlight-box-block.smlouva:after {
    top: 0.8rem;
    background: url(../img/financovani/smlouva.svg) no-repeat center;
}
	
.section-house {
	display: none
}
.section-standardy {
    background: #663fb5 url(../img/standardy-poster.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 200px;
    margin-top: -50px;
    min-height: 300px;
    margin-bottom: 75px;
}
.standardy-box {
    background: #fff;
    padding: 25px 50px 150px 50px;
    position: absolute;
    top: 0px;
	width: 100%;
}
	
	.custom-list li.dot {
        position: relative;
    padding: 0 0 0 1.5rem;
    margin: 0 0 1rem;
}
	.custom-list li.dot:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #85143d;
}
.section-standardy-text {
    background: #fff url(../img/bg-content.svg) no-repeat -140px 200px;
    background-size: cover;
    background-size: 35% auto;
	font-size: 14px;
}
.section-financovani {
    background: url(../img/bg-content-footer.svg) no-repeat right -100px;
    background-size: cover;
    background-size: 50% auto;
    font-size: 14px;
}
.section-content.text-page h2 {
        font-size: 1.2rem;
    margin-top: 40px;
    position: relative;
    padding-left: 50px;
}
	.onas-box {
    margin-top: -80px;
    background-color: #fff;
    margin-bottom: 180px;
}
	.onas-box h1 {
    padding-left: 25px;
    padding-top: 25px;
}
	.onas-box h2 {
    padding-left: 25px;
    padding-top: 25px;
}
	.onas-box p {
    padding-left: 25px;
    padding-bottom: 60px;
    padding-right: 25px;
		font-size: 14px
}
.onas-box .text-image .image-position {
        width: 100%;
    height: 300px;
	    position: inherit;
}
.btn-lg-onas {
	    margin-top: -150px;
}
	
.up-site {
    font-size: 18px;
    height: 170px;
    width: 45px;
    padding-top: 35px;
    background-color: #f6ec2d;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .25s ease-in-out;
    text-align: center;
}
.plaketa {
    top: 70px;
    right: 15px;
    width: 50px;
    height: 99px;
    background-size: 50px auto;
}	
	
	
}





@media (min-width: 992px) and (max-width: 1024px) {

.display-3 {
    font-weight: 500;
}
.section-footer .logo {
	    padding-right: 70px;
}
.navbar-brand img {
    width: auto;
    height: 35px;
    text-align: center;
}

#collapsingNavbar, #collapsingNavbarInverse {
    width: 100%;
    display: block!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
	.navbar-brand {
    padding: 1rem 0 1.0625rem;
    left: 25px;
    position: absolute;
    top: 10px;
}
	.btn-lg-financovani {
    margin-top: 50px;
}
.plaketa {
    top: 120px;
    right: 15px;
    width: 70px;
    height: 138px;
    background-size: 70px auto;
}	

}

@media (min-width: 1025px) and (max-width: 1140px) {

#collapsingNavbar, #collapsingNavbarInverse {
        width: 90%;
    display: block!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
	
	.plaketa {
    top: 120px;
    right: 15px;
    width: 70px;
    height: 138px;
    background-size: 70px auto;
}	


}


@media (min-width: 1101px) and (max-width: 1500px) {
#collapsingNavbar, #collapsingNavbarInverse {
    width: 100%;
    display: block!important;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}
	.plaketa {
    top: 120px;
    right: 15px;
    width: 70px;
    height: 138px;
    background-size: 70px auto;
}	
}

@media (min-width: 1101px) {
.display-3 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.175;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.19), 2px 2px 2px rgba(0,0,0,0.34);
	position: relative
}
.display-3::before {
    width: 50px;
    height: 50px;
    background-color: #f6ec2d;
	border-radius: 50%;
	content: '';
    position: absolute;
    left: 0;
        top: -80px;
}
	.btn-price-right {
    margin-top: -80px;
    float: right;
}
}
@media (min-width: 1501px) {
#collapsingNavbar, #collapsingNavbarInverse {
    width: 80%;
    display: block!important;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    display: inline-flex;
}
}
@media (min-width: 1101px) and (max-width: 1250px) {
.navbar-toggleable-custom .navbar-nav .nav-link {
    padding: 0.7rem 0.4rem 1.2rem 0.4rem
}
}
@media (min-width: 1251px) {
.navbar-toggleable-custom .navbar-nav .nav-link {
    padding: 0.7rem 1rem 1.2rem 1rem
}
}