body {
	color: #000000;
	font-family: arial;
	font-size: 13px;
	margin:0px;
}

.content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header {
	height:100px;
}
header .logo  {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto; position: relative;
}

header .logo a img {
	position: absolute;top:-48px;left:-15px;border:0px;
}
#header_login {
	float: right;
	margin: 7px;
	margin-right: 20px;
}
#header_login>* {
	color: #ffffff;
	text-decoration: none;
	}



a:hover, #header_login a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin-bottom: 5px;
}
h2, h3, h4 {
	color: #ec002f
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.col2 {
	float: left; 
	width:50%;
}
.col3 {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	border-right: 1px solid #ffffff;
	padding-left: 30px;
	padding-right: 20px;
}

.col3:last-child, .eshopcontent div.col3:last-child {
	border-right: 0px;

}

.content {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content section.article{
	margin-left: 30px;
	margin-top: 30px;
}

.content section.content_header{
	margin-left: 0px;
}
.content b,.content strong, .content a {
	color: #d3b86f;
}

.hp_sekce {
	border-top: 1px solid white; padding-top: 10px; margin-top: 3px;
}

.content a:hover {
	text-decoration: none;
}

.content_header {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	background-color:#ffffff;
	padding-bottom: 30px;
	
}

.content_header > *, .content_header strong {
	color: #000000;
	}

.content_header img {
	margin-right: 10px;
}

.content_header h2 {
	margin-top: 0px;
	padding-top: 50px;
	}
	
thead th, thead td { 
	text-align: left;
 }
table.dataTable thead th, table.dataTable thead td {

    padding-left: 5px;
    	background-color: #d6d6d6 !important;
}

.napis_mobil {
	width: 155px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 5px;
	margin-left: 0px;
	border-radius: 5px;
	background: none repeat scroll 0 0 #d3b86f;
    color: #FFFFFF;
    padding: 5px;
}

.submenu {
	width: 200px;
	float: left;
	background-color: #ffffff;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.submenu a{
	color: #000000;
}
.submenu h3{
	background: none repeat scroll 0 0 #d3b86f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    margin: 0 0 5px;
    padding: 5px;
}
.submenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	width: 100%;
	margin-bottom: 20px;
}

.submenu ul li {
	display: inline;
	margin:0px;
    padding:0px;
}

.submenu  ul li a {
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	font-weight: bold;
}

.submenu  ul li a:hover, .submenu a.current {
	background-color: #e9e9e9;
}

.submenu2 ul{
		margin: 0px;
	padding: 0px;
	width: 90%;
	padding-left: 10px;
}

.submenu2 ul li {
	
}
.submenu2  ul li a {
	font-weight: normal;
	}



.item {
	width:300px;
	float:left;
	height: 160px;
	border: 1px solid #acacac;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 11px;
	padding: 5px;
}

.item br {
	clear: none;
}

.item img {
	margin-top: 2px;
	padding-right: 10px;
	float: left;
}
	
.item .popis 
{
	width: 220px;
	height: 110px;
	background-color: #acacac;
	position: absolute;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	display: block;
	padding: 5px;
}

.item .nadpis a {
	color: #ffffff;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}
.item .nadpis a:hover {
	text-decoration: underline;
	}
.tablenadpis {
	font-weight: bold;
}

.wrap {
  /*width:95%*/
  width: 960px;
  margin: 0 auto;
}

.row {
  margin-left: -20px;
}

.col {
  border: 0px solid rgba(0, 0, 0, 0);
  border-left-width: 20px;
  float: left;
  white-space: normal;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.span_6 {
  width: 47.0%;
}

.span_9 {
  width: 75.0%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* FORMULAR */
label {
	font-weight: bold;
}


fieldset {
	border: 1px solid #EBEBEB;
    width: 90%;
	display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
fieldset legend {
    font-weight: bold;
    color: #d3b86f;
    font-size: 15px;
}
fieldset label {
	display: block;
	color:#717171;
   -float: left;
    margin: 6px 4px 2px;
    -min-width: 100px;
    -text-align: right;
}

input[type="text"],input[type="password"],input[type="email"], textarea, select {
    border: 1px solid #d3b86f;
    border-radius: 4px;
    padding: 7px;
	margin-bottom: 3px;
	width: 80%;
}

input[type="text"]:hover,input[type="password"]:hover,input[type="email"]:hover, textarea:hover {
	background-color: #e9e9e9;
}


input[type="submit"],input[type="reset"], input[type="button"] {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    padding: 8px 20px 10px;
	margin: 4px;
	font-weight: bold;
}

input[type="button"].uzke {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    padding: 0px 10px 0px;
	margin: 4px;
	font-weight: bold;
}
input[type="submit"]:hover,input[type="reset"]:hover, input[type="button"]:hover {
    border: 1px solid #d3b86f;
}






.btn, button, .tlacitko {
    background-color: #dfdfdf;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    padding: 8px 20px 10px;
    text-align: center;
    transition: all 0.1s ease-out 0s;
}
.tlacitko {
	background-color: #EBEBEB;
}

.btn:hover, button:hover, .tlacitko:hover, .active {
background-color: #c8c8c8;
border: 1px solid #000000;
color: #000000;
}

.error, .info, .success {
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 0.8125em;
    margin-bottom: 1.25em;
    padding: 0.4375em 15px;
    position: relative;
	width: 80%;
}
.error:after, .info:after, .success:after {
    content: "x";
    position: absolute;
    right: 10px;
}
.error {
    background: none repeat scroll 0 0 #E5B5B5;
    border-color: #D17D7D;
    color: #862F2F;
}
.info {
    background: none repeat scroll 0 0 #B6B5E5;
    border-color: #7F7DD1;
    color: #312F86;
}
.success {
    background: none repeat scroll 0 0 #C8E5B6;
    border-color: #9DD17E;
    color: #508630;
}
.schovej {
	display: none;
}

/* kontakt */
form.kontakt label {
	display: block;
    margin-bottom: 5px;
    color:#717171;
}
form.kontakt input[type="text"], form.kontakt textarea {
    border: 1px solid #d3b86f;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    
    width: 100%;
}

form.kontakt input[type="text"].spam {
	width:15px;
}

.kontakt_media, .accord-media {
    border-bottom-color: #d7d7d7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.kontakt_media .img, .accord-media .img {
  float: left;
}

.kontakt_media .desc, .accord-media .desc {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 10px;
}
.desc ul {
	padding: 0px;
}

.kontakt_media .kontakt--list {
    color: #717171;
    font-size: 13px;
}


.mr_5 { margin-right: 5px;}




#registrace input[type="text"],#registrace input[type="password"],#registrace input[type="email"], #registrace textarea {
	width: 60%;
	
}

#registrace input[type="submit"] {
    width: 200px;
	margin: 4px;
}




/************************************************************************************
smaller than 960
*************************************************************************************/


@media screen and (max-width: 895px) 
{

header nav ul  {
	-padding-left:135px;
}


}
@media screen and (max-width: 350px) 
{
header nav {
	margin-top: 80px;
}
header .logo a img {
	position: absolute;top:-80px;left:0px;border:0px;
}
header nav ul  {
	padding-left:0px;
}
header nav ul li {
	width: 100%;
}


input[type="text"],input[type="password"],input[type="email"], textarea, select {
	width: 95%;
}

}

