/*MOJE FONTY*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');*/


* {
/*	font-family: 'Montserrat', sans-serif !important; */
}
body, html {
/*	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
    overflow-x: hidden !important;
*/    
}
p {
    font-size: 14px !important;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px;
}
.fullscreen {
    min-height: 100%; 
    max-height: 100%;
    background-color: aliceblue;
}
.break {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break10 {
	clear: both;
	height: 10px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break30 {
	clear: both;
	height: 30px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.break50 {
	clear: both;
	height: 50px;
	font-size: 1px;
	line-height: 0px;
	width: 100%;
	position: relative;
}
.pacicka {
    cursor: pointer;
}
.skryt {
      display: none;
} 
.vlevo {
    text-align: left;
}
.vpravo {
    text-align: right;
}
.vlevo-div {
    float: left;
}
.vpravo-div {
    float: right;
}
.rozcestnik {
	background-size: cover;
}
.rozcestnik img:hover {
	transition-duration: 0.5s;
	transition-delay: 0.1s;
    -webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
	margin: 0px;	
}
.h2-moje {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 20px;
}
.kulate-rohy5 {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -khtml-border-radius: 5px;       
}

.sloupce-3
{
	/*pocet sloupcu*/
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
	/*rozestupy*/
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
     column-gap:40px;
	 /*vzhled rozestupu*/
    -moz-column-rule:3px outset #fff; /* Firefox */
    -webkit-column-rule:3px outset #fff; /* Safari and Chrome */
    column-rule:3px outset #fff;	
}

.sloupce-2
{
	/*pocet sloupcu*/
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;
	/*rozestupy*/
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
     column-gap:40px;
	 /*vzhled rozestupu*/
    -moz-column-rule:3px outset #fff; /* Firefox */
    -webkit-column-rule:3px outset #fff; /* Safari and Chrome */
    column-rule:3px outset #fff;	 		
}
.img-galerie {
    margin: 0px !important;
    padding: 0px !important;
}

.transparent, .pruhledny {
  background: none;
}
.padding0 {
    padding: 0px !important;
}
.padding10 {
    padding: 10px !important;
}
.padding5 {
    padding: 5px !important;
}
.bez-ramecku {
    border: 0px solid #FFFFFF !important;
}
.prilep-top {
    z-index: 99999999 !important;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 105px;
}
/*div pro vitvareni labelu a bublinek u ikonek*/
#bublinka .b1[data-count]:after{
  position:absolute;
  left:20px;
  top:10px;
  content: attr(data-count);
  font-size:11px;
  padding:.2em;
  border-radius:50%;
  line-height:1em;
  color: white;
  background:#000;
  text-align:center;
  min-width: 15px;
  min-height: 15px;
  font-weight:normal;
}
#bublinka i {
  font-size:30px !important;
}
#bublinka {
  position: relative;
}



/* moje barvy */ 
.bila {
    color: #FFFFFF !important;
}
.cervena {
    color: #EE2F2E !important;
}
.cerna {
    color: #000000 !important;
}


/* animace */
@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 3000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out; /* linear; */
}


/*efekty a modifikace*/
/*animovane podtrhavani odkazu*/
/*aby se uplatnilo toto formatovani, je treba z odkazu v menu vyhodit class nav-link*/
.nav-item a, .nav-item a:visited {
  text-decoration: none;
  position: relative;
  color: #FFF;
}
.nav-item a:after, .nav-item a:visited:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  background: #FFF;
  transition: 0.2s;
  
}
.nav-item a:hover:after, .nav-item a:visited:hover:after {
  width: 100%;
}
.nav-item a.block, .nav-item a:visited.block {
  display: block;
  padding: 0.5em;
}
.nav-item a.block:hover, .nav-item a:visited.block:hover {
  background: #eee;
}
.navbar-nav li {
    font-size: 16px !important;
     
}
.nav-item_active  {
  font-weight: bold;
    font-size: 18px;
}


/*MUJ NAVBAR*/
.navbar-custom {
/*barva horni listy menu*/    
    background-color:#FFFFFF;
    color:#EE2F2E;
    border-radius:0;
    height: 102px; /*vyska navigacniho menu*/
}

.navbar-custom .navbar-nav > li > a {
/*odkazy v hlavnim menu*/    
    color:#EE2F2E;
    font-weight: bold;
    font-size: 13px !important;
}

.navbar-custom .navbar-nav > .active > a {
/*???*/    
    color: #EE2F2E;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
/*hover polozky hlavniho menu*/    
    text-decoration: none;
    background-color: #FFF;
    color: #000;
    font-weight: bold;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    /*oznacena polozka hlavniho menu*/    
    color: #EE2F2E;
    background-color: #FFF;
    text-decoration: underline;
}

.navbar-custom .navbar-brand {
/*???*/    
    color:#FFF;
}
.navbar-custom .navbar-toggle {
/*pozadi minimalizovaneho tlacitka na mobilu*/    
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
/*linky na tlacitku na mobilu*/    
    background-color:#000;
}
/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu  { 
/*pozadi podmenu*/    
  background-color: #FFF;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  { 
/*odkazy podmenu*/    
  color: #000;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  { 
/*hover odkazy podmenu na desktopu*/    
  color: #FFF;
  background-color: #000;
}


/*STANDARD tridy*/
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}
@media (max-width:767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
    display: none !important;
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
    display: none !important;
}
}
@media (min-width:1200px) {
.hidden-lg {
    display: none !important;
}
}
@media (max-width:767px) {
.visible-xs {
    display: block!important
}
table.visible-xs {
    display: table!important
}
tr.visible-xs {
    display: table-row!important
}
td.visible-xs, th.visible-xs {
    display: table-cell!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
    display: block!important
}
table.visible-sm {
    display: table!important
}
tr.visible-sm {
    display: table-row!important
}
td.visible-sm, th.visible-sm {
    display: table-cell!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
    display: block!important
}
table.visible-md {
    display: table!important
}
tr.visible-md {
    display: table-row!important
}
td.visible-md, th.visible-md {
    display: table-cell!important
}
}
@media (min-width:1200px) {
.visible-lg {
    display: block!important
}
table.visible-lg {
    display: table!important
}
tr.visible-lg {
    display: table-row!important
}
td.visible-lg, th.visible-lg {
    display: table-cell!important
}
}


/*STANDARD tridy*/
/* pro mobily */
@media (max-width:768px)  {
  .centruj-na-mobilu-l, .centruj-na-mobilu-r
  {
    text-align: center;
  }
  .ikony-sluzby {
    padding: 40px;
	text-align: center;
  }
.sloupce-2, .sloupce-3 
{
	/*pocet sloupcu*/
    -moz-column-count:1; /* Firefox */
    -webkit-column-count:1; /* Safari and Chrome */
    column-count:1;
		
} 
}


/* pro notebooky */
@media (max-height:768px)  {
}




/*botstrap komponenty - pridat do class puvodni komponenty*/
.pagination-moje {
    display: inline-block !important;
    list-style-type: none;  
 
}
.pagination-moje li{
    list-style-type: none;    
 
}
.pagination-moje a {
    color: #FFF !important; /*nevybrana*/
    float: left !important;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #75797B;
    margin-left: 1px;
   
}
.pagination-moje a.active,  .pagination-moje li.active {
    background-color: #EE2F2E !important; /*vybrana*/
    color: white !important;
  
}
.pagination-moje a:hover:not(.active) {
    background-color: #8C9193 !important; /*po najeti mysi*/
    
} 






/* modifikace Mobirise*/    
.caption {
    height: 120px !important;
    overflow: hidden;
}
.thumbnail {
    height: 400px !important;
     
    
}
.thumbnail img {
    height: 250px !important;
    width: auto;
}
.img-responsive {
    text-align: center !important;
    max-height: 250px;
    width: auto;
    margin: auto;
}
.odskok-top {
    margin-top: 120px !important;
}
@media (max-width:768px)  {
.odskok-top {
    margin-top: 130px !important;
}
 
}




/*skinovane checkboxy*/
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}





/*pro eshopy*/
.cena_bez_dph {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}
.cena_s_dph {
    color: #EE2F2E;
    font-weight: bold;
    font-size: 22px;
}
.td-btn-kosik-cena, .td-btn-kosik-ks, .td-btn-kosik {
  min-height: 50px;    
}

@media screen and (min-width: 640px) {
.td-btn-kosik-cena, .td-btn-kosik-ks, .td-btn-kosik {
  height: 50px;    
  max-width: 320px;
}
  
}

.td-btn-kosik-cena {
    
}
.td-btn-kosik-ks {
  background-color: #75797B; 
  padding: 8px;   
  color: #FFF;
   
}
.td-btn-kosik {
  background-color: #EE2F2E; 
  padding: 8px;    
  color: #FFF;
 
}
.btn-kosik {
    background-color: #EE2F2E !important;
    color: #FFF !important;
    border: 0px solid #EE2F2E;
     width:100%;
}
.hlavicka-detail-prislusenstvi {
    background-color: #75797B;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    clear: both;
    margin: 0px;
    font-style: italic;
}
    
.nazev-produktu {
    font-weight: bold;
    font-size: 17px;
    display: block;
    height: 30px;
    text-transform: uppercase;
}
.cena-moc-nadpis {
   text-align: center;
   color: #000;
   font-size: 10px;    
   font-weight: bold;
}
.cena-moc {
   text-align: center;
   color: #75797B;
   font-size: 13px;    
   font-weight: bold;
}
.cena-web-bez-dph {
   text-align: center;
   color: #000;
   font-size: 10px;    
   font-weight: bold;
}
.cena-web-s-dph {
   text-align: center;
   color: #EE2F2E;
   font-size: 13px;    
   font-weight: bold;
}
.atributy-novinka, .atributy-akce, .atributy-doporucujeme, .atributy-sleva {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    -khtml-border-radius: 30px !important;
    text-transform: uppercase;
    background-color: #EE2F2E !important;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 21px;
    font-size: 12px;
    text-align: center;
}
.atributy-akce {
    background-color: #169F48 !important;
}
.thumb-content h2 {
    /*nazvy polozek v hlavnim vypise produktu*/
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
}
.cenik-rozcestnik-container {
    padding: 5px;
    height: 200px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.cenik-rozcestnik-container img {
    height: 200px;
    /*max-height: 300px;*/
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);    
}
.cenik-rozcestnik-container img:hover {
    -webkit-filter: colo(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);    
}
.cenik-rozcestnik-nazev {
    background-color: #74787B;
    color: #FFFFFF;
    text-align: center;
    min-height: 30px;
    font-size: 13px;
    padding-top: 5px;
}
.cenik-rozcestnik-vybrano{
    background-color: #EE2F2E;
    -webkit-filter: colo(0%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(0%) !important;    
}
.cenik-rozcestnik-nazev a {
    color: #FFFFFF !important;
}




/* START specificka nastaveni pro tuto prezentaci - v jinych smazat*/
.hledat-cervene {
    background-color: #EE2F2E !important;
    color: #FFFFFF !important;
    border: 0px solid #FFFFFF !important;
} 
.cerveny-ramecek {
   border: 1px solid #EE2F2E !important; 
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF !important;
}
.nadpis {
    display: block;
    background-color: #EE2F2E;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 8px;
    font-weight: 900;
    padding: 13px;
    padding-left: 60px;
    font-size: 17px;
    margin: 0px;
}
@media (max-width:768px)  {
.nadpis {
    padding-left: 10px;
    font-size: 15px !important;
}
 
}

.btn-cerveny {
    background-color: #EE2F2E !important;
    border: 0px solid #EE2F2E !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.btn-cerveny:hover {
    background-color: #CB0106 !important;
    color: #FFFFFF !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;    
}
.btn-cerny {
    background-color: #000 !important;
    border: 0px solid #000 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.btn-cerny:hover {
    background-color: #666666 !important;
    color: #FFFFFF !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;    
}
.btn-zluty {
    background-color: #FFD324 !important;
    border: 0px solid #FFD324 !important;
    color: #000 !important;
    font-weight: bold !important;
}
.btn-zluty:hover {
    background-color: #FAC101 !important;
    color: #000 !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;    
}

.paticka-cervena {
    background-color: #EE2F2E;
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}
.lista-hledat {
    min-height:30px; 
    padding: 0px;
    width: 100%; 
    position: relative; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    z-index: 10; 
    background-color: #FFF;    
}
.breadcrumb {
    padding: 10px;
    background-color: #EE2F2E !important;
    color: #FFF !important;
    clear: both;
}
.breadcrumb a, .breadcrumb li {
    color: #FFF !important;
}
.break-flexi {
    height: 97px;
}


@media (max-width:1231px)  {
.break-flexi {
    height: 101px;
}

}

/*upravy vzhledu prezentace presne podle chovani a rozliseni obrazovky*/
@media (max-width:1199px)  {
/*velikost fontu v navigaci*/    
.navbar-custom, .navbar-custom a {
     font-size: 11px !important;
}
.navbar-custom {
     height: 130px !important;
     background-color: #FFFFFF;
     
}
.navbar-custom li, .navbar-custom ul  {
     margin: 0px !important;
     padding: 0px !important;
     background-color: #FFFFFF;
}
.lista-hledat {
    padding-left: 0px !important;
   
}
.break-flexi {
    height: 80px;
}    
 
}
.skryt-kosik {
      display: none;
    } 
.videt-kosik {
    display: block;
    }



@media (max-width:990px)  {
    .odskok-top {
    margin-top: 140px !important;    
    }
}

@media (max-width:790px)  {
    .lista-hledat {
    padding-left: 0px !important;
    } 
    .odskok-top {
    margin-top: 180px !important;    
    }
    h1 {
        font-size: 23px !important;
        font-weight: bold;
        text-align: center;
    }
    h2 {
        font-size: 23px !important;
        text-align: center;
    } 
    .breadcrumb {
       /* display: none;*/
    }
    .thumb-content h2 {
        font-size: 12px !important;
    }
}

@media (max-width:767px)  {
.prilep-top {
    z-index: 99999999 !important;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 135px;
}    
    .break-flexi {
    height: 122px;
    }    
    .lista-hledat {
    padding-left: 0px !important;
    }
    .main {
       margin-left: 0px !important;
    }
    #cenik-rozcestnik-container-obal {
     /* display: none; */
    }
    .skryt-kosik {
    display: block;
    }     
    .videt-kosik {
    display: none;
    }    
    .paticka-cervena {
        font-size: 11px !important;
        margin: 10px !important;
        padding-right: 30px !important;
    }
    .odskok-top {
    margin-top: 100px !important;    
    }    
       
}


/*bocni navigace v katalogu*/
.sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #EE2F2E;
    overflow-x: hidden;
    padding-top: 20px;
}
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.main {
    margin-left: 220px; /* Same as the width of the sidenav */
    padding: 100px 0px;
}
@media (max-width:640px)  {

}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}
/*END specificka nastaveni pro tuto prezentaci - v jinych smazat*/
.btn-bily {
    background-color: transparent!important;
    border: 0px solid #FFF !important;
    color: #FFF !important;
    font-weight: bold !important;
}
.btn-bily:hover {
    background-color: #FFF !important;
    color: #000 !important;
    opacity: 0.5;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;    
}

.velky-telefon {
    font-size: 36px;
}
.a-galerie {
    color: #9E9E9E;
    text-decoration: underline;    
}
.a-galerie:hover {
    color: #333;
    text-decoration: underline;    
}
.a-galerie-select {
    color: #000000;
    text-decoration: none;
    font-weight: bold !important;
}


.velky-telefon {
    font-size: 22px;
}
.a-galerie {
    color: #9E9E9E;
    text-decoration: underline;    
}
.a-galerie:hover {
    color: #333;
    text-decoration: underline;    
}
.a-galerie-select {
    color: #000000;
    text-decoration: none;
    font-weight: bold !important;
}

/*VIDEO NA POZADI*/
.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


 
