@import url('common.css');
@import url('defaults.css');

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

}

/* STYLE */


body {
    background:url("../images/bg.jpg") no-repeat center top #ffc334;
}
body.page {
    background:url("../images/page-background.jpg") no-repeat center top #ffc334;
}

body.page section.wrapper {
  width: 60%;
  display: block;
  margin: 0 auto 30px auto;
}

body.page section.wrapper h2 {
clear: both;
font-size: 2vw;
margin: 10px 0px;
padding-top: 20px;
}

body.page section.wrapper h3 {
font-size: 1.4vw;
margin: 20px 0 10px 0px;
}

body.page section.wrapper privacy_policy {
  clear: both;
  display: block;
}

body.page section.wrapper privacy_policy ol {
list-style: decimal;
margin-left: 15px;
padding-top: 5px;
}

body.page section.wrapper privacy_policy ol li {
  padding-top: 5px
}

body.page section.wrapper privacy_policy ol li > ol {
  margin-left: 40px;
  list-style: lower-alpha;
}

body.page section.wrapper privacy_policy ol li > ol li {
  padding: 0px;
}

#container {
    width:900px;
    margin:0px auto;
}

#content {
    overflow:hidden;
}

#col_l, header {
    width:361px;
    float:left;
}

header h1 {
    margin-top:45px;
}

header h2 {
    font-size:30px;
    color:#161719;
    font-family:futura_bkbold;
    text-align:right;
    margin-top:45px;
    margin-right:45px;
    line-height:33px;
}

header h1 span {
    color:#ffc334;
    font-size:24px;
    display:block;
    text-align:right;
}

#col_r {
    width:292px;
    float:left;
    padding-left:20px;
    padding-top:37px;
    font-size:14px;
}

#col_r h2 {
    font-size:18px;
    color:#161719;
    font-family:futura_bkbold;
    padding-bottom:10px;
    margin-bottom:10px;
    width:255px;
    line-height:22px;
}

#col_r h2.border {
    border-bottom:1px solid #d0d0d0;
}

#col_r h2.no_margin {
    margin-bottom:0px;
}

#col_r ul {
    list-style:url("../images/dot.jpg");
    border-bottom:1px solid #d0d0d0;
    padding-bottom:15px;
    margin-bottom:15px;
    width:255px;
}

#col_r ul li {
    margin-left:10px;
}

#main_gallery {
    list-style:none;
    width:335px;
    margin-top:42px;
    margin-left:2px;
}

#main_gallery li {
    float:left;
    margin-right:31px;
    margin-bottom:31px;
}

#main_gallery li img {
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}

#main_gallery li img:hover {
    -moz-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    -o-transform:rotate(3deg);
}

footer {
    /*margin-top:-65px;*/
}
body.page footer {
display: block;
margin: 40px 0px;
}

footer #footer_l, footer #footer_r {
    font-family:futura_bkbold;
    font-size:14px;
    margin-bottom:20px;
}

footer #footer_l {
    float:left;
    text-transform:uppercase;
    line-height:20px;
}

footer #footer_r {
    float:right;
    background:url("../images/footer_phone.jpg");
    width:201px;
    height:39px;
}

footer #footer_bottom {
    border-top:1px solid #c0942d;
    clear:both;
    padding-top:24px;
    color:#8a6a1c;
    font-size:11px;
}

footer #footer_r span {
    margin-left: 43px;
    display: block;
    margin-top:0px;
    font-size:22px;
}


/* By Silnet.pl */
.silnet-copyright {
    float: right;
    margin-top: -10px;
}
