/*----------------------------------------------------------------------------*/
/* CSS styl galerii
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Galerie
/*----------------------------------------------------------------------------*/
#gallery {
  display: block;
	margin: 0 auto;
}

#gallery a {
  text-decoration: none;
  font-weight: bold;
  color: #006600;
}

#gallery a:hover {
  color: #339900;
}

#gallery ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; 
  padding: 10px;
}

#gallery ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 10px;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-align: center;
}

#gallery ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
  max-height: 150px;
  border:  0px solid #e5e5e5;
  text-align: center;
}
#gallery ul.rig li h3 {
	margin: 0 0 5px;
  font-size: 11px;
  font-weight: normal;
  color: #502000;
  color: #006633;
}
#gallery ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
#gallery ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
#gallery ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
#gallery ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

#gallery ul.rig.columns-4 li a img {
  background-color: #ccc400;
  margin: auto;
}

@media (max-width: 480px) {
	#gallery ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	#gallery ul.grid-nav li a {
		display: block;
	}
	#gallery ul.rig {
		margin-left: 0;
	}
	#gallery ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}

/*----------------------------------------------------------------------------*/
/* Nabidka sluzeb
/*----------------------------------------------------------------------------*/
#gallery-order {
  display: block;
	margin: 0 auto;
  padding: 1.5em 0em;
}

#gallery-order h2{
  margin: 0.0em 0.0em 0.5em 0.5em;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: left;
  font-size: 18px;
  color: #666;
  color: #003366;
  font-weight: 600;
  border-bottom: 0px solid #dcdcdc;
}

#gallery-order a {
  text-decoration: none;
  font-weight: bold;
  color: #006600;
  font-size: 14px;  
}

#gallery-order a:hover {
  color: #339900;
}

#gallery-order ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; 
  padding: 10px;
}

#gallery-order ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 10px;
	vertical-align: top;
	/*box-shadow: 0 0 5px #ddd;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-align: center;
    border-radius: 5px;
}

#gallery-order ul.rig li:hover {
	box-shadow: 0 0 2px #b3b3b3;
  /*border: 1px solid #ddd;*/
}

#gallery-order ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
  max-height: 150px;
  border:  0px solid #e5e5e5;
}
#gallery-order ul.rig li h3 {
	margin: 0 0 5px;
  font-size: 14px;
  font-weight: normal;
  color: #006633;
}
#gallery-order ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}

/* class for 2 columns */
#gallery-order ul.rig.columns-1 li {
	width: 100%; /* this value + 2.5 should = 50% */
}
/* class for 2 columns */
#gallery-order ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
#gallery-order ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
#gallery-order ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 480px) {
	#gallery-order ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	#gallery-order ul.grid-nav li a {
		display: block;
	}
	#gallery-order ul.rig {
		margin-left: 0;
	}
	#gallery-order ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}

/*----------------------------------------------------------------------------*/
/* Nabidka sluzeb rychla
/*----------------------------------------------------------------------------*/
#gallery-fast-order {
  display: block;
	margin: 0 auto;
  padding: 1.5em 0em;
}

#gallery-fast-order h2 {
  text-transform: uppercase;
  text-align: center;
  color: #009933;
  margin: 0.5em 0em 0.5em 0em;
  padding: 0.5em 0.0em 0.0em 0.0em;
  font-weight: bold;
  font-size: 1.3em; 
}

#gallery-fast-order a {
  text-decoration: none;
  font-weight: bold;
  color: #ffcc00;
}

#gallery-fast-order a:hover {
  color: #ff9900;
}

#gallery-fast-order ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; 
  padding: 10px;
}

#gallery-fast-order ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	border: 0px solid #ddd;
	font-size: 10px;
	vertical-align: top;
	box-shadow: 0 0 0px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  text-align: center;
}

#gallery-fast-order ul.rig li:hover {
	box-shadow: 0 0 0px #b3b3b3;
}

#gallery-fast-order ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
  max-height: 150px;
  border:  0px solid #e5e5e5;
}
#gallery-fast-order ul.rig li h3 {
	margin: 0 0 5px;
  font-size: 14px;
  font-weight: normal;
  color: #006633;
}
#gallery-fast-order ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
#gallery ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
#gallery-fast-order ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
#gallery-fast-order ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 480px) {
	#gallery-fast-order ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	#gallery-fast-order ul.grid-nav li a {
		display: block;
	}
	#gallery-fast-order ul.rig {
		margin-left: 0;
	}
	#gallery-fast-order ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}

