@font-face {
		font-family: 'Footer';
		src: url('shadowsintolighttwo-regular.woff') format('woff'),
			 url('shadowsintolighttwo-regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
  footer a {
text-decoration: underline;
color: #000;
} 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a {
	text-decoration: none;
  color:black;
}
header {
	position: relative;
	overflow: hidden;
	height: 500px;
	line-height: 500px;
	text-align: center;
	width: 100%;
	min-height: 340px;
	background: url(seo.jpg);
}
header .nav-mobile {
	display: none;
}
header .light {
	width: 100%;
	height: 100%;
}
header .intro {
	vertical-align: middle;
	display: inline-block;
	line-height: 28px;
}
header h1 {
	font-family: "Open sans";
	font-size: 80px;
	margin-bottom: 65px;
	display: inline-block;
}
header p {
	font-family: 'Calibri';
	font-size: 24px;
	color: #000000;
	width: 810px;
	display: block;
}
nav {
	z-index: 100;
	width: 100%;
	text-align: center;
	background: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	line-height: 100px;
}
nav ul {
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	display: inline-block;
}
nav ul li {
	float: left;
	margin-right: 20px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	font-family: Calibri;
	letter-spacing: 1px;
	font-size: 18px;
	color: #AAA;
	font-weight: 600;
}
nav ul li a:hover, nav ul li a:visited {
	color: #000000;
}
nav.fixe {
	height: 100px;
	line-height: 100px;
	position: fixed;
	top: 0;
	background: #f8f8f8 url("logo.png") no-repeat center center;
}
nav a {
	display: none;
}
nav.fixe a {
	display: block;
  position: absolute;
  right: 20px;
  top: 0px;  
}
@media screen and (max-height:850px) {
nav.fixe {
	height: 70px;
	line-height: 70px;
	position: fixed;
	top: 0;
	background: #f8f8f8 url("logo.png") no-repeat center center;
	background-size: 20%;
}
}
@media screen and (max-height:550px) {
nav.fixe {
	height: 50px;
	line-height: 50px;
	position: fixed;
	top: 0;
	background: #f8f8f8 url("logo.png") no-repeat center center;
	background-size: 15%;
}
}
.content {
	width: 780px;
	margin: 0 auto;
}
.line {
	width: 100%;
	height: 2px;
}
section.projects .line:first-child {
	margin-bottom: 80px;
}
section.projects .line:last-child {
	padding-bottom: 10px;
}
.projects article {
	text-align: center;
	margin: 0 auto;
}
footer {
	background: #ffffff url(down-light.png) no-repeat top center;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
  font-family: 'Footer';
}
footer .line {
	margin-bottom: 50px;
}
footer .social {
	margin: 5px 0 20px;
	text-align: center;
}
footer .social li {
	display: inline-block;
	margin-right: 25px;
}
footer .social li:last-child {
	margin-right: 0;
}
footer .social a {
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow: 4px 4px 0 #C5C6C6;
	-moz-box-shadow: 4px 4px 0 #C5C6C6;
	box-shadow: 4px 4px 0 #C5C6C6;
	background-color: #D1D1D1;
	text-align: center;
	line-height: 46px;
	display: inline-block;
	width: 46px;
	height: 46px;
}
footer .social a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #C5C6C6;
}
footer .social img {
	display: inline-block;
	width: 46px;
	height: 46px;
}
footer p.credit {
	font-family: Calibri;
	font-size: 13px;
	color: #ddd;
	line-height: normal;
	margin-bottom: 0;
}
a.btn {
	display: inline-block;
	height: 76px;
	line-height: 31px;
	padding: 15px 15px 0px;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 46px 46px;
	-webkit-transition: box-shadow 0.4s;
	-moz-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	-webkit-box-shadow: 4px 4px 0 #C5C6C6;
	-moz-box-shadow: 4px 4px 0 #C5C6C6;
	box-shadow: 4px 4px 0 #C5C6C6;
	font-family: 'Calibri';
	font-size: 25px;
	color: #000000;
}
a.btn span {
	font-size: 32px;
}
a.btn:hover, a.btn:active {
	background-color: #C5C6C6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
a.btn.contact {
	margin-bottom: 40px;
}
.slider-wrap {
	position: relative;
	text-align: left;
	overflow: auto;
	padding: 80px 0 40px;
}
.sliderHolder {
	cursor: hand;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.slider.grabbing {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.slider li {
	margin-left: 40px;
	margin-bottom: 40px;
	display: inline-block;
	float: left;
}
.slider li:first-child img {
	height: 240px;
}
.slider li span {
	height: 240px;
	-webkit-box-s+hadow: 8px 8px 0 #C3C4C4;
	-moz-box-shadow: 8px 8px 0 #C3C4C4;
	box-shadow: 8px 8px 0 #C3C4C4;
	display: block;
	position: relative;
}
.slider li span.artcl {
	background-size: 240px 240px;
	width: 240px;
	height: 240px;
}
.slider li span.artcl img {
	width: 240px;
	height: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ffffff;
}
article.nez_zalozite2 {
	background: url(down-light.png) no-repeat top center, url(ico01.png);
}
article.zalozeni2 {
	background: url(down-dark.png) no-repeat top center, url(ico02.png);
}
article.jak_se_starat2 {
	background: url(down-light.png) no-repeat top center, url(ico03.png);
}
#booklet1, #booklet2, #booklet3 {
	border-left: 8px solid #7f8c8d;
}
#steps{
    width: 570px;
    height: 480px;
    background: url(footer3.png) no-repeat left 8px;
    text-align: left;
    font-size: 25px;
    position: relative;
    margin: 25px auto;
}
#footer-head {font-size: 50px;}
#steps span {
    position: absolute;
    padding-left: 145px;
    font-family: 'Open Sans';
}
#step1 {top: 45px;}
#step2 {top: 180px; line-height: 35px;}
#step3 {top: 365px;}

figure { width: 240px; height: 240px; background: url(00.png);}
figure div.fg-number { text-align: center; font-family: 'Open Sans Light'; font-size: 49px; padding: 14px  0 0 6px; }
figure div.fg-title { font-family: 'Open Sans'; font-size: 25px; padding: 26px 3px 0 18px; line-height: 30px; }
figure div.fg-desc { font-family: 'Open Sans Light'; padding: 23px 0 0 18px; font-size: 19px; }
figure.book div { font-family: 'Open Sans'; text-align: center; font-size: 30px; padding: 80px 0; line-height: 40px; background: white; }




@media screen and (max-width:980px) {
.content {
	width: 560px;
}
header p {
	font-family: 'Calibri';
	font-size: 24px;
	color: #000000;
	width: 560px;
	display: block;
}
nav ul li a {
	letter-spacing: 0;
}
nav ul li a.home {
	display: none;
}
.slider li {
	margin: 20px;
}
.slider li:first-child img {
	height: 200px;
}
.slider li span {
	height: 200px;
}
.slider li span.artcl {
	background-size: 176px 316px;
	width: 200px;
	height: 200px;
}
.slider li span.artcl img {
	width: 200px;
	height: 200px;
	left: 0px;
	top: 0px;
}
figure { width: 200px; height: 200px; background-size:200px 200px;}
figure div.fg-number { font-size: 43px; padding: 12px  0 0 6px; }
figure div.fg-title { font-size: 21px; padding: 16px 15px 0; line-height: 28px; }
figure div.fg-desc { padding: 15px 0 0 15px; font-size: 16px; }
figure.book div { font-size: 25px; padding: 48px 0; line-height: 33px; }
}
/*980px*/
@media screen and (max-width:600px) {


body {
	min-width: 300px;
}
.nomobile{display:none;}
header .nav-mobile {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 40px;
	text-align: center;
}
header .nav-mobile:hover span {
	background-position: bottom left;
}
header .nav-mobile span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -7px;
	background: url(navIcon.png) bottom left repeat;
	background-size: 18px 28px;
	width: 18px;
	height: 14px;
}
header h1 {
	margin-bottom: 15px;
	font-size: 60px;
	line-height: 60px;
}
header p {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}
nav {
	width: 100%;
	position: relative;
	height: auto;
}
nav ul {
	display: block;
}
nav ul li {
	border-bottom: 1px solid #f2f2f2;
	float: none;
	margin-right: 0;
}
nav ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	width: 100%;
	font-family: Calibri;
	letter-spacing: 3px;
	font-size: 16px;
	color: #222222;
}
nav ul li a:hover, nav ul li a:visited {
	background-color: #ffc800;
	color: #705800;
}
.content {
	min-width: 240px;
	max-width: 560px;
	width: auto;
	padding: 0 20px;
}
h2 {
	margin-bottom: 35px;
	font-family: 'quicksandregular';
	letter-spacing: 3px;
	font-size: 16px;
	color: #aaaaaa;
	padding-top: 64px;
}
.projects article {
	/*padding-bottom: 50px;
*/
}
section.projects .line:first-child {
	margin-bottom: 50px;
}
footer {
	padding-bottom: 17px;
}
footer .line {
	margin-bottom: 50px;
}
footer p {
	line-height: 26px;
	font-size: 18px;
	color: #0b1c2b;
	margin-bottom: 15px;
}
footer h2 {
	margin-bottom: 30px;
}
footer .social {
	margin-bottom: 50px;
}
footer .social li {
	margin-right: 20px;
}
footer .social a {
	background-size: 40px 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
}
footer .social img {
	width: 36px;
	height: 36px;
}
a.btn {
	height: auto;
	padding-bottom: 15px;
}
.slider-wrap {
	padding-top: 60px;
}
.slider li {
	margin: 10px;
}
.slider li:first-child img {
	height: 158px;
}
.slider li span {
	height: 158px;
	display: block;
}
.slider li span.artcl {
	background-size: 88px 158px;
	width: 158px;
	height: 158px;
}
.slider li span.artcl img {
	width: 158px;
	height: 158px;
	left: 0px;
	top: 0px;
}
.social {
	display: none;
}
#steps{ width: 100%; }
#footer-head {font-size: 40px; line-height: 45px;}
#step2 {line-height: 22px;}
#steps span {font-size: 22px;}

figure { width: 158px; height: 158px; background-size:158px 158px;}
figure div.fg-number { font-size: 34px; padding: 9px  0 0 6px; }
figure div.fg-title { font-size: 16px; padding: 15px 13px 0; line-height: 20px; }
figure div.fg-desc { padding: 15px 0 0 13px; font-size: 12px; line-height: 13px; }
figure.book div { font-size: 20px; padding: 37px 0; line-height: 27px; }
}

}
/* @media screen and (max-width:800px) {
#fancybox-buttons {
	background-size: 50% !important;
	background-position: 40px center !important;
}
*/
/*600px*/
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}