@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-size: 62.5%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* reset */

body {
    background-color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}
a {
    text-decoration: none;
}
pre {
    font-size: 12px;
    line-height: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #006;
}

.container {
    width: 100%;
    clear: both;
    background-color: #000;
}
.container.main {
    background-color: #FF0;
    padding-top: 35px;
    padding-bottom: 30px;
}
.clear {
    clear: both;
}

.error {
    display: block;
    clear: both;
    padding: 15px;
    font-size: 12px;
}

#header {
    border-bottom: 2px solid #fff;
    height: 90px;
}

#content {
    margin: auto;
    padding: 15px 0;
    width: 1140px;
}

#box_1, #box_2, #box_3, #box_4, #box_5 {
    float: left;
    border: 10px solid #fff;
    background-color: #fff;
}
#box_1 {
    width: 490px;
    height: 380px;
    border-right: none;
    border-bottom: none;
}
#box_2 {
    position: relative;
    width: 620px;
    height: 380px;
    border-bottom: none;
}
#box_2 .timer {
    position: absolute;
    top: -32px;
    right: 0;
    color: #000;
    font-size: 1.5em;
}
#box_2 .timer span {
    color: #000;
    font-weight: bold;
}
#box_3 {
    display: flex;
    justify-content: space-around;
    width: 1120px;
    height: 137px;
    border-bottom: none;
}
#box_3 img {
    width: 180px;
    height: 135px;
    border: 1px solid #999;
}
#box_3 img:hover {
    border: 1px solid #333;
}
#box_4 {
    width: 620px;
    height: 225px;
}
#box_5 {
    width: 490px;
    height: 225px;
    border-left: none;
    background-color: #000;
}

#box_5 h1 {
    display: block;
    padding: 5px;
    font-size: 2.1em;
    color: #ff0;
}
#box_5 ul {
    list-style-type: none;
    margin: 10px 0 0 15px;
    font-size: 1.7em;
}
#box_5 ul li {
    color: #eee;
    line-height: 1.5em;
}
#box_5 p {
    display: block;
    padding: 15px;
    font-size: 2em;
    color: #fff;
}

#footer {
    position: relative;
    margin: auto;
    padding-top: 10px;
    width: 1140px;
    min-height: 200px;
    background-color: #000;
}
#footer_logo {
    position: absolute;
    top: -115px;
    right: 0;
}
#footer > p {
    font-size: 1.2em;
    padding-top: 25px;
    text-align: center;
    color: #999;
}

#social_logos {
    margin-left: 10px;
}
#menu_container {
    background: url(../images/layout/header_logo.png) left center no-repeat;
    font-size: 1.3em;
    height: 150px;
    margin: auto;
    padding-left: 345px;
    position: relative;
    width: 650px;
    z-index: 10;
    border: 0px solid green;
}
#logo {
    display: block;
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 350px;
    height: 100px;
}
#procent {
    display: block;
    position: absolute;
    top: 20px;
    right: -71px;
    width: 45px;
    height: 30px;
    z-index: 1000;
    background: url(../images/layout/1procent.png) left center no-repeat;
}
#menu {
    display: block;
    padding-top: 65px;
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    border-right: 0px solid red;
    position: absolute;
    right: -71px;
    top: 0;
}
#menu li {
    display: inline;
}
#menu > li > a {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.2em;
    color: #fff;
}
#menu > li:hover > a {
    color: #fe0;
}
#menu > li > a.selected {
    font-weight: bold;
}
#menu li div {
    display: none;
    background: url(../images/layout/header_logo.png) -284px -65px no-repeat;
    position: absolute;
    right: 0;
    bottom: -25px;
    background-color: #fff;
    height: 25px;
    color: #000;
}
.submenu_1 {
    padding-left: 175px;
    width: 607px;
}
.submenu_2 {
    padding-left: 150px;
    width: 632px;
}
.submenu_2 ul li {
    width: 200px !important;
}
.submenu_1 *, .submenu_2 * {
    color: #666;
}
.submenu_1 a:hover, .submenu_2 a:hover {
    color: #000;
}


#menu li:hover > div, #menu li div:hover {
    display: block;
}

/* breadcrumbs */
#breadcrumbs {
    margin: 10px 10px 25px -13px;
    border-bottom: 2px solid #fe0;
}
#breadcrumbs a, #breadcrumbs span {
    display: block;
    float: left;
    padding: 2px 5px;
    font-size: 1.3em;
    line-height: 2em;
}
#breadcrumbs a {
    color: #fff;
}
#breadcrumbs a:hover {
    color: #fe0;
}
#breadcrumbs > span {
    color: #000;
    background-color: #fe0;
}
#breadcrumbs .arrow {
    background-color: #000;
    color: #fff;
}

#fb_like {
    float: right;
    height: 25px;
    opacity: 0.7;
}
#fb_like:hover {
    opacity: 1;
}

/* filters / sub_nav */
#filter {
    margin: 10px 10px 25px -13px;
    border-bottom: 2px solid #fe0;
}
#filter a {
    display: block;
    float: left;
    padding: 2px 5px;
    font-size: 1.3em;
    line-height: 2em;
    color: #fff;
}
#filter a:hover {
    color: #fe0;
}
#filter a.selected {
    color: #000;
    background-color: #fe0;
}

#content_box {
    padding-left: 23px;
    padding-bottom: 40px;
    background-color: #000;
    border: 2px solid #fff;
}
/* galleries */
.gallery_photo {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 18px 25px 18px;
    width: 180px;
    height: 135px;
    border: 1px solid #fff;
}
.gallery_photo:hover {
    border: 1px solid #fe0;
}
.gallery_photo span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19px;
    text-align: center;
    border-top: 1px solid #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #ddd;
    background: url(../images/layout/glass.png) repeat;
}



/* galleries */

/* majowka */
#map {
    margin-top: 15px;
    width: 685px;
    height: 536px;
    border: 2px solid #ffe600;
}
#map a {
    color: #666;
}
#random_photos img {
    border: 1px solid #fff;
}
#random_photos img:hover {
    border: 1px solid #fe0;
}
#random_photos.majowka {
    margin-left: 20px;
    float: right;
    width: 404px;
}
#random_photos a {
    display: block;
    float: left;
}
#random_photos.majowka a {
    margin-bottom: 15px;
    margin-right: 20px;
}

#page_content {
    color: #eee;
}
#page_content p {
    padding-bottom: 1em;
    font-size: 1.3em;
    line-height: 1.4em;
}
#page_content a {
    color: inherit;
    text-decoration: underline;
}
#page_content a:hover {
    color: #fe0;
}

/* page art styles */
#page_content .art_title {
    font-size: 2em;
    color: #fe0;
    font-weight: bold;
}
#page_content .price {
    font-weight: bold;
    padding-bottom: 50px;
}
#page_content .price span {
    font-weight: normal;
}
/* page art styles end */

/* partners */
#partners {
    margin: 15px 0;
}
.partner {
    float: left;
    position: relative;
    margin: 0 25px 25px 0;
    padding: 10px;
    width: 500px;
    height: 151px;
    color: #555;
    border: 2px solid #fe0;
    background-color: #fff;
}
.partner .logo {
    float: left;
    margin-right: 15px;
}
.partner .fb_like {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.partner p a:hover {
    color: #000 !important;
}
/* partners end */
