@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon2.eot');
	src: url('../fonts/icomoon2.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon2.woff') format('woff'),
		url('../fonts/icomoon2.ttf') format('truetype'),
		url('../fonts/icomoon2.svg#icomoon2') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}



/* Windows Chrome ugly fix http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout/14345363#14345363 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon2';
		src: url('../fonts/icomoon2.svg#icomoon2') format('svg');
	};
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-cogs:before {
  content: "\e995";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}


#logo{
	text-align:center;
}


#logo img{
	width:95%;
	height:auto;
}

#fota{
	text-align:center;
}


#fota img{
	width:80%;
	height:auto;
}

nav{
	
	margin:24px 0;
	
}

nav ul {
	text-align:center;
	margin:0;
}

nav ul li{
	display:inline;
	text-align:center;
	border-left:1px dotted #ccc;
	padding-left:6px;
}

nav ul li:first-child{
	border-left:none;
}

nav ul li a{
	display:inline-block;
	text-align:center;
	padding:12px 6px;
	text-decoration:none;
	margin:0;
	color:#a7a7a9;
}

nav ul li a:hover,
nav ul li.active a{
	color:#418261;
	
}

.icon-checkmark2:before {
  content: "\ea11";
}


img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

body {
	margin: 0;
	
	font-size: 13px;
	line-height: 24px;
	background-color: #a0a0a0;
	padding-left: 50px;
	padding-right: 50px;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	color:#000000;
	
}

h1 {
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1px;
	margin-bottom:24px;
}

h2 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom:24px;
}

h3 {
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 26px;
	line-height: 36px;
	margin-right: 30px;
}

h5 {
	font-size: 20px;
	line-height: 22px;
}

h6{
	font-size: 28px;
	line-height: 28px;
	color:#ff0000;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:24px;
}

h1,h2,h3,h4,h5{
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000000;
	margin-bottom:24px;
}

p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	margin-bottom:10px;
	margin-top:5px;
	
}

p1{
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom:10px;
	font-weight: bold;
	
}

p2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	margin-bottom:10px;
	font-weight: bold;
	/*color:#000000;*/
	
}

a:hover {
		text-decoration: none;
		color: #418261;
		}
		
a:active{
		text-decoration: none;
		color: #418261;
		}
		
a{
		text-decoration: none;
		color: #418261;
		}


nav {margin:5px 0;
	
	background: #ffffff;}
		
nav.show {display:block;}
	
.btnm {
	display: block;
	float:left;
	position:relative;
	padding:10px 15px;	
	margin-right: 5px;
	border-radius:5px; 
	color:white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-decoration: none;
	
	/*background: #da1b23;  Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	}
	
.btnact {
	display: block;
	float:left;
	position:relative;
	padding:10px 15px;	
	margin-right: 5px;
	border-radius:5px; 
	color:#418261;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-decoration: none;
	
	/*background: #da1b23;  Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	}

			
.btnm.hide {display:none;}

.btnm.open-menu {display:none;}	
	}	


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {margin:0; padding:0;}



.container {
		width:654px;
		background: #a0a0a0;
		padding-bottom: 5px;
		text-align:center;
		}

.container {
	margin: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}


button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

iframe,
svg {
	max-width: 100%;
}













/*ddddddddddddddddddddddddd*/
@media only screen and (max-width: 960px) {

body {
	margin: 0;
	
	font-size: 13px;
	line-height: 18px;
	background-color: #a0a0a0;
	padding-left: 20px;
	padding-right: 20px;
	
	
}
h1 {
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1px;
	margin-bottom:24px;
}

h2 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom:24px;
}

h3 {
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 22px;
}

h8 {
	font-size: 20px;
	line-height: 22px;
	color:#ff0000;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:24px;
}

h1,h2,h3,h4,h5,h6{
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000000;
	margin-bottom:24px;
}

p{
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-bottom:24px;
	
}

p1{
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-bottom:22px;
	
}


.container {width:auto;}


nav {
	display:none;
	top:0;
	width:100%;
	background:#a0a0a0;
	}

.btnm {
	width:100%;
	padding:10px 0;
	border-radius:2;
	}
	
.btnact {
	width:100%;
	padding:10px 0;
	border-radius:2;
	}
			
.btnm.hide {display:block;}
.btnm.open-menu {display:block;}

}


footer{
	clear:both;
}

#copyrights{
	text-align:center;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:48px 0 0 0;
	font-size:11px;
	font-family:'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}



#copyrights a{
	text-decoration:none;
	color:#444444;
}

#copyrights a:hover{
	color:#FFA100;
}



#tabelka {
	width: 100%;
	border: 2px solid #a7a7a9;
	border-collapse: collapse;
	text-align:center;
}
table tr td{
  border: 1px solid #a7a7a9;
  border-collapse: collapse;
  text-align:center;
}

table th{
  border: 2px solid #a7a7a9;
  border-collapse: collapse;
  text-align:center;
}



.contact form{
	margin:24px 0;
}

.contact form label{
	font-size:14px;
	display:block;
	color:#000;
	margin-top:10px;
}
}

.contact form input[type=text]{
	height:24px;
	width:80%;
	border:1px solid #3B4A59;
	line-height:24px;
	padding-left:12px;
	color:#242029;
}

.contact form input[type=submit]{
	clear:left;
	display:block;
	width:96px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#FFA100;
	color:#fff;
	border:0;
	cursor:pointer;
	font-size:14px;
}

.contact form textarea{
	height:120px;
	width:80%;
	border:1px solid #3B4A59;
	line-height:12px;
	padding-left:12px;
	color:#242029;
	margin:0 0 12px 0;
}


