/**
 * Resolution breaks
 *
 * MINOR
 * @media screen and (min-width: 320px) {}
 *
 * MAJOR
 * @media screen and (min-width: 480px) {}
 *
 * MINOR
 * @media screen and (min-width: 720px) {}
 *
 * MAJOR
 * @media screen and (min-width: 768px) {}
 *
 * MINOR
 * @media screen and (min-width: 900px) {}
 *
 * MINOR
 * @media screen and (min-width: 960px) {}
 *
 * MAJOR
 * @media screen and (min-width: 1024px) {}
 */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.icon-axe-125px {
  background-image: url(../img/sprites.png);
  background-position: 0px 0px;
  width: 124px;
  height: 125px;
}
.icon-flower-125px {
  background-image: url(../img/sprites.png);
  background-position: 0px -125px;
  width: 124px;
  height: 125px;
}
.icon-grasscutter-125px {
  background-image: url(../img/sprites.png);
  background-position: 0px -250px;
  width: 124px;
  height: 125px;
}
.icon-spade-125px {
  background-image: url(../img/sprites.png);
  background-position: 0px -375px;
  width: 124px;
  height: 125px;
}
.icon-tree-125px {
  background-image: url(../img/sprites.png);
  background-position: 0px -500px;
  width: 124px;
  height: 125px;
}

/* Reset ------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  zoom: 1;
  font-weight: normal;
  box-sizing: content-box;
  word-wrap: break-word;
}
/* Fonty ------------------------------------- */
@font-face {
  font-family: 'ropa_sansregular';
  src: url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-regular-webfont.eot');
  src: url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-regular-webfont.woff2') format('woff2'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-regular-webfont.woff') format('woff'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-regular-webfont.ttf') format('truetype'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-regular-webfont.svg#ropa_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ropa_sansitalic';
  src: url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-italic-webfont.eot');
  src: url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-italic-webfont.woff2') format('woff2'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-italic-webfont.woff') format('woff'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-italic-webfont.ttf') format('truetype'), url('../font/ropa-sans/cs-de-en-pl-sk/ropasans-italic-webfont.svg#ropa_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../font/open-sans/cs-en/opensans-light-webfont.eot');
  src: url('../font/open-sans/cs-en/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/open-sans/cs-en/opensans-light-webfont.woff') format('woff'), url('../font/open-sans/cs-en/opensans-light-webfont.ttf') format('truetype'), url('../font/open-sans/cs-en/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../font/open-sans/cs-en/opensans-regular-webfont.eot');
  src: url('../font/open-sans/cs-en/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/open-sans/cs-en/opensans-regular-webfont.woff') format('woff'), url('../font/open-sans/cs-en/opensans-regular-webfont.ttf') format('truetype'), url('../font/open-sans/cs-en/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../font/open-sans/cs-en/opensans-semibold-webfont.eot');
  src: url('../font/open-sans/cs-en/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/open-sans/cs-en/opensans-semibold-webfont.woff') format('woff'), url('../font/open-sans/cs-en/opensans-semibold-webfont.ttf') format('truetype'), url('../font/open-sans/cs-en/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../font/open-sans/cs-en/opensans-bold-webfont.eot');
  src: url('../font/open-sans/cs-en/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/open-sans/cs-en/opensans-bold-webfont.woff') format('woff'), url('../font/open-sans/cs-en/opensans-bold-webfont.ttf') format('truetype'), url('../font/open-sans/cs-en/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.custom-font-reset {
  font-weight: normal;
  font-style: normal;
}
/* Základní font ---------------------------- */
.base-font-light {
  font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.base-font-regular {
  font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.base-font-semibold {
  font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.base-font-bold {
  font-family: 'open_sansbold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* Doplňkový font ---------------------------- */
.comp-font-light {
  font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.comp-font-regular {
  font-family: 'ropa_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.comp-font-semibold {
  font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.comp-font-bold {
  font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* Pomocne ----------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  text-align: left     !important;
}
.center {
  text-align: center   !important;
}
.right {
  text-align: right    !important;
}
.justify {
  text-align: justify  !important;
}
.fleft {
  float: left          !important;
}
.fright {
  float: right         !important;
}
.hidden {
  display: none;
}
.unselectable {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Barvy ------------------------------------- */
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #000000 !important;
}
.c-base {
  color: #3c7506 !important;
}
/* Pozadi ------------------------------------ */
.bg-white {
  background: #ffffff !important;
}
.bg-black {
  background: #000000 !important;
}
/* Ikony ------------------------------------- */
.icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
/* Text -------------------------------------- */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  display: block;
  padding: 0.4em 0 0.7em 0;
}
h1,
.h1 {
  font-size: 4rem;
  font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
h2,
.h2 {
  font-size: 4rem;
  font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3,
.h3 {
  font-size: 1.8rem;
}
h4,
.h4 {
  font-size: 1.4rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  color: #28556c;
  background: #28556c;
  border: 0;
  margin: 15px 0 15px 0;
}
p {
  margin: 0;
  padding-bottom: 1.8em;
}
b,
strong {
  font-family: 'open_sansbold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.big {
  font-size: 1.3em;
}
.small {
  font-size: 0.7em;
}
ul {
  list-style: none;
}
img {
  display: inline-block;
  max-width: 100%;
}
/* Form prvky -------------------------------- */
label {
  display: inline-block;
  padding: 0 10px 0 0;
  font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
input {
  outline: none;
}
input[type="text"],
input[type="file"],
input[type="submit"],
button,
select,
textarea {
  font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
  width: 315px;
  height: 18px;
  line-height: 18px;
  padding: 18px 20px;
  font-size: 1.4rem;
  background: #fff;
  color: #222;
  border: 1px solid #d7d7d7;
  border-radius: 32px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled] {
  color: #aaa;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
}
textarea {
  display: block;
  min-height: 124px;
  width: 535px;
  resize: vertical;
}
/* Buttony ----------------------------------- */
button,
.button,
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  height: 49px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
  font-size: 2.0rem;
  cursor: pointer;
  border-radius: 25px;
  font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #336411;
  border: 1px solid #ffffff;
  color: #ffffff;
}
button:hover,
.button:hover,
input[type="submit"]:hover {
  background: #499018;
}
button.button-white,
.button.button-white,
input[type="submit"].button-white {
  background: #ffffff;
  border: 1px solid #336411;
  color: #336411;
}
button.button-white:hover,
.button.button-white:hover,
input[type="submit"].button-white:hover {
  background: #ffffff;
}
button.button-big,
.button.button-big,
input[type="submit"].button-big {
  height: 56px;
  padding: 0 50px;
  font-size: 1.6rem;
  line-height: 56px;
}
button[disabled],
.button[disabled],
input[type="submit"][disabled] {
  background: #dddddd;
  border: 1px solid #ffffff;
  color: #ffffff;
}
button[disabled]:hover,
.button[disabled]:hover,
input[type="submit"][disabled]:hover {
  background: #f7f7f7;
}
/* Odkazy ------------------------------------ */
a {
  text-decoration: underline;
  color: #3c7506;
}
a:hover {
  color: #000000;
}
a img {
  border: 0;
  text-decoration: none;
}
/* Tabulky ----------------------------------- */
table {
  border-collapse: collapse;
  margin: 0 0 2em 0;
}
td,
th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
form table {
  line-height: 38px;
}
form td {
  padding: 5px 10px 5px 0;
}
/* Html / Body ------------------------------- */
html,
body {
  height: 100%;
  min-width: 1000px;
  min-height: 100%;
}
html {
  font-size: 10px;
}
body {
  position: relative;
  line-height: 1.54;
  font-size: 1.6rem;
  background: #fff;
  color: #2c3028;
  font-family: 'open_sansregular', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* Layout ------------------------------------ */
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.container > h2 {
  padding-top: 0;
}
.columns {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.column {
  display: table-cell;
  vertical-align: top;
}
.box-padding {
  padding: 30px 0;
}
.header {
  background: #658f28 url('../img/bg-header.jpg') no-repeat top center;
}
.top {
  height: 170px;
}
.top .logo {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.top .menu {
  margin-top: 60px;
  float: right;
}
.menu {
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.menu-item {
  float: left;
  padding-left: 15px;
  background-position: 6px center;
  background-repeat: no-repeat;
}
.menu-item:first-child {
  padding-left: 0;
  background: transparent;
}
.menu-a {
  font-size: 1.5rem;
  display: block;
  height: 60px;
  line-height: 55px;
  padding: 0 10px;
  color: inherit;
  text-decoration: none;
}
.menu-a.active {
  font-family: 'open_sansbold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #3c7506;
}
.menu-a:hover {
  text-decoration: underline;
}
.rozcestnik {
  height: 240px;
}
.rozcestnik-list {
  height: 240px;
}
.rozcestnik-item {
  text-align: center;
  width: 156px;
  padding: 0 20px;
  float: left;
}
.rozcestnik-item .icon {
  display: block;
  margin: 0 15px 15px 15px;
}
.rozcestnik-a {
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  font-family: 'open_sanssemibold', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.cta {
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 3.0rem;
  font-family: 'open_sanslight', 'Arial', 'Helvetica', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 30px 0;
}
.cta p {
  margin: 0;
  padding: 0;
}
.uvod {
  font-size: 1.8rem;
  color: #fff;
  background: #194802;
  background: rgba(18, 65, 2, 0.8);
  padding: 30px 0;
}
.uvod p {
  padding: 0;
}
.about {
  padding: 30px 0;
}
.about h2 {
  color: #3c7506;
}
.technika {
  background: #386d05 url('../img/bg-technika.jpg') no-repeat center top;
  color: #fff;
  padding: 30px 0;
}
.technika h2 {
  color: #c0f179;
}
.technika img {
  float: right;
  border-radius: 50%;
  margin: 30px 0 0 40px;
}
.reference {
  background: #679f16;
  color: #fff;
  padding: 30px 0;
}
.fotogalerie {
  margin: 0 0 0 -40px;
}
.fotogalerie-list {
  overflow: hidden;
}
.fotogalerie-list li {
  float: left;
  width: 128px;
  height: 128px;
  margin: 0px 0 20px 45px;
}
.fotogalerie-list a {
  display: block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
}
.fotogalerie-list a img {
  min-width: 128px;
  min-height: 128px;
  display: inline-block;
}
.contact {
  padding: 30px 0;
}
.contact i {
  color: #3c7506;
}
.contact .c-3 {
  width: 208px;
  padding-left: 20px;
}
.contact .c-4 {
  width: 208px;
  padding-left: 20px;
}
.bottom {
  background: #336411;
  color: #fff;
  padding: 30px 0;
}
.bottom label {
  color: #c0f179;
}
.footer {
  font-size: 1.4rem;
  padding: 30px 0;
}
ul.list-dot-big,
.content > ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
ul.list-dot-big li,
.content > ul li {
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding: 2px 2px 2px 20px;
}
.content > ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
/* li-dot.png */
.menu-item {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpitCllk2FgYLBngICDLEDCB4i5oQI+TEDiPwMC/AcJ7ATir1C8EyDAAM+bB9opPbEiAAAAAElFTkSuQmCC");
}
/* li-dot-big.png */
.menu-item,
.list-dot-big li,
.content > ul li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGxJREFUeNpi/P//P8PBT1XSDAwMvUBswwABR4C42J6v7SnjgY+V6kDOMSAWYkAF74DYlglItGCRZICKtYAUuDLgBq5MDAQASME+PPK7QQpqoA5iwOLIGiagV64BGXpAvAaIX0AxiK0HkgMIMAAgvBo5cpcHVgAAAABJRU5ErkJggg==");
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }




.error-text,
.message-text {
    display: none;
    border-width: 1px;
    border-style: dotted;
    padding: 10px;
}
.error-text {
    background: #ffeeee;
    color: red;
}
.message-text {
    background: #eeffee;
    color: green;
}
.loading {
    display: none;
    height: 32px;
    line-height: 32px;
    padding-left: 32px;
    font-style: italic;
    background: transparent url('../img/ajax-loader.gif') no-repeat left center;
}
.error {
    outline: 1px dotted red;
    color: red;
}
