
@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;	
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}


#top-spacer {
	height:56px;
}

.section {
	padding:2rem 0;
}


/*

NAVBAR

*/

.bg-light {
	background:white !important;
}
.bg-dark {
	background:#1f2058 !important;
}


nav {
	font-family: 'Roboto', sans-serif;	
	font-size:11pt;
	font-weight:200 !important;
	dtext-transform:uppercase;
	color:#bfc9db;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */	
}

.nav-item .active {
	color:#fff !important;
}
a.nav-link {
	color:#bfc9db;
	font-weight:500 !important;
}
.nav-item:hover a {
	color:#3871ff;
}
a.nav-link::focus {
	color:#fff;
}

span.nav-link {
	cursor:pointer;
	cursor:hand;
	color:rgba(255,255,255,0.6);
}
span.nav-link:hover {
	color:#3871ff;
}
span.nav-link:hover {
	color:#3871ff;
}
span.nav-link-active {
	color:#fff !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");
}

/*

LINK INTRO

*/

#link_intro {
	background-color:#1f2058;
	color:#bfc9db;
	bbackground-image:url('../img/perdes.png');
	background-image:url('../img/praha-design.png');
	background-repeat:no-repeat;
	background-position:right;
}

@media (max-width: 999px) {
	#link_intro {background-image:none;}
}
@media (min-width: 1000px) {
	#link_intro {background-position:500px -90px;}
}
@media (min-width: 1200px) {
	#link_intro {background-position:500px -90px;}
}
@media (min-width: 1400px) {
	#link_intro {background-position:500px -90px;}
}
@media (min-width: 1600px) {
	#link_intro {background-position:700px -90px;}
}
@media (min-width: 1880px) {
	#link_intro {background-position:900px -70px;}
}
@media (min-width: 1930px) {
	#link_intro {background-position:1000px -70px;}
}

h1 {
	font-weight:500;
	margin-bottom:20px;
	color:#fff;
}
.h1-p {
	color:#bfc9db;
	margin-bottom:20px;
}
.h2-intr {
	color:#0d104c;
}

.intro-btn {
	cursor:pointer;
	cursor:hand;
	letter-spacing:1px;
	display:inline-block;
	background-color:#0788f0;
	color:#fff;
	text-decoration:none;
	border:1px solid #0788f0;
	border-radius:20px;
	padding:8px 20px;
}
.intro-btn:hover {
	background-color:#283345;
	border:1px solid #fff;
	color:#fff;
}

/*

INTRO WAVE


*/

#link_intro_wave {
	background-repeat:no-repeat;
	background-image:url('/assets/img/wave.png');
	background-position:center top;
	height:86px;
}


/*

TRIO BOX

*/

#link_trio a {
	color:#000;
	text-decoration:underline;
}
#link_trio a:hover {
	color:#343fa8;
}

#link_trio {
	background:#fff;
	color:#777;
}
#link_trio h2 {
	color:#0d104c;
}
#link_trio h3 {
	font-size:14pt;
	color:#0d104c;
}
.trio-box {
	padding:15px;
	background-color:#fff;
	text-align:center;
}
.trio-box p {
	font-size:11pt;
}
.h2-intr-p {
	margin-bottom:20px;
}
.kruh-icon {
	color:#fff;
	background:#343fa8;
	border-radius:50px;
	text-align:center;
	width:70px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:15px;
}
.kruh-icon i {
	font-size:25pt;
	margin-top:16px;
	position:relative;
	left:1px;
}


/*

BLOB

*/

#link_blob {
	background-repeat:no-repeat;
	background-image:url('/assets/img/blob.png');
	background-position:center top;
	min-height:755px;
	color:#fff;
	padding-top:180px;
}

#link_blob a {
	color:#fff;
}
#link_blob a:hover {
	color:#ceb5ea;
}

@media (max-width: 991px) {

	#link_blob {
		background-image:none;
		background-color:#343fa8;
	}

	
	#link_blob .col-md-4 img {
		display:none;
	}

}




/*

BLOB RIGHT

*/

#link_blob_right a {
	color:#fff;
}
#link_blob_right a:hover {
	color:#ceb5ea;
}

#link_blob_right {
	background-repeat:no-repeat;
	background-image:url('/assets/img/blob-right.png');
	background-position:center top;
	min-height:810px;
	color:#fff;
	padding-top:160px;
}

@media (max-width: 991px) {

	#link_blob_right {
		background-image:none;
		background-color:#343fa8;
	}
	
	#link_blob_right .col-md-4 img {
		display:none;
	}

}


/*

UKAZKY

*/

#link_ukazky {
	background-repeat:no-repeat;
	background-image:url('/assets/img/wave-light.png');
	background-position:center top;
	margin-top:70px;
	padding-top:100px;
	padding-bottom:180px;
	background-color:#dfe1f6;
}
#link_ukazky h2 {
	dfont-size:14pt;
	dletter-spacing:2px;
	dtext-transform:uppercase;
	color:#0d104c;
	text-align:center;
	margin-bottom:60px;
}

.gal-img-link {
	width:100%;
	height:auto;
	display:inline-block;
}
.gal-img-link:hover {
}
.gal-img-link img {
	max-width:100%;
	width:300px;
	height:250px;
	object-fit: cover;
	transition: all 0.5s linear;
	border-radius:10px;
	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

*/

#link_reference {
	background-repeat:no-repeat;
	background-image:url('/assets/img/wave-ref.png');
	background-position:center bottom;
	background-color:#424ece;
	color:#d8e0f1;
	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:240px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	min-height:100px;
	color:#fff;
}
.ref-image {
	width:60px;
	height:60px;
	bborder:2px solid #ef8450;
	border:2px solid #d3e8e9;
	border-radius:50px;
	float:left;
	margin-right:20px;
	background-position:center;
}
.ref-details {
	float:left;
}
.ref-author {
	color:#ef8450;
	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:#008afd;
	font-weight:600;
}
.h2-kont {
	padding:1rem 0;
	color:#fff;
}
.big-bubble {
	background-color:#343fa8;
	border-radius:40px;
	padding:30px;
}
.big-bubble p {
	color:#c7d1ed;
}

.big-contact-bubble {
	background-color:#fff;
	border-radius:20px;
	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:20px;
}


.btn {
	border:none;
	border-radius:20px;
	text-transform:uppercase;
	min-width:200px;
	font-size:10pt;
	font-weight:600;
	letter-spacing:1px;
}
.btn-primary {
	background-color:#3871ff;
	color:#fff;
}
.btn-primary:hover {
	background-color:#fff;
	color:#000;
}

.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:#1f2058;
	color:#cdd6e5;
	padding:5rem 0;
}

#footer h3 {
	color:#fff;
	font-size:10pt;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:1px dashed #828080;
	padding-bottom:10px;
	margin-bottom:10px;
}

#footer a {
	color:#fff;
	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;
}


