@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,700i&display=swap&subset=latin-ext');


body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont,  Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #f18a3d;
}

a:hover {
  color: #f18a3d;
}

.text-primary {
  color: #f18a3d !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style:italic;
  font-family: 'Merriweather', 'Roboto Slab', Arial, sans-serif;
}


@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #f18a3d;
  text-shadow: none;
}

::selection {
  background: #f18a3d;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #f18a3d;
  border-color: #f18a3d;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: rgba(33,37,41,0.8);
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #f18a3d;
}

#mainNav .navbar-brand {
  color: #f18a3d;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f18a3d;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f18a3d;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
  background-color: rgba(33,37,41,0.8);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}




header.masthead {
	height:75vh;
	text-align: center;
	color: white;
	background-image: url("/img/header.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}




header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  text-shadow: 0px 0px 30px rgba(0,0,0,0.8);
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
}











#metody-druku  {
	background-color:#ededed;
}



#metody-druku span.icon {
	display:block;
	margin:15px 0;
	font-size:36px;
	color:#f18a3d;
}


.tile-inner {
	width: 100%;
	display: table-cell;
    color: #484848;
	padding:50px;
	min-height:100%;
    vertical-align: middle;
}




.services-tab {
	margin-top:40px;
}


.services-tab .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.services-tab .nav-tabs > li {
  border-left: 1px solid #eeeeee;
  margin-bottom: 0;
  width: 25%;
}
.services-tab .nav-tabs > li:first-child {
	border-left: none;
}
.services-tab .nav-tabs > li.active,
.services-tab .nav-tabs > li:hover,
.services-tab .nav-tabs > li:focus {
	background-color: #f18a3d;
	color: #fff;
}

.services-tab .nav-tabs > li.active a,
.services-tab .nav-tabs > li:hover a,
.services-tab .nav-tabs > li:focus a {
	color: #fff;
}

.services-tab .nav-tabs > li > a {
	text-align:center;
	color: #f18a3d;
	font-size: 16px;
	margin: 0;
	padding: 45px auto;
	text-transform: uppercase;
	display:block;
	width:100%;
}

.services-tab .nav-tabs > li > a span.icon {
	display:block;
	margin:15px 0;
	font-size:36px;
	color:#f18a3d;
}

.services-tab .nav-tabs > li.active > a span.icon,
.services-tab .nav-tabs > li:hover > a span.icon,
.services-tab .nav-tabs > li:focus > a span.icon {
	color:#ffffff;
}

.services-tab .nav-tabs > li > a i {
  display: block;
  font-size: 36px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
	text-decoration:none;
	color: #fff;
}
.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
	color: #fff;
}

@media only screen and (max-width: 1199px) {
  .services-tab .service-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .services-tab .service-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services-tab .nav.nav-tabs a {
    padding: 10px 0;
    font-size: 9px;
  }
  .services-tab .nav.nav-tabs a i {
    font-size: 28px;
  }
}


.services-tab .tab-content h3 {
	margin-top:30px;
	margin-bottom:15px;
}
.services-tab .tab-content p {
	margin-bottom:10px;
}
.services-tab .tab-content ul {
	list-style:none;
}
.services-tab .tab-content ul .text-theme-colored {
	color:#f18a3d;
}







section#kontakt {
	position:relative;
	background-color: #212529;
	background-image: url("/img/bg_contact.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
section#kontakt:before {
	display:block;
	content:"";
	position:absolute;
	top:0;bottom:0;
	left:0; right:0;
	background-color: rgba(0,0,0,0.6);
}



section#kontakt * {
  color: #fff;
}

section#kontakt .form-group {
  margin-bottom: 25px;
}

section#kontakt .form-group input,
section#kontakt .form-group textarea {
  padding: 10px;
  background-color:transparent;
  border:none;
  border-bottom:2px solid #fff;
  border-radius:0;
  color:#fff;
}

section#kontakt .form-group input.form-control {
  height: auto;
}

section#kontakt .form-group textarea.form-control {
  height: 248px;
}

section#kontakt .form-control:focus {
  border-color: #f18a3d;
  color: #f18a3d;
  box-shadow: none;
}

section#kontakt ::-webkit-input-placeholder {
  color: #ced4da;
}

section#kontakt :-moz-placeholder {
  color: #ced4da;
}

section#kontakt ::-moz-placeholder {
  color: #ced4da;
}

section#kontakt :-ms-input-placeholder {
  color: #ced4da;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #f18a3d;
}










@media (min-width: 768px) {
	.row.equal {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	  flex-wrap: wrap;
	}
	.row.equal > [class*='col-'] {
	  display: flex;
	  flex-direction: column;
	}
}



.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


.col-vertical-middle {
	margin: 0 -1px;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
} 