/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap&subset=latin-ext');

body {
	position: relative;
	font-family: 'Ubuntu', sans-serif;
}
.bg-light-blue {
	background-color: #d9f3fc;
}
h1 {
  	font-size: 44px;
  	color: #000000;
	font-weight: 900;
}
h2 {
  	font-size: 32px;
  	color: #000000;
}
h2.icon-mozek {
	background-image: url("../img/icon-mozek.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	line-height: 52px;
	padding-left: 60px;
}

.preloader-page {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    display: block;
    background-color: #FFFFFF;
	background-image: url('../img/logo-header.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 90px;
}
.preloader-page .spinner-border {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 6rem;
    width: 6rem;
    margin-top: -3rem;
    margin-right: -3rem;
}
.spinner-border {
    display: inline-block;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.header {
	background-image: url("../img/mozek-bg.jpg");
	background-position: 50% 50%;
	background-size: cover;
	height: 325px;
	background-repeat: no-repeat;
}
.navbar-nav .nav-link {
    font-size: 18px;
  	font-family: "Ubuntu";
  	color: #636363;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.navbar-toggler-icon {
  	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    color: #000000;
    border-color: #000000;
}

.container-mise {
	background-image: url("../img/bg-mise-sm.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 250px;
}
.container-co-delame {
	background-image: url("../img/bg-co-delame-sm.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 250px;
}
.container-o-nas {
	background-image: url("../img/bg-o-nas-sm.jpg");
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto;
	padding-top: 250px;
}

.container-mise p,
.container-co-delame p,
.container-o-nas p{
	font-size: 22px;
	color: #000000;
	font-weight: 100;
	line-height: 30px;
}
.container-mise p > strong,
.container-co-delame p > strong,
.container-o-nas p > strong {
	font-size: 28px;
	font-weight: 500;
}

.footer-gray {
	background-color: #1b2026;
	padding: 0;
}
.footer-black {
	background-color: #000000;
	padding: 0;
}
.footer-copyright {
	padding: 40px 63px 40px 0;
}
.scrollTop {
	position: absolute;
    right: 15px;
    font-size: 60px;
    top: 50%;
    font-weight: 100;
    margin-top: -25px;
    line-height: 50px;
	color: #FFFFFF;
}
.text-copyright {
	color: #9a9a9a;
	font-size: 18px;
	font-weight: 500;
}

header .navbar.navbar-sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

@media (max-width: 991.98px) {
	header .navbar{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	header .navbar-collapse {
		z-index: 100;
		position: fixed;
		top: 72px;
		overflow-y: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 !important;
		width: 100%;
	}
	header .navbar-collapse {
		min-height: 100%;
	}
	header .navbar-collapse {
		background-color: #FFFFFF;
	}
	header .navbar-nav .show > .nav-link,
	header .navbar-nav .active > .nav-link,
	header .navbar-nav .nav-link.show,
	header .navbar-nav .nav-link.active,
	header .navbar-nav .nav-link:hover,
	header .navbar-nav .nav-link:focus,
	header .navbar-nav .nav-link:active{
		color: #FFFFFF;
		background-color: #03acea;
		border-color: #000000;
	}
	header .navbar-nav .nav-link {
		font-size: 18px;
		border-top: 1px solid rgba(255,255,255,0.20);
		border-bottom: 1px solid rgba(255,255,255,0.20);
		border-right: 0;
		border-left: 0;
		margin-top: -1px;
		padding: 10px 20px;
		width: 100%;
		text-transform: uppercase;
	}
}
.row-nasi-lide {
	margin-left: -3px;
	margin-right: -3px;
}
.row-nasi-lide > div {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
}
.nasi-lide-card {
	background-color: #FFFFFF;
	padding: 30px;
}
.nasi-lide-card img {
	width: 70%;
	margin-bottom: 10px;
}
.nasi-lide-card h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
.nasi-lide-card p {
	font-size: 24px;
	font-weight: 300;
}

.container-contacts {
	background-color: #2e2e2e;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../img/bg-footer-sm.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.container-contacts .row > div {
	padding-left: 20px;
	padding-right: 20px;
}
.container-contacts .row {
	margin-left: -20px;
	margin-right: -20px;
}
.container-contacts h1 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 28px;
}
.container-contacts * {
	color: #FFFFFF;
}
.container-contacts .contact__msg {
	color: #000000;
}

.contact-form > form {
	background-color: #0d0d0d;
	padding: 20px 20px 20px 20px;
}
.contact-form .form-group{
  	position: relative;
	margin-bottom: 30px;
}
.contact-form .btn.btn-primary {
  	border-width: 0.53px;
  	border-color: #8edaf6;
  	border-style: solid;
  	border-radius: 25px;
  	background-color: #0dafeb;
	padding: 10px 20px;
	font-size: 22px;
	color: #000000;
	font-weight:  500;
}

.contact-form .form-group .palceholder{
   	position: absolute;
   	top: 8px;
   	left: 0;
   	color: #FFFFFF;
  	display: none;
}
.contact-form .form-group label{
   	font-weight: normal;
	font-size: 18px;
    color: #FFFFFF;
 } 
.contact-form .form-group .star{
    color: #0dafeb;
 }
.contact-form .form-control {
	font-size: 18px;
	height: 44px;
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #474747;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.contact-form .form-control:focus {
    color: #FFFFFF;
    border-color: #0e72b5;
    outline: 0;
    box-shadow: none;
}
.invalid-feedback {
    margin-top: 0;
    font-size: 80%;
    background: #dc3545;
    color: #FFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
}
.contacts-info > div {
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;
}
.contacts-info > div:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.contacts-info h2 {
	color: #0dafeb;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}
.contacts-info p {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contacts-info > .social > a {
	color: #FFFFFF;
	font-size: 38px;
}
.contacts-info > .social > a:hover,
.contacts-info > .social > a:hover *,
.contacts-info > .social > a:active,
.contacts-info > .social > a:hover *,
.contacts-info > .social > a:focus,
.contacts-info > .social > a:hover *{
	color: #0dafeb !important;
	font-size: 38px;
}
#autoResizeTextareaCopy {
	display:none;	
}