html {
  font-size: 14px;
}

body {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 1.3rem;
  line-height: 1.6;
}

a {
  color: #E3000F;
  text-decoration: underline;
}

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

a span {
  color: black;
  text-decoration: underline;
}

a span:hover {
  color: red;
  text-decoration: underline;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-family: 'Jost', sans-serif;
  color: #E3000F;
}

h1 {
  font-size: 2.5rem;
	padding-bottom: 30px;
}

h2 {
  font-size: 2rem;
	padding: 30px 0 10px 0;
}

h3 {
  font-size: 1.8rem;
	padding: 30px 0 10px 0;
}

li {
  font-size: 1.3rem;
  line-height: 1.6;
}

.red {
  color: #E3000F;
}
 
.green {
  color: #255E41;
}

.blue {
  color: #162B6A;
}
 
 .grey {
  color: #33383B;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-thumbnail {
  border: 1px solid #162B6A;
}

#no_record {
	margin-bottom: 100px;
	font-size: 1.3rem;
	text-align: center;
}

#no_record_ico {
	margin: 50px 0 30px 0;
	text-align: center;
}

.btn {
  font-family: 'Cabin', sans-serif;
  font-weight: 100 !important;
  font-size: 1em !important;
  letter-spacing: 0.05em;
}

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

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


/* hlavní navigace */

#mainNav {
  padding: 0;
  z-index: 999 !important;
  background-color: #FFFFFF;
}

#mainNav .container {
  padding: 0 !important;
  background-color: #E3000F;
}

#mainNav .navbar-toggler {
  font-size: 1.8rem;
  padding: 8px;
  margin-right: 8px;
  color: #FFFFFF;
  background-color: #162B6A;  
}

#mainNav .navbar-brand {
  background-color: #162B6A;
  padding: 5px;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1.7rem;
  font-family: 'Jost', sans-serif;
  line-height: 28px;
  color: #FFFFFF;
  position: relative;
  margin: 10px 30px 6px 30px;
  padding: 0;
  text-decoration: none;
  border-bottom: .1em solid transparent;
}

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

.navbar-collapse.show, .navbar-collapse.collapsing {
  border-top: 2px solid #FFFFFF;
  padding: 20px 30px 20px 0;
  background-color: #162B6A;
}

/* index */

.hp_about {
  padding: 30px;
  border-left: solid 1px #DFDFDF;
  border-right: solid 1px #DFDFDF;
}

.hp_about h1 {
  margin-bottom: 0;
}

.hp_about h2 {
  padding-top: 0;
  margin-bottom: 14px;
}

.hp_about p {
  text-align: justify;
}

.row.index .col-md-12 {
  padding: 0 !important;
}

.row.index h1 {
  font-size: 2rem;
  color: #FFFFFF;
  text-shadow: 0px 0px 7px #303030;
}


/* cookies */

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 1.3rem;
  line-height: 1.6;
	font-weight: 400;
  color: #FFFFFF;
  background-color: rgba(68, 68, 68, 0.95);
}

.cookiealert a {
  color: #FFFFFF;
}

.cookiealert i {
  margin-right: 10px;
}

.cookiealert .btn {
  margin-left: 20px;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}



/* obsah */

.content {
  position: relative;
  padding: 30px 30px 30px 30px;
  text-align: justify;
  background-color: #FFFFFF;
  border-left: solid 1px #DFDFDF;
  border-right: solid 1px #DFDFDF;
}

.breadcrumb {
	padding: 0;
	float: right;
  background-color: transparent;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline !important;
}

.content .text {
  text-align: justify;
}

.content .thumb {
  margin-bottom: 24px;
  text-align: center;
}

.content .thumb-text {
  font-size: 1rem;
  line-height: 1.6;
}

a {
  -webkit-transition: .25s all;
  transition: .25s all;
}


/* produkty */
.card {
  border: none;
  margin-bottom: 30px;
}

.card-title {
  margin: 30px 0 10px 10px;
}

.card-body {
  min-height: 119px;
  background-image: url(/images/bg_card_top_photo.gif);
  background-repeat: repeat-x;
  background-position: 0 120px;
  padding: 0;
}

.card-body ul {
  list-style-type: square;
  margin-top: 17px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #162B6A !important;
  color: #FFFFFF;
}

.card-photo {
  background-image: url(/images/bg_card_top_photo.gif);
  background-repeat: repeat-x;
  background-position: 0 120px;
}

/* o nás */

.content.about {
}

/* kontakty */

.content.contact {
}

.contact .map .col {
  height: 500px;
}

.contacts {
  margin: 0;
  padding-right: 30px;
  padding-left: 30px;
}

.contacts h2 {
  margin-top: 0;
}

.contacts ul {
	list-style: none;
	padding: 20px 0 60px 20px;
	margin: 0;	
}

.contacts li {
  font-size: 1.3rem;
	margin-bottom: 6px;
}

.contacts li.last {
	margin-bottom: 26px;
}

.contacts i {
  font-size: 1.3rem;
}

.contacts span {
	margin-left: 10px;
}

.contacts .no-ico {
  padding-left: 24px;
}


/* používání cookies */

.content.cookies {
}

/* patička */

.footer {
  position: relative;
  top: -15px;
	color: #FFFFFF;
  padding: 0;
}

.footer .container {
  background-color: #162B6A;
}

.footer ul {
	list-style: none;
	margin: 0;	
}

.footer i {
  font-size: 1.3rem;
}

.footer li {
	margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.footer span {
	margin-left: 10px;
}

.footer .no-ico {
  padding-left: 24px;
}

.footer a {
  text-decoration: none;
	color: #FFFFFF;
}

.footer a:hover {
  text-decoration: underline !important;
}

.footer .infobar {
  text-align: center;
  margin-top: 40px;
  font-size: 1.3rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.footer .infobar .infobar-item {
  display: inline-block; 
  white-space: nowrap;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
}

.footer .left {
  padding: 40px 0 0 0;
}

.footer .copyright {
  text-align: center;
  padding: 30px 0 20px 0;
  font-size: 1.3rem;
}

.footer .right {
  padding: 40px 0 0 60px;
}



@media (max-width: 768px) {
  
  .card-body {
    background-image: none;
  }

}

@media (max-width: 992px) {
  
  .footer .left {
    text-align: center;
  }
}
