body {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    line-height: 1.4;
}
a {
    color: #14a0cb;
    text-decoration: underline;
}
a:hover {
    color: #212529;
}
.svetle-modra {
    background-color: #14a0cb;
    color: #fff;
}
.svetle-modra p {
    margin-top: 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.svetle-seda {
    background-color: #e8e7e9;
}
.svetle-seda p {
    margin-top: 1em;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.ram-sm {
    border: 1px solid #14a0cb;
    padding: 2em;
    margin-bottom: 1em;
}

.partner {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.35em 1em;
}
.aop {
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .aop {
        text-align: center;
        margin-top: 2em;
    }   
}
header img {
    width: 100%;
    max-width: 326px;
    height: auto;
}
@media only screen and (min-width: 992px) {
    .navbar-brand {
        display: none;
    }
}
.navbar-brand {
    text-decoration: none;
}

.bg-primary {
    background-color: #14a0cb !important;
}
.navbar {
    border-top: 2px solid #14a0cb;
    border-bottom: 2px solid #14a0cb;
    padding: 0;
}
footer a {
    color: #212529;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.nav-item {
    width: 25%;
}
.navbar-nav {
    width: 100%;
}
.nav-link {
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .nav-link {
        text-align: center;
        line-height: 2;
    }
    li.active .nav-link {
        border-bottom: 2px solid #14a0cb;
    }
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.video {
    width: 100%;
    max-width: 640px;
    height: auto;
    border: 2px solid #14a0cb;
}

.videomax {
    width: 100%;
    height: auto;
    border: 2px solid #14a0cb;
}
.video2 {
    width: 100%;
    max-width: 640px;
    height: auto;
    border: 2px solid #e42313;
}
.videomax2 {
    width: 100%;
    height: auto;
    border: 2px solid #e42313;
}

.blue {
    color: #14a0cb;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #14a0cb;
    margin-bottom: 1em;
}

footer .row {
    margin-right: 0;
    margin-left: 0;
}

.col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}
@media only screen and (max-width: 991px) {
    .col-lg-20 {
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}
@media only screen and (max-width: 767px) {
    .col-lg-20 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

h3 {
    font-size: 15px;
    font-weight: bold;
    color: #14a0cb;
    margin-top: 1em;
}
h2 {
    font-size: 17px;
    font-weight: bold;
    color: #e2281a;
}

.btn {
    border: 0;
    padding: 0.425rem 2.75rem;
    font-size: 1.3rem;
    border-radius: 0;
}

.btn-primary {
    background-color: #14a0cb;
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1100;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: black;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#text h3 {
    background-color: #14a0cb;
    margin-left: -25px;
    margin-right: -25px;
    padding: 10px 25px;
    color: #fff; 
    font-size: 1.75rem;
}

@media (max-width: 768px) {
	#text{
		left: 8%;
		top: 45%;
		width: 84%;
		transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
	}
}

#text div{
	background-color: white;
	padding: 0 0.5em;
	position: relative;
}

#text div p{
	padding: 0.5em 0;
	margin: 0;
	font-size: 0.29em;
}

#text h4 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

@media (max-width: 768px) {
	#text div p{
		padding: 0.25em 0;
		font-size: 0.22em;
	}
}

@media (max-width: 600px) {
	#text h3{
		font-size: 0.45em;
	}
}

#text div .zavrit{
	position: absolute;
	top: 16px;
	right: 10px;
	width: 20px;
	height: auto;
	cursor: pointer;
}

#text .btn-success {
	background-color: #14a0cb;
    margin-top: 1em;
    margin-bottom: 1em;
}

#text label {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
    margin: 1em 0;
}
@media (max-width: 500px) {
    #text label {
        font-size: 13px;
        line-height: 13px;
        margin: 0.5em 0;
    }
}

#text input[type="checkbox"] {
    margin-right: 10px;
}

input[type="text"], input[type="email"] {
    height: 35px;
    width: 80%;
    font-size: 16px;
    border: 1px solid #14a0cb;
}

#text input[type="email"], #text input[type="text"] {
    height: 35px;
    width: 80%;
    font-size: 16px;
    border: 1px solid #14a0cb;
}
.email {
    display: inline-block !important;
    margin-right: 15px !important;
}

.inputfields  {
    padding-left: 0 !important;
    font-size: 20px;
    margin-bottom: 1.5em;
    max-width: 500px;
}
.inputfields label {
    width: 100px;
}
.inputfields input {
    max-width: 330px;
}


input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}

input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #14a0cb;
    margin-right: 7px;
}

input[type=checkbox]:checked:before {

	color: #14a0cb !important;
}


.custom-radio, .custom-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
}

.custom-radio input[type="radio"],
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-mark, .checkbox-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #14a0cb;
    border-radius: 50%;
}

.custom-checkbox .checkbox-mark {
    border-radius: 4px;
}

.custom-radio:hover input ~ .radio-mark,
.custom-checkbox:hover input ~ .checkbox-mark {
    background-color: #f1f1f1;
}

.custom-radio input:checked ~ .radio-mark {
    background-color: #14a0cb;
}

.custom-checkbox input:checked ~ .checkbox-mark {
    background-color: #14a0cb;
}

.radio-mark:after, .checkbox-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio .radio-mark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.custom-checkbox .checkbox-mark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-radio input:checked ~ .radio-mark:after,
.custom-checkbox input:checked ~ .checkbox-mark:after {
    display: block;
}


.podrobnosti {
    font-size: 12px !important;
}

.podrobnosti a {
    font-weight: bold;
    color: black;
}

.cervena {
	color: #e42313;
}
.modra {
    color: #14a0cb;
}

.form-step { display: none; }
.form-step.active { display: block; }
.step-nav { text-align: center; margin: 2em 0; }
.step-nav .btn { margin: 0 1em;  background-color: #14a0cb; }
