@font-face {
    font-family: Bellaboo;
    src:url("../fonts/BELLABOO-Regular.ttf")
}
@font-face {
    font-family: Handgotn;
    src:url("../fonts/HANDGOTN.TTF")
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: "Dosis", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	background: #242424;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

.logo {
	display: block;
	background: url("../img/logo2.png") 0 0 no-repeat;
	width: 58px;
	height: 96px;
	text-indent: 72px;
	font-size: 42px;
	font-family: Handgotn;
	font-weight: 600;
	color: #fff;
}

.logo-p {
	height: 130px;
}

.logo-p p {
	position: relative;
	text-indent: 71px;
	bottom: 53px;
	font-family: Handgotn;
	font-size: 13px;
	color: #fff;
}

.logo-p span {
	margin-left: 71px;
}

.nav-bar {
	height: 130px;
}

.navigation {
	height: 100%;
}

.navigacia li {
	margin-top: 55px;
}

.navigacia a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 51px 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 14.29%;
}

.selected a,
.navigacia a:hover,
.navigacia a:focus {
	color: #909090;
	border-top: 5px solid #eb6e31;
}

.post-header {
	padding: 3px 0px 12px 0px;
	background: #eb6e31;
	position: relative;
	padding: 10px;
	z-index: 23;
}

.post-header p {
	color: #fff;
	font-weight: 600;
	margin: 0;
	margin-top: 4px;
	float: left;
}

.kontakt-i {
	margin-top: 12px;
}

.kontakt-i li {
	color: #fff;
	font-weight: 600;
	margin-left: 10px;
}

.kontakt-i i {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 7px;
}

.fa-phone {
	padding: 3px 6px;
}

.fa-envelope-o {
	padding: 4px 4px 5px 5px;
}

img {
	max-width: 100%;
}

.zlava section {
	font-family: Impact;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	background: rgba(1, 1, 1, 0.6);
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 50px 0 50px 0;
}

.zlava p {
	margin-left: 6%;
	position: relative;
	bottom: 0;
	margin-bottom: 0;
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: 4px;
}

.swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    .gallery-thumbs {	
        height: 20%;
		background: #fff;
        padding: 10px 0;
        text-align: center;
        cursor: pointer;
    }
    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.8;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

.swiper-button-next,
.swiper-button-prev {
	color: #eb6e31
}

.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #eb6e31;	
}

#sluzby {
	padding-top: 49px;
	/*margin-top: 20px;*/
}

#sluzby section {
	float: left;
	width: 20%;
	padding: 10px 0 10px 0px;
}

#sluzby .servis {
	display: block;
	background: url("../img/servis2.png");
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	margin-left: 12px;
}

#sluzby .instalacie {
	display: block;
	background: url("../img/servis1.png");
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	margin-left: 12px;
}

#sluzby .internet {
	display: block;
	background: url("../img/servis3.png");
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	margin-left: 12px;
}

#sluzby .data-p {
	display: block;
	background: url("../img/servis4.png");
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	margin-left: 12px;
}

#sluzby .mobily {
	display: block;
	background: url("../img/servis5.png");
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 10px;
	margin-left: 12px;
}

#sluzby p {
	text-transform: uppercase;
	line-height: 16px;
	color: #fff;
	margin-top: 11px;
}

#sluzby-obsahy {
	padding-top: 16px;
}

.sluzby-obsah {
	color: #fff;
	background: #eb6e31;
	margin-top: 83px;
	padding: 17px 11px 17px 11px;
	border-bottom-right-radius: 42px;
}

.sluzby-obsah h2 {
	font-size: 21px;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

#sluzby .sluzby-obsah p {
	font-size: 18px;
	color: #fff;
}

#sluzby .sluzby-obsah .btn {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	background: #503434;
	border-radius: 0px;
	padding: 10px 21px;
	position: relative;
	bottom: 61px;
	margin-right: 31px;
	text-transform: uppercase;
}

.active-d {
	position: relative;
}

.active-d:after {
	content: "\f102";
	font-family: FontAwesome;
	font-size: 37px;
	position: absolute;
	top: 54px;
	right: 173.2px;
	color: #fff;
}

#sluzby a {
	color: #111;
}

#sluzby a section:hover:after {
	content: "\f102";
	font-family: FontAwesome;
	font-size: 37px;
	color: #aaa;
	position: relative;
	right: 48px;
	bottom: 9.8px;
	z-index: 10;
}

.fa-angle-double-up {
	font-size: 31px;
}

footer {
	margin-top: 57px;
	background: #3e2828;
}

.pre-footer {
	border-bottom: 1px solid #2d1d1d;
}

.logo-f {
	display: block;
	background: url("../img/logo-biele.png") 0 0 no-repeat;
	height: 50px;
	width: 30px;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	text-indent: 44px;
	position: relative;
	top: 18px;
	font-family: Handgotn;
}

.logo-footer p {
	position: relative;
	color: #777;
	font-size: 12px;
	text-indent: 43px;
	bottom: 18px;
	line-height: 12px;
}

.logo-footer span {
	margin-left: 44px;
}

.footer-d {
	font-weight: 600;
	color: #fff;
	margin-top: 46px;
	margin-left: 10px;
}

.footer-d i {
	margin-left: 20px;
}

.newsletter {
	margin-left: 3px;
}

.newsletter input,
.newsletter button {
	border: none;
	padding: 5px 7px;
	margin-top: 40px;
}

.newsletter input {
	position: relative;
	left: 4px;
}

.newsletter button {
	background: #eb6e31;
	color: #fff;
	text-transform: uppercase;
}

.post-footer {
	font-size: 15px;
	color: #fff;
	padding-bottom: 21px;
}

.post-footer p {
	margin-top: 20px;

	margin-bottom: 0;
	font-weight: 600;
}

.foto-m {
	margin-left: 3.6em;
}

.post-footer ul {
	padding-left: 17px;
	color: #777;
}

.post-footer ul a {
	color: #777;
}

.post-footer ul a:hover,
.post-footer ul a:focus {
	text-decoration: underline;
}

.tym {
	display: block;
	background: url("../img/tym.jpg") 0 0 no-repeat;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-size: cover;
}

.foto {
	width: 80px;
	margin-left: 44px;
	margin-top: 20px;
}

.foto .meno {
	margin: 0;
}

.foto .funkcia {
	margin-top: 0;
	font-weight: 400;
}

.popis p {
	font-weight: 400;
}

.fa-facebook {
	padding: 10px 10px 0px 10px;
	margin-top: 18px;
	border-radius: 6px;
	color: #fff;
	background: #3B5998
}

.ponuka {
	margin-top: 38px;
	color: #fff;
}

.ponuka h1 {
	color: #eb6e31;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.ponuka .panel {
	background: #353535;
}

.ponuka .panel h2 {
	color: #eb6e31;
}

.ponuka .panel a {
	color: #fff;
}

.ponuka .panel .nav .active {
	background: #eb6e31;
	border-radius: 4px;
}

.ponuka .panel .nav li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.ponuka .panel .pc-m {
	color: #eb6e31;
	text-decoration: underline;
}

.ponuka .panel .nav a:hover,
.ponuka .panel .nav a:focus {
	border-radius: 4px;
	background: #eb6e31;
}

.onas h1, .nadpis-h, .referencie h1, .nadpis-d {
	color: #eb6e31;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	padding-bottom: 1.6em;
}

.nadpis-d {
	padding: 32px 0 14px 0;
}

.panel {
	background: #242424;
	border: none;
}	

.panel-default {
	border: none;
}

.panel-default .panel-heading {
	color: #fff;
	background: transparent;
}

.panel-default a {
	font-weight: 600;
}

.faq h4 {
	color: #eb6e31;
	    font-size: 24px;
    font-weight: 300;
    text-align: left;
}

.faq p {
	font-size: 20px;
    font-weight: 200;
    padding-bottom: 20px;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#map {
	width: 100%;
	height: 400px;
}

.kontakt, .mapa {
	margin-top: 73px;
}

.formular-d form {
	margin-top: 78px;
}

.formular-d input {
	margin: 0 auto;
}

.btn {
	background: #eb6e31;
}

.toggle-nav {
	display: none;
}

.kontakt h3, .hodiny h1 {
	color: #eb6e31;
}

blockquote, .blockquote-reverse {
	border-color: #eb6e31;
}

@media (max-width: 1200px) {

	.logo-p p {
		font-size: 9px;
	}

	.navigacia a {
		font-size: 14px;
		padding: 52px 13px;
	}

	#sluzby a section:hover:after {
		display: none;
	}

	#sluzby h2 {
		font-size: 16px;
	}

	.sluzby-obsah {
		margin-top: 8em;
	}

	#sluzby p {
		margin-left: 16px;
	}

	#sluzby .sluzby-obsah p {
		margin: 0;
	}

	.active-d:after {
		display: none;
	}

	.fa-angle-double-up {
		display: none;
	}

	.newsletter button {
		margin-top: 0px;
		width: 100%;
	}

	.newsletter input {
		width: 100%;
		margin-top: 1.5em;
		left: 0px;
	}

	.container {
		width: 100%;
	}

	.footer-d {
		margin-top: 2.1em;
		margin-left: 0px;
	}

}

@media (max-width: 990px) {
	.navigacia a {
		padding: 53px 3px;
	}

	#sluzby .container {
		width: 100%;
	}

	#sluzby p {
		font-size: 13px
	}

	#sluzby h2 {
		font-size: 16px;
	}

	#sluzby .sluzby-obsah .btn {
		font-size: 12px;
		margin-top: 9px;
	}
}

@media (max-width: 890px) {

	.kontakt-i {
		margin-top: 0px;
	}

	.navigacia a {
		padding: 53px 4px;
	}

	
}

@media (max-width: 760px) {

	.post-header {
		display: none;
	}

	.active-n {
		display: none;
	}

	.toggle-nav {
		display: block;
		font-size: 48px;
		color: #eb6e31;
		margin-top: 21px;
	}

	.navigacia a {
		padding: 4px 18px;
	}

	.navigacia {
		margin-top: 0px;
		width: 100%;
		float: none;
		text-align: center;
	}

	.navigacia li {
		display: block;
		margin-top: 3px;
		position: relative;
		z-index: 28;
	}

	#sluzby .sluzby-obsah .btn {
		display: none;
	}

	.navigacia a:hover,
	.navigacia a:focus {
		border: none;
	}

	.selected a {
		border: 0px;
	}

	.kontakt {
		text-align: center;
	}

	.pre-footer {
		padding-bottom: 1.2em;
	}

	.pre-footer .logo-footer {
		display: none;
	}

	.footer-d {
		text-align: center;
	}

	.footer-d i {
		display: none;
	}

	.post-footer {
		text-align: center;
	}

	.foto {
		margin: 0 auto;
		margin-top: 0.8em;
	}

	.foto-m {
		margin-left: 0px;
	}

	footer ul {
		list-style: none;
	}

}

@media (max-width: 480px) {
	.sluzby-obsah {
		margin-top: 4.8em;
	}

	#sluzby section {
		position: relative;
		right: 0.8em;
		font-size: 10px;
	}

	#sluzby section p {
		display: none;
	}
}