/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADER: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header { /* ID SE POUZIVA POUZE PRO DESKTOP (pres php) */
	background-image: url("../../data/img/homepage/header.jpg");
    min-height: 600px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#header-rect2{
	padding-top: 50px;
	background-color: rgba(0,0,0,0.55) !important;
	padding-bottom: 50px;
	border-radius: 5px;
}

#header-title{
	/*position: relative !important;*/
	text-align: center;
	padding: 25px 15px 25px 25px;
	/*border-right: 1px solid #ddd;*/
}

#sro{
	font-size: 70% !important;
}

#header-icon{
	max-height: 40px !important;
	margin-top: -8px !important;
}

#header-rect{
	text-align: center;
	padding: 15px 15px 25px 25px;
	/*background-color: #f5f5f5;*/
	border-right: 1px solid #ddd;
	/*border: 1px solid #ddd;*/
}

.header-rect-a{
	color: inherit;
	cursor: pointer;	
}

.header-rect-a:hover{
	color: inherit;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEO: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#seo {
	background-color: #fafafa;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~ AKTUALITY: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fCol{
	margin-top: 30px !important;
}

.fImg{
	cursor: pointer;
	width: 100%;
	height: 200px;
	object-fit: cover !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ FLOATER CONTACT: ~~~~~~~~~~~~~~~~~~~~~~~ */
#floaterContact{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 300px;
}
#floaterHeader {
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#floaterHeaderTitle {
	padding-top: 7px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~ ZADEJTE POPTAVKU MODAL: ~~~~~~~~~~~~~~~~~~~~~~ */
.modal-top-round-border-fix{
	border-radius: 0.4rem 0.4rem 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
