/* YOUR CUSTOM STYLES */

.nav-item {
	background-color: #282828;
	text-align: center;
}




* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x:hidden;
}

/*font face*/

@font-face {
    font-family: bebasNeue;
    font-weight: bold;
    src: url("fonts/bebasneue/BebasNeueBold.otf") format("opentype");
}

@font-face {
    font-family: bebasNeue;
    font-weight: 400;
    src: url("fonts/bebasneue/BebasNeueRegular.otf") format("opentype");
}

@font-face {
	font-family: bebasNeue;
	font-weight: 300;
	src: url("fonts/bebasneue/BebasNeueBook.otf") format("opentype");
}
@font-face {
	font-family: bebasNeue;
	font-weight: 200;
	src: url("fonts/bebasneue/BebasNeueLight.otf") format("opentype");
}
/*end font face*/

/*.sidebar icon*/

#sidebar-toggle-btn{
    width: 26px;
    height: 45px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#sidebar-toggle-btn {
    position: fixed;
    top:20px;
    right: 20px;
    z-index: 1049;
}

@media (min-width: 992px) {
    #sidebar-toggle-btn {
        top:23px;
        display: none;
    }
}



#sidebar-toggle-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #b1b1b1;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#sidebar-toggle-btn:hover > span {
    background: white;
}

#sidebar-toggle-btn span:nth-child(1) {
    top: 0px;
}

#sidebar-toggle-btn span:nth-child(2),#sidebar-toggle-btn span:nth-child(3) {
    top: 8px;
}

#sidebar-toggle-btn span:nth-child(4) {
    top: 16px;
}

#sidebar-toggle-btn.open span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
}

#sidebar-toggle-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sidebar-toggle-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sidebar-toggle-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/*end sidebar icon*/

/* sidebar */

.sideNav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1040; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #282828;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sideNav.open {
    width:250px;
    transition: 0.5s
}

.sidenav-black-overlay {
    position: fixed;
    z-index:1040;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.7);
    display: none;
}

.sidenav-black-overlay.open {
    display: block;
}

@media (min-width: 992px) {
    .sideNav, .sidenav-black-overlay {
        display: none;
    }
}


.sideNav .side-menu .side-nav-link {
    display: block;
    padding: 10px;
    padding-left: 20px;
    color: #b1b1b1;
    text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;s
    font-weight: 400;
}

.sideNav .side-menu .side-nav-link:hover {
    color: white;
    transition: 0.4s;
}

.sideNav .side-menu .sidebar-language .side-lang-title {
	display: block;
	padding: 10px;
	padding-left: 20px;
	background: #656464;
	color: #f5f4f4;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
}

.sideNav .side-menu .sidebar-language .side-lang-title:hover {
	cursor: default;
}

/* end sidebar */


.page-wrapper {
	margin-top: -25px;
}

.text-14 {
	font-size: 14px!important;
}

.text-15 {
	font-size: 15px!important;
}

.nav-link {
	padding-right: 0px;
	margin-right: 16px;
}

nav.navbar {
	background: #282828;
	padding: 0;
	line-height: 60px;
}

nav.navbar img.navbar-logo {
	height: 45px;
	margin-top: 5px;
	margin-left: 10px;
}

nav.navbar .menu-icon {
	color: #b1b1b1;
	font-size: 25px;
	margin-top: 14px;
}

nav.navbar .menu-icon:hover {
	color: white;
	transition: all 0.4s ease;
}

nav.navbar .navbar-nav {
	position: relative;
	height: 73px;
}

nav.navbar .navbar-nav li#magic-line {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100px;
	height: 73px;
	box-shadow: inset 0 -4px 0 0 #ed5f55;
	z-index:-1;
}
nav.navbar .navbar-nav li a.nav-link {
	font-size: 14px;
	color: #b1b1b1;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	padding-left:0;
	padding-right: 1rem;
}


nav.navbar .navbar-nav li a.nav-link:hover {
	color: #ed2024;
	transition: color 0.4s ease;
}

.navbar, .nav .nav-link {
	border-radius: 0;
}

.navbar .navbar-language-list a {
	line-height: 1;
}

nav.navbar .dropdown .navbar-language-list a:hover {
	background: #f59331;
}

@media (max-width: 991px) {
	nav.navbar {
		line-height: 30px;
		min-height: 58px;
	}

	nav.navbar .navbar-nav li a.nav-link {
		padding-left: 10px;
	}

	nav.navbar .navbar-nav li a.nav-link:hover {
		box-shadow: none;
	}

	nav.navbar .navbar-collapse {
	
	}

	.page-wrapper {
		padding-top: 15px;
	}

	nav.navbar img.navbar-logo {
		height: 35px;
		margin-top: 8px;
		margin-left: 15px;
	}

}

/*DOMOV*/

.streak.streak-domov {
	height:auto;
	background-size: cover;
	margin-bottom: -1px;
}

.streak.streak-domov:after {
  content:"";
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:50px;
  background-color: white;
  -webkit-clip-path:polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path:polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  clip-path:polygon(0 0, calc(50% - 20px) 0, 50% 50%, calc(50% + 20px) 0, 100% 0, 100% 100%, 0 100%);
}

.streak.streak-domov blockquote {
	border-color: #ed2024;
	border-width: 7px;
}
.streak.streak-domov blockquote p {
	font-family: bebasneue;
	font-size: 80px;
	line-height: 80px;
	font-weight: normal;
}

@media (max-width: 576px) {
	.streak.streak-domov blockquote p {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 1200px) {
	.streak.streak-domov blockquote p {
		font-size: 65px;
		line-height: 65px;
	}
}

.streak.streak-domov .under-blockquote {
	font-family: bebasneue;
	font-size: 28px;
	color: #dedbdb;
	font-weight: normal;
}

.streak.streak-domov .btn-kontakt {
	background: #ed5f55!important;
	color: white!important;
}

.streak.streak-domov .banner-links a {
	line-height: 50px;
	color: white;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	text-align: left;
}

.streak.streak-domov .banner-links a i {
	border: 1px solid #ed2024;
	margin-right: 6px;
	transition: all 0.4s ease;
}

.streak.streak-domov .banner-links a i.fa {
	text-shadow: none;
	font-size: 18px;
	color: rgb(255, 255, 255);
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 0%;
	text-align: center;
	background-color: #ed2024;
}


.streak.streak-domov .banner-links a:hover > i {
	color: #fff!important;
	background: rgba(0, 0, 0, 0)!important;
	border: 1px solid white;
}

@media (min-width: 992px) {
	.streak.streak-domov .banner-links .banner-link {
		text-align: right;
	}

	.streak.streak-domov .banner-links {
		padding-left: 50px;
	}

	.streak.streak-domov .banner-links a i {
		margin-right: 0;
		margin-left: 6px;
	}
}

.container-fluid-aboutus {
	background: #	ececec;
}

#onas .section-heading {
	color: white;
}

.container-fluid-aboutus .line {
	border-color: rgba(255, 255, 255, 0.23);
}

.container-fluid-aboutus .aboutus-text {
	color: white;
	 text-align: justify;
    text-justify: inter-word;

}

#onas .btn-onas {
	background: white;
	color: #ed5f55!important;
}



.section .section-heading {
	font-family: bebasneue;
	font-weight: 400;
	font-weight: normal;
}

@media (max-width: 768px) {
	.h1-responsive, .section .section-heading, .section-heading h1 {
		font-size: 200%;
	}
}

#akreditacia i.check-icon {
	color: #ed5f55!important;
}

#akreditacia .feature-title {
	font-size: 17px;
	text-transform: uppercase;
}

#akreditacia .show-certificate i {
	font-size: 15px;
	color: #ed5f55;
}
#akreditacia .show-certificate {
	font-size: 15px;
	color: #ed5f55;
}

#novinky .newsletter-card .card-heading {
	background: #ed5f55;
}

#novinky .newsletter-card .card-heading .newsletter-title1 {
	color: white;
	font-size: 23px;
}

#novinky .newsletter-card .card-heading .newsletter-title2 {
	color: white;
	font-size: 15px;
}

#novinky .newsletter-card .md-form .prefix.active {
	color:#ed5f55;
}

#novinky .newsletter-card .btn-newsletter {
	background: #ed5f55!important;
	color: white!important;
}

#novinky .news-card blockquote {
	border-color: #ed5f55;
}

#novinky .news-card .news-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px
}


#novinky .news-card .btn-see-more {
	background: #ed5f55!important;
	color: white!important;
}

#novinky .news-card .btn-all-news {
	border-color: #ed5f55!important;
	color: #ed5f55!important;
}

.carousel-multi-item .carousel-indicators li {
	background: rgba(237, 95, 85, 0.6   );
    height:18px;
    max-width: 18px;
}

.carousel-multi-item .carousel-indicators .active {
    background: #ed5f55;
    height: 18px;
    max-width: 18px;
}

input[type=text]:focus:not([readonly]) + label {
    color: #ed5f55;
}

input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #ed5f55;
    box-shadow: 0 1px 0 0 #ed5f55;
}

#pocitadlo .streak {
	height: auto;
	background-size: cover;
	margin-bottom:-1px;
}

#pocitadlo .streak:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:50px;
	background-color: #ed5f55;
	-webkit-clip-path:polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
	-moz-clip-path:polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
	clip-path:polygon(0 0, calc(50% - 20px) 0, 50% 50%, calc(50% + 20px) 0, 100% 0, 100% 100%, 0 100%);
}

#pocitadlo .section-heading {
	color: white;
}

#pocitadlo .line {
	border-color: rgba(255,255,255,0.3);
}

#pocitadlo .counter-number {
	font-family: bebasneue;
	font-weight: bold;
	color: #ed5f55;
}

#pocitadlo .answer-form-link {
    background-color: #ed5f55;
}

#pocitadlo .answer-form-link i {
    font-size: inherit;
}

#sledovanieskusok .container-fluid-sledovanieskusok {
	background: #ed5f55;
}

#sledovanieskusok .section-heading {
	color: white;
}

#sledovanieskusok .line {
	border-color: rgba(255, 255, 255, 0.23);
}


#sledovanieskusok .btn-start-camera {
	background: white;
	color: #ed5f55!important;
}

#ubytovanie-domov .card-heading .ubytovanie-card-title {
	font-family: bebasneue;
	font-size: 28px;
	font-weight: normal;
}

#ubytovanie-domov .btn-ubytovanie-dom {
	background: #ed5f55;
	color: white!important;
}

footer.page-footer {
	background: #282828;
}

footer.page-footer .footer-copyright {
	background: #282828;
}
footer.page-footer .footer-first-menu a{
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px;


}
footer.page-footer .footer-second-menu {
	margin-top: 5px;
}
footer.page-footer .footer-second-menu a{
	text-transform: uppercase;
	font-size: 12px
}

footer.page-footer .footer-second-menu span {
	padding-left: 3px;
	padding-right: 3px;
}

footer.page-footer .line {
	border-color: rgba(255, 255, 255, 0.28)
}

footer.page-footer .footer-kontakt-info a i {
	font-size: 16px;
	color: rgb(255, 255, 255);
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgb(237, 95, 85);
	border-radius: 15px;

}

footer.page-footer .footer-copyright {
	height: auto;
	line-height: 20px;
}

footer.page-footer .footer-copyright .copyright-brand-name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px
}

footer.page-footer .footer-copyright .copyright-text {
	text-transform: uppercase;
	font-weight: light;
	font-size: 12px
}

.section .streak-page-heading {
	height: auto;
	background-size: cover;
}

.section .streak-page-heading blockquote {
	border-color: #ed2024;
	border-width: 7px;
}

.section .streak-page-heading .page-heading-text {
	font-family: bebasneue;
	font-size: 50px;
	font-weight: normal;
}

#onas-uvod .logo-container {
	height: auto;
}

#onas-sluzby .sluzby-title {
	font-family: bebasneue;
	color: #ed2024;
	font-size: 26px;
	font-weight: normal;
}

#onas-sluzby .sluzby-subtitle, #onas-clenstva .clenstva-title {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#onas-clenstva .clenstva-zoznam p i {
	color: #ed5f55;
}

#onas-referencie .reference-item .company-name {
	font-size: 18px;
	color: #ed5f55;

}

#onas-historia .history-timeline li {
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
}

#onas-historia .history-timeline li a span.circle i{
	line-height: 24px;
	font-size: 12px;
	margin-left: 2px;
}

.search-results-back-link {
	color: #ed5f55;
}
.news-sidebar .btn-sidebar-search {
	background: #ed5f55;
}

.news-sidebar .news-sidebar-title {
	font-size: 15px;
	border-bottom: 2px solid #ed5f55;
	padding: 8px;
	padding-left: 10px;
	color: #282828;
	font-weight: 400;
	text-transform: uppercase;

}

.news-sidebar .sidebar-language-pick .lang-flag {
	height:25px;
	display: inline;
	margin-right: 8px;
}

.sidebar-widget ul li {
	padding-left: 10px;
}

.sidebar-widget ul li a {
	color: #282828;
	font-size: 14px;
}

.sidebar-widget ul li i{
	font-size: 14px;
	color: #ed5f55;
	margin-right: 4px;
}



.news-loop-item .card-heading .blockquote {
	border-color: #ed5f55;
}

.news-loop-item .card-heading .news-title a {
	color: #282828;
	font-weight: bold
}

.news-loop-item .card-body .read-more-link {
	color: #ed5f55;
}



.pagination .page-numbers.current li p {
	background-color: #ed5f55;
	border-radius: 50%;
	transition: all .2s linear;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	color: white;
	z-index: 2;
	line-height: 1;
}

.pagination .page-item .page-link {
	color: #282828;
	line-height: 1;
}

.section .content-group {
	margin-bottom: 40px
}
.section .content-group .content-group-title p {
	text-transform: uppercase;
}

.section .content-group .content-group-title p i {
	color: #f59331;
}



#kontakt-udaje .content-group .contact-person .contact-name {
	margin-bottom: 10px;
	font-size:18px;
}

#kontakt-udaje .content-group .contact-person .contact-mail i,#kontakt-udaje .content-group .contact-person .contact-tel i {
	font-size: 14px;
	color: rgb(255, 255, 255);
	height: 33px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #f59331;
	border-radius: 50%;
}

#kontakt-udaje .content-group .contact-person .contact-function {
	margin-right: 7px;

}

#kontakt-mapa .main-contact-info i {
	font-size: 14px;
	color: rgb(255, 255, 255);
	height: 33px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #ed2024;
	border-radius: 50%;
}

#kontakt-mapa .main-contact-info-item {
	padding-left: 40px;
}

#tlaciva-pokyny .content-group .tlacivo .form-attachment a {
    color: #f59331;
}
#tlaciva-pokyny .content-group .tlacivo .form-attachment a i {
    font-size: 16px;
    color: rgb(255, 255, 255);
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #f59331;
    border-radius: 50%;
}


#ubytovanie .gasperovdom-link {
	color: #f59331;
}

#zoznamy .md-pills.pills-secondary .nav-item .nav-link.active{
	background: #ed5f55;
}

#zoznamy .zoznamy-tabs .tab-pane .btn-zoznamy-search {
	background: #ed5f55;
	color: white;
}

#zoznamy .zoznamy-tabs .tab-pane .zoznamy-title {
	font-family: bebasneue;
	font-weight: normal;
}

#zoznamy .zoznamy-tabs .tab-pane .results-title {
	font-family: bebasneue;
	font-size: 25px;
	font-weight: normal;
}

#zoznamy .select-wrapper .dropdown-content li>a, .dropdown-content li>span {
	font-size: 16px;
	color: #2298e0;
	display: block;
	padding: 8px;

}

@media (max-width: 600px) {
    #zoznamy .md-pills.pills-secondary {
        display: block;
    }
}


#page-404 .img-404 {
	box-shadow: none;
	width:50%;
	margin: 0 auto;
	margin-top: 110px;
}

#page-404 .typeit {
	font-size: 40px;
	font-family: bebasneue;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 100px;
}

#hodnotenia .rating-title {
	border-left: 4px solid #ed5f55;
	line-height: 35px;
	padding-left: 10px;
}

#hodnotenia .btn-send-rating, #hodnotenia .btn-close-rating-modal  {
	background: #ed5f55!important;
	color: white!important;

}

#fotogaleria .mdb-lightbox .lightbox-img-title {
	display: none;
}

#fotogaleria .pswp__caption {
	color: #828282;
}
.lop {
    color: #ed2024;
}
