
/*p.style1 {font: 18px/27px 'AmaticSCRegular', Arial, sans-serif;}
p.style2 {font: 18px/27px 'AmaticBold', Arial, sans-serif;}*/

/* TYPO http://pxtoem.com/ **************************************************/


body{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align:center;
    color: #000000;
    font-smooth: always;
    filter:none;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background-color: #e4e3de;
    font: 12px/150% Tahoma, Arial, sans-serif;  
}

.zelene{
color: #95c505; 
}

.hnede{
color: #806c48;
}

h1, .nazev{
    font-size: 21px;
    line-height:120%;
    padding: 5px 0px 5px 0px;
    text-decoration:none;
    text-align:left;
    margin:0px 0px 15px 0px;
    text-transform:uppercase;
    color: #95c505; 
}

h1 p{
    margin:0px !important;
    padding:0px !important;
}


td.nazev h1{
    padding: 5px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

h2{
    font-size: 100%;
    color: #95c505;
    text-transform:uppercase;
    line-height:120%;
    padding: 5px 0px 5px 0px;
}

h3, h4, h5, h6 {
    font-size: 100%;
    color: #806c48;
    line-height:120%;
    padding: 10px 0px 10px 0px;
}

p { 
    margin: 0 0 10px 0; 
}


em { 
    font-style: italic; 
}


strong { 
    font-weight: bold;
	
}

small { 
    font-size: 80%;
}

blockquote, blockquote p { 
    font-size: 14px; 
    line-height: 1.5; 
    font-style: italic;
}

blockquote { 
    margin: 0 0 20px; 
    padding: 9px 20px 0 19px; 
    border-left: 1px solid #ddd; 
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


blockquote cite { 
    font-style: normal; 
    font-weight: bold; 
    display: block; 
    padding-top: 8px; 
}

hr{
color: #806c48;
}


.clearer, .zaver { 
    width:100%;
    clear:both;
    height:0px;
    line-height:0px;
    margin:0px;
    padding:0px;
}

.clearer10 { 
    width:100%;
    clear:both;
    height:0px;
    line-height:0px;
    margin:10px 0px;
    padding:0px;
}


.left{ 
    float:left;
    text-align:left;
}

.right{ 
    float:right;
}

.wp75{ 
    width:75%;
    margin:0px;
    padding:0px;
}

.wp50{ 
    width:50%;
    margin:0px;
    padding:0px;
}

.wp33{ 
    width:33%;
    margin:0px;
    padding:0px;
}

.text_left{ 
    text-align:left;
}

.text_right{ 
    text-align:right;
}

.ml10{ 
    margin-left:10px;
}

.ml20{ 
    margin-left:20px;
}

.mb10{ 
    margin-bottom:10px;
}
.mb20{ 
    margin-bottom:20px;
}
.mb5{ 
    margin-bottom:5px;
}
.mr10{ 
    margin-right:10px;
}

.mr30{ 
    margin-right:30px;
}

.mr50{ 
    margin-right:50px;
}
.mt20{ 
    margin-top:20px;
}
.mt10{ 
    margin-top:10px;
}
.mt5{ 
    margin-top:5px;
}

.col_1_3{ 
    width:28%;
    margin-right:2%;
    float:left;
}

.bold{ 
    font-weight:bold;
}

.redbold{ 
    color:#ff0000;
    font-weight:bold;
}

.italic{ 
    font-style:italic;
}

.pointer{ 
    cursor:pointer;
}

.brdrt{
border-top:1px solid #e5e4de;
}
/* LINKS **************************************************/

a{ 
    color: #806c48;
    text-decoration: none;
    outline:0 !important;
    border:0px;
}

a:hover, 
a:active { 
    outline : 0 !important;
    color: #000000;
}

a h2:hover{ 
    color: #806c48;
}

footer a { 
    color : #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer a:hover, 
footer a:active { 
    outline : 0;
}


/* IMAGES **************************************************/

img.grayscale {
/* Firefox 10+, Firefox on Android */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale");

 /* IE6-9 */
filter: gray;

/* Chrome 19+, Safari 6+, Safari 6+ iOS */
-webkit-filter: grayscale(100%);

border: solid black 2px;
opacity:0.05;
}

/* 	ivos zkousel na explorer 10

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

svg {
    background:url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
}

img.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

*/




/* TABLES **************************************************/

table { 
    border-collapse: collapse;
    float: left;
    border-spacing: 0;
    margin: 0px 0px 20px 0px; 
    width: 100%;
}

table tr td {
/*  border-bottom: 1px solid #A4A4A4;*/
    background-color: #ffffff; 
    padding:0px;
}

table th {
	background-color: #95c505; 
    border-bottom: 1px solid #A4A4A4;
    color: #ffffff;
    padding:2px 5px;
}


caption {
    font-size: 21px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
}


tfoot { 
    font-style : italic; 
}



/* FORMS **************************************************/

form { 
    margin : 0; 
}

fieldset { 
    margin-bottom : 1.5em; 
    padding : 0; 
    border-width : 0; 
}

legend { 
    *margin-left : -7px; 
    padding : 0; 
    border-width : 0; 
}



button, 
search,
input, 
select, 
textarea { 
    font-size : 100%; 
    margin : 0; 
    vertical-align : baseline; 
    *vertical-align : middle; 
}

button, input { 
    line-height : normal; 
    *overflow : visible; 
    margin:0 0 5px 0;    
    cursor:pointer;
}

input, select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
    background-color: #95c505; 
    border: 0px;
    color: #ffffff;
    padding:7px 10px;
    text-transform:uppercase;
    font-size:13px;
}

button:hover, 
input[type="button"]:hover, input[type="submit"]:hover{ 
    background-color: #806c48; 
}


button::-moz-focus-inner, 
input::-moz-focus-inner { 
    padding : 0;
    border : 0; 
}


input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder{
    color:#bbb;
}

input::-moz-focus-inner {
    border:0;
}


textarea{
    width:98%;
    height:90px;
    margin:0 0 20px 0;
    border:1px solid #ccc;
    padding:1%;
    font-family:inherit;
    font-size:0.9em;
    overflow: auto; 
    vertical-align: top;
}
