/* Reset
------------------------------ */
* { margin: 0; padding: 0; }
ul, li { list-style: none; padding: 0; margin: 0; }
body, html { height: 100%; }
html { font-size: 100.01%; }

/* Default
------------------------------ */
body {
    font: 62.5%/1.25 Verdana, Arial, sans-serif;
    height: 100%;
    color: #FFF;
    background: #0C0A07;
    overflow-y: scroll;
}

a img {
    border: none;
}

/* Links */
a {
    text-decoration: none;
    color: #DABA58;
}

a:hover {
    text-decoration: underline;
}

.unactive {
    opacity: 0.3;
    filter: alpha(opacity="30");
}

.hide {
    display: none;
}

/* Helpers
------------------------------ */
/* Clearfix */
.cf:before,
.cf:after {
    content: "";
    display: table;
}  

.cf:after {
    clear: both;
}  

.cf {
    zoom: 1;
}

.inside {
    width: 960px;
    margin: 0 auto;
}

/* More Link */
.more {
    color: #DABA58;
    float: right;
    padding-right: 30px;
    min-height: 25px;
    line-height: 23px;
    background: url('../img/wiecej.gif') 100% 50% no-repeat;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
}

/* Content Headers
------------------------------ */
h1, h2, h3, h4 {
    font-family: Georgia, "Times New Roman", serif;
    color: #FDEACB;
    font-weight: normal;
    text-transform: uppercase;
}

.content h1,
.mainHeader {
    font-size: 1.9em;
    padding-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a {
    color: #FDEACB;
    border-bottom: dotted 1px #FDEACB;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}

.content h2 {
  font-size: 1.6em;
}

.miniOffert h2 {
    font-size: 1.9em;
}

/* Header
------------------------------ */
#header {
    width: 100%;
    overflow: hidden;
    background: #0F0A07;
}
#header .inside {
    min-height: 261px;
    overflow: hidden;
    background: url('../img/naglowek.jpg');
}

#header .logo {
    margin: 4px 0 8px 520px;
    display: inline;
    float: left;
    padding: 0;
}

#header img {
    display: block;
}

#header h2 {
    padding-bottom: 5px;
    font-size: 1.7em;
}

#header .lead {
    overflow: hidden;
    padding-left: 475px;
}

#header .lead p {
    color: #FFDCAB;
    font-size: 11px;
}

/* NAVIGATION
------------------------------ */
#menu {
  
  overflow: hidden;
  padding: 5px 0 0 3px;
  margin-left: -3px;
}

#menu li {
  float: left;
}

#menu li a {
  float: left;
  width: 130px;
  height: 32px;
  line-height: 32px;
  margin-right: 3px;
  color: #999999;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  text-align: center;
  margin: 0 10px;
}
#menu li a:hover,
#menu li a:focus,
#menu li.current a {
  background: url('../img/menu_tlo.gif');
  color: #FFF;
  text-decoration: none;
}

/* BREDCRUMB
------------------------------ */
.bredcrumb {
    padding: 20px 0;
    overflow: hidden;
}

.bredcrumb h2 {
    float: left;
    font-size: 1.1em;
}

.bredcrumb li,
.bredcrumb li a {
    float: left;
}

.bredcrumb li {
    font-size: 1.2em;
    margin-top: -2px;
    padding-left: 13px;
    margin-left: 8px;
    background: url('../img/arrow-right.png') 0 50% no-repeat;
}

.bredcrumb li:first-child {
    padding: 0;
    background: none;
}

.bredcrumb strong {
    font-weight: normal;
}

/* FOOTER
------------------------------ */
#footer {
    background: url('../img/stopka_tlo.gif') repeat-x 0 0;
    background: -webkit-linear-gradient(top, #2a1100 0, #0C0A07 140px);
    background: -moz-linear-gradient(top, #2a1100 0, #0C0A07 140px);
    background: -ms-linear-gradient(top, #2a1100 0, #0C0A07 140px);
    background: -o-linear-gradient(top, #2a1100 0, #0C0A07 140px);
    overflow: hidden;
    width: 100%;
    min-height: 182px;
    font-family: Georgia, "Times New Roman", serif;
}

#footer .inside {
  min-height: 182px;
  padding-top: 40px;
  overflow: hidden;
}

#footer h2 {
    font-size: 2em;
    color: #9F561D;
}

#footer h2 a {
    color: #9F561D;
    border: 0;
}

#footer h2 a:hover {
    text-decoration: underline;
}

#footer .box {
    background: url('../img/stopka_pasek.gif') 100% 13px no-repeat;
}

/* Map */
#footer .map {
    float: left;
    padding: 0 20px 20px 70px;
}

#footer .map h2 {
    display: inline-block;
    z-index: 10;
    position: relative;
}

#footer .map h2 span {
    display: block;
}

#footer .map p {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    z-index: 5;
}

#footer .decoration {
    float: left;
    min-height: 130px;
    width: 306px;
}

/* Contact */
#footer .contact {
    float: right;
    padding: 24px 115px 29px 20px;
    margin-right: 5px;
    background: url('../img/tel.jpg') 100% 100% no-repeat;
}

#footer .contact p {
    font-size: 24px;
}

/* Copyright */
#footer .copy {
  width: 100%;
  float: left;
  background: url('../img/stopka_pasek_poziom.gif') 5px top no-repeat;
  margin-top: -10px;
  padding-bottom: 15px;
}

#footer .copy p {
    color: #7B7977;
    margin-top: 5px;
    font-size: 1.2em;
}

#footer .copy .left {
  float: left;
  margin-left: 50px;
}

#footer .copy .right {
  float: right;
  margin-right: 120px;
}

#footer .copy a {
  color: #7B7977;
}

/* CONTENT PART
------------------------------ */
.content {
    background: #2a1100 url('../img/kontent_bg.gif') top repeat-x;
    background: -webkit-linear-gradient(top, #110a08 0, #2a1100 150px);
    background: -moz-linear-gradient(top, #110a08 0, #2a1100 150px);
    background: -ms-linear-gradient(top, #110a08 0, #2a1100 150px);
    background: -o-linear-gradient(top, #110a08 0, #2a1100 150px);
}

.content .inside {
    width: 930px;
    padding-left: 30px;
}

.content p {
    line-height: 1.45em;
    font-size: 1.2em;
}

/* HOME PAGE
------------------------------ */
.miniOffert {
    width: 550px;
    float: left;
}

.miniOffert h2 {
    padding-bottom: .5em;
}

.miniOffert > p {
    margin-top: -40px;
}

.miniOffert > div {
    overflow: hidden;
    padding-bottom: 10px;
}

.miniOffert > div p {
    padding: 0 0 5px 30px;
}

.miniOffert .wiecej {
    padding-top: 10px;
    font-size: 14px;
}

.miniOffert .offertLink {
    float: left;
    padding-top: 10px;
}

/* Animated photos
------------------------------ */
.photosBox {
    float: right;
    width: 340px;
}

.photosBox h3 {
    padding-bottom: .5em;
}

.photosBox ul {
    position: relative;
    min-height: 200px;
}

.photosBox li {
    width: 250px;
    height: 250px;
    z-index: 10;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px;
}

.photosBox li .photo {
    display: block;
    margin: 5px;
}

.photosBox li .photo img {
    display: block;
}

.photosBox li h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.photosBox li h4 a {
    color: #814315;
}

.photosBox li:first-child {
    top: 30px;
    left: 10px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.photosBox li + li {
    top: 25px;
    left: 30px;
}

.photosBox li + li + li {
    top: 20px;
    left: 50px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

.photosBox li + li + li + li {
    top: 35px;
    left: 65px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

/* Oferta
----------------------------------------------------------------------------- */
.offert {
    margin: -30px 0 0;
}

.offert li {
    width: 40%;
    padding: 30px 30px 0;
}

.offert h2 {
    padding-bottom: .3em;
}

.offert li:nth-child(odd) {
    float: left;
    clear: left;
}

.offert li:nth-child(even) {
    float: right;
    clear: right;
}

/* Kontakt
----------------------------------------------------------------------------- */
#contact .address {
    padding-left: 30px;
    width: 280px;
    float: left;
}

#contact .address ul {
    padding: 5px 0 15px 20px;
}

#contact .address ul li {
    line-height: 1.45;
    font-size: 1.2em;
}

#contact .address span {
    display: block;
    padding-top: 5px;
}

#contact .desc {
    padding-left: 30px;
    overflow: hidden;
    min-width: 600px;
}

#contact .desc p {
    padding: 5px 0 0 20px;
}

#contact .map {
    float: right;
    border: solid 2px #BD800A;
    width: 600px;
    height: 280px;
    margin-top: -30px;
    background-color: #fff;
}

#contact .map img {
    display: block;
}

/* Nasze konie
----------------------------------------------------------------------------- */
#horses div {
  width: 320px;
  float: left;
}

#horses p {
  padding: 0 0 1em 30px;
}

#horses .miniGallery {
    float: right;
    width: 550px;
    margin-top: -30px;
}

/* Nasze konie
------------------------------------------------------------------------------*/
#stud div {
  width: 420px;
  float: left;
}

#stud p {
  padding: 0 0 1em 30px;
}

#stud .miniGallery {
    float: right;
    width: 450px;
    margin-top: -30px;
}

/* Atrakcje okolicy
----------------------------------------------------------------------------- */
#neighborhood .popular {
    float: left;
    width: 45%;
    padding-left: 30px;
}

#neighborhood .closest {
    float: right;
    width: 45%;
}

#neighborhood .lead {
    padding: 0 0 15px 30px;
}

#neighborhood .list ul {
    margin: 5px 0 15px 15px;
}

#neighborhood .list > ul > li {
    padding: 2px 0;
    list-style: square;
    font-size: 1.2em;
}

#neighborhood .list ul li ul {
    margin: 3px 0 3px 25px;
}

#neighborhood .list ul li ul li {
    list-style: disc;
    padding: 2px 0;
}

#neighborhood .miniGallery {
    float: left;
    width: 550px;
    margin-left: -70px;
}

/* Galeria zdjęć
----------------------------------------------------------------------------- */
.miniGallery li {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    float: left;
    margin: 0 10px 10px 0;
    background-color: #fff;
    text-align: center;
}

.miniGallery li a {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.miniGallery li img {
    display: inline-block;
    border: solid 3px #fff;
}

/* GALLERY
--------------------------------------- */
.gallery {
    width: 900px;
    position: fixed;
    top: -9999px;
    left: -99999px;
    background: #000;
    color: #fff;
    z-index: 60;
    border: solid 1px #573500;
}

.gallery .inner {
    padding: 10px 0 5px;
    margin: 0 5px;
}

/* Title
------------------------------ */
.gallery .head {
    overflow: hidden;
    padding: 0 0 10px 5px;
}

.gallery h2 {
    color: #FDEACB;
    font-size: 1.6em;
    float: left;
    padding-right: 20px;
}

.gallery .head strong {
    color: #FDEACB;
    display: block;
    padding-top: 3px;
    font-size: 1.1em;
    font-weight: normal;
}

.gallery .head span {
    font-weight: bold;
}

/* Big photo
------------------------------ */
.gallery .photo {
    height: 650px;
    line-height: 650px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url('../img/ajax-spinner-white.gif') 50% 50% no-repeat;
}

.gallery .photo p a {
    display: block;
    position: absolute;
    width: 55px;
    height: 70px;
    line-height: 65px;
    font-size: 4em;
    top: 45%;
    text-align: center;
    background-color: #000;
    border-style: solid;
    border-color: #573500;
    z-index: 60;
    opacity: 0.5;
    filter: alpha(opacity="50");
}

.gallery .photo p a:hover {
    opacity: 0.6;
    filter: alpha(opacity="60");
    text-decoration: none;
}

.gallery .photo p a:active {
    opacity: 0.5;
    filter: alpha(opacity="50");
}

.gallery .photo .prev a {
    left: 0;
    padding-right: 5px;
    background-position: -18px -317px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-width: 1px 1px 1px 0;
}

.gallery .photo .next a {
    right: 0;
    padding-left: 5px
    background-position: -57px -317px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
}

.gallery img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* Thumbs
------------------------------ */
.gallery .thumbs {
    position: relative;
    overflow: hidden;
    padding: 0 39px;
}

.gallery .thumbs > div {
    overflow: hidden;
    margin: 0 auto;
}

.gallery .thumbs ul {
    height: 102px;
    position: relative;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.gallery .thumbs li {
    float: left;
    width: 106px;
    height: 100px;
    line-height: 100px;
    padding: 0 2px;
}

.gallery .thumbs ul a {
    float: left;
    width: 100px;
    height: 100px;
    background: url('../img/ajax-spinner-white-small.gif') 50% 50% no-repeat;
    text-align: center;
    opacity: 0.4;
    filter: alpha(opacity="40");
    -webkit-transition: opacity .20s linear;
    -moz-transition: opacity .20s linear;
    -o-transition: opacity .20s linear;
    -ms-transition: opacity .20s linear;
    transition: opacity .20s linear;
}

.gallery .thumbs ul a img {
    vartical-align: middle;
    border: solid 1px transparent;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -o-transition: all .20s linear;
    -ms-transition: all .20s linear;
    transition: all .20s linear;
    max-width: 96px;
    max-height: 96px;
}

.gallery .thumbs ul a:hover,
.gallery .thumbs ul .current a {
    opacity: 1;
    filter: alpha(opacity="100");
}

.gallery .thumbs ul .current a img {
    border-color: #DABA58;
}

/* Nav
------------------------------ */
.btn a {
    display: block;
    text-align: center;
    font-size: 1.6em;
    width: 20px;
    height: 20px;
    border: solid 1px #573500;
    border-radius: 2px;
}

.btn a:hover {
    text-decoration: none;
}

.close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.close a {
    background-position: 5px -361px;
}

.btn a:hover {
    background-color: #292929;
}

.btn a:active {
    background-color: #373737;
    border-color: #373737;
}

.btn a.unactive:hover,
.btn a.unactive:active {
    background-color: transparent;
}

.gallery .thumbs p {
    position: absolute;
    top: 45px;
}

.gallery .thumbs .prev {
    left: 5px;
}

.gallery .thumbs .prev a {
    background-position: 5px -332px;
}

.gallery .thumbs .next {
    right: 5px;
}

.gallery .thumbs .next a {
    background-position: 6px -299px;
}

/* Overlay
--------------------------------------- */
.overlay {
    position: absolute;
    display: none;
    background: #000;
    background: url('../img/transparent80-bg.png');
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 50;
}

/* ERROR PAGE
--------------------------------------- */
.errorPage p {
    padding: 0 0 1em 30px;
}

