/* hlavni - start */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #3a3a3a;
	overflow-x: hidden;
	line-height: 24px;
}

#hlavnihl h1 {
	margin-top: 130px;
	color: #fff;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 28px;
	color: #010f1c;
}

h2 {
	font-weight: bold;
	font-size: 28px;
	color: #010f1c;
}

h3 {
	font-weight: bold;
	font-size: 28px;
	color: #010f1c;
}

h4 {
	font-weight: bold;
	font-size: 20px;
	color: #010f1c;
}

.contactform h4 {
	color: #010f1c;	
	padding-top: 40px;
	padding-bottom: 20px;
}

.contactform hr {
	border-color: #010f1c;
}

.miraform {
	border: 1px solid #010f1c;
}


a {
	color: #010f1c;
}

.fototext {
    font-size: 14px;
    color: #8f8f8f;
    text-align: left;
}

.modra {
	font-size: 18px;
	color: #1d7ec1;
}

.no-margin {
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fotogalerie {
	padding-bottom: 0;
}

.fotoobal {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    max-width: 20%;
    margin: 0px;
    padding: 0px;
	position: relative;
}

@media screen and (max-width: 1700px) {
.fotoobal {
    flex-basis: 25%;
    max-width: 25%;
}
}

@media screen and (max-width: 1200px) {
.fotoobal {
    flex-basis: 33.3%;
    max-width: 33.3%;
}
}

@media screen and (max-width: 850px) {
.fotoobal {
    flex-basis: 50%;
    max-width: 50%;
}
}

@media screen and (max-width: 850px) {
.contactform .row {
	margin-right: 0px;
    margin-left: 0px;
}
}


.fotogalerie-foto {
	height: 300px;
}

.fotogalerie-foto:hover {
	box-shadow: none;
	transform: scale(1);
}

.fotogalerie-foto:hover img {
	box-shadow: none;
	transform: scale(1);
}

.infoto {
    font-size: 14px;
    letter-spacing: 0px;
    word-spacing: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	opacity: 0;
	transition: opacity 0.5s;
}

.infoto:hover {
	opacity: 1;
}

.infotoobal {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nadcarou {
	font-size: 18px;
	display: inline-block;
	width: 100%;
}

.cara {
	display: inline-block;
	width: 120px;
	border-bottom: 2px solid #fff;
	position: relative;
	top: -8px;
}

#podreference {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 50px;
}

#uklid, #udrzba {
    display: inline-block;
    width: 40%;
	margin-left: 4%;
	margin-right: 4%;
}

#uklid {
    background-image: url('uklid.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}

#udrzba {
    background-image: url('udrzba.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;    
	border-radius: 10px;
}

.sluzbyin a {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff!important;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none!important;
}

@media screen and (max-width: 550px) {
.fotogalerie-foto {
	height: 200px;
}
.sluzbyin a {
    height: 300px;
}
}

#uklid .sluzbyin {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 10px;
	transition: background 0.5s;
}

#udrzba .sluzbyin {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 10px;
	transition: background 0.5s;
}

#udrzba .sluzbyin:hover {
	background-color: rgba(75, 173, 49, 1);
}

#uklid .sluzbyin:hover {
	background-color: rgba(29, 125, 193, 1);
}

@media screen and (max-width: 992px) {
#uklid, #udrzba {
    display: inline-block;
    width: 46%;
	margin-left: 1%;
	margin-right: 1%;
}
}



#placenev  h1{
	color: #fff!important;
}

#homeblocks {
	background-color: #f7f8fa;
	color: #42464e;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 30px;
}

#homeblocks h2 {
	font-size: 22px;
    font-weight: bold;
}

#homeblocks .col-sm-3 h4 {
	color: #c6924d;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#homeblocks .col-sm-3 {
	background-color: #fff;
	border-left: 1px solid #f7f8fa;
	border-right: 1px solid #f7f8fa;
	box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
	padding-top: 30px;
	position: relative;
	top: -20px;
	min-height: 480px;
	transition: 0.5s background-color, 0.3s color, 0.2s opacity;
	transition-timing-function: ease-out;
	padding-bottom: 10px;
}

@media screen and (max-width: 766px) {
#homeblocks .col-sm-3 {
	min-height: 300px;
}}

.superkontakt {
	background-color: #ffa728;
	border-radius: 5px;
	color: #ffa728!important;
	position: relative;
	left: 20px;
}

.superkontakt:hover {
	background-color: black!important;
}

/* Následující kód přestylizuje horizontální scrollbar (pokud je použit) */
.main_fotogalerie_obal::-webkit-scrollbar {
  width: 8px; /* Šířka scrollbaru */
}

.main_fotogalerie_obal::-webkit-scrollbar-thumb {
  background-color: #a8a8a8; /* Barva thumb */
  border-radius: 6px; /* Oblé rohy thumb */
}

.main_fotogalerie_obal::-webkit-scrollbar-thumb:hover {
  background-color: #7c7c7c; /* Barva thumb při najetí myší */
}

.main_fotogalerie_obal::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Barva track */
}

.info {
	font-size: 12px;
    line-height: 14px!important;
    display: inline-block;
	color: #8f8f8f;
}

.varianta {
	padding: 0px;
	margin: 0px!important;
	width: 33.3333%;
	display: inline-block;
	margin-bottom: 2px;
}

.varianta label {
	border-radius: 5px;
	border-right: 1px solid #cccccc;
	margin: 5px !important;
}

@media screen and (max-width: 1199px) {
.varianta {
	width: 50%;
	display: block;
    float: left;
}
}

.varianta label {
	cursor: pointer;
	text-align: center;
	height: 190px;
	padding-left: 0;
}

.varianta label .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	margin-left: 0;
}

.varianta label span{
	min-height: 220px;
	font-size: 14px;
	line-height: 16px;
}

.varianta img {
	width: 100%;
}

.radio img {
	padding-top: 5px;
	padding-bottom: 10px;
}

.product-the-in a h1, .product-the-in a h2, .product-the-in a h3, .product-the-in a h4 {
	overflow: visible;
}

#zasilkovna {
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-left: 10px;
}

.kontaktfix {
	min-height: 380px;
}

.kontaktfix a{
    position: relative;
	top: 10px;
}

.cat_main_obal {
	background-image: url('nove-bg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	color: #242424!important;
	background-size: cover;
	background-color: #e6e6e6;
}

.cart-img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
}

.kosikcisla {
	color: #a615a1;
}

.kosik-div:hover {
	color: #a615a1;
}

.carth1 {
	margin-top: 40px;
	font-size: 26px;
}

.cart-product-heading a {
	font-weight: normal;
	font-size: 18px;
}

.ikonky {
	width: 150px;
	height: 140px;
	display: inline-block;
}

.flex {
	display: flex;
	align-items: center;
}

.order-step {
	background-color: grey;
}

.order-step-active .order-step {
	background-color: #a615a1;
}

.flex-col {
	padding: 5px;
}

.mensi {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.reset-cart {
	background: red!important;
}

.swiper-wrapper {
	max-height: 320px;
}

#vypisznacek {
	background-color: #aa0d44;
	background-image: url('vypizznacek.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0;
}

#vypisznacek .podcat_inner {
	background-size: 100%;
}

#vypisznacek .podcat_inner span {
	background-color: #fff;
}

#vypisznacek .podcat_vypis:hover .podcat_inner span{
	background-color: #bca079;
	color: #fff!important;
}

.product_desc .cena {
	color: #305123;
}

.product-top {
	margin-bottom: 40px;
	margin-top: 20px;
}

.podcat_inner span {
	background-color: #e2e2e2;
	color: #000!important;
}

.podcat_outer .podcat_inner:hover span {
	background-color: #a615a1;
	color: #fff!important;
}

.pohled {
	border: 0;
	border-radius: 10px;
	padding: 5px 16px;
	margin: 8px;
	transition: background-color 0.5s;
}

.pohled:hover, .pohled:focus, .pohled:active {
	border: 0;
	background-color: #305123;
	color: #fff;
	outline: 0;
}

.navbar-toggle {
	color: #ffa728;
}

.post-the-in a h3 {
	text-transform: uppercase;
}

#kontaktbloky {
	margin-bottom: 40px;
}

#kontaktbloky a {
	color: #444444;
}

a:hover {
	color: #305123;
	text-decoration: none;
}

@media screen and (max-width: 766px) {
#tasky {
	width: 100%;
}

.navbar-nav {
	margin: 0;
}
}

.hlava {
    z-index: 9999;
    background-color: #fff;
    height: 100px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #e3e3e3;
}

.hlavicka-mezera-fix{
	height:100px;
}

@media screen and (max-width: 1200px) {
.hlava {
	height: 80px;
}
.navbar {
	top: -75px!important;
}
.kosik-obal {
    padding-top: 30px;
}
.hlavicka-mezera-fix{
	height:0;
}
.navbar-nav>li>a {
	border-bottom: 0px solid #fff!important;
}
.navbar-nav>li:hover, .navbar-nav>li:focus, .navbar-nav>li:active, .navbar-nav>li:hover a, .navbar-nav>li:focus a, .navbar-nav>li:active a {
border-bottom: 0px solid #ffa728!important;
}
}

.container-hlava {
	padding-top: 7px;
	height: 80px;
}

@media screen and (max-width: 1200px) {
.container-hlava {
	padding-top: 17px;
}
}

.main-logo img {
	max-height: 80px;
}

.texteditor {
	margin-bottom: 20px;
}

.hmap {
	height: 800px;
}

@media screen and (max-width: 1200px) {
.hmap {
	height: 400px;
}
}


/* optika - start */

/* nejnovejsi produkty */

#nejnovejsi {
	background-image: url('nove-bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

#nejnovejsi h1 {
	text-align: center;
}

#nejnovejsi .product-the-in {
	background-color: #fff;
}

.parametry {
	display: none;
}

.product-detail-img {
	height: 650px;
}

@media screen and (max-width: 766px) {
.product-detail-img {
	height: auto;
	margin-bottom: 20px;
}
}

.product-detail-img img {
	width: 100%;
    object-fit: cover;
	max-height: 100%;
}

.nadhlava {
	width: 100%;
	height: 40px;
	background-color: black;
	color: #fff;
	padding-top: 7px;
	font-weight: 500;
}

.nadhlava .glyphicon {
	font-size: 16px;
}

.nadhlava a {
	color: #ffffff;
	text-decoration: none!important;
}

.nadhlava a:hover {
	color: #ffa728;
}

.nadhlava p {
	margin-bottom:0;
}

.nadhlava img {
	position: relative;
	top: -2px;
	margin-bottom: 0!important;
}

.menuobal {
	background-color: #fff;
}

#myNavbar {
	background-color: #fff;
}

.menuobal::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #a615a1;
	display: block;
}

.navbar {
	background-color: transparent;
	border-top: none;
	position: absolute;
    top: 15px;
	z-index: 9999;
	right: 0;
}

#myNavbar {
	padding-left: 0;
	text-align: right;
}

@media screen and (max-width: 1200px) {
#myNavbar {
	width: 300px;
}
}


#myNavbar ul {
	float: right;
	text-transform: uppercase;
}


.navbar-nav>li>a {
	color: black;
	transition: border 0.3s;
	border-bottom: 3px solid #fff;
}


.navbar-nav>li:hover, .navbar-nav>li:focus, .navbar-nav>li:active, .navbar-nav>li:hover a, .navbar-nav>li:focus a, .navbar-nav>li:active a {
	color: #ffa728;
	background: none;
	border-bottom: 3px solid #ffa728;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
    .navbar-nav {
        margin: 0;
    }
.navbar-collapse.in {
    overflow-y: auto!important;
}
}


@media (min-width: 1200px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-toggle {
    display: none;
  }
}


.superkontakt>a {
	border: none!important;
}

.superkontakt:hover, .superkontakt:active, .superkontakt:focus {
	border: none!important;
}

.dropdown-content li:hover a{
	color: #000!important;
}

.slide-img, .slider-obal {
	height: 450px;
}

.slider-obal {
	overflow: hidden;
	width: 100%;
}



@media screen and (max-width: 992px) {
.slide-img, .slider-obal {
	height: 350px!important;
}
}

#schuzka-bnt {
	display: inline-block;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #830a34 50%, #b98d6a 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
	position: relative;
	top: 28px;
	padding: 10px 20px 10px 20px;
	color: #fff!important;
	text-decoration: none!important;
	font-weight: bold;
}

#schuzka-bnt:hover {
	background-position: -100% 0%;
}

.swiper-pagination-bullet {
	display: none!important;
	height: 60px;
	background: #fff;
	border-right: 1px solid #ce9d76;
}
.swiper-pagination-bullet-active {
	color:#305123;
	background: #fff;
}

@media screen and (max-width: 766px) {
.swiper-pagination {
	display: none;
}
}

.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 390px;
	width: 70%;
	top: 150px;
}

@media screen and (max-width: 1800px) {
.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 320px;
	width: 70%;
}
}

@media screen and (max-width: 1700px) {
.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 280px;
	width: 70%;
}
}

@media screen and (max-width: 1600px) {
.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 220px;
	width: 70%;
}
}

@media screen and (max-width: 1500px) {
.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 180px;
	width: 70%;
}
}

@media screen and (max-width: 1400px) {
.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 100px;
	width: 70%;
}
}

@media screen and (max-width: 992px) {
.slider-subcol-6LEFT-TypA {
	padding: 10px 10px 10px 50px;
	width: 90%;
}
}

#kolecka {
	background-image: url('oko2.jpg');
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

#kolecka .block {
	text-align: center;
}

#kolecka .block-xbtn{
	width: 320px;
	height: 320px;
	background-color: #b98d6a;
	border-radius: 50%;
	display: inline-block;
	color: #fff!important;
	text-decoration: none!important;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	transition: transform 0.5s;
	transform-style: preserve-3d;
	margin-top: 20px;
}

.filtrybuttons {
	padding: 0px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #eeeeee;
}

.filtrybutton {
	border: 0;
	padding: 5px 20px 5px 20px;
	background-color: #e7e7e7;
	color: #000;
	outline: none!important;
}

.filtrybutton:focus, .filtrybutton:active, .filtrybutton:hover, .filtrybutton.active {
	background-color: #a615a1;
	color: #fff;
}

.filtryprepinacleva {
	text-align: left;
	width: 70%;
	float: left;
}

.filtryprepinacprava {
	text-align: right;
	width: 30%;
	float: right;
}

@media (max-width: 768px) {
.filtryprepinacleva {
	width: 75%;
}

.filtryprepinacprava {
	width: 25%;
}
.filtrybutton {
	padding: 5px 5px 5px 5px;
}
}

.filtryprepinac {
	border: 0;
	padding: 5px 10px 5px 10px;
	background-color: #e7e7e7;
	color: #000;
	outline: none!important;
}

.filtryprepinac:focus, .filtryprepinac:active, .filtryprepinac:hover, .filtryprepinac.active  {
	background-color: #a615a1;
	color: #fff;
}

.filtryprepinactext {
	margin-top: 8px;
	margin-right: 10px;
}

.filtryobalin {
	padding: 0px;
	background-color: #f6f5f5;
	border-bottom: 1px solid #dedddd;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nazev_filtru {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.filtr_content {
	width: 30px;
	height: 25px;
	float: left;
	margin-right: 30px;
	background-size: cover;
}

.cenafiltr {
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
}

#slider-range {
	position: relative;
	top: 40px;
	margin-bottom: 80px;
	border-bottom: 1px solid #ececec!important;
}

.filtrcenaod, .filtrcenado, .filtrcenaod:focus, .filtrcenado:active {
	border: 0!important;
	outline: 0!important;
}

.filtrcenaod{
	width: 50%;
	float: left;
}

.filtrcenado{
	width: 50%;
	text-align: right;
	float: right;
}

@media screen and (max-width: 992px) {
.cenafiltr .filtrcenado{
	padding-right: 0;
}
.cenafiltr {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
}

.ui-slider .ui-slider-handle {
	border-radius: 50%;
	border: 3px solid #bca079!important;
	width: 1.8em!important;
    height: 1.8em!important;
	top: -.9em!important;
	outline: none!important;
	background: #fff!important;
}

.ui-slider-horizontal {
	height: .2em!important;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 0!important;
}

#kolecka h2{
	font-size: 24px;
}

#kolecka .number1{
	background-color: #830a34!important;
}

#kolecka .block:hover > .block-xbtn {
	background-color: #830a34;
	transform: rotateY(180deg);
}

#kolecka .block:hover > .number1{
	background-color: #b98d6a!important;
}

#kolecka .block:hover .block-xbtn-inner {
	transform: rotateY(180deg);
}

#kolecka .number0 img {
	max-height: 60px;
	padding-top: 12px;
}

#kolecka .number1 img {
	max-height: 58px;
	padding-top: 16px;
}

#kolecka .number2 img {
	max-height: 58px;
	padding-top: 15px;
}

#pruh-objednat {
	padding-top: 20px;
	padding-bottom: 20px;
}

#pruh-objednat table {
	color: #fff!important;
}

#pruh-objednat table a {
	display: inline-block;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #42464e 50%, #000 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
	position: relative;
	padding: 10px 20px 10px 20px;
	color: #fff!important;
	text-decoration: none!important;
	font-weight: bold;
}

#pruh-objednat table a:hover {
	background-position: -100% 0%;
}

@media screen and (max-width: 766px) {
#pruh-objednat table td {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

#pruh-ordinace {
	color: #fff!important;
}

#pruh-ordinace p{
	margin-top: 14px;
	margin-bottom: 10px;
}

#lekari a {
	display: inline-block;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #830a34 50%, #b98d6a 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
	position: relative;
	top: 28px;
	padding: 10px 20px 10px 20px;
	color: #fff!important;
	text-decoration: none!important;
	font-weight: bold;
}

#lekari a:hover {
	background-position: -100% 0%;
}

#lekari h3 {
	margin-top: 0px;
}

#lekari h3::after {
    content: '\00000A' url('cara.png');
    white-space: pre;
    position: relative;
    top: -16px;
}

#reference {
	background-color: #eeeeef;
	background-image: url('oko3.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 40px;
	background-size: cover;
}

#reference h3 {
	font-size: 22px;
	padding-bottom: 0;
}

#reference h4 {
	margin-top: 0px;
}

#reference h4::after {
    content: '\00000A' url('cara.png');
    white-space: pre;
    position: relative;
    top: 0px;
}

#reference2 .col-sm-42 {
	background-image: url('reference-bila.png');
	background-repeat: no-repeat;
	height: 300px;
	padding: 16px 16px 16px 16px;
	color: #393939;
	font-size: 14px;
	background-size: contain;
	margin: 1.2%;
	width: 30.3%;
}

#reference .col-sm-4 {
	color: #393939;
	font-size: 14px;
	margin: 1.2%;
	width: 30.3%;
	border: 2px solid #d7d7d7;
	padding: 15px 15px 15px 15px;
	position: relative;
}

/* speech bubble 7 */

#reference .col-sm-4:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 12px solid #d7d7d7;
	border-right: 12px solid transparent;
	border-top: 10px solid #d7d7d7;
	border-bottom: 10px solid transparent;
	left: 20px;
	bottom: -20px;
}

#reference .col-sm-4:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 14px solid #f8f8f8;
	border-right: 3px solid transparent;
	border-top: 3px solid #f8f8f8;
	border-bottom: 12px solid transparent;
	left: 23px;
	bottom: -15px;
}

@media screen and (max-width: 992px) {
#reference .col-sm-4 {
	margin: 30px 0px 30px 0px;
	width: 100%;
}
}

.newsletter {
	padding-top: 20px;
	padding-bottom : 10px;
	background-color: #b98d6a!important;
	color: #fff;
	font-size: 14px;
}

.newsletter h3 {
	font-weight: bold;
	margin-top: 0;
}



.newstlacitko {
	display: inline-block;
    background-size: 200% 100%;
	position: relative!important;
	top: 0!important;
    background-image: linear-gradient(to right, #42464e 50%, #000 50%)!important;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
	padding: 10px 20px 10px 20px;
	color: #fff!important;
	text-decoration: none!important;
	font-weight: bold;
	border: 0;
}

.newstlacitko:hover {
	background-position: -100% 0%!important;
	border: 0;
}

.coustomoptika {
	background-color: #f7f8fa;
	padding-top: 40px;
	padding-bottom: 40px;
}

.coustomoptika h3 {
	margin-top: 0;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
}

.coustomoptika h3::after {
    content: '\00000A' url('cara.png');
    white-space: pre;
    position: relative;
    top: -16px;
}

.coustomoptika .horni {
	margin: 0;
	padding-top: 20px;
}

.coustomoptika .obalco {
	width: 100%;
	margin-top: 18px;
}

.coustomoptika .nehetco {
	height: 150px;
	overflow: hidden;
}
.coustomoptika .textco a{
	color: #444444;
}

.coustomoptika .textco a:hover{
	color: #830a34;
	text-decoration: none;
}

.coptikamezeral {
	padding-left: 10px;
}

@media screen and (max-width: 766px) {
	
.coustomoptika {
	padding-top: 10px;
}	
	
.coustomoptika .col-sm-6 {
	padding-top: 30px;
}

.coptikamezeral {
	padding-left: 0;
}
	
.coustomoptika .textco {
	padding-top: 10px;
}

.coustomoptika .nehetco {
	height: 240px;
}

.coustomoptika span {
	display: inline-block;
	margin-top: 5px;
}

.coustomoptika .horni {
	font-size: 12px;
}

}

.coustomoptika .nehetco img {
	max-width: 100%;
}

.coustomoptika .mensico {
	font-size: 12px;
}

.provozovna {
	max-width: 100%;
	padding-bottom: 20px;
}

.dopravainfoobal {
	padding-top: 50px;
}

.dopravainfoh {
	margin-bottom: 30px;
	border-bottom: 1px solid #a615a1;
}

.dopravainfo p {
	font-style: italic;
}

.numero {
	font-style: normal!important;
	font-style: italic;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px 16px 8px 16px;
    background: #fff;
    border: 4px solid #a615a1;
    color: #666;
    text-align: center;
    font-size: 32px;
}

.numero1 {
    border-color: red;
	animation-name: numero1;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

@keyframes numero1 {
  0%   {border-color: #cdcdcd;}
  10%  {border-color: #a615a1;}
  20%  {border-color: #a615a1;}
  30%  {border-color: #a615a1;}
  40%  {border-color: #cdcdcd;}
  50%  {border-color: #cdcdcd;}
  60%  {border-color: #cdcdcd;}
  70%  {border-color: #cdcdcd;}
  80%  {border-color: #cdcdcd;}
  90%  {border-color: #cdcdcd;}
  100% {border-color: #cdcdcd;}
}

.numero2 {
    border-color: red;
	animation-name: numero2;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

@keyframes numero2 {
  0%   {border-color: #cdcdcd;}
  10%  {border-color: #cdcdcd;}
  20%  {border-color: #cdcdcd;}
  30%  {border-color: #a615a1;}
  40%  {border-color: #a615a1;}
  50%  {border-color: #a615a1;}
  60%  {border-color: #cdcdcd;}
  70%  {border-color: #cdcdcd;}
  80%  {border-color: #cdcdcd;}
  90%  {border-color: #cdcdcd;}
  100% {border-color: #cdcdcd;}
}

.numero3 {
    border-color: red;
	animation-name: numero3;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

@keyframes numero3 {
  0%   {border-color: #cdcdcd;}
  10%  {border-color: #cdcdcd;}
  20%  {border-color: #cdcdcd;}
  30%  {border-color: #cdcdcd;}
  40%  {border-color: #cdcdcd;}
  50%  {border-color: #cdcdcd;}
  60%  {border-color: #a615a1;}
  70%  {border-color: #a615a1;}
  80%  {border-color: #a615a1;}
  90%  {border-color: #cdcdcd;}
  100% {border-color: #cdcdcd;}
}

.tlacitko {
	display: inline-block;
	background: #ffa728;
    transition: background 0.5s;
	position: relative;
	padding: 10px 20px 10px 20px!important;
	color: #000!important;
	text-decoration: none!important;
	font-weight: normal;
	margin: 0;
	font-size: 16px;
	border: 0!important;
	outline: 0!important;
	border-radius: 3px;
}

.tlacitko:hover, .tlacitko:active, .tlacitko:focus {
	padding: 10px 20px 10px 20px!important;
	background: #000;
	font-size: 16px;
	margin: 0;
	outline: none;
	color: #fff!important;
	font-weight: normal;
}

.tlacitko-reg {
	background: #454545;
}

.tlacitko-login {
	background: #d32626;
}

.tlacitko-invert {
	display: inline-block;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #424242 50%, #830a34 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
	position: relative;
	padding: 10px 20px 10px 20px!important;
	color: #fff!important;
	text-decoration: none!important;
	font-weight: bold;
	margin: 0;
	font-size: 16px;
	border: 0;
}

.tlacitko-invert:hover, .tlacitko-invert:active, .tlacitko-invert:focus {
	padding: 10px 20px 10px 20px!important;
	background-position: -100% 0%;
	font-size: 16px;
	margin: 0;
	outline: none;
	border: 0;
}

.detail-list, .detail-list:hover, .detail-list:active, .detail-list:focus {
	font-weight: normal;
	padding: 8px 16px 8px 16px!important;
}

.slider-subcol-6LEFT-TypA {
	background: none;
}

.slider-subcol-6LEFT-TypA .tlacitko {
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #a615a1 50%, #3b3b3b 50%);
	padding-left: 70px;
	width: auto;
	left: auto;
	right: auto;
	border-radius: 0;
	position: relative;
	top: 30px;
	border: 0!important;
	margin: 0;
}

.slider-subcol-6LEFT-TypA h1:after {
	content: '';
}

.carousel {
	height: 110px!important;
}

.carousel-img {
	height: 100px;
	padding: 10px;
}

#kontakty {
	background-color: #f7f8fa;
	color: #42464e;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

#kontakty h2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #42464e;
	margin-top: 0;
	padding-top: 0;
	font-size: 38px;
}

.banner-pozadi-img {
	max-height: 330px!important;
	min-height: 330px!important;
	background-position: center;
}

.banner-pozadi-img h1 {
	animation-name: banneranimace;
	animation-timing-function: ease-in;
	animation-duration: 0.7s;
	font-size: 38px;
	color: #42464e;
	text-transform: uppercase;
}

#banner-kontakt h1{
	position: relative;
	top: 40px;
}

.swiper-slide-active .h1 {
	animation-name: slideranimace1;
	animation-timing-function: ease-in;
	animation-duration: 0.7s;
}

.swiper-slide-active p {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	animation-name: slideranimace2;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	padding-top: 20px;
}

.swiper-slide-active a {
	display: inline-block;
	background-color: #ffa728;
	color: #000;
	animation-name: slideranimace3;
	animation-timing-function: ease-in;
	animation-duration: 1.3s;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #ffa728;
}

.swiper-slide-active a:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #ffa728;
}

.podcat_vypis {
	animation-name: none!important;
}

@keyframes banneranimace {
	0% {opacity: 0;}
	30% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes slideranimace1 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes slideranimace2 {
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes slideranimace3 {
	0% {opacity: 0;}
	70% {opacity: 0;}
	100% {opacity: 1;}
}

#banner-kontakt img{
	position: relative;
	top: 50px;
	animation-name: banneranimace3;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes banneranimace3 {
	0% {opacity: 0;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}

@media screen and (max-width: 766px) {
.banner-pozadi-img h1 {
	top: 90px;
	font-size: 30px;
}

#banner-kontakt h1{
	animation-name: banneranimace2;
	top: 50px;
}

@keyframes banneranimace2 {
	0% {top: 0px;}
	30% {top: 0px;}
	100% {top: 50px;}
}
}

.block-pozadi {
	background-repeat: no-repeat;
	background-size: cover;
}

.navbar-nav>li>a {
    padding: 20px 10px 20px 10px;
	font-weight: normal!important;
}

.nadpis_form {
	background-color: #a615a1;
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 0;
}

.nadpis_form_map {
	background-color: #4FA034;
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 0;
}

.contactform {
	margin-bottom: 0px;
}

#sedyfix {
	background-color: #f2f2f2;
}

.kombinace-barvaimage {
	min-height: 200px;
}





/* footer start */

footer {
	margin-top: 20px;
	padding-bottom: 40px;
	background-color: #232323;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ffa728;
	text-decoration: none;
	font-weight: normal;
}

@media screen and (max-width: 766px) {
.ffxlogo {
	text-align: center;
}
}

.ffx-line {
	border-bottom: 2px solid #ffa728;
	margin-bottom: 20px;
}

footer li {
	list-style-type: none;
	padding-bottom: 10px;
}

footer h5 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.patalogo {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

@media screen and (max-width: 766px) {
footer h5 {
	margin-top: 40px;
}
}

.fboxpre {
width: 100%; padding-top: 15px; padding-bottom: 15px; min-height: 120px; background-color: #aa0d44; color: #fff;	
}

.fbox {
	flex: 50%;
}



@media screen and (max-width: 766px) {
.fbox {
    flex-direction: column;
	text-align: center;
}

.fbox h2, .fbox a {
    margin-top: 10px;
}
}

.pod-footer {
	background-color: #ffa728;
	color: #000;
	padding-top: 16px;
	font-size: 14px;
	padding-bottom: 5px;
}

.pod-footer a {
	color: #000;
}

#copy {
	display: inline-block;
}

#platby {
	display: inline-block;
	width: 29%;
	text-align: right;
}

#platby {
	width: 100%;
	text-align: center;
}
}

#ffnews {
	font-size: 13px;
}

.pata-menu {
	padding-left: 0;
	list-style-type: none;
}

.pata-menu a {
	color: #fff;
}

.pata-menu li {
	padding-left: 0;
}

/* footer konec */





















.cat_main_text h1 {
	font-size: 24px;
	margin-bottom: 15px;
}

.cat_main_text h1::after {
	content: none!important;
	top: 0px;
}

.slider-text {
	padding-left: 25px;
	padding-right: 25px;
}

.banner-pozadi-img h1::after, .slider-text h1::after {
    content: '';
}

#bslinkou h1::after, #bslinkou h2::after {
    content: '\00000A' url('cara.png');
    white-space: pre;
    position: relative;
    top: -16px;
}

.product-the, .post-the {
	margin-bottom: 15px;
	margin-top: 15px;
}

.product-the-img {
    max-height: 260px!important;
    height: 260px!important;
}

@media screen and (max-width: 768px) {
.product-the-img {
    max-height: 200px!important;
    height: 200px!important;
}
}

.nalepky {
	position: absolute;
}

.nalepka {
	width: auto;
	height: 30px;
	background-size: cover;
	overflow: hidden;
	float: left;
	color: #fff;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.prd-ceny {
	width: 40%;
	display: inline-block;
	margin-bottom: 5px;
	height: 50px;
	position: relative;
	top: -10px;
}

.cena {
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	margin: 0;
}

.skrtnicenu {
	text-decoration: line-through;
	color: #afafaf;
}

.cena-akce {
	padding: 0px 10px 0px 10px;
	margin: 0;
}

.prd-tlacitka {
	width: 60%;
	display: inline-block;
	text-align: right;
	float: right;
	margin-bottom: 5px;
}

.obal-tlacitka-list {
	text-align: right!important;
}

.to-cart-list {
	background: rgb(116,50,138)!important;
	background: linear-gradient(0deg, rgba(116,50,138,1) 0%, rgba(166,21,161,1) 100%)!important;
	color: #fff;
	margin-bottom: 10px;
	padding: 6px 20px 6px 20px!important;
	position: relative;
	top: 5px;
}

.to-cart-list, .to-cart-list:hover, .to-cart-list:focus, .to-cart-list:active {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 6px 12px 6px 12px!important;
	background: #3b3b3b;
}

.to-cart-detail, .to-cart-detail:hover, .to-cart-detail:focus, .to-cart-detail:active {
	padding: 6px 20px 6px 20px!important;
	font-weight: normal;
	margin-left: 10px;
}

.plusmunusin {
	width: 50px!important;
	padding: 6px 12px;
	height: 34px!important;
	border: 1px solid #ccc;
	text-align: center;
}

@media screen and (max-width: 768px) {
.plusmunusin {
	width: 30px!important;
	padding: 6px 6px;
	height: 33px!important;
	border: 1px solid #ccc;
	text-align: center;
}
}

.plus, .minus {
	border: 1px solid #ccc;
	padding: 6px 12px;
	height: 34px!important;
	border-radius: 0;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.plus, .minus {
	border: 1px solid #ccc;
	padding: 6px 6px;
	height: 34px!important;
	border-radius: 0;
	font-size: 12px;
}
}

.plus:hover, .plus:active, .plus:focus, .minus:hover, .minus:active, .minus:focus {
	padding: 6px 12px;
	background-color: #a615a1;
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	.newsletter input, .newsletter label{
		margin-bottom: 20px;
	}
	
	.kombinace-barvaimage h1 {
		font-size: 26px;
	}
}

.post-the-in {
	border: 0px;
}

.post-the-in h3{
	margin-top: 15px!important;
}

.post-the-in h3::after {
  content: '\00000A' url('cara.png');
  white-space: pre;
}

.post-the-in .datum {
	display: none;
}

#historie {
	color: #fff;
	max-height: none;
}

.kombinace-barvaimage {
	padding-top: 43px;
    padding-bottom: 40px;
}

.kombinace-barvaimage p, .kombinace-barvaimage h1, .kombinace-barvaimage h2, .kombinace-barvaimage h3, .kombinace-barvaimage h4 {
	padding: 0;
}

.banner-img-leva {
	/*display: table-cell;*/
	height: 400px;
	position: relative;
	background-clip: content-box;
	background-position: right top;
}

#kontaktbanner .banner-img-leva {
	background-position: center top;
}

#kontaktbanner .banner-img-leva{
	height: 500px;
}

.banner-img-prava {
	/*display: table-cell;*/
	height: 400px;
	position: relative;
	background-clip: content-box;
}

.colmodedlo {
	display: table-cell; 
	width: 60%;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
}

.colmodedrt {
	display: table-cell; 
	width: 40%;
	padding: 20px 20px 20px 40px;
}

.colmodedrt h2::after {
    content: '\00000A' url('cara.png');
    white-space: pre;
    position: relative;
    top: -16px;
}

.colmodedlt {
	display: table-cell; 
	width: 40%;
	padding: 20px 40px 20px 20px;
}

.colmodedlt h2::after {
    content: '\00000A' url('cara.png');
    white-space: pre;
    position: relative;
    top: -16px;
}

.colmodedro {
	display: table-cell; 
	width: 60%;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
.colmodedlo {
	display: block;
	width: 100%;
	min-height: 300px;
}

.colmodedrt {
	display: block;
	width: 100%;
	min-height: 300px;
	padding: 20px 20px 20px 20px;
}

.colmodedlt {
	display: block;
	width: 100%;
	min-height: 300px;
	padding: 20px 20px 20px 20px;
}

.colmodedro {
	display: block;
	width: 100%;
	min-height: 300px;
}
}

.nadpis_mapa {
	background-color: #546f0d;
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 0;
}

.cenik {
	margin-left: 5%;
	margin-right: 5%;
}

iframe {
	display: block;
}

/* optika - konec */






























/* speciální číslovaný li start */

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol li {
  margin: 0 0 1.8rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #565656;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: -5px;
  background: #efb800;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #565656;
}

/* speciální číslovaný li konec */

/* hlavni - konec */


/* banner na uvodce - start */

.slider{
	height: 450px!important;
	background-size: cover;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}

swiper-container {
	width: 100%;
}



.swiper-container h1 {
	color: #fff!important;
	font-weight: bold;
	font-size: 50px;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	margin-top: 100px;
}

@media screen and (max-width: 992px) {
	.swiper-container h1 {
	font-size: 42px;
	margin-top: 50px;
}}

@media screen and (max-width: 750px) {
	.swiper-container h1 {
	font-size: 32px;
	margin-top: 40px;
}}

.swiper-container .h2 {
	color: #353535;
	font-weight: bold;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5)
}

.swiper-container p {
	margin: 0px;
	font-weight: normal;
}

.swiper-container .blok1, .swiper-container .blok2 {
	height: 300px;
	border: 2px solid #c9c7c7;
	border-radius: 10px;
	padding-left: 10px;
	margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 20px;
    width: 47%;
	background-color: #f1efef;
	color: #000;
	position: relative;
	top: 50px;
	padding: 0;
}

.swiper-container .blok1 .h1, .swiper-container .blok2 .h1{
	display: block;
	width: 100%;
	background-color: #f7bf00;
	background: linear-gradient(45deg, rgba(247,191,0,1) 30%, rgba(247,220,0,1) 48%, rgba(247,191,0,1) 70%);
	margin-top: 0;
    margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.swiper-container .blok1 .h2, .swiper-container .blok2 .h2{
	display: block;
	width: 100%;
	background-color: #046f07;
	margin-top: 0;
    margin-bottom: 0;
	text-align: center;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}


.obal-logo {
	text-align: left;
}

@media screen and (max-width: 1200px) {
.obal-logo {
	text-align: left;
	
}

.main-logo img {
    max-height: 60px;
}
}

/*#home img {
	animation-name: rotuj;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}

@keyframes rotuj {
  20% {transform: rotate(0deg);}
  50% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}*/

@media screen and (max-width: 992px) {
	
.swiper-container .blok1, .swiper-container .blok2 {
    width: 94%;
	top: 50px;
}

.swiper-container .blok1 .h1, .swiper-container .blok2 .h1{
	font-size: 20px;
}

.swiper-container .blok1 .h2, .swiper-container .blok2 .h2{
	font-size: 20px;
}

.swiper-container p {
	font-size: 14px
}

.swiper-container .h1 {
	font-size: 28px;
}

.swiper-container .h2 {
	font-size: 24px;
}

}

@media screen and (max-width: 766px) {
.slide-img {
	height: 280px;
}

.slider {
	height: 280px!important;
	overflow: hidden;
}

.slider-subcol-6LEFT-TypA {
	top: 30px!important;
}
}

/* banner na uvodce - konec */

/* banner další (vrchni) - start */

#vrchni {
	text-align: center;
	min-height: 80px;
	color: #fff;
	margin-bottom: 40px;
}

/* banner další (vrchni) - konec */


/* 4 bloky postup - začátek */
#postup {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}

#postup > .container > .pockej1:after {
    content: " ";
    display: block;
    background-image: url('sipka-g.png');
    height: 30px;
    width: 60px;
	position: absolute;
	top: 10px;
	right: -20px;
}

#postup > .container > .pockej2:after {
    content: " ";
    display: block;
    background-image: url('sipka-g.png');
    height: 30px;
    width: 60px;
	position: absolute;
	top: 10px;
	right: -20px;
}

#postup > .container > .pockej3:after {
    content: " ";
    display: block;
    background-image: url('sipka-g.png');
    height: 30px;
    width: 60px;
	position: absolute;
	top: 10px;
	right: -20px;
}

@media screen and (max-width: 772px) {
#postup > .container > .pockej1:after, #postup > .container > .pockej2:after, #postup > .container > .pockej3:after {
	display: none;
}
}



#postup .nadpis {
	display: inline-block;
	background-color: #2a842c;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding-top: 11px;
}

#beznadpisu .nadpis {
	display: none;
}

#beznadpisu ul {
  list-style: none;
}

#beznadpisu ul li {
margin: 0 0 1.2rem 0;
}

#beznadpisu ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #efb800;
  display: inline-block; 
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/* 4 bloky postup - konec */


/* 2 bloky reference - začátek */



#kontakty .nadpis {
	font-size: 16px;
	font-weight: bold;
}

/* 2 bloky reference - konec */


/* žlutý pruh - začátek */

#zluty-pruh {
	margin-bottom: 40px;
}

#zluty-pruh h2 {
	font-weight: bold;
	margin-bottom: 20px;
}

/* žlutý pruh - konec */


/* právě nás - začátek */

#prave-nas {
	color: #fff;
	min-height: 300px;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}

#prave-nas .h2 {
	font-size: 24px;
}

/* právě nás - konec */



/* rozbalovací nabídka start */
.panel-group {
	border: 2px solid #cbcbcb;
	border-radius: 16px;
	padding: 10px;
}

.panel-title a{
	display: inline-block;
	width: 100%;
	background-image: url('sipka-z.png');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 70px;
}

.panel-title a:hover, .panel-title a:focus{
	background-image: url('sipka-ze.png');
	text-decoration: none;
}

.panel-default>.panel-heading {
	background-color: #fff;
	border: 0;
}

.panel-default {
	border: 0;
	border-bottom: 2px solid #e3e3e3;
}

/* rozbalovací nabídka konec */

/* kontakt form začátek */
.g-recaptcha {
	display: inline-block;
}

.form-btn {
	background-color: #2a842c!important;
	color: #fff;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	border: 0;
	border-radius: 10px;
}

.form-btn:hover {
	background-color: #40a242!important;
}
/* kontakt form konec */


@media screen and (max-width: 1200px) {
.superkontakt {
	float: right!important;
	left: 0;
	margin-bottom: 20px;
}

}

.svp {
	position: relative;
	display: block;
	width: 100%;
	height: 380px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #000;
	cursor: pointer;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	transition: color 0.3s ease;
}

.svp .svpp {
	display: inline-block;
	height: 150px;
	width: 100%;
}

.svp::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background-color: #000;
	z-index: 0;
	transition: height 0.4s ease;
}

.svp:hover::before {
	height: 100%;
}

.svp:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
}

.svp h3,
.svp svg,
.svp p {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.svp:hover h3,
.svp:hover svg,
.svp:hover p {
	color: #fff;
	opacity: 1;
}

.svp h3 {
	font-size: 20px;
	height: 40px;
}

.svp svg {
	color: #ffa728;
}

.svp:hover svg {
	color: #fff;
}

.svp .tlacitko {
	position: relative;
	z-index: 1;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.svp:hover .tlacitko:hover {
	background-color: #fff;
	color: #000!important;
}

.pvpobal {
	background-color: #f5f5f5;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 30px;
}

.pvp {
	padding: 20px 10px;
	background-color: #fff;
	margin-top: 40px;
}

.pvp h3 {
	font-size: 20px;
	height: 44px;
}

.pvp p {
	display: inline-block;
	height: 90px;
}

.pvp svg {
    color: #ffa728;
}


@media screen and (max-width: 1200px) {
.dropdown:hover > .dropdown-content {
	display: none;
}
}

.fotogalerie {
	margin-bottom: 40px;
}