@font-face {
	font-family: 'fontawesome';
	src:url('./assets/fonts/fontawesome.woff') format('woff'),
		url('./assets/fonts/fontawesome.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

::-webkit-input-placeholder {
    color: #fff !important;
}
:-moz-placeholder {
    color: #fff !important;
}
::-moz-placeholder {
    color: #fff !important;
}
:-ms-input-placeholder {
    color: #fff !important;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #000;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 0;
	font-weight:700
}

h4 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 40px;
    margin-top: 0;
}

p, ul {
	margin-bottom: 16px;
}

p {
    line-height: 1.61429;
	font-size:18px;
	font-weight:100;
}

#central {
    text-align: center;    
}

section:not(.home) ul {
	list-style: disc;
	padding-left: 0em !important;
}

section:not(.home) ul li {
    color: #ca312d;
    margin-bottom: -21px;
    line-height: 1.5;
    text-align: justify;
}

section:not(.home) ul li span {
    color: #54596a;
}

#container_padding {
    padding-bottom: 60px;
}

.home-button {
    font-size: 25px !important;
}

.fa-bigger {
    font-size: 18px !important;
}

.home {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-size: cover;
	background-image: url(banner.jpg);
	;

}

.graybg {
    background-color: #f7f7f7;
	padding-bottom:80px;
	margin-bottom: -90px;
}

.o-projektu {
	padding-bottom: 80px;
}

.dum {
    padding-bottom: 80px;
}

.uzsie {
	margin-left: 15px;
	margin-right: 15px;
}

.gallery {
	 display: inline-block;
}

.navbar {
    z-index: 999;
    position: fixed;
    display: block;
    width: 100%;
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    transition: background 300ms;
}

.navbar-default {
    border: 0;
}


.navbar-default .navbar-nav > li > a {
    color: #54596a;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 300ms;
    font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    color: #ca312d;
    background: rgba(255,255,255,0.82);
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ca312d;
    background: rgba(255,255,255,0.82);
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ca312d;
    background: rgba(255,255,255,0.82);
}

.h-logo {
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-collapse {
    position: relative;
}

.navbar-nav > li > a:not(.home-a) {
    padding-top: 20px;
    padding-bottom: 21px;
}

.navbar--scrolled {
	background: #fff;
	color: 000;
}

.navbar--scrolled .navbar-nav > li > a {
    text-shadow: none;
}

.navbar--scrolled .navbar-nav > .active > a,
.navbar--scrolled .navbar-nav > .open > a {
    color: #ca312d;
    background: #fff;
}

.navbar--scrolled .navbar-nav > .active > a:hover,
.navbar--scrolled .navbar-nav > .open > a:hover,
.navbar--scrolled .navbar-nav > .active > a:focus {
    color: #ca312d;
    background-color: #ffffff;
    background-image: none;
}

.navbar--scrolled .navbar-nav > li > a:hover {
    color: #ca312d;
    background: #ffffff !important;
}

.header__headline {
	position: relative;
	font-size: 20px;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 40px;
}

.header__headline2 {
	position: relative;
	font-size: 20px;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.header__headline--smaller {
    display: block;
    margin-top: 10px;
    font-size: 57px;
    text-shadow: 0 1px 20px #33341f;
}

.vertical-center__content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100vh;
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
     ::i-block-chrome, .vertical-center__content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
}

.vertical-center {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.page-indicator {
    z-index: 999;
    position: fixed;
    top: 50%;
    right: 40px;
}

.page-indicator__bullet {
    display: block;
    margin-bottom: 10px;
    text-align: right;
    height: 10px;
    color: #ca312d;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

a.page-indicator__bullet:hover span {
    color: #ca312d;
    text-decoration: none;
}

.page-indicator__bullet.active:after {
    background: #ca312d;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.page-indicator__bullet:hover:after {
    background: #ca312d;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.page-indicator__bullet:after {
    content: '';
    margin-left: 20px;
    float: right;
    width: 15px;
    height: 15px;
    display: block;
    background: silver;
    border: 2px solid #fff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.page-indicator__bullet span {
    display: none;
}

.color-white {
    color: #fff !important;
}

.page-indicator__bullet:hover span {
    display: inline-block;
}

.font-open-sans--semi-bold,
.header__headline--smaller,
.page-indicator__bullet {
	font-family: 'Segoe Script', Pacifico, cursive;
	font-weight: 600;
	font-size: 86px;
}

.section__headline {
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 60px;
	font-weight: 600;
}

.section__headline:after {
    content: '';
    width: 100px;
    height: 4px;
    display: block;
    background: #ca312d;
    margin: 0 auto;
    margin-top: 30px;
}

.section__headline2 {
	margin-bottom: 24px;
	text-align: center;
	font-weight: 600;
}

.section__headline2:after {
    content: '';
    width: 100px;
    height: 4px;
    display: block;
    background: #ca312d;
    margin: 0 auto;
    margin-top: 20px;
}


.btn.btn-primary {
	display: inline;
	text-transform: uppercase;
	border: 1px solid #9e1a16;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #9e1a16;
	background-image: none;
	background-color: transparent;
	border-radius: 0;
	text-shadow: none;
	margin-right: auto;
	margin-left: auto;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #9e1a16;
    color: #fff;
    box-shadow: none;
    border: 1px solid #9e1a16;
}

.btn.btn-secondary {
	display: inline;
	text-transform: uppercase;
	border: 1px solid #9e1a16;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #fff;
	background-image: none;
	background-color: #9e1a16;
	border-radius: 0;
	text-shadow: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: #750f0b;
    color: #fff;
    box-shadow: none;
    border: 1px solid #750f0b;
}

.contact {
    width: 100%;
    min-height: 600px;
    color: #fff;
    background: #404553 url("footer_bg.jpg") center center no-repeat;
}

.contact a {
    color: #fff;
}

.contact a:hover {
    color: #fff;
    text-decoration: none;
}

.form-control {
    max-width: 100%;
    min-width: 95%;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 13.33333px;
    margin-right: 13.33333px;
    padding-right: 13.33333px;
    border: 2px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: 0;
    height: auto;
}

.form-control:focus {
    outline: 0;
    border: 2px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.18);
    box-shadow: none;
}

.btn.btn-default:hover {
    background: #c22420;
}
.btn.btn-default {
    cursor: pointer;
    display: block;
    padding: 36px;
    padding-top: 13.33333px;
    padding-bottom: 13.33333px;
    background: #ca312d;
    font-size: 14px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: 0;
    text-shadow: none;
}

.btn.btn-default:focus {
    background: #c22420;
    box-shadow: none;
    border: 0;
}

.contact h2 {
    margin-bottom: 50px;
}

footer {
    background: #2b2f3a;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    color: #7a7c81;
    font-size: 14px;
    text-align: center;
}

.arrow-down {
    background: url("../images/down-arrow.svg") no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background-size: contain;
    z-index: 900;
    bottom: 70px;
    cursor: pointer;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
}

.arrow-down:hover {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.map-grounds {
    position: relative;
}

.map {
    width: 100%;
    height: 780px;
    position: relative;
    display: block;
}

.map-info {
    z-index: 200;
    opacity: .8;
    position: absolute;
    top: 150px;
    width: 450px;
    color: #fff;
}

.map-info-bg {
    background: #54596a;
    padding: 20px 40px;
}

.map__headline {
    color: #fff;
    margin-top: 0;
}

.map__headline:after {
    content: '';
    width: 100px;
    height: 4px;
    display: block;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 40px;
}

.map__ground-info-line {
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

.map__ground-info-line {
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

.map__ground-info-button {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 50%;
    padding: 20px;
    background: #cc524e;
    color: #dfdfdf;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.map__ground-info-button:hover {
    color: #fff;
    background: #d36e6b;
}

.form-control-modal {
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
}

.form-control-modal-submit {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    background: #6FB661;
    border: 0px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.form-control-modal-submit:hover {
    background: #396830;
    color: #fff;
}

.h-burger-logo {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 10;
}

@media (min-width: 801px) {
    .h-burger-logo {
        display: none;
    }
    .h-logo {
        display: inline;
    }
    .paded-left {
        padding-left: 25%;
        position: relative;
    }
    .head-social {
        display: none;
    }
}

@media (max-width: 800px) {
    .h-burger-logo {
        display: inline;
    }
    .h-logo {
        display: none;
    }
    .head-social {
        float: right;
        margin: 7.5px 15px;
    }
    .head-social li{
        float: left;
    }
    .menu-social {
        display: none;
    }
}

@media (min-width: 801px) and (max-width: 1025px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .navbar-nav > li > a:not(.home-a) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .map-info {
        position: relative;
        top: initial;
        width: 100%;
    }

    .map__ground-info-button {
        width: 100%;
    }

    .map {
        height: 480px;
    }
}


.card {
    padding: 40px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.stavebni-pozemky,
.radove-domy,
.galerie {
    background: #f7f7f7;
}

.radove-domy {
    padding-bottom: 40px;
}

.galerie {
    padding-bottom: 40px;
}

.stavebni-pozemky {
    padding-top: 40px;
	padding-bottom: 40px;
}

.stavebni-pozemky h2,
.galerie h2 {
    margin-top: 0;
}

.contact h2 {
    margin-top: 0;
}

.img-thumb:after, .img-thumb:before {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.img-thumb:after {
    content: '\A';
    width: 100%; height:100%;
    top: 0; left:0;
    background-color:rgba(0,0,0,0.65);
    background-image: url('../images/instagram-logo.svg');
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-thumb:before {
    content: attr(data-content);
    width: 100%;
    color: #fff;
    z-index: 1;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}

.img-thumb:hover:after, .img-thumb:hover:before {
    opacity: 1;
}

.img-thumb img {
    margin: 0 auto;
}

footer a {
    color: #f39c12;
}

footer a:hover {
    color: #f39c12;
}

.alert-success {
    background-image: none;
    background-color: #6FB661;
    color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-weight: 600;
}

.alert-danger {
    background-image: none;
    background-color: #a94442;
    color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-weight: 600;
}

.news {
    margin-bottom: 50px;
    position: relative;
}

.news h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: normal;
}

.news h3 a {
    color: #54596a;
    text-decoration: underline;
}

.news .content-article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news .article-photo {
    margin-bottom: 20px;
}

.news .close-article-button {
    position: absolute;
    top: 60px;
    right: 5%;
    color: #6FB661;
}

.m-t-15 {
    margin-top: 15px;
}

.loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    text-align: center;
    color: #6FB661;
    display: none;
}

.loader .loader-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
}

.news .news-item {
    height: 100px;
}

@media only screen and (max-width: 800px) {
    .news .close-article-button {
        position: absolute;
        top: 90px;
    }
}

/* Full widht responsive gallery */

.cbp-rfgrid {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 33.333333%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	+cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 0px;
}

/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
	
	.header__headline--smaller {
	margin-top: 40px;
	font-size: 57px;
	text-shadow: #000000;
}

}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 25%; /* Fallback */
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
}

@media screen and (max-width: 600px) {
	.header__headline {
		margin: 30px;
}
}

@media screen and (max-width: 400px) {
	.cbp-rfgrid li {
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
	.header__headline--smaller {
		margin-top: 100px;
}

}

@media screen and (max-width: 320px) {
	.home {
		height: 133vh;
	}
}


@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
		width: 100%;
	}
}
