body, div#body {
	background: #cbcbcb url(../img/body-bg.png) repeat 0 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
}

/* Floats */
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clear-both {
	clear: both;
}

/* Text align */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

/* Links */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

/* Colours */
.black,
.black a {
	color: #000;
}
.white,
.white a {
	color: #FFF;
}
.gray,
.gray a {
	color: #747474;
}
.red,
.red a {
	color: #d70303;
}
.green,
.green a {
	color: #009900;
}

/* Border */
.border-red {
	border: 1px solid red;
}
.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/* Background */
.bg-white {
	background: #FFF;
}

/* Font size */
.small { /* 14px */
	font-size: 87.5%;
}
.body-in .small {
	font-size: 93.33%;
}
.smaller { /* 13px */
	font-size: 81.25%;
}
.body-in .smaller {
	font-size: 86.66%;
}
.large { /* 18px */
	font-size: 112.5%;
}
.body-in .large {
	font-size: 120%;
}
.larger { /* 20px */
	font-size: 125%;
}
.body-in .larger {
	font-size: 133.3%;
}

/* Hidden */
.hidden {
	display: none;
}

/* Headings */
h1, h2, h3, h4 {
	margin-bottom: 10px;
}

h1 {
	font-size: 40px;
}

h2 {
	color: #009900;
	font-size: 130%;
}

/* Tables */
table {
	width: 100%;
}
table th {
	font-weight: normal;
	text-align: left;
}

/* Buttons */
a.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #999;
	color: #FFF;
	padding: 2px 5px;
	font-weight: bold;
}
a.button.wide {
	display: inline-block;
	width: 190px;
}
a.button.green {
	background: #006c00 url(../img/button-green.png) no-repeat 100% 0;
}
a.button.green.is-open {
	background-image: url(../img/button-green-open.png);
}
input.button {
	background: #999;
	color: #FFF;
	padding: 3px 5px;
	border: none;
	margin-top: 10px;
	width: 98%;
	font-weight: bold;
}
input.button.wide {
	display: inline-block;
	width: 190px;
}
input.button.red {
	background: #ed0303 url(../img/button-red-large.png) repeat-x 100% 0;
}

/* Margin */
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.font-107 {
	font-size: 107%;
}

/* Layout */
em {
}
.position-center {
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}
#header {
	width: 100%;
	padding-bottom: 14px;
}

#top,
#topIn {
	background: #000;
	height: 47px;
}

.logo-top {
	height: 100%;
}

.search-box {
	margin: 15px 0 10px 100px;
	height: 22px;
}
.search-box .left-corner,
.search-box .right-corner,
.search-box .content {
	width: 10px;
	height: 100%;
	background: #fff url(../img/search-box-bg.png) no-repeat 0 0;
}
.search-box .right-corner {
	background-position: 0 -22px;
}
.search-box .content {
	width: auto;
	background-position: 0 -44px;
	background-repeat: repeat-x;
}
.search-box input.search-button,
.search-box input.search-text {
	display: block;
	float: left;
}
.search-box input.search-button {
	margin: 5px 2px 0 0;
	border: none;
	width: 15px;
	height: 13px;
	background: Red url(../img/search-box-button.png) no-repeat 0 0
}
.search-box input.search-text {
	margin: 4px 2px 0 0;
	background: transparent none;
	padding: 0;
	width: 240px;
	height: 14px;
	line-height: 14px;
	border: none;
	font-size: 70%;
	color: #aaa298;
}

.claim{
	color: #FFF;
	font-size: 125%;
	margin-top: 17px;
}
.ie8 .claim {
	width: 320px;
	text-align: right;
}
.claim p {
	margin: 0;
}
.claim img {
	margin: 2px 3px 0 5px;
}
.ie7 .claim img {
	vertical-align: baseline;
	margin-bottom: -3px;
}
.claim strong {
	font-size: 125%;
	color: #30bb30;
}

.logo {
	position: relative;
}

.logo h1 {
	position: absolute;
	top: 20px;
	left: 160px;
}

.logo div.red {
	position: absolute;
	top: 80px;
	left: 270px;
	font-size: 26px;
}
.logo div.red.phone {
	top: 120px;
	left: 385px;
	font-size: 36px;
	font-weight: bold;
	background: url(../img/red-phone.png) 0 7px no-repeat;
	padding-left: 30px;
}

.logo .city h1 {
	top: -10px;
	width: 910px;
	left: 40px;
	text-align: center;
}

.logo .city h1.smaller {
	font-size: 34px;
}

.logo .city h2 {
	position: absolute;
	top: 45px;
	left: 305px;
}

.logo .city div.red {
	top: 80px;
}

.logo .city div.red.phone {
	top: 120px;
}

.logo-main {
	display: block;
}

.user-section {
	padding-top: 10px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 81.25%;
}
.user-section a {
	color: #979797;
}

.breadcrumb {
	list-style: none none;
	margin: 3px 0 13px;
	font-size: 90%;
	color: #979797;
}
.breadcrumb > a {
	color: #979797;
}
.breadcrumb > .active {
}

.body-in {
	font-size: 93.75%;
}
.body-in p {
	margin-bottom: 10px;
}
.body-in p:last-child {
	margin-bottom: 0;
}

#footerWrapper {
	width: 100%;
	background: #000 url(../img/footer-bg.png) repeat-x 0 0;
	margin-top: 25px;
}
#footer {
	background: #000 url(../img/footer-bg.png) repeat-x 0 0;
	padding-top: 27px;
	padding-bottom: 30px;
	color: #FFF;
	font-size: 87.5%;
	position: relative;
}
#footer p {
	margin-bottom: 10px;
}
#footer a {
	color: #fff;
}
#footer .column {
	width: 25%;
	margin-left: 12.5%;
}
#footer .column.first {
	margin-left: 0;
}
#footer .column .header {
	height: 34px;
	padding-left: 38px;
	border-bottom: 1px dashed #808080;
	background: transparent url(../img/footer-headings-bg.png) no-repeat 0 0;
	padding-top: 10px;
	margin-bottom: 15px;
}
#footer .column .header h4,
#footer .column .header h5 {
	margin-bottom: 0;
}
#footer .column .header.deraprofi {
	background-position: 0 -44px;
	padding-top: 0;
	height: 44px;
}
#footer .column .header.contact {
	background-position: 0 -88px;
}
#footer .column .content {
	padding-left: 2px;
	padding-right: 2px;
	line-height: 135%;
}

#footer .column .content .social-links {
	margin-top: 50px;
}
#footer .column .content a.link-facebook {
	margin-right: 10px;
}

#footer a.to-top {
	position: absolute;
	top: 70px;
	right: -132px;
	display: none;
}
@media (min-width: 1240px) {
	#footer a.to-top {
		display: block;
	}
}

#footerCopyrightWrapper {
	width: 100%;
	background: #000 url(../img/footer-copyright-bg.png) repeat-x 0 0;
}
#footerCopyright {
	background: #000 url(../img/footer-copyright-bg.png) repeat-x 0 0;
	color: #808080;
	font-size: 75%;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footerCopyright a {
	color: #808080;
}

#footerCopyright .fb-like {
	top: -3px;
	margin-left: 15px;
	width: 150px !important;
	overflow: hidden;
}
#footerCopyright #newWebArt {
	margin-top: 5px;
	text-align: right;
}

ul.list-downloads li {
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.list-downloads img.ico-download {
	margin-left: 3px;
}
/* Navigation */
ul.navigation {
	width: 100%;
	height: 47px;
	background: #ebebec url(../img/navigation-bg.png) repeat 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	list-style: none none;
	font-size: 15px;
}
ul.navigation li {
	display: block;
	float: left;
	height: 47px;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none none;
}
ul.navigation li a {
	display: block;
	height: 20px;
	padding: 15px 0 12px 55px;
	color: black;
	background: transparent url(../img/navigation-items.png) no-repeat 0 0;
}
.safari ul.navigation li a {
	padding-right: 17px;
}
ul.navigation li.first a {
	padding-left: 52px;
}
ul.navigation li.home {
	width: 18%;
}
ul.navigation li.home a {
	background-position: -15px 0;
}
ul.navigation li.for-companies {
	width: 17%;
}
ul.navigation li.for-companies a {
	background-position: -7px -47px;
	padding-top: 5px;
	height: 30px;
	line-height: 110%;
}
ul.navigation li.references {
	width: 15%;
}
ul.navigation li.references a {
	background-position: -7px -94px;
}
ul.navigation li.advice {
	width: 13%;
}
ul.navigation li.advice a {
	background-position: -7px -141px;
}
ul.navigation li.atlas {
	width: 11%;
}
ul.navigation li.atlas a {
	background-position: -7px -188px;
}
ul.navigation li.contact {
	width: 15%;
}
ul.navigation li.contact a {
	background-position: -7px -235px;
}
ul.navigation li.blog {
	width: 11%;
}
ul.navigation li.blog a {
	background-position: -7px -282px;
}
ul.navigation a.active,
ul.navigation a:hover {
	text-decoration: none;
	background-image: url(../img/navigation-items-active.png);
}
ul.navigation li a span.green-ad {
	font-size: 73.33%;
	color: #FFF;
	background: #008100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 2px;
}

/* Inline navigation */
ul.inline-navigation {
	margin: 0;
	padding: 0;
	list-style: none none;
}
ul.inline-navigation li {
	padding: 0;
	list-style: none none;
	display: inline;
}

/* List links */
ul {
	line-height: 140%;
	padding-left: 17px;
}
ul.large {
	line-height: 160%;
}

ul li, ul.dotty li {
	list-style: disc outside;
}
ul.dotty li ul {
	padding-left: 10px;
}
ul.dotty li ul li {
	list-style: square inside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
}

/* list links */
div.links .pull-left {
	width: 125px;
	text-align: center;
	margin-bottom: 10px;
}

div.links img {
	margin: auto;
	display: block;
}

/* Line height */
.lines-large {
	line-height: 140%;
}
ul.lines-large li {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.lines-large th,
table.lines-large td {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Bordered boxes */
.body-in .dashed-left {
	padding-left: 2%;
	margin-left: 2%;
	background: transparent url(../img/dashed-vertical.png) repeat-y 0 0;
}
.body-in .dashed-right {
	padding-right: 2.5%;
	margin-right: 2.5%;
	background: transparent url(../img/dashed-vertical.png) repeat-y 100% 0;
}
.body-in .dashed-top {
	padding-top: 20px;
	margin-top: 19px;
	background: transparent url(../img/dashed-horizontal.png) repeat-x 0 0;
}
.body-in .dashed-bottom {
	padding-bottom: 20px;
	margin-bottom: 19px;
	background: transparent url(../img/dashed-horizontal.png) repeat-x 0 100%;
}

.same-height {
	overflow: hidden;
}
.same-height > div {
	padding-bottom: 200px;
	margin-bottom: -200px;
}

/* Width */
.w_1p {width: 1%;}
.w_2p {width: 2%;}
.w_3p {width: 3%;}
.w_4p {width: 4%;}
.w_5p {width: 5%;}
.w_6p {width: 6%;}
.w_7p {width: 7%;}
.w_8p {width: 8%;}
.w_9p {width: 9%;}
.w_10p {width: 10%;}
.w_11p {width: 11%;}
.w_12p {width: 12%;}
.w_13p {width: 13%;}
.w_14p {width: 14%;}
.w_15p {width: 15%;}
.w_16p {width: 16%;}
.w_17p {width: 17%;}
.w_18p {width: 18%;}
.w_19p {width: 19%;}
.w_20p {width: 20%;}
.w_21p {width: 21%;}
.w_22p {width: 22%;}
.w_23p {width: 23%;}
.w_24p {width: 24%;}
.w_25p {width: 25%;}
.w_26p {width: 26%;}
.w_27p {width: 27%;}
.w_28p {width: 28%;}
.w_29p {width: 29%;}
.w_30p {width: 30%;}
.w_31p {width: 31%;}
.w_32p {width: 32%;}
.w_33p {width: 33%;}
.w_34p {width: 34%;}
.w_35p {width: 35%;}
.w_36p {width: 36%;}
.w_37p {width: 37%;}
.w_38p {width: 38%;}
.w_39p {width: 39%;}
.w_40p {width: 40%;}
.w_41p {width: 41%;}
.w_42p {width: 42%;}
.w_43p {width: 43%;}
.w_44p {width: 44%;}
.w_45p {width: 45%;}
.w_46p {width: 46%;}
.w_47p {width: 47%;}
.w_48p {width: 48%;}
.w_49p {width: 49%;}
.w_50p {width: 50%;}
.w_51p {width: 51%;}
.w_52p {width: 52%;}
.w_53p {width: 53%;}
.w_54p {width: 54%;}
.w_55p {width: 55%;}
.w_56p {width: 56%;}
.w_57p {width: 57%;}
.w_58p {width: 58%;}
.w_59p {width: 59%;}
.w_60p {width: 60%;}
.w_61p {width: 61%;}
.w_62p {width: 62%;}
.w_63p {width: 63%;}
.w_64p {width: 64%;}
.w_65p {width: 65%;}
.w_66p {width: 66%;}
.w_67p {width: 67%;}
.w_68p {width: 68%;}
.w_69p {width: 69%;}
.w_70p {width: 70%;}
.w_71p {width: 71%;}
.w_72p {width: 72%;}
.w_73p {width: 73%;}
.w_74p {width: 74%;}
.w_75p {width: 75%;}
.w_76p {width: 76%;}
.w_77p {width: 77%;}
.w_78p {width: 78%;}
.w_79p {width: 79%;}
.w_80p {width: 80%;}
.w_81p {width: 81%;}
.w_82p {width: 82%;}
.w_83p {width: 83%;}
.w_84p {width: 84%;}
.w_85p {width: 85%;}
.w_86p {width: 86%;}
.w_87p {width: 87%;}
.w_88p {width: 88%;}
.w_89p {width: 89%;}
.w_90p {width: 90%;}
.w_91p {width: 91%;}
.w_92p {width: 92%;}
.w_93p {width: 93%;}
.w_94p {width: 94%;}
.w_95p {width: 95%;}
.w_96p {width: 96%;}
.w_97p {width: 97%;}
.w_98p {width: 98%;}
.w_99p {width: 99%;}
.w_100p {width: 100%;}

/* Galerie */
div.gallery > .gallery-item {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
div.gallery > .gallery-item img {
	width: 90%;
}
div.gallery.columns-3 > .gallery-item {
	width: 33%;
}
div.gallery.columns-4 > .gallery-item {
	width: 25%;
}
div.gallery.columns-5 > .gallery-item {
	width: 20%;
}
div.gallery img.magnif-glass {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 28px;
	height: 40px;
}

/* Kontakt */
.contact-person {
	margin-bottom: 17px;
}
.contact-person:last-child {
	margin-bottom: 0;
}
.contact-person img {
	margin-right: 15px;
}

/* Reference */
.reference {
	margin: 15px 0;
}
.reference:last-child {
	margin-bottom: 5px;
}

.clients .clients-collapsible p:last-child {
	margin-bottom: 10px;
}

/* Dokumenty ke stazeni */
.downloads-teaser {
	margin-bottom: 30px;
}
table.downloads td.title {
	padding-left: 22px;
	background: transparent url(../img/icon-download.png) no-repeat 0 45%;
	width: 75%;
}

/* Program DeraProfi */
.program-deraprofi h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

/* Clanky */
ul.stories li.open {
	padding-bottom: 20px;
}
ul.stories li.open a {
	font-weight: bold;
}
ul.stories li a span.open-close {
	font-size: 0;
	padding: 15px 10px 3px 0;
	margin-left: 5px;
	background: transparent url(../img/poradna/stories-open-close.png) no-repeat 0 0;
}
ul.stories li.open a span {
	background-position: 0 -18px;
}
ul.stories li p {
	padding-left: 30px;
}

/* Form */
.form-wrapper form {
	padding: 15px 5%;
}
.body-in form p {
	margin-bottom: 5px;
}
form input[type="text"],
form input[type="password"],
form textarea {
	border: 1px solid #c7c7c7;
	padding: 3px 5px 2px;
	background: #FFF url(../img/input-text.png) no-repeat 0 0;
}
form div.error {
	color: #D70303;
	padding: 5px;
	font-size: 80%;
}

form div.success {
	color: #009900;
	padding: 5px;
	font-size: 80%;
}

form .bigger {
	font-size: 150%;
}

form .phone {
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	background: url(../img/red-phone.gif) no-repeat 0 7px;
}

form#mailContact {
	background: #f8f8f8;
	padding: 10px;
}

#mailContact input[type=text],
#mailContact textarea {
	margin-bottom: 10px;
}


/* Homepage */
.homepage .jcarousel a:hover {
	text-decoration: none;
}

.homepage .jcarousel-container .jcarousel-clip {
	width: 840px;
	margin-left: 55px;
	overflow: hidden;
}
.homepage .jcarousel-container .jcarousel-prev,
.homepage .jcarousel-container .jcarousel-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 55px;
	background: transparent url(../img/jcarousel-prev-next.png) no-repeat 0 25%;
	cursor: pointer;
}
.homepage .jcarousel-container .jcarousel-prev {
	left: 0;
}
.homepage .jcarousel-container .jcarousel-next {
	right: 0;
	background-position: -55px 25%;
}
.homepage .jcarousel-container .jcarousel-prev-disabled {
	background-position: -110px 25%;
	cursor: auto;
}
.homepage .jcarousel-container .jcarousel-next-disabled {
	background-position: -165px 25%;
	cursor: auto;
}
.homepage .jcarousel-container ul li {
	width: 168px;
}

.first-letter-upper:first-letter {
	text-transform: uppercase;
}

/* Vyhledavani */
.search-result {
	display: block;
}
.search-result:not(:last-child) {
	margin-bottom: 20px;
}
.search-result strong {
	font-size: 120%;
	display: block;
}

/* login */
#login {
	width: 350px;
	margin: auto;
}

#pagesListCompanies {
	background: transparent url(../img/companies-icon.png) no-repeat top right;
}

#pagesListHouses {
	background: transparent url(../img/houses-icon.png) no-repeat 80% 10%;
}

.bold {
	font-weight: bold;
}

/* zeleny kruh ve firmach */
a.green-circle {
	border: 2px solid #009900;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	display: block;
	text-align: center;
	line-height: 25px;
	float: left;
	margin: 10px 0 10px 38px;
}
a.green-circle:hover {
	text-decoration: none;
}
.green-circle .p-30 {
	padding-top: 30px;
}
.green-circle .p-15 {
	padding-top: 15px;
}
.green-circle b {
	display: block;
	font-size: 120%;
}
.green-circle span {
	color: #ed1313;
	display: block;
	font-size: 120%;
}


/* blog */
.blog-article {

}

.blog-article .date {
	font-size: 125%;
}

.blog-article .main-image {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

ul#blogSections {
	font-weight: bold;
	font-size: 115%;
}

ul#blogSections li {
	list-style: none;
}

ul#blogSections > li > a {
	padding-left: 25px;
	color: #626262;
	background: url(../img/plus-minus.png) 0 6px no-repeat;
}

ul#blogSections > li > span {
	padding-left: 25px;
	color: #626262;
	background: url(../img/plus-minus.png) 0px -22px no-repeat;
}

ul#blogSections > li > ul > li a {
	padding-left: 30px;
	font-weight: normal;
	color: #009900;
}

/* atlas */
.atlas-section {
	position: relative;
}

.atlas-section .clearfix {
	margin-bottom: 10px;
}

.atlas-section .item {
	width: 25%;
	text-align: center;
}

.atlas-section .item img {
	margin: auto;
	display: block;
}

/* cookies ****************************************************************** */
#cookies {
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	display: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
	#cookies .container {
		width: 950px;
		margin: auto;
	}
		#cookies a {
			width: 75px;
			height: 35px;
			line-height: 35px;
			display: block;
			color: #fff;
			background-color: #009900;
			text-align: center;
			margin-top: 20px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
		}
