/**
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700|Ubuntu|Quintessential&subset=latin,latin-ext);
font-family: 'Playfair Display', serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Quintessential', cursive;
font-family: 'Gilda Display', serif;
 */

html, body {
    margin:0;
    padding:0;
    height:100%;
}

body {
   background: no-repeat fixed center top #22252a;
   color: #fff;
   font-family: "Times New Roman", serif;
   font-size: 18px;
}
#wrapper {
    min-height:100%;
    position:relative;
}

a {
   color: #fff;
   text-decoration: none;
}

a:hover {
   color: #c9ab8b;
}

.clearfix {
   clear: both;
}

.container {
   height: auto;
   width: 984px;
   margin: 0 auto;
   position: relative;
   background: transparent;
}

#header .logo {
   position: absolute;
   width: 237px;
   height: 247px;
   left: 373.5px;
   top: -247px;
   z-index: 10;
   outline: none;
}

#header {
   padding-top: 47px;
}

#header .menu {
   height: 87px;
   background: url( '../img/menu_bg.png' ) no-repeat;
}

#header .menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#header .menu > ul {
   height: 87px;
}

#header .menu > ul li {
   float: left;
   display: block;
   font-family: 'Playfair Display', serif;
   font-size: 13px;
   text-transform: uppercase;
   text-align: center;
   line-height: 1;
   width: 186px;
   height: 38px;
}

#header .menu > ul > li {
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
}

#header .menu > ul li ul {
   margin-top: 20px;
   box-shadow: 0 10px 20px #222;
   position: absolute;
   z-index: 9;
   display: none;
   bottom: 1;
   left:0;
}
#header .menu > ul > li:hover > ul
{
    display: block;
}

#header .menu > ul li li {
   float: none;
   padding: 10px 0 5px 0;
   background: #38324D url('../img/menu_separator_v.png') center bottom no-repeat;
}

#header .menu > ul li li:last-child {
   background: #38324D;
}

#header .menu > ul li a {
   display: block;
   padding-top: 6px;
}

#header .menu > ul li a:hover {
   color: #c9ab8b;
   text-shadow: 1px 1px 1px #222;
}

#header .menu > ul > li.item-1,
#header .menu > ul > li.item-3 {
   background: url('../img/menu_separator.png') center right no-repeat;
}

#header .menu > ul > li.item-2 {
   margin-right: 237px;
}

.quote {
   position: absolute;
   width: 984px;
   left: 50%;
   margin-left: -522px;
   bottom: 300px;
}

.quote img {
   display: none;
}

#footer {
   position: fixed;
   width: 100%;
   bottom: 0;
   background: url( '../img/footer_bg.png' ) bottom left repeat-x;
}

.bottom-mask {
   height: 190px;
   width: 980px;
   position: fixed;
   bottom: 52px;
   left: 50%;
   margin-left: -490px;
   box-shadow: 0 0 170px #000;
}

#about-us {
   height: 262px;
   width: 980px;
   font-family: 'Ubuntu', sans-serif;
   background: url( '../img/bottom_box.png' ) no-repeat;
}

.subpage #footer {
    position:absolute;
    bottom:0;
    left:0;
}

#about-us .info {
   color: #7a7a7a;
   font-size: 11px;
   width: 330px;
   line-height: 17px;
   padding: 75px 0 0 30px;
   text-align: justify;
}

#about-us .copy,
#about-us .intellect,
#about-us .licznik {
   font-size: 11px;
   color: #62676e;
   position: absolute;
}

#about-us .copy {
   /*bottom: 28px;*/
   bottom: 17px;
   left: 14px;
}

#about-us .intellect {
   bottom: 17px;
   right: 14px;
}
#about-us .licznik {
	display: none;
	bottom: 12px;
	left: 14px;
}

#content {
   margin-top: 75px;
   width: 978px;
   padding: 0 3px 285px 3px;
}

#content h1 {
   margin-top: 0;
   font-size: 44px;
   font-weight: normal;
   text-shadow: 0px 0px 20px #000;
   font-family: 'Quintessential', cursive;
   max-width: 360px;
}

#content p > span {
	display: inline-block;
	/*width: 70px;*/
}

#content .button,
#content a.show-map {
   display: block;
   margin-top: 30px;
}

#content .button {
   margin: 12px auto 0;
}

.col-1, .col-2 {
   float: left;
}

.col-1 {
   width: 590px;
}

.col-2 {
   margin-top: 87px;
   width: 388px;
}

.col-2 h2 {
   font-weight: normal;
   letter-spacing: 5px;
   text-transform: uppercase;
   font-size: 16px;
   font-family: 'Gilda Display', serif;
}

p.title {
   font-size: 18px;
}

.button {
   border: 0;
   margin: 0;
   padding: 0;
   font-size: 13px;
   color: white;
   text-transform: uppercase;
   font-family: 'Playfair Display', serif;
   text-align: center;
   width: 224px;
   height: 37px;

   background: url( "../img/button_bg.png" );
}

.button:hover {
   color: #c9ab8b;
}

.col-2 form {
   margin: 25px 0;
}

.col-2 form input[type="text"],
.col-2 form textarea {
   resize: none;
   width: 366px;
   padding: 5px 10px;
   margin-bottom: 10px;
   background: rgba(0, 0, 0, 0.3); 
   border: 1px solid rgba(255, 255, 255, 0.05);
   color: #fff !important;
   font: 14px/16px Times New Roman, 'Gilda Display', serif;
}

.col-2 form textarea {
   height: 70px;
}

.gallery {
   list-style: none;
   margin: 0;
   padding: 0;
}

.gallery li {
   margin-right: 78px;
   margin-bottom: 50px;
   display: block;
   float: left;
   width: 264px;
   text-align: center;
   /*border: 1px solid rgba(255, 255, 255, 0.05);*/
}

.gallery li.last {
   margin-right: 0;
}

.gallery li a {
   display: block;
   height: 157px;
   position: relative;
}
.gallery li a .img { display: block; width: 264px; height: 157px; border: 4px solid #525354;
	-moz-transition: 0.3s ease-out;
     -webkit-transition: 0.3s ease-out;
     -o-transition: 0.3s ease-out;
     transition: 0.3s ease-out;}
.gallery li a:hover .img { border-color: #90826f; }

#content .gallery li h4.button {
   margin: 0;
   position: absolute;
   bottom: -17px;
   left: 50%;
   font-weight: normal;
   padding-top: 8px;
   height: 29px;
   margin-left: -112px;
}


.gallery li img {
   /*width: 264px;*/
   /*height: 149px;*/
   max-height: 200px;
   border: 4px solid #525354;
}

.gallery li:hover img {
    border-color: #90826f;
}

.gallery li:hover .button {
   color: #c9ab8b;
}

.form-wrapper {
   position: relative;
}

.form-wrapper .ajax-loader {
   position: absolute;
   text-align: center;
   width: 100%;
   background: url( '../img/loader.gif' ) bottom center no-repeat;
   padding-bottom: 40px;
   top: 70px;
}

.form-wrapper.contact .ajax-loader {
   top: 30px;
}

.form-wrapper .ajax-loader.error {
   background: #717d90;
   border-radius: 5px;
   box-shadow: 1px 1px 2px #000;
   padding-bottom: 0;
   margin-left: 10%;
   padding: 10px 5%;
   width: 70%;
   font-weight: bold;
   color: white;
}

.form-wrapper .ajax-loader.success {
   background: #717d90;
   border-radius: 5px;
   box-shadow: 1px 1px 2px #000;
   padding-bottom: 0;
   margin-left: 10%;
   padding: 10px 5%;
   width: 70%;
   font-weight: bold;
   color: white;
}

.ribbon {
    position: absolute;
    top: 0;
    left: 390px;
}

.ribbon:hover {
    top: 3px;
}

.contact-us {
    position: absolute;
    top: 0;
    right: 0;
}

a,
.ribbon,
.button,
#header .menu > ul li ul,
.gallery li img,
.gallery li .button {
     -moz-transition: 0.3s ease-out;
     -webkit-transition: 0.3s ease-out;
     -o-transition: 0.3s ease-out;
     transition: 0.3s ease-out;
}
.content { line-height: 200%; }
.content ul { padding-left: 12px; }
.content ul li { list-style: url(../img/li.png); }

#pip { position: absolute; right: 60px; top: 135px; }