htm, body {
	font-family: PlayfairDisplay-Regular;
	width: 100%;
	max-width:100%;
	height: 100%;
	color: rgb(0,0,0);
	overflow-x:hidden;
}

h1 {
	font-family: PlayfairDisplay-Bold;
	font-size: 120px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 6px;
}

h2 {
	font-family: PlayfairDisplay-Regular;
	font-size: 87px;
	color: #000;
	margin: 0;
}

h3 {
	font-family: PlayfairDisplay-Regular;
	font-size: 40px;
	color: #000;
	margin-bottom: 1rem;
}

p{
	font-family: SourceSansPro-Light;
	font-size: 18px;
	color: #000000;
	margin-bottom: 0;
}

strong {
	font-family: PlayfairDisplay-Bold;
}

.regular{
	font-family: SourceSansPro-Regular;
}

.btn{
	cursor: pointer;
}

.hide{
	display: none;
}

a{
	text-decoration: none!important;
	color: #fff!important;
}

a, a:hover { 
	cursor: pointer; 
	-webkit-transition: all .4s ease-out; 
	-moz-transition: all .4s ease-out; 
	-ms-transition: all .4s ease-out; 
	-o-transition: all .4s ease-out; 
	transition: all .4s ease-out;
}

input, input:hover { 	
	-webkit-transition: all .6s ease-out; 
	-moz-transition: all .6s ease-out; 
	-ms-transition: all .6s ease-out; 
	-o-transition: all .6s ease-out; 
	transition: all .6s ease-out;
}

button, button:hover { 
	cursor: pointer; 
	-webkit-transition: all .6s ease-out; 
	-moz-transition: all .6s ease-out; 
	-ms-transition: all .6s ease-out; 
	-o-transition: all .6s ease-out; 
	transition: all .6s ease-out;
	outline: none;
}

#menu{
	background: 
   
    /* bottom, image */
    url(../images/spolocna_top.png);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
    display: flex;
   
}

.fixed{
	position: absolute;
}

.sledujte{
	color: #7b7e80;
	font-size: 18px;
	font-family: SourceSansPro-Black;
	padding-top: 60px;
}

#menu a{
	color: #fff;
	font-family: SourceSansPro-Black;
	font-size:18px;
}

#menu p{
	color: #fff;
	font-family: SourceSansPro-Light;
	font-size: 30px;
	letter-spacing: 26px;
}

.navbar{
	margin-top: 65px;
}

.navbar-icon{
	background-image: url(../images/burger.svg);
	position: absolute;
	top: 20px;
	right: 0;
	height: 30px;
	width: 30px;
}

.mobile-logo{
	position: absolute;
	top: 0;
	left: 10px;
	width: 10%;
}

#social .btn{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.btn{
	padding: 10px;
	background-color: #223a70;
	min-width: 200px;
	font-size: 18px;
	color: #FFF!important;
	font-family: SourceSansPro-Regular!important;
	transition: 0s;
}

.btn:hover {
	background-color: #1c305c;
	transition: 0s;
}

.center{
	margin-top: 25vh;
}

.justify{
	text-align: justify;
}

.ciara1{
	border-top: 1px solid #000;
    width: 186px;
}

.ciara2 {
    border-top: 1px solid #000;
    width: 186px;
    margin: auto;
}

.ciara3 {
    border-top: 1px solid #000;
	width: 186px;
	margin: auto;
}

.podklad{
    position: absolute;
    left: 55px;
    top: 55px;
    height: auto;
}

.relative{
	position: relative;
}

.obsadenie-bg{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height: 68vh;

    display: flex;
}

.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-position{
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

#dane a{
	text-decoration: underline!important;
}

.bg{
	background-image: url(../images/obsadenie_bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 68vh;

    display: flex;
}

.pos{
    width: 100%;
    background-image: url(../images/obsadenie_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
   	height: 325px;
}

.pos h3{
	color: #fff;
	font-size: 30px;
	font-family: PlayFairDisplay-Bold;
}

.pos h4{
	color: #fff;
	font-size: 22px;
	font-family: PlayFairDisplay-Bold;
	
}

.pos p{
	color: #fff;
}

.margin{
    height: 325px;
    padding-top: 5.5rem!important;
}

.owl-nav span{
	font-size: 76px;
}

#obsadenie button:focus{
	outline: none;
}

.owl-prev{
	position: absolute;
    left: -50px;
    top: 40%;
}

.owl-next{
	position: absolute;
    right: -50px;
    top: 40%;

}

#galeria button:focus{
	outline: none;
}

#galeria .owl-prev{
	position: absolute;
    left: -50px;
    top: 30%;
}

#galeria .owl-next{
	position: absolute;
    right: -50px;
    top: 30%;
}

#akcie{
	background: 
    linear-gradient(
      rgba(54,54,54,0.6), 
      rgba(54,54,54,0.6)
    ),
    /* bottom, image */
    url(../images/akcie.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 68vh;
    display: flex;
}

#akcie p{
	color: #fff;
}

#akcie h2{
	color: #fff;
}

.borderr{
	border-bottom: 1px solid #fff;
}

.up{
	position: fixed;
    bottom: 60px;
    right: 30px;
    cursor: pointer;
    opacity: 0.6;
    z-index: 999;
}

.up:hover {
	opacity: 1;
}

#dane{
	background-image: url(../images/dane.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

#dane p{
	color: #fff;
	font-size: 20px;
}

#dane h2{
	color: #fff;
}

.mtmy{
	margin-left: 20%;
	margin-top: 9rem!important;
}

footer{
	background-color: #223a70;
}

.logo{
	position: absolute;
    top: -50px;
}

footer p{
	color: #fff;
	
}

.foot p{
	font-family: SourceSansPro-Bold;
}

.result {
    color:  #223a70;;
    font-family: Raleway-bold;
    left: 0;
    right: 0;
    position: relative;
    top: -224px;
    font-size: 36px;
}

.form-control:focus{
	outline: none!important;
	border-color: #223a70!important;
	box-shadow: none;
}

.black {
	color: #000!important;
}

.form-control{
	border: 1px solid #223a70;
}

.br{
	display: block;
}

.blue{
	color: #223a70;
}

.cookiebanner span a{
	color:#223a70!important;
	font-size: 16px;
}

.logo_size{
	max-width: 60%;
}

.img-size{
	max-width: 80%;
}

.navbar-toggler-icon{
	    position: absolute;
    top: -50px;
	right: 0;
    border-radius: 5px;
}

.ani-fast {
    animation-duration: 0.5s;
}

.ani-slow {
    animation-duration: 1s;
    animation-delay: 0.5s;
}

.ani-reallyslow {
    animation-duration: 1s;
    animation-delay: 1s;
}

#social .item{
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.icon-size{
	height: 50px;
	width: 40px;
}

.photo{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

label{
	text-align:left!important;
	width:100%
}

.wpcf7-list-item{
	margin:0!important;
}

.w-full{
	font-family: 'SourceSansPro-Regular'!important;
	display: block;
	width: 100%;
	padding: 0.375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border:1px solid #223a70;
	margin-bottom:1rem;
}

.w-full:focus{
	outline:solid #223a70!important;
}

.btn-contact{
	margin-top: 10px;
	cursor:pointer;
	padding: 10px;
	background-color: #223a70;
	min-width: 200px;
	font-size: 18px;
	color: #FFF!important;
	font-family: 'SourceSansPro-Regular'!important;
	transition: 0s;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.btn-contact:hover{
	background-color: #1c305c;
	transition: 0s;
}

.accept{
	text-align:left!important;
}

.margin-b{
	margin-bottom: 10px;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }
}