
@media (max-width: 767px) {
	
	.col-md-6 {
		margin-bottom:10px;
	}
	
	.col-md-4 {
		margin-bottom:10px;
	}
	
	.col-md-3 {
		margin-bottom:10px;
	}
	
}

body {
	background-color:#fff;
	color:#000;
	font-family: 'Raleway', sans-serif;	
}

a {
	color:#0849a9;
}
a:hover {
	color:#1e6ee7;
}

h1, h2, h3, h4, h5 {
font-family: 'Raleway', sans-serif;	
}


#top-spacer {
	height:56px;
}

.section {
	padding:2rem 0;
}


/*

NAVBAR

*/

.bg-light {
	background:white !important;
}
.bg-dark {
	background:black !important;
}


nav {
	font-family: 'Raleway', sans-serif;	
	font-size:10pt;
	font-weight:400 !important;
	text-transform:uppercase;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */	
}

.nav-item .active {
	background-color:#1e6ee7;
	color:#fff !important;
}
a.nav-link {
	color:#fff;
	font-weight:500 !important;
}
.nav-item:hover a {
	color:#1e6ee7;
}

span.nav-link {
	cursor:pointer;
	cursor:hand;
	color:#f0f1f2;
}
span.nav-link:hover {
	color:#1e6ee7;
}
span.nav-link-active {
	color:#fff !important;
	background-color:#1e6ee7 !important;
}


.navbar-toggler-icon {
	color:#fff;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*

INTRO

*/

.x-pre-header-line {
	width:100px;
	height:5px;
	background-color:#1e6ee7;
	margin-bottom:20px;
}

#link_intro {
	background-color:#fff;
	color:#000;
	
	padding:0px 0 60px 0;
}
#link_intro h1 {
	font-weight:900;
	margin:5px 0 20px 0;
}
.intro-btn {
	margin-top:20px;
	display:inline-block;
	border:1px #1e6ee7 solid;
	background:#1e6ee7;
	text-transform:uppercase;
	min-width:200px;
	font-size:10pt;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:10px 20px;
}
.intro-btn:hover {
	background:none;
	border:1px #1e6ee7 solid;
	color:#1e6ee7;
}


/*

SERVICES

*/

#link_services {
	margin-top:20px;
	padding-top:60px;
}
#link_services h2 {
	font-weight:600;
	border-left:5px solid #1e6ee7;
	padding-left:15px;
	margin-bottom:15px;
	position:relative;
}
#link_services h2:before {
	position:absolute;
	color:black;
	opacity:0.05;
	content:'Služby';
	z-index:0;
	font-weight:500;
	font-size:85pt;
	left:20px;
	top:-60px;
}
.ls_p {
	color:#777;
}
.ls_box {
	border:3px solid #1e6ee7;
	padding:20px;
	border-radius:8px;
	min-height:400px;
}
.ls_box * {
	text-align:center;
}

.ls_box h3 {
	font-weight:600;
	font-size:13pt;
}
.ls_box p {
	color:#777;
	font-size:11.5pt;
	text-align:justify;
}



/*

TMAVY PRUH

*/


#link_dm {
	margin-top:80px;
	padding-top:80px;
	padding-bottom:95px;
	background-color:#10293f;
}
#link_dm h2 {
	text-align:center;
	color:#fff;
	padding-bottom:10px;
}
#link_dm p {
	text-align:justify;
	color:#fff;
}
.h2-underline {
	width:50px;
	height:5px;
	background-color:#1e6ee7;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
#link_dm p {
	text-align:justify;
	color:#fff;
}
#link_dm p a {
	color:#cadcf7;
}
#link_dm p a:hover {
	color:#1e6ee7;
}


/*

UKAZKY

*/

#link_ukazky {
	margin-top:0px;
	padding-top:100px;
	padding-bottom:180px;
	background-color:#f0f0f0;
}
#link_ukazky h2 {
	rfont-size:14pt;
	rletter-spacing:2px;
	rtext-transform:uppercase;
	color:#10293f;
	text-align:center;
	margin-bottom:20px;
}
#link_ukazky h2.h2-underline {
	
}

.gal-img-link {
	max-width:300px;
	width:100%;
	height:auto;
	display:inline-block;
	border:1px solid #10293f;
}
.gal-img-link:hover {
	border-color:#1e6ee7;
}
.gal-img-link img {
	max-width:100%;
	width:300px;
	height:250px;
	object-fit: cover;
	transition: all 0.5s linear;
	border-radius:0px;
	overflow:hidden;
	box-shadow: 10px 10px 32px -9px rgba(0,0,0,0.43);
	-webkit-box-shadow: 10px 10px 32px -9px rgba(0,0,0,0.43);
	-moz-box-shadow: 10px 10px 32px -9px rgba(0,0,0,0.43);	
}
.gal-img-link img:hover {
	filter: brightness(1.35);
}

@media (max-width: 767px) {

	.gal-img-link {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	.gal-img-link img {
		width:100%;
		height:250px;
	}


}


/*

REFERENCE - HODNOCENI

*/

#link_reference {
	background-color:#10293f;
	color:#d3e8e9;
	padding:80px 0 50px 0;
	margin:0px 0;
}

.ref-sign {
	width:100%;
	text-align:center;
	position:absolute;
	font-size:120pt;
	font-family:serif;
	opacity:0.3;
}

.ref-text {
	background-image:url('../img/dq.png');
	background-repeat:no-repeat;
	background-position:center top;
	font-style:italic;
	font-size:14pt;
	text-align:center;
	color:#fff;
	width:80%;
	padding-top:40px;
	margin-left:10%;
	margin-right:10%;
}

.ref-author-container {
	width:220px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	min-height:100px;
	color:#fff;
}
.ref-image {
	width:60px;
	height:60px;
	border:1px solid #071a2a;
	border-radius:4px;
	float:left;
	margin-right:20px;
	background-position:center;
	box-shadow: 6px 5px 5px -3px rgba(0,0,0,0.41);
	-webkit-box-shadow: 6px 5px 5px -3px rgba(0,0,0,0.41);
	-moz-box-shadow: 6px 5px 5px -3px rgba(0,0,0,0.41);	
}
.ref-details {
	float:left;
}
.ref-author {
	color:#1e6ee7;
	font-weight:600;
}
.ref-position {
	opacity:0.6;
}


/*

KONTAKT

*/

#website {
	display:none;
}

#link_kontakt {
	margin-top:0px;
	margin-bottom:40px;
}
#link_kontakt a {
	color:inherit;
}
#link_kontakt a:hover {
	color:#1e6ee7;
}

.cont-pre-header {
	text-transform:uppercase;
	color:#1e6ee7;
	font-weight:600;
}
.h2-kont {
	padding:1rem 0;
}
.big-bubble {
	background-color:#dfe6f0;
	fborder-radius:20px;
	padding:30px;
}

.big-contact-bubble {
	background-color:#fff;
	border-radius:0px;
	padding:30px;
	box-shadow: 6px 6px 24px 0px rgba(0,0,0,0.31);
	-webkit-box-shadow: 6px 6px 24px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 6px 6px 24px 0px rgba(0,0,0,0.31);
}

.k-in {
	background-color:#e6ecf6 !important;
	color:#867464 !important;
	border-radius:0;
}


.btn {
	border:none;
	border-radius:0px;
	text-transform:uppercase;
	min-width:200px;
	font-size:10pt;
	font-weight:600;
	letter-spacing:1px;
}
.btn-primary {
	background-color:#1e6ee7;
	color:#fff;
}
.btn-primary:hover {
	background-color:#114c50;
	color:#fff;
}

.kont-msg {
	text-align:center;
	padding:30px 0;
	border-radius:12px;
	color:#fff;
}
.kont-msg-success {
	background-color:#008000;
}
.kont-msg-error {
	background-color:#800000;
	margin-bottom:20px;
}


/*

FOOTER

*/

#footer {
	background-color:#10293f;
	color:#e3e1e0;
	padding:5rem 0;
}

#footer h3 {
	font-size:10pt;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:1px dashed #828080;
	padding-bottom:10px;
	margin-bottom:10px;
}

#footer a {
	color:#5b96f0;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

table.footer-tab-kont td {
	vertical-align:top;
	padding-right:10px;
	padding-bottom:10px;
}


#bottomfooter {
	background-color:#000;
	color:#777;
	font-size:10pt;
	padding:10px 0;
}
#bottomfooter .col-md-6:nth-child(2) {
	text-align:right;
}

#bottomfooter a {
	color:#eee;
	text-decoration:none;
}
#bottomfooter a:hover {
	color:#fff;
}


