@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Courgette';
    src: url('/files/fonts/Courgette-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body{
  background-color: #ffffff;
  color:  #423d33;
	text-align: left;
	font-family: Roboto,sans-serif;
	line-height: 1.4;
	position: relative;
	height: 100%;
}

/********************/
/** Global
*********************/ 

h1{ 
  font-weight: 300;
  font-size: 40px;
  color: #423d33;
  margin-bottom: 10px;
}

h2{
  font-weight: bold;
  font-size: 18px;
  color: #423d33;
  margin-bottom: 10px;
}

h3{
  font-weight: bold;
  font-size: 15px;
  color: #423d33;
  margin-bottom: 10px;
}
p{
  font-weight: 300;
  font-size: 18px;
  color: #423d33;
  margin-bottom: 10px;
  line-height: 1.6;
}
li{
  font-weight: 300;
  font-size: 17px;
  color: #423d33;
  margin-bottom: 10px;
}
a{
  font-weight: 300;
  font-size: 17px;
  color: #423d33;
  text-decoration: underline;
}
a:hover{
 text-decoration: none; 
 color: #01ada8;
}
img{
  border: none;
  max-width: 100%;
  height: auto;
}

div.clear{
  clear: both;
}
.fancybox-bg{
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img { 
    border: 1px solid #666462 !important;
    margin: 5px;
}
.EditableSection a[rel="lightbox[all]"]:hover img, .EditableContent a[rel="lightbox[all]"]:hover img, .editable-section a[rel="lightbox[all]"]:hover img{
    border: 1px solid #01cac4 !important;
}
#cookies_souhlas{
	width: 100% !important;
}
strong, b{
	font-weight: bold;
}

/********************/
/** Main
*********************/ 

div#boder{
  position: relative;
  height: auto;
  background: url(/files/images/background.jpg) repeat left top;
  margin: 0px auto;
}

div#main_content{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
      margin-bottom: 50px;
}

div#content{
	padding-top: 15px;
	overflow: hidden;
}

div#content li{
	background: url(/files/images/odr_black.png) no-repeat top 7px left;
	padding-left: 20px;
	list-style-type: none !important;
}	

div.breadcrumb{
  position: relative;
  margin-bottom: 10px;
	padding: 0;
	background: none;
    font-weight: 300;
    font-size: 17px;
    color: #423d33;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	margin: 0 10px;
}

/********************/
/** Header
*********************/ 
div#header_full{
	width: 100%;
  	background: white;
  	border-bottom: 1px solid #dfd7ca;
}	
#stripe{
	display: block;
	width: 100%;
	overflow: hidden;
}
#stripe_side{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
#stripe_side:after{
	width: 100%;
	height: 30px;
	background: #423d33;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	left: 100%;
}
#stripe_side p.stripe_gray{
	display: inline-block;
	background: #423d33;
	margin: 0;
	position: relative;
	min-height: 30px;
	top: 0;
}
#stripe_side p.stripe_gray:before{
	content: '';
	position: absolute;
	top: 0;
	left: -22px;
	width: 20px;
	height: 30px;
	display: block;
    	border-top: 15px solid #423d33;
    	border-right: 11px solid #423d33;
    	border-bottom: 15px solid transparent;
    	border-left: 11px solid transparent;
}
#stripe_side span{
	display: inline-block;
	padding-left: 30px;
	margin-right: 20px;
	line-height: 30px;
}
#stripe_side a{
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#stripe_side a:hover{
	text-decoration: underline;
}

#stripe_side span:nth-of-type(1){
	background: url(/files/images/tel.png) no-repeat left center;
}

#stripe_side span.dotaz{
	background: url(/files/images/obalka.png) no-repeat left center;
	font-weight: normal;
}

div#header{
  	position: relative;
  	width: 98%;
	max-width: 1600px;
  	margin: 0 auto;
	overflow: hidden;
}
a#logo{
  	float: left;
  	text-decoration: none; 
	margin-top: -5px;
	margin-right: 150px;
}
a#logo span:nth-of-type(1){
	font-family: Roboto;
	font-weight: 300;
	font-size: 30px;
	color: #423d33;	
	display: block;
}
a#logo span:nth-of-type(2){
	font-family: Courgette;
	font-weight: 300;
	font-size: 24px;
	color: #423d49;
	display: block;
	margin-left: 20px;
}
div#menu_top{
  	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
#header.def div#menu_top{
	margin-top: 0;
}
#mobile_open, #mobile_close {
    display: none;
}
#header.def p#header_nadpis{
	float: left;	
	font-weight: bold;
	font-size: 16px;
	color: #423d33;
	margin-left: 70px;
	margin-top: 15px;
}
div#hornimenu1{
  position: relative;
} 
div.ddmxlileft{
  position: relative;
  display: inline-block;
}
div.ddmx a{
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #4f4d4b;
  text-decoration: none;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.topMenuItem46::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
div.ddmx .ddmxlileft:first-child a{
  border-left: none; 
}
div.ddmx .ddmxlileft:last-child a{
  border-right: none;   
}
div.ddmx a:hover, div.ddmx a.selected{
  	font-weight: bold;
      color: #423d33;
}

div#overeni{
	display: inline-block;
	float: right;
	margin: 5px 0;
}
/********************/
/** INTRO
*********************/
div#intro{
	position: relative;
	width: 100%;
	margin-bottom: 5rem;
}
@media (max-width: 600px) {
div#intro{

margin-bottom: 3rem;
}
}
div#intro > div{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
div#intro p#nadpis{
	background: rgba(255,255,255,0.8);
	padding: 15px 20px;
	padding-bottom: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 60px;
	font-family: Roboto;
	font-size: 45px;
	color: #423d33;
	text-transform: uppercase;
}

div#intro div#podnadpis{
	position: absolute;
	left: 0;
	top: 140px;
	z-index: 1;
}

div#intro div#podnadpis p{
	background: #edebe1;
	padding: 7px 20px;
	display: inline-block;
	font-family: Courgette;
	color: #423d33;
	font-size: 30px;
	margin-bottom: 0;
	position: relative;
}

div#intro div#podnadpis p:after{
content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,1.0);
    box-shadow:0 0 20px rgba(0,0,0,1.0);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

div.caption{
	width: calc(100% - 40px);
	padding: 5px 20px;
	background: #423d33;
}

div.caption p{
	margin: 0;
}

div.caption p span, div.caption p span a{
	color: white;
	text-decoration: none;
	font-size: 15px;
}

div.caption p span a:hover{
	text-decoration: underline;
}


/********************/
/** Produkt-n hled
*********************/
div.produkt_pagination{
  position: relative;
  margin-bottom: 10px;
  clear: both;
} 
table.prehledTablePattern{
  position: relative;
  margin-bottom: 2px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.prehledTablePattern td, table.prehledTablePattern tr {
  display: block;
  width: 200px;
  float: left;
  margin-right: 4%;
}
.produkty{
	text-align: center;
}	
div.produkt_box{
  position: relative;
  height: 240px;
  width: 237px;
  padding: 10px;
  margin: 0 15px;
  margin-bottom: 30px;
  background: white;
  border: 1px solid #dfd7ca;
  display: inline-block;
}
div.produkt_box h2{
  position: relative;
  display: block;
  height: 36px;
  line-height: 18px;
  text-align: center;     
}
div.produkt_box h2{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 2px #FFF;
}
div.produkt_box:hover h2{
	text-decoration: underline;
	color: #423d33;
}
div.produkt_box p.produkt_popis{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 15px;
  height: 30px;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
div.produkt_box p.produkt_img{
  position: relative;
  display: block;
  height: 150px;
  width: 220px;
  text-align: center;
}

div.produkt_box div.produkt_cena_box{
  position: relative;
  display: block;
  float: left;
  width: 98px;
}
div.produkt_box p.produkt_cena{
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  width: 98px;
  margin-bottom: 0px;
  color: #F00;
}
div.produkt_box p.produkt_cena_s_dph{
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: bold;
  width: 98px;  
}
div.produkt_box div.produkt_button{
    	position: absolute;
    	margin: 0 auto;
    	bottom: -15px;
    	width: 100%;
    	left: 0;
  	text-align: center;
}
div.produkt_box div.produkt_button input{
  height: 30px;
  font-weight: bold;
  line-height: 28px;
  width: 100px;
  background: #faf8f6;
  border: none;
  cursor: pointer;
  border: 1px solid #dfd7ca;
}
div.produkt_box:hover div.produkt_button input{
	background: #01cac4;
	border: 1px solid #01b3ae;
	color: white;
	text-shadow: 1px 1px 0px rgba(1, 131, 124, 1);
}	
/********************/
/** Produkt-detail
*********************/ 
div.detail_box{
  padding: 0 2%;
}
div.detail_box p{
  margin-bottom: 0px;
}
div.detail_img{
  position: relative;
  text-align: center;
  padding: 0 1rem;
}
div.detail_img p{
  margin-bottom: 0px;
}
div.detail_img img{

}
div.produkt_detail_info {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 265px;
}
div.produkt_detail_info table{
  position: relative;
  border-collapse: separate;
  width: 265px;
}
div.produkt_detail_info table td{
  padding: 5px 0px 5px 0px;
  font-size: 12px;
  width: 50%;
}
div.produkt_detail_info table td.detail_cena_bez_dph{
  font-size: 22px;
}
div.produkt_detail_info table td.detail_cena_s_dph{
}
div.produkt_detail_info table td.box_button_add{
  border-top: 1px solid #AAA;
  padding-top: 10px;
}
div.produkt_detail_info table td input.button_add{
  height: 30px;
  font-weight: bold;
  line-height: 26px;
  width: 100px;
  background-image: url(../files/images/produkt_button_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: none;
  cursor: pointer;
  border: 1px solid #AAA;
  box-shadow: 0px 0px 0px 1px #FFF;
 
}
div.detail_popis{
  position: relative;
  margin-left: 2%;
  width: 64%;
  float: left;
  margin-bottom: 15px;
}
div.detail_hodnoty{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_hodnoty table{
  width: 340px;
}
div.detail_hodnoty table td{
  width: 50%;
  padding: 5px;
  background: #DDD;
}
.detail_box h2{ display: block; text-align: left; width: 100%; margin-top: 15px; }


.detail_img img, .detail_image img{
	max-width: 100%;
	height: auto;
}	
.detail_img_big{
	text-align: center;
}
.detail_images{
	margin: 0;
	width: 100%;
}
.detail_images .col-md-4{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.detail_images .col-md-4:nth-of-type(n+7){
	max-height: 0;
    	opacity: 0;
    	overflow: hidden;
	-webkit-transition: all .4s; 
    	transition: all .4s;
}
.detail_images .col-md-4.visible{
	max-height: 200px;
	opacity: 1;
}
.detail_images .button{
	width: 100%;
}
.detail_image{
	width: 100%;
    	padding-top: 66%;
    	position: relative;
	background: #dfd7ca;
	margin-bottom: 1rem;
}
.detail_image a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.detail_image:hover{
	background: #01cac4;
}
.detail_image img, .detail_img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.popis_box h2{ width: auto; margin-top: 0px; float: none; }

#produkt_top{
	background: white;
	border: 1px solid #dfd7ca;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 25px;
}

#hodnoty{
	width: 60%;
	float: right;
}

.detail_hodnoty_table{
	width: 100%;
}

.detail_hodnoty_table tr, .detail_hodnoty_table tr td{
	border-bottom: 1px solid #dfd7ca;
}

.detail_hodnoty_table tr td{
	padding: 5px 0;
	    display: inline-block;
}

.detail_hodnoty_table tr td:nth-of-type(1){
	width: calc(60% - 15px);
	padding-left: 15px;
}
.detail_hodnoty_table tr td:nth-of-type(2){
	width: calc(39% - 15px);
	padding-right: 15px;
}

a.poptavka_button{
	float: right;
	padding: 15px 30px;
	border-radius: 4px;
	color: white;
	background: #01cac4;
	text-shadow: 1px 1px 0px rgba(1, 131, 124, 1);
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	margin-top: 10px;
}	
a.poptavka_button:hover{
	background: #01ada8;
}
/********************/
/** SWITCHER
*********************/ 
.switcher_wrap{
	clear: both;
}
#window_switch{
	border: 1px solid #dfd7ca;
	border-top-left-radius: 0;
	padding: 20px 15px;
	margin-bottom: 20px;
	background: #eee9e1;
}

#window_switch table {
	border: 1px solid #e0e0e0;
	border-top-left-radius: 0;
	border-collapse: collapse;
	width: 100%;
      margin-bottom: 7px;
}

#window_switch td {
	border: 1px solid #e0e0e0;
	border-top-left-radius: 0;
	padding: 5px;
      font-size: 14px;
      font-family: Roboto;
}
}

#main_content #window_switch{
	padding: 15px;
}

#main_content div.box_switch{
	padding-bottom: 0;
}

#ribbon_switch div.button_switch{
	display: inline-block;
	cursor: pointer;
	margin-bottom: -1px;
	margin-right: -2px;
	border: 1px solid white;
	border-bottom: 1px solid transparent;
	padding: 5px 30px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 23px;
	color: #333333;
}

#ribbon_switch div.button_switch:hover,
#ribbon_switch div.button_switch.selected_switch{
	font-weight: normal;
	background: #eee9e1;
	border: 1px solid #dfd7ca;
	border-bottom: 1px solid #eee9e1;
}

div.box_switch{
	padding-bottom: 20px;
}
/********************/
/** Left-col
*********************/ 
div#left_col{
  position: relative;
  width: 240px;
  margin-right: 15px;
  float: left;  
  border: 1px solid #dfd7ca;
  margin-top: 15px;
  background: white;
  margin-bottom: 15px;
}
h2.left_col_title{
  position: relative;
  display: block;
  height: 40px;  
  line-height: 40px;  
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  background-image: url(../files/images/left_col_title_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-left: 15px;  
  padding-right: 15px;
  border: 1px solid #104CB5; 
  margin-bottom: 0px;
  float: left;
  text-shadow: 0px 1px 2px #000;
}
div.left_col_edit_box{
  position: relative;
  float: left;
  padding: 15px;
  background-color: #EEE;
  border: 1px solid #AAA;
  border-top: none;
}
div#category{
  position: relative;
  margin-bottom: 15px;
}
div#category p{
  margin-bottom: 0px;
}
div#category p.close{
	opacity: 1;
	float: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
div#category p.close + div {
    display: none !important;
}
div#category p#cid_20 a{
  border-bottom: none;
}
div#category a{
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  font-size: 16px;
  padding: 5px 7.5%;
}
div#category > p > a:hover, div#category > p > a.selected, div#category > p.open a{
  background-color: #01cac4;
  color: #FFF;  
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  font-weight: 400;
}

div#category > p > a{
	text-transform: uppercase;
}

div#category div.item1 p a{
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: 0px;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
}
div#category div.item1 p a:hover, div#category div.item1 p a.selected{
  background-color: #888;
  color: #FFF;
}   
div#category div.item2{
	background: white;
}
                                                                   
div#category div.item2 p a{
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: 0px;
  font-size: 16px;
  padding: 5px 15px 5px 30px;
}   
div#category div.item2 p a:hover, div#category div.item2 p a.selected{
  background-color: #dfd7ca;
  text-decoration: none;
  color: #423d33;
  font-weight: 400;
}
/********************/
/** Footer
*********************/

#footer_full{
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 10px;
	padding-top: 10px;
  z-index: 1;
  background: #423d33;
}

div#footer{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
}
div#footer p{ 
  color: white;
}
div#footer a{
  color: white;
  text-decoration: none;
} 
div#footer a:hover{
	text-decoration: underline;
}

/**********************************/
/*  MAPA 
/*********************************/

#mapa{
	background: #ffffff;
      border: 1px solid #dfd7ca;
      background-color: #f2efeb;

}
#mapa > div{
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
}
.mapa_title{
  border: none;
    padding-bottom: 5px;
    padding-top: 5px;
	margin: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 28px;
    color: #423d33;
	background: url(/files/images/otaznik.png) no-repeat left 210px center;
	background-size: auto;
}


/********************/
/** Ko  k
*********************/
.kosikNavigace{
  width: 685px;
  margin-bottom: 10px;
  float: left;
}
.kosikNavigace span{
  display: block;
  float: left;
  margin-right: 2px;
  background-image: url(../files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
}
.kosikNavigace span#fazeSelected{
  font-weight: bold;
}
.addToCartTxt{
  width: 685px;
  margin-bottom: 10px;
  float: left;
}
#xcart{
  width: 685px;
  float: left;
}
#xcart table{
  font-size: 12px;
  padding: 0px;  
  text-align: center;
}
#xcart table th{
  background: #666;
  width: 10%;
  font-size: 12px;
  font-weight: normal;
  border-radius: 3px;
  color: #FFF;
  padding: 2px;
}
#xcart table td{
  width: 14%;
  padding: 5px;
}
#xcart table a{
  font-size: 12px;
}
.kosikTablePrehledContainer{
  margin-bottom: 10px;
}
.kosikCelkovaCena{
  margin-top: 10px; 
  margin-bottom: 10px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid #CCC;   
}
.kosikCelkovaCena span{
  text-align: center;
  width: 685px;
  margin: 0px auto;
  display: block;
}
.pagerBack{
  float: left;
  margin-left: 2px;
}
.kosikRight{
  float: right;
  margin-right: 2px;
}
.kosikPager input{
  height: 30px;
  line-height: 14px;
  cursor: pointer;
}
#povinnePolozky{
  font-size: 12px;
  background: #666;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
}
.registraceTable{
  text-align: left;
  width: 685px;
}
#xcart .registraceTable td{
  text-align: left;
  width: auto;
  padding: 0px;
}
#xcart td.registraceTitle{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
#xcart .registraceTable td textarea{
  width: 674px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.registrace_povinne_popis{
  font-size: 12px;
  padding: 10px 0px 10px 0px;
  text-align: right;
  font-weight: bold;
}
.tableLoginForm{
  width: 300px;
  background-color: #888;
  padding: 5px;
  border: 1px solid #444;
  color: #FFF;
  font-size: 12px;
}
.tableLoginForm input{
  border: 1px solid #444;
  height: 20px;
  line-height: 20px;
}
.tableLoginForm input[type="text"]{
  width: 280px;
}
.tableLoginForm input[type="password"]{
  width: 280px;
}
.tableLoginForm input[type="submit"]{
  float: left;
  height: 25px;
  line-height: 25px;
  display: block;
  width: 120px;
  color: #FFF;
  background-image: url(../files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  cursor: pointer;
}
.tableLoginForm input[type="button"]{
  float: left;
  height: 25px;
  line-height: 25px;
  display: block;
  clear: both;
  margin-top: 10px;
  width: 120px;
  color: #FFF;
  background-image: url(../files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;  
  cursor: pointer;
}
.buttonRegistrace{
  float: right;
  height: 30px;
  line-height: 30px;
}                                

#banners{
  	width: 100%;
	text-align: justify;
	margin-top: 25px;
}

#banners div.banner{
	display: inline-block;
    	vertical-align: top;
    	width: 18%;
    	text-align: center;
    	position: relative;
    	overflow: hidden;
	margin-bottom: 15px;
}       

a.banner{ left: 0;  position: absolute; bottom: 0; right: 0; top: 0; z-index: 999; }

div.banner p{
	font-family: Roboto;
	font-size: 22px;
	color: #666462;
	font-weight: bold;
} 

div.banner img{
	border: 1px solid #dfd7ca;
	width: calc(100% - 2px);
	margin-bottom: 20px;
}

div.banner:hover img{
	border: 1px solid #01cac4;
}  

div.banner:hover p{
	color: #01cac4;
}

div#proc{
	width: 100%;
	display: table;
	padding-bottom: 10px;
}

div#proc h2{
	font-family: Roboto;
	font-weight: 300; 
	font-size: 28px;
	color: #423d33;

}

div#proc .left{
	border-right: 1px solid white;
	padding-right: 15px;	
	width: calc(70% - 16px);
	display: table-cell;
	vertical-align: top;
}

div#proc ul{
	padding-left: 0;
    	list-style-type: none !important;
}

div#proc ul li{
	background: url(/files/images/odr_big.png) no-repeat left top 3px;
	padding-left: 25px;
}

#bottom_menu{
	padding-bottom: 15px;
	border-bottom: 1px solid #2b251a;
	margin-bottom: 10px;
	overflow: hidden;
}

#bottom_menu h2{
	font-size: 18px;
	color: white;
	font-weight: normal;
	margin-bottom: 15px;
}	

#bottom_menu .left{
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

#bottom_menu .left a.link{
	display: inline-block;
	vertical-align: top;
	background: url(/files/images/odr.png) no-repeat left top 6px;
	padding-left: 18px;
	width: calc(25% - 21px);
}

#bottom_menu .right{
	width: 20%;
    	float: right;
	display: inline-block;
	vertical-align: top;
}

#bottom_menu .right p{
	vertical-align: top;
	padding-left: 30px;
	line-height: 30px;
}

#bottom_menu .right p:nth-of-type(1){
	background: url(/files/images/tel.png) no-repeat left center;
}
#bottom_menu .right p:nth-of-type(2){
	background: url(/files/images/obalka.png) no-repeat left center;
}

.popis_box{ 
  background-color: #EEE;
  min-height: 20px;
  width: 96%;
  float: left;
  padding: 20px 2%;
  border-radius: 3px;
} 


div.mapa { }

div.mapa iframe {
    width: 100% !important;
}


button#modal-launch, button#modal-launch-2{
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none;
	display: inline-block;
	vertical-align: top;
	min-height: 30px;
}
button#modal-launch-2{
	margin-top: 1rem;
}
button#modal-launch:hover span{
	text-decoration: underline;
}
button#modal-launch a{
	line-height: 31px;
	color: #423d33;
	text-transform: uppercase;
	background: #01cac4;
	display: inline-block;
	padding: 0 0.5rem;
	font-weight: bold;
}
button#modal-launch a:hover{
	background: white;
}
button#modal-launch-2 a{
	background: #01cac4;
	color: white;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-weight: bold;
	font-size: 24px;
	border-radius: 3px;
	display: inline-block;
	padding: 0.25rem 0.75rem;
}
button#modal-launch-2 a:hover{
	background: #01ada8;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #01cac4;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #01ada8;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bc2ff+0,01a0ea+100 */
	background: #01cac4;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: #01ada8;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}


/*MEDIA*/


@media (max-width: 1120px) {

a#logo{
	margin-right: 1rem;
	float: none;
	display: inline-block;
	margin-top: 0;
}

#banners{
	text-align: center;
}

#banners div.banner{
	width: 170px;
	margin-right: 5px;
	margin-left: 5px;
}

#bottom_menu .left a.link{
	width: calc(50% - 21px);
}

#bottom_menu .right p:nth-of-type(2){
	    width: calc(100% - 40px);
}

div#left_form, .form_content fieldset p.submit{
	float: none;
	margin-left: 0;
}

.form_content fieldset p input, .form_content fieldset p textarea{
	width: calc(100% - 1em);
}
div#right_form{
	float: none;
	margin-right: 0;
	margin-left: 0;
}

}

@media (max-width: 1000px) {
#stripe{
	background: #423d33;
}
#stripe_side{
	text-align: center;
}
div#header{
	min-height: 100px;
	overflow: visible;
}
div#menu_top{
    display: inline-block;
    vertical-align: top;
	float: none;
}
#mobile_open {
    width: 30px;
    height: 35px;
    background: url(/files/images/hamburger.png) no-repeat center top;
    vertical-align: top;
    cursor: pointer;
    display: block;
	margin-left: 20px;
}
#mobile_close {
    width: 30px;
    height: 35px;
    background: url(/files/images/close.png) no-repeat center top;
    vertical-align: top;
    cursor: pointer;
	margin-left: 20px;
}
div#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 500;
    background: white;
    padding-bottom: 30px;
}
div#hornimenu1.visible {
    display: block;
    overflow: hidden;
}
.mobile .ddmx .ddmxlileftsel, .mobile .ddmx .ddmxlileft {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #01cac4;
}

}

@media (max-width: 800px) {
div#menu_top{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
a#logo{
	float: none;
	margin: 10px auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}
div#overeni{
	display: block;
	text-align: center;
	float: none;
}
a#logo span:nth-of-type(2){
	margin-left: 0;
}

div#intro p#nadpis{
	top: 0;
}
div#intro div#podnadpis{
	top: 80px;
}
div#header{
	overflow: visible;
}
div#category div.item2 p a {
    padding: 5px 15px 5px 60px;
}
div#left_col{
	width: calc(100% - 2px);
	float: none;
}
div.detail_img, #hodnoty{
	width: 100%;
	float: none;
}
#header.def p#header_nadpis{
	float: none;
	margin-left: 0;
}
div#footer{
	width: 94%;
	margin: 0 auto;
}
#mobile_open, #mobile_close{
	margin: 0 auto;
}
}

@media (max-width: 600px) {
#header.def p#header_nadpis{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
div#intro p#nadpis{
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 15px;
	margin-bottom: 0;
	font-size: 25px;	
	text-align: center;
	display: block;
}
div#intro > div{
	position: relative;
	top: auto;
	bottom: auto;
	width: 100%;
	left: auto;
	right: auto;
}	
div#intro div#podnadpis{
	position: relative;
	top: auto;
	left: auto;
}
div#intro div#podnadpis p{
	display: block;
	text-align: center;
}
#bottom_menu .left, #bottom_menu .right{
	width: 100%;
}
  
}



	.btn1 {
			font-size: 19px;
			border: 3px solid #00c9c4;
			padding: 16px 30px !important;

			cursor: pointer
		}
		.btn1:hover {
			color: #ffffff;
			background-color: white !important;
		}


  .section-footer {
           
background: url(/files/images/background.jpg) repeat left top;
            width: 100%;


        }

        .section-footer-content {

            background-image: url("/files/images/zaluzie.jpg");
            background-repeat: no-repeat;
            background-position: 29% center;
            background-size: contain;
        }

        .rf-row {
         padding-top: 80px;
    	   padding-bottom: 80px;
        }
@media (max-width: 768px) {
  .rf-row {
    gap: 30px;
  }
}

        .rf-heading {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 30px;
            color: #312d24;
            margin-bottom: 20px;
        }

        .rf-text,

        .rf-olist li {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 24px;
            color: #312d24;
            line-height: 1.4;
            margin-bottom: 8px;
        }

        .rf-list {
            list-style: none;
            padding-left: 0;
        }

        .rf-list li:before {
            content: '\2713\0020';
            color: #312d24;
        }

        /* Ordered list with numbered white-on-green circles */
        .rf-olist {
            counter-reset: rf-counter;
            list-style: none;
            padding-left: 0;
        }

        .rf-olist li {
            counter-increment: rf-counter;
            position: relative;
            padding-left: 56px;
            padding-top: 4px;
            margin-bottom: 20px;
        }

        .rf-olist li::before {
            content: counter(rf-counter);
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #67c6c6;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 20px;
        }



@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}