

/* ============  RESET =========== */

/*
@font-face {
    font-family: 'M3';
    src: url('maven_pro_bold-webfont.eot');
    src: url('maven_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('maven_pro_bold-webfont.woff') format('woff'),
         url('maven_pro_bold-webfont.ttf') format('truetype'),
         url('maven_pro_bold-webfont.svg#MavenProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'M1';
    src: url('maven_pro_regular-webfont.eot');
    src: url('maven_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('maven_pro_regular-webfont.woff') format('woff'),
         url('maven_pro_regular-webfont.ttf') format('truetype'),
         url('maven_pro_regular-webfont.svg#MavenProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'M3';
    src: url('maven_pro_bold-webfont.eot');
    src: local('☺'), url('maven_pro_bold-webfont.woff') format('woff'), url('maven_pro_bold-webfont.ttf') format('truetype'), url('maven_pro_bold-webfont.svg#MavenProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'M1';
    src: url('maven_pro_regular-webfont.eot');
    src: local('☺'), url('maven_pro_regular-webfont.woff') format('woff'), url('maven_pro_regular-webfont.ttf') format('truetype'), url('maven_pro_regular-webfont.svg#MavenProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



html, body {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100.01%;
}

body {
	font-size: 100%;
}
div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, thead, tfoot, tr, th, td,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
input, select, textarea, button {
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a img {
	border: 0;
}
object {
  outline: 0;
}

.fl_r {
	float: right;
}

.fl_l {
	float: left;
}

strong {
	font-weight: bolder;
}

/* ============ formulare ============= */

.textForm {
	padding: 20px 20px 20px 20px;
}

.textForm form p label,
.textForm form p input,
.textForm form p select {
	display: block;
	float: left;
	width: 150px;
	height: 22px;
}

.textForm form p select {
	width: 30px;
}

.textForm form p {
	clear: both;
	min-height: 30px;
	_height: 30px;
	padding-bottom: 0;
}

.textForm form textarea {
	width: 300px;
	height: 100px;
}

.textPokoj {
	padding: 0 20px 20px 20px;
}

/* ========== GALERIE =========== */

.galerie {
	padding: 10px 0 10px 0;
	clear: both;
}

.galerie p {
	background: #f7f7f7;
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #e7e7e7;
}


/* ============  MAIN =========== */

body {background:#FFF url(../images/bg-repeat.png) repeat; color:#313131; font:0.9em/1.5 "Lucida Grande","Lucida Sans Unicode","arial", sans-serif; text-align:center;}

a {text-decoration: underline;color: #d45611;}
a,
a:focus,
a:active {
	outline: none;
}
a:hover {text-decoration: none;}

a img {
	border: 0;
}

h1, h2, h3, h4 {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.04em;
	line-height: 1em;
}

.clear {
	clear: both;
}

h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

p {
	padding-bottom: 10px;
}

.main {
	width: 978px;
	text-align: left;
	margin: 0 auto;
}

#top-menu {
	background: url(../images/top-menu-repeat.png) repeat-x 12px 0;
	height: 88px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#header {
	position: relative;
}

#logo-top {
	background: url(../images/logo-top.png);
	width: 179px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0px;
	top: 24px;
}

ul.top-menu {
	list-style: none;
	padding: 24px 0 0 0px;
	margin-right: -8px;
	float: right;
}

ul.top-menu li {
	float: left;
	margin-right: 8px;
}

ul.top-menu li.sluzby-button {
	margin-right: 264px;
}

ul.top-menu li a {
	padding: 4px 15px 4px 15px;
	display: block;
	color: #f6d583;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	text-decoration: none;
	font-size: 14px;
	background: #CB5021;
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

ul.top-menu li a:hover {
	color: white;
}

#uvod {
	padding-top: 100px;
	height: 405px;
}

#uvod h1 {
	font-size: 99px;
	text-align: center;
	line-height: 1em;
	letter-spacing: -6px;
	color: #3f3f3f;
	padding-top: 60px;
	padding-bottom: 0;
}

#uvod h1 span {
	color: #de6231;
}

p.uvod-perex {
	color: #3f3f3f;
	font-size: 23px;
	text-align: center;
	font-family: "M1";
	letter-spacing: -0.02em;
}

ul, ol {
	list-style: inside;
	padding-bottom: 10px;
}

#black-top,
#kontakty-obal-top {
	background: url(../images/top-repeat-cerne-zuby.png) repeat-x;
	height: 27px;
	width: 100%;
}

#black-content,
#kontakty-obal {
	background: #313131 url(../images/bg-cerny-repeat.png) repeat;
	padding: 20px 0 80px 0;
	width: 100%;
}

#black-content .main {
	position: relative;
}

img.top-reference {
	position: absolute;
	top: -183px;
	left: 4px;
}

img.ja-kresba {
	position: absolute;
	top: 417px;
	left: -294px;
	
}

#obal-sluzby {
	padding-top: 312px;
}

.cenik h2.tmavy-nadpis {
	padding-top: 40px;
	background: url(../images/tmavy-nadpis-bg.png) 0 65px repeat-x;
}

h2.tmavy-nadpis {
	color: #de6231;
	font-size: 50px;
	font-family: "M3";
	background: url(../images/tmavy-nadpis-bg.png) 0 125px repeat-x;
	line-height: 1em;
	letter-spacing: -3px;
	text-align: center;
	padding-top: 100px;
}

h2.tmavy-nadpis#kontakty {
	padding-bottom: 40px;
}

h2.svetly-nadpis {
	color: #de6231;
	font-size: 50px;
	font-family: "M3";
	background: url(../images/svetly-nadpis-bg.png) 0 125px repeat-x;
	line-height: 1em;
	letter-spacing: -3px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 30px;
}

.sluzba-box {
	width: 254px;
	margin-right: 30px;
	color: white;
	padding-left: 52px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

.sluzba-box2 {
	width: 412px;
	padding-left: 52px;
	float: left;
	color: white;
	margin-right: 50px;
}

.kdo-jsem {
	width: 462px;
	float: left;
	color: white;
	margin-right: 50px;
	font-size: 14px;
	padding-top: 40px;
}

.sluzba-box2.proc-ja {
	/*background: url(../images/ico-pro-ja.png) no-repeat 0 0;*/
}

.sluzba-box2.proc-ne {
	margin-right: 0;
	/*background: url(../images/ico-proc-ne.png) no-repeat 0 0;*/
}

.sluzba-box2 ul {
	line-height: 20px;
	color: #D5D5D5;
	list-style: none;
}

.sluzba-box2.proc-ja ul li {
	background: url(../images/check.png) no-repeat 0 0;
	padding-left: 35px;
	padding-bottom: 10px;
	margin-left: -35px;
}

.sluzba-box2.proc-ne ul li {
	background: url(../images/close.png) no-repeat 0 0;
	padding-left: 35px;
	padding-bottom: 10px;
	margin-left: -35px;
}

.sluzba-box.stranky {
	background: url(../images/ico-stranky.png) no-repeat 0 0;
}

.sluzba-box.logo {
	background: url(../images/ico-logo.png) no-repeat 15px 0;
}

.sluzba-box.kodovani {
	background: url(../images/ico-html.png) no-repeat 0 0;
	margin-right: 0;
}

.sluzba-box p {
	/*line-height: 20px;*/
	color: #D5D5D5;
}

a.kontakt-button {
	position: fixed;
	bottom: 0px;
	right: 7px;
	background: #DE6231;
	color: white;
	z-index:99999;
	text-align: center;
	padding: 8px 10px 10px 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-decoration: none;
	cursor: pointer;
}

a.kontakt-button:hover {
	padding-bottom: 14px;
}

.odroluj {
	position: fixed;
	bottom: -9px;
	right: 156px;
	background: url(../images/odroluj.png) no-repeat top left;
	width: 36px;
	height: 36px;
	color: white;
	z-index: 998;
	display: block;
}

.odroluj:hover {
	bottom: -5px;
}

.kontakt-popup {
	position: fixed;
	bottom: 31px;
	right: 7px;
	background: url(../images/bublina.png);
	width: 278px;
	height: 306px;
	z-index: 9999;
}

.kontakt-popup p {
	padding: 23px 30px 5px 30px;
	text-align: center;
}

.kontakt-popup .close-button {
	background: url(../images/close-button.png);
	width: 24px;
	height: 23px;
	display: block;
	cursor: pointer;
	position: relative;
	left: 224px;
	top: 48px;
}

.kontakt-popup p img {
	position: relative;
	top: 8px;
}

.kontakt-popup .telefon {
	font-size: 23px;
	letter-spacing: -1px;
	color: #0b83c2;
	font-family: "M3";
	line-height: 1em;
}

.kontakt-popup .email {
	font-size: 16px;
	line-height: 1em;
	color: #3f3f3f;
	padding-left: 8px;
}

.kruh {
	background: url(../images/kruh-reference.png);
	width: 264px;
	height: 264px;
	text-align: center;
	position: absolute;
	left: 357px;
	z-index: 5;
	top: 54px;
}

.kruh p {
	font-size: 16px;
	font-family: "M1";
	padding: 60px 40px 20px 40px;
}

.kruh.hover {
	top: 44px;
}

.kruh .o-button {
	margin: 0 auto; 
}

.o-button {
	background: url(../images/oranzovy-button.png);
	width: 151px;
	height: 35px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-family: "M3";
	font-size: 14px;
	letter-spacing: -0.03em;
	text-decoration: none;
	line-height: 35px;
	display: block;
}

.o-button.fl_l {
	float: left;
}

.o-button.fl_r {
	float: right;
}

.plus-button {
	background: url(../images/ico-plus.png) no-repeat 100% 50%;
	padding-right: 20px;
	float: left;
	cursor: pointer;
	color: #F17F3F;
}

.minus-button {
	background: url(../images/ico-minus.png) no-repeat 100% 50%;
	padding-right: 20px;
	float: left;
	cursor: pointer;
	color: #F17F3F;
}

.cenik table {
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	margin: 30px 0 0px 0;
	color: #E7E7E7;
	/*border-left: 1px solid #505050;
	border-right: 1px solid #505050;*/
}

.ceny-info {
	font-size: 16px;
	padding: 20px 0 0 0;
	color: #D5D5D5;
	line-height: 23px;
}

.cenik table th,
.cenik table td {
	padding-left: 15px;
}

.cenik table td {
	border-bottom: 1px solid #505050;
	padding: 15px 15px;
	color: white;
	vertical-align: middle;
}

.cenik table td span.info {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #86CAF2;
}

.cenik table thead {
	background: #439ED6;
	color: white;
	font-size: 20px;
	letter-spacing: -0.04em;
	background: url(../images/tbody.png);
	height: 52px;
	line-height: 52px;
}

#slider-wrapper {
	    width:611px;
		 
    height:327px;
	 background: url(../images/macbook.png);
}

.nahoru-reference {
	background: url(../images/nahoru.png) no-repeat 100% 0;
	height: 34px;
	display: block;
	position: absolute;
	bottom: 0px;
	right:0;
	line-height: 34px;
	z-index: 888;
	padding-right: 45px;
}

.reference.right #slider-wrapper {
	float: right;
	margin-right: -75px;
}

.reference.left #slider-wrapper {
	float: left;
	margin-left: -75px;
}

.reference {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 980px;
	text-align: left;
	color: white;
	min-height: 5000px;
}

.reference h1 {
	padding-top: 10px;
	font-size: 25px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

.reference h2 {
	font-size: 20px;
}

.italic {
	font-style: italic;
}

.reference .testimonial {
	font-style: italic;
}

.reference .kdo {
	font-weight: bolder;
	display: block;
	text-align: right;
	padding-top: 5px;
}

.reference .popis {
	padding-top: 0px;
	float: right;
	width: 300px;
}

.reference h3 {
	font-size: 16px;
	line-height: 1em;
	letter-spacing: -1px;
	padding-top: 40px;
}

.reference a {
	color: #FB630E;
}

.reference p {
	font-size: 14px;
	line-height: 20px;
	color: #D5D5D5;
}

.reference-nahled {
	background: url(../images/prohlizec.png) no-repeat 0 1px;
	width: 619px;
	padding-top: 41px;
	margin-bottom: 40px;
}

.reference-nahled img {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.tags {
	height: 70px;
	padding: 15px;
	background: #E1E1E1;
	margin: 10px 0 20px 0;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.tag {
	display: block;
	width: 43px;
	height: 43px;
	float: left;
	margin-right: 4px; 
}

a.out {
	background: url(../images/odkaz-ven.png) no-repeat 100% 50%;
	padding-right: 20px;
}

.tags .popisek {
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}

.reference .datum {
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	color: #B1B1B1;
	display: block;
	padding-bottom: 5px;
}

.tag.web {
	background: url(../images/tag-web.png);
}

.tag.eshop {
	background: url(../images/tag-eshop.png);
}

.tag.html {
	background: url(../images/tag-html.png);
}

.tag.print {
	background: url(../images/tag-print.png);
}

.tag.logo {
	background: url(../images/tag-logo.png);
}

.tag.wireframe {
	background: url(../images/tag-wireframe.png);
}

#textove-reference {
	padding-bottom: 60px;
}

ul.klienti {
	list-style: none;
	background: url(../images/loga-bg.png) no-repeat top left;
	height: 61px;
	padding: 21px 10px 0 37px;
}

div.klienti {
	padding-bottom: 0px;
}

ul.klienti li {
	float: left;
	margin-right: 59px;
	height: 50px;
	line-height: 50px;
}

ul.odkazy {
	color: #DD6231;
	list-style: circle inside;
	float: left;
	margin-right: 30px;
}

ul.odkazy li {
	color: #313131;
}

ul.klienti li a img {
	opacity: 0.5;
	position: relative;
}

ul.klienti li.webovy-servis a img {
	top: 10px;
}

ul.klienti li.webtown a img {
	top: 4px;
}

ul.klienti li.davel a img {
	top: -2px;
}

ul.klienti li.estudio a img {
	top: 2px;
}

ul.klienti li a:hover img {
	opacity: 1;
}

ul.klienti li.last {
	margin-right: 0;
}

.freelancer {
	font-family: "M1";
	font-size: 24px;
	padding: 50px 0 0 0;
	text-align: center;
}

#kontakty-obal {
	padding-bottom: 0;
}

#kontakty-obal .main {
	padding-bottom: 0px;
}

#kontakty-obal h3 {
	color: #DE6231;
}

#kontakty-obal p {
	color: #D5D5D5;
}

#kontakty-obal .cv p {
	color: #313131;
}

.obal-sluzba {
	background: url(../images/ico-frame.png) no-repeat top left;
	display: table-cell;
	vertical-align: middle;
	margin-right: 3px;
	width: 31px;
	height: 31px;
	text-align: center;
	padding-right: 5px;
} 

.obal-sluzba img {
	vertical-align: middle;
}

.obal-sluzba:hover img {
}

.kontakty-sloupec {
	float: left;
	width: 359px;
	margin-right: 30px;
}

.kontakty-sloupec p.kontakty span {
	float: left;
	width: 100px;
}

.kontakty-sloupec p {
	color: #E7E7E7;
}

.sluzby-sloupec {
	float: left;
}

.cv {
	padding: 110px 54px 50px 389px;
	color: #313131;
	background: url(../images/cv-bg.png) 100% 0 no-repeat;
	position: relative;
	z-index: 5;
}

#kontakty-obal .cv .rok {
	text-align: right;
	font-weight: bolder;
	color: #1891DB;
	line-height: 1em;
	padding-top: 15px;
}

.cv .prace {
	font-size: 14px;
	color: white;
	border-bottom: 1px dashed #B6B6B6;
}

.alright {
	text-align: right;
}

.twitter-obal {
	float: right;
	width: 446px;
	background: url(../images/twitter-bg.png) no-repeat top left;
	height: 132px;
	margin-top: 45px;
	font-family: Georgia;
}

.pozvanka-twitter {
	color: white;
	display: block;
	height: 40px;
	padding-left: 79px;
	font-family: "M1";
	font-size: 15px;
}

#copy-obal {
	background: #1d1d1d;
	padding: 15px 0 0px 0;
	color: #747474;
}

#copy-obal .main {
	padding: 5px 0 17px 40px;
}

.mapa {
	position: absolute;
	bottom: 255px;
	left: 0;
	z-index: 0;
}

.ja-fotka {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10px;
}

#portfolio {
	padding-bottom: 80px;
}

#portfolio ul {
	
	list-style: none;
	float: left;
	margin-right: 36px;
	width: 469px;
	height: 330px;
	margin-bottom: 20px;
}

#portfolio ul li.obrazek {
	width: 449px;
	height: 267px;
	border: 1px solid #cfcfcf;
	padding: 10px;
	overflow: hidden;
}

#portfolio ul li.obrazek:hover {
	background: #DADADA;
}

#portfolio ul p.caption {
	background: url(../images/vypis-reference-caption.png);
	width: 449px;
	height: 25px;
	padding-bottom: 0;
	line-height: 25px;
	color: white;
	text-align: center;
	position: relative;
	font-size: 12px;
	top: 10px;
}

#portfolio ul.druha {
	margin-right: 0;
}

#portfolio ul li.popis {
	margin-left: -10px;
	padding: 10px 0 0 0;
}

#portfolio ul h3 {
	font-size: 16px;
	padding:5px 0 10px 10px;
}

#portfolio ul li a img {
	text-decoration: none;
}

.blog-button {
	background: url(../images/blog-button.jpg) no-repeat bottom left;
	padding-top: 13px;
	width: 92px;
	height: 48px;
	display: block;
	float: right;
	margin-left: 30px;
}

.blog-button:hover {
	padding-top: 16px;
} 
