@font-face {
    font-family: 'Cuprum';
    font-weight: 400;
    src: url(fonts/Cuprum-Regular.ttf)
}

@font-face {
    font-family: 'Cuprum';
    font-weight: 400;
    font-style: italic;
    src: url(fonts/Cuprum-Italic.ttf)
}

@font-face {
    font-family: 'Cuprum';
    font-weight: 700;
    src: url(fonts/Cuprum-Bold.ttf)
}

* {
    font-family: 'Cuprum', 'Trebuchet MS', Arial, Helvetica, sans-serif
}

div,
span,
p,
textarea,
input,
select,
li,
td,
strong,
em {
    color: #232732;
    font-size: 17px;
    line-height: 150%
}

a {
    color: #2c2f39;
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #f1971f;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

a:active {
    color: #666
}

h1,
h2,
h3,
h4,
h5 {
    color: #f79500;
    font-weight: bold;
    padding: 0
}

h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 14px 0
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 12px 0
}

h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 6px 0
}

img {
    border: 0
}

th {
    text-align: left
}

ul {
    padding: 5px 10px;
    margin: 0
}

ul li {
    background: url('images/li.png') left 6px no-repeat;
    list-style: none outside none;
    padding-left: 14px;
    margin: 3px;
    min-height: 20px
}

table caption {
    font-weight: bold;
    text-transform: uppercase
}

.b {
    font-weight: bold
}

.i {
    font-style: italic
}

.strike {
    text-decoration: line-through
}

.small {
    font-size: smaller
}

.big {
    font-size: large
}

.clear {
    clear: both
}

.block {
    display: block
}

.inline {
    display: inline
}

.hide {
    display: none!important
}

.round {
    border-radius: 5px
}

.no_bg {
    background: none!important
}

.no_border {
    border: 0!important
}

.no_wrap {
    white-space: nowrap
}

.no_margin {
    margin: 0!important
}

.no_margin_right {
    margin-right: 0!important
}

.red {
    color: #f00
}

.orange {
    color: #f1971f
}

.navy {
    color: #2c2f39
}

.red_bg {
    background: red!important
}

.center {
    text-align: center!important
}

.middle {
    vertical-align: middle!important
}

.to_left {
    text-align: left!important
}

.to_right {
    text-align: right!important
}

.justify {
    text-align: justify!important
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.block_left {
    float: left;
    margin: 0 10px 10px 0;
    width: 25%
}

.block_right {
    float: right;
    margin: 0 0 10px 10px;
    width: 25%
}

.short {
    width: 60px!important
}

.half {
    width: 50%
}

.semi {
    width: 49%
}

.tri {
    width: 33%
}

.six {
    width: 66%
}

.long {
    width: 99%
}

.date {
    width: 100px
}

.margin {
    margin: 20px
}

.vmargin {
    margin: 20px 0
}

.hmargin {
    margin: 0 20px
}

.margin_left {
    margin-left: 20px
}

.margin_right {
    margin-right: 20px
}

.margin_top {
    margin-top: 20px
}

.margin_bottom {
    margin-bottom: 20px
}

.padding {
    padding: 20px
}

.vpadding {
    padding: 20px 0
}

.hpadding {
    padding: 0 20px
}

.padding_left {
    padding-left: 20px
}

.padding_right {
    padding-right: 20px
}

.padding_top {
    padding-top: 20px
}

.padding_bottom {
    padding-bottom: 20px
}

.break {
    padding: 5px 0
}

.strike {
    text-decoration: line-through
}

.more {
    color: #350c0f
}

.back {
    color: #350c0f;
    float: right
}

.line {
    clear: both;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #ccc
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.frontend {
    width: 100%
}

.orange {
    color: #f79500
}

input,
textarea {
    border: 1px solid #a9abaf;
    background: #fff;
    padding: 5px 10px;
    border-radius: 2px
}

input:focus,
textarea:focus {
    border: 1px solid #900
}

input[type='button'],
input[type='submit'],
.button {
    display: inline-block;
    color: #fff;
    background: #2c2f39;
    padding: 5px 10px;
    border: 0;
    cursor: pointer
}

.button2 {
    display: block!important;
    color: #fff!important;
    background: url('images/circle_down.png') no-repeat 220px center #f0981d!important;
    border: 0!important;
    cursor: pointer!important;
    font-size: 16px!important;
    padding: 10px 3%!important;
    width: 94%!important
}

.button2:hover {
    color: #fff!important;
    background: #2d3039!important
}

a.button2 {
    padding: 10px 3%!important;
    width: 94%!important
}

input.button2 {
    padding: 10px 3%!important;
    width: 100%!important
}

.button3 {
    display: block!important;
    color: #2e2e36!important;
    background: #d3d3d3!important;
    padding: 10px 20px!important;
    border: 0!important;
    cursor: pointer!important;
    font-size: 16px!important;
    width: 100%!important
}

.button3:hover {
    color: #fff!important;
    background: #2d3039!important
}

.big_button {
    display: inline-block;
    color: #fff!important;
    background: #f19e24;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    font-size: 18px!important
}

.big_button:hover {
    color: #fff!important;
    background: #2d3039!important
}

input[type='button']:hover,
input[type='submit']:hover,
.button:hover {
    color: #fff!important;
    background: #f1971f
}

input[type='button']:active,
input[type='submit']:active,
.button:active {
    position: relative;
    top: 1px;
    left: 0
}

input[type='submit']:first-letter,
input[type='button']:first-letter,
.button:first-letter,
.button:hover:first-letter {
    text-transform: uppercase
}

input[disabled='disabled'],
input[disabled='disabled']:hover,
textarea[disabled='disabled'],
option[disabled='disabled'] {
    color: #333;
    background: #eee;
    cursor: pointer
}

input[type='checkbox'],
input[type='radio'],
.checkbox,
.radio {
    cursor: pointer
}

.input,
.textarea,
.select {
    width: 245px
}

.form .error,
.form .red {
    display: block
}

#controls,
.controls {
    padding: 20px 0;
    text-align: center
}

.required span {
    cursor: help
}

form .even {
    background: #eee
}

#form_contact2 .input,
#form_contact2 .textarea,
#form_contact2 .select {
    width: 96%;
    padding: 2%;
    margin: 0 0 5px
}

#form_contact2 .token_input {
    width: 125px;
    margin: 0 0 0 15px
}

#messageBox {
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background: #f7e4a5;
    border: 1px solid #2c2f39
}

#messageBox * {
    color: #000
}

#messageBox .error,
.error {
    color: #f00
}

#messageBox .notice {
    color: #00f
}

#messageBox .warning {
    color: #666
}

body {
    margin: 0;
    padding: 0;
    background: url('images/top_bg.png') no-repeat top center #fff
}

#main_container {
    text-align: center
}

#sub_container {
    text-align: center
}

#sub_container h1 {
    margin: 4px 0 14px
}

#sub_container h2,
#sub_container h3 {
    background: #fff;
    padding: 15px 35px;
    margin: 0
}

#logo_container {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 54px;
    z-index: 1000
}

#logo_container .center_container {
    height: 54px;
    background: #2c2f39
}

#top_menu_box {
    position: relative
}

#main_logo {
    display: block;
    float: left
}

#main_logo a {
    display: block
}

.center_container {
    position: relative;
    width: 1240px;
    padding: 0;
    margin: 0 auto;
    text-align: left
}

#top {
    height: 229px;
    padding: 54px 0 0
}

.no_com #top {
    height: 114px!important
}

#middle {
    padding: 0 0 20px;
    background: url('images/bg.png') no-repeat top center #efefef
}

#slogan {
    width: 282px;
    line-height: 54px;
    padding: 0 40px;
    font-size: 16px;
    color: #fff;
    background: #f1971f
}

#title_row {
    position: relative;
    top: -30px;
    left: 0;
    padding: 0 40px;
    background: #f1971f
}

#title_row h1 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    padding: 15px 0
}

#sold {
    clear: both;
    margin: 8px 0
}

#sold2 {
    clear: both;
    margin: -18px 0 8px
}

.ban_top {
    overflow: hidden
}

.ban_top img {
    display: block
}

#ban_top_1,
#ban_top_5 {
    position: relative;
    display: block;
    float: left;
    width: 562px;
    height: 120px
}

#ban_top_2,
#ban_top_6 {
    position: relative;
    display: block;
    float: right;
    width: 562px;
    height: 120px
}

#ban_top_2 .camera_wrap {
    position: relative;
    left: 0;
    top: -55px
}

#ban_top_3 {
    position: relative;
    display: block;
    float: left;
    width: 562px;
    height: 120px
}

#ban_top_4 {
    position: relative;
    display: block;
    float: right;
    width: 562px;
    height: 120px
}

#ban_side_7 {
    position: relative;
    top: 0;
    left: -5px;
    display: block;
    width: 160px;
    height: 215px;
    border: 2px solid #13c924;
    overflow: hidden
}

#ban_side_8 {
    position: relative;
    top: 0;
    left: -5px;
    display: block;
    width: 160px;
    height: 215px;
    border: 2px solid #f00
}

#ban_mob_1,
#ban_mob_2,
#ban_mob_3 {
    position: relative;
    display: block;
    width: 310px!important;
    height: 150px!important;
    margin: auto
}

.red_frame {
    overflow: hidden;
    border: 5px solid #f00!important
}

.blue_frame {
    overflow: hidden;
    border: 5px solid #124ae7!important
}

#col_1 {
    float: left;
    width: 405px
}

#col_2 {
    float: left;
    width: 390px;
    margin: 0 20px
}

#col_3 {
    float: right;
    width: 390px
}

.col_left {
    float: left;
    width: 1050px
}

.col_right {
    float: right;
    width: 160px
}

.col_both {
    clear: both
}

.columns {
    overflow: hidden
}

.col_1 {
    float: left;
    width: 21%;
    margin: 0 2%;
    padding: 20px 0;
    border-top: 10px solid #393c45
}

.col_2 {
    float: left;
    width: 21%;
    margin: 0 2%;
    padding: 20px 0;
    border-top: 10px solid #393c45
}

.col_3 {
    float: left;
    width: 21%;
    margin: 0 2%;
    padding: 20px 0;
    border-top: 10px solid #393c45
}

.col_4 {
    float: left;
    width: 21%;
    margin: 0 2%;
    padding: 20px 0;
    border-top: 10px solid #f19e24
}

#text {
    padding: 10px
}

.breadcrumb {
    position: absolute;
    top: 32px;
    left: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: #fff
}

.breadcrumb a,
.breadcrumb span {
    font-size: 12px;
    line-height: 12px;
    color: #414141
}

.breadcrumb .label {
    color: #3d6791;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0
}

.breadcrumb .home {
    position: relative;
    top: 5px;
    left: 0
}

.show_map {
    cursor: pointer
}

.hide_map {
    display: none;
    cursor: pointer
}

.centainer {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden
}

.pagination {
    position: relative;
    left: 50%;
    float: left;
    margin: 20px auto
}

.pagination .item {
    display: block;
    float: left;
    position: relative;
    right: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold
}

.pagination .active {
    color: #fff;
    background: #2c2f39;
    border-radius: 10px
}

#ssi {
    float: left;
    position: relative;
    top: -7px;
    margin: 0;
    text-align: left
}

#ssi span,
#ssi strong {
    font-size: 12px;
    color: #7e7e7e
}

#ssi img {
    position: relative;
    top: 5px;
    left: 0;
    padding: 0 0 0 5px
}

#footer {
    padding-bottom: 20px
}

#footer_extra {
    clear: both
}

#footer_extra .big {
    font-size: 22px
}

#footer_extra a {
    display: block;
    color: #4e5059;
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px 0
}

#footer_text {
    float: left
}

#footer_links {
    float: right
}

#footer_bot {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #d1d2d4
}

#social_menu {
    float: right
}

#cookies {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px 0;
    width: 100%;
    text-align: center;
    background: #000;
    border-top: 1px solid #666;
    opacity: .75;
    filter: alpha(opacity=75)
}

#frontface {
    clear: both
}

#subface {
    clear: both
}

#top_menu {
    position: relative;
    float: right;
    padding: 0 20px;
    margin: 0
}

#top_menu li {
    float: left;
    text-align: center;
    background: 0;
    padding: 0 5px;
    margin: 0
}

#top_menu a {
    display: block;
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    text-transform: uppercase
}

#top_menu a:hover,
#top_menu .active {
    color: #2c2f39;
    background: #f1971f
}

#top_menu a:active {
    color: #666
}

.dropdown .sub {
    position: relative
}

.dropdown .sub>a {
    background: url('images/down.png') no-repeat right center;
    padding: 0 10px!important
}

.dropdown .sub a:hover,
.dropdown .active .sub a {
    color: #eee
}

.dropdown .sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200%;
    background: #2c2f39!important;
    border: 1px solid #f1971f;
    box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
    padding: 0!important;
    z-index: 222
}

.dropdown .sub_el {
    margin: 0!important;
    float: none!important;
    text-align: left!important;
    background: none!important
}

.dropdown .sub_el a {
    font-size: 14px!important;
    line-height: 38px!important
}

.dropdown ul *:hover {
    transition: none!important;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important
}

#news_list {
    clear: both
}

.news {
    clear: both;
    margin-bottom: 20px
}

.news .img {
    display: block;
    float: left;
    margin: 0 10px 10px 0
}

.news .img img {
    opacity: 1
}

.news .img:hover img {
    opacity: .8
}

.news .date {
    font-size: 12px;
    color: #7f7f7f
}

.news .title {
    font-size: 15px;
    font-weight: bold;
    color: #ef961d;
    text-transform: uppercase
}

.news .title:hover {
    color: #2d303a
}

.news .intro {
    clear: both
}

.news .more {
    clear: both;
    display: block;
    color: #ef961d
}

.more_news_lnk {
    clear: both;
    display: block;
    font-size: 18px;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    background: #ef961d;
    text-align: center
}

.more_news_lnk:hover {
    color: #fff;
    background: #2c2f39
}

#one_news .img {
    display: block;
    float: left;
    margin: 0 20px 20px 0
}

.gallery_table {
    overflow: hidden;
    border-spacing: 5px
}

.gallery_table_row {
    clear: both
}

.gallery_table_cell {
    padding: 5px;
    border: 1px solid #d5ceb4
}

.gallery_table_cell img {
    display: block
}

.gallery_image_link {
    display: block;
    overflow: hidden
}

.gallery_image_link img {
    display: block
}

#catalog,
.catalog {
    padding: 0;
    margin: 0
}

.product {
    float: left;
    padding: 15px;
    margin: 0 5px 5px;
    background: 0;
    border: 1px solid #f00;
    opacity: 1;
    filter: alpha(opacity=100)
}

.product:hover {
    color: #f00;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.product:hover .name {
    color: #fff
}

.product:hover .img {
    background: #fff
}

.product .img {
    float: left;
    display: block;
    margin: 0 5px 5px 0
}

.product .name {
    margin: 0;
    padding: 0
}

#product #images {
    float: left;
    margin: 0 10px 10px 0
}

#product #images img {
    margin: 0;
    padding: 0
}

#product #features {
    float: right;
    margin: 0 0 10px 10px;
    border: 1px solid #eee
}

#product .feature {
    padding: 5px
}

#product .feature:nth-child(2) {
    background: #eee
}

#product #extra_features {
    clear: both
}

#product #related {
    overflow: hidden;
    margin: 0;
    padding: 0
}

#product #file_list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

#product .product {
    clear: both
}

#products_map {
    width: 100%;
    height: 400px
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #fff;
    color: #8488a7;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 20px/23px Arial, sans-serif;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 4px #f0efe7;
    -moz-box-shadow: 0 0 4px #f0efe7;
    box-shadow: 0 0 4px #f0efe7
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background: #e5283b;
    color: #fff
}

.jcarousel-pagination {
    display: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c
}

.jcarousel-pagination a.active {
    background: #e5283b;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #f0efe7;
    -moz-box-shadow: 0 0 2px #f0efe7;
    box-shadow: 0 0 2px #f0efe7
}

.jcarousel li img {
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden
}

.jcarousel li:hover img {
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'10000,01000,00100,00010\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

svg image {
    transition: all .6s ease;
    opacity: 1
}

svg image:hover {
    opacity: 0
}

.totop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
    background: #dc3800;
    border-radius: 42px;
    border: 3px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    opacity: .5
}

.totop:hover {
    color: #fff;
    border: 3px solid #fff;
    line-height: 30px;
    opacity: 1
}

.offer {
    position: relative;
    float: left;
    width: 180px;
    margin: 0 30px 30px 0;
    border-top: 3px solid #2c2f39;
    overflow: hidden
}

#main_promo .offer:nth-child(6n) {
    margin: 0 0 30px
}

.offer a {
    display: block;
    min-height: 120px;
    overflow: hidden
}

.offer .mask {
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    top: -183px;
    padding: 5%;
    background: #2c2f39;
    opacity: 1;
    transition: all .5s ease;
    z-index: 3;
    opacity: 0
}

.offer .mask_active {
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    padding: 5%;
    background: #2c2f39;
    opacity: 1;
    color: #fff;
    font-size: 24px;
    transition: all .3s ease
}

#promo_list .offer .mask {
    background: #f1971f
}

.offer .mask span {
    display: block;
    color: #fff
}

#promo_list .offer .mask span {
    color: #2c2f39
}

.offer .full_name {
    font-weight: bold
}

.offer a:hover .mask {
    display: block;
    width: 90%;
    height: 90%;
    opacity: .85;
    top: -3px;
    transition: all .5s ease
}

.offer a:active .mask {
    opacity: 1
}

.offer .img {
    display: block;
    width: 100%;
    transition: all .5s ease
}

.offer:hover .img {
    transform: scale(1.5);
    transition: all .5s ease
}

.offer .name {
    display: block;
    padding: 0 10px;
    color: #fff;
    background: #2c2f39;
    border-top: 1px solid #efefef;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: all .5s ease
}

.offer:hover .name {
    opacity: 0;
    transition: all .3s ease
}

.offer .name span {
    color: #fff
}

#promo_list .offer {
    border-top: 3px solid #f1971f
}

#promo_list .offer .name {
    color: #2c2f39;
    background: #f1971f
}

#promo_list .offer .name span {
    color: #2c2f39
}

.recommended {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px
}

.offer_add {
    display: none;
    float: left;
    width: 180px;
    height: 145px;
    padding: 0;
    background: #f1971f
}

.catalog_menu {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.catalog_menu .category {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    background: 0
}

.catalog_menu .category a {
    display: block;
    opacity: 1
}

.catalog_menu .category a:hover {
    opacity: .8
}

.catalog_menu .category a:active {
    opacity: 1
}

.google {
    width: 728px;
    margin: 20px auto;
    text-align: center
}

.google_mobile {
    display: none;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center
}

.noclegi .google_mobile {
    display: block
}

.googlemap {
    width: 100%!important;
    height: 400px
}

#hotelio {
    position: absolute;
    top: 0;
    right: -165px
}

.box {
    padding: 20px;
    background: #fff
}

.box_title {
    margin: 0 0 10px;
    padding: 5px;
    color: #ef961d;
    background: #2d303a;
    text-align: center
}

#offer table {
    width: 100%
}

#photos {
    float: left;
    width: 675px
}

#gallery {
    padding: 5px 0
}

.image_lnk {
    padding: 0 5px 5px 0
}

#offer_details {
    float: right;
    width: 333px;
    background: #fff
}

#offer_details h2 {
    color: #fff;
    background: #2d3039
}

#offer_details .address {
    padding: 10px 0 10px 45px;
    background: url('images/ico_home.png') no-repeat 10px center
}

#offer_details .phones {
    padding: 10px 0 10px 45px;
    background: url('images/ico_tel.png') no-repeat 10px center
}

#offer_details .email_box {
    padding: 10px 0 10px 45px;
    background: url('images/ico_mail.png') no-repeat 10px center
}

#offer_details .url_box {
    padding: 10px 0 10px 45px;
    background: url('images/ico_comp.png') no-repeat 10px center
}

#first_info {
    padding: 30px
}

.form_btns {
    padding: 15px 0
}

.form_btns .btn {
    margin: 5px 0
}

.soc_btn {
    width: 100%;
    overflow: hidden;
    padding: 5px 0
}

#contact_form,
#reservation_form {
    width: 100%;
    height: 0;
    overflow: hidden
}

#contact_form input,
#contact_form textarea,
#reservation_form input,
#reservation_form textarea {
    margin: 2px 0
}

#nav_btns {
    float: none;
    width: 100%;
    background: 0;
    margin: 0;
    padding: 10px 0 20px;
    width: 100%;
    overflow: hidden
}

#nav_btns li {
    float: left;
    width: 24%;
    padding: 0 2% 0 4%;
    margin: 0 2% 0 0;
    background: #2d3039
}

#nav_btns li:last-child {
    margin: 0
}

#nav_btns li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 54px;
    background: url('images/circle_down.png') no-repeat center right
}

#nav_btns li:hover {
    background: #f0981d
}

#side_bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    background: #fff;
    z-index: 9999
}

@media screen and (max-width:1380px) {
    #side_bar {
        display: none
    }
}

#side_bar img {
    display: block
}

.side_ico {
    width: 60px
}

#login_box .gap {
    display: block
}

.images {
    position: relative;
    clear: both;
    margin: 10px 0 0;
    height: 120px;
    overflow: hidden
}

#bxscroll {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 120px
}

#bxscroll a {
    display: block;
    float: left;
    width: 180px;
    height: 120px;
    margin: 0 10px 0 0
}

#bxscroll img {
    display: block;
    width: 180px;
    height: 120px;
    opacity: .5
}

#bxscroll img:hover,
#bxscroll .active img {
    opacity: 1
}

#scroll_left {
    display: block;
    width: 16px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -19px;
    z-index: 9;
    opacity: .8
}

#scroll_right {
    display: block;
    width: 16px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 13.6px;
    margin-top: -19px;
    z-index: 9;
    opacity: .8
}

#scroll_left:hover {
    opacity: 1
}

#scroll_right:hover {
    opacity: 1
}

#category_list,
#thread_list,
#post_list,
#new_thread_container,
#new_announce_container {
    margin: 20px 0;
    width: 100%
}

.thead {
    background: #f1971f;
    color: #fff
}

.thead th {
    padding: 5px
}

#search_forum,
#search_announcement {
    display: block;
    text-align: right;
    margin: 10px 0
}

#search_forum .input,
#search_announcement .input {
    width: 200px
}

#extra_filter {
    text-align: right
}

#category_list .description {
    display: block;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 0
}

#forum_body h2,
#post_list h2,
#announce_list h2 {
    margin: 5px 0 15px
}

#categories tbody tr,
#forum_body tbody tr {
    cursor: pointer
}

#categories tbody tr:hover td,
#forum_body tbody tr:hover td {
    background: #eee
}

#forum_description,
#announcement_description {
    font-size: 12px;
    margin: 0 0 20px
}

#forum_control,
#announcement_control {
    background: #fdf0d5;
    padding: 5px
}

#forum_control_space,
#announcement_control_space {
    background: #fff;
    border: 1px solid #e8dbc0;
    overflow: hidden;
    padding: 10px
}

#new_thread,
#new_announce {
    margin: auto;
    width: 360px;
    text-align: center
}

#new_thread .label,
#new_announce .label {
    margin-top: 10px
}

.post_from,
.announce_from {
    font-weight: bold;
    padding: 0 0 10px
}

.post_date,
.announce_date {
    color: #999;
    float: right;
    font-size: 13px
}

.post_img {
    padding-left: 4px
}

#pagination {
    margin: 20px 0;
    text-align: center
}

#controls {
    margin: 10px 0;
    text-align: center
}

#token_thread,
#token_announce {
    overflow: hidden
}

#token_thread .label,
#token_announce .label {
    float: left;
    width: 160px
}

#token_thread .value,
#token_announce .value {
    float: left;
    margin: 25px 0 0 25px;
    width: 160px
}

#token_thread .input,
#token_announce .input {
    width: 150px
}

#post_list,
.frontend {
    background: #f7f6e5
}

#post_list .even,
.frontend .even {
    background: #fdf0d5
}

#category_list tr.unread,
#thread_list tr.unread {
    background: #8c8c8c
}

#category_list .count,
#thread_list .count,
#category_list .posts {
    text-align: center;
    width: 50px
}

#category_list .datetime,
#thread_list .datetime {
    text-align: center;
    width: 100px
}

#category_list .lastpost,
#thread_list .lastpost {
    text-align: center;
    width: 200px
}

.post_msg {
    padding: 10px 20px
}

#announcement {
    clear: both;
    width: 100%;
    margin: 20px 0
}

.category_img,
.thread_img,
.person_img {
    padding-right: 4px
}

.lastannounce,
.datetime,
.author {
    text-align: center
}

.datetime {
    font-size: 14px
}

.announcement_from {
    font-weight: bold;
    padding: 0 0 10px
}

.announcement_date {
    color: #999;
    float: right;
    font-size: 13px
}

.announcement_title h2 {
    margin: 5px 0 15px
}

.announcement_content {
    margin: 0 0 10px
}

.announcement_phone,
.announcement_email {
    font-weight: bold
}

#step-path {
    background: url('images/path_bg.png') no-repeat;
    float: left;
    height: 45px;
    margin: 0;
    width: 750px
}

#step-path b {
    color: #045d96;
    font-size: 18px
}

#step-progress-bg {
    background-image: url('images/path_progress.png');
    background-repeat: no-repeat;
    float: left;
    height: 45px;
    margin-left: 16px;
    width: 938px
}

#step-gaps-bg {
    background: url('images/path_gaps_bg.png') no-repeat -16px 0;
    float: left;
    height: 45px;
    text-align: justify;
    width: 938px
}

#step-gaps-bg a {
    padding: 0 27px
}

#step-gaps-bg a:first-child {
    padding-left: 20px
}

#user_nav {
    padding: 10px 0;
    text-align: center
}

#main_container #user_nav {
    position: relative;
    top: -15px;
    left: 0
}

#user_nav a {
    margin: 5px 0
}

table h2,
table h3 {
    padding: 5px 10px!important
}

#add_path {
    font-size: 18px;
    text-align: center;
    padding: 5px 0 15px
}

#offer_list {
    width: 100%;
    border-collapse: collapse
}

#offer_list th,
#offer_list td {
    border: 1px solid #eee
}

#offer_list th,
.even {
    background: #fff5dc
}

#distinction_list {
    margin: 0;
    padding: 0;
    list-style: none
}

#user_payment_list {
    width: 100%;
    border-collapse: collapse
}

#user_payment_list th,
#user_payment_list td {
    border: 1px solid #eee
}

#user_payment_list th,
.even {
    background: #fff5dc
}

.distinct_box {
    display: block;
    margin: 5px 10px
}

.distinct_box .title {
    display: block;
    width: 100%
}

.distinct_box .details {
    float: left
}

.distinct_box .extra_info {
    float: left;
    padding: 0 0 10px 20px;
    clear: none
}

.distinct_options {
    clear: both
}

.distinct_box .img {
    display: block;
    float: left;
    padding: 0 10px 10px 0
}

.category_highlight {
    clear: both;
    overflow: hidden
}

.option_col {
    float: left;
    margin: 5px
}

.check {
    width: 330px
}

.sel {
    width: 440px
}

#searcher {
    margin: 20px 0
}

.offer_form h3 {
    background: none!important;
    margin: 20px 0 0!important
}

.offer_form table {
    width: 100%
}

.offer_form .object_category {
    width: 100%
}

.offer_form .name {
    width: 98%
}

.offer_form textarea {
    width: 98%
}

.offer_form .checkbox-list .label {
    width: 18%
}

.offer_form .input-list .label {
    width: 25%
}

#location-map {
    width: 100%;
    height: 400px
}

#log_reg h2 {
    padding: 10px 0!important;
    background: 0
}

#log_reg table {
    border-spacing: 0
}

#log_reg .login_left {
    text-align: center
}

#log_reg .login_right {
    display: none
}

.img_box {
    float: left;
    margin: 0 10px 10px 0
}

.add_photo_btn img{
    max-width: 100%;
}
.photo_label{
    color: white;
}
.add_main_photo{
    float: none;
}
.add_extra_photo{
    float: none;
    margin-top: 30px;
    margin-bottom: 50px;
}
.add_extra_photo .button, .add_main_photo .button{margin-top: 15px;}


@media screen and (max-width:900px) {
    #side_bar {
        display: none
    }
    #top {
        padding: 0;
        height: 314px
    }
    #logo_container {
        position: relative;
        height: 50px
    }
    #logo_container .center_container {
        height: 50px;
        background: #fff
    }
    #top_menu_lnk {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }
    #top_menu_lnk:active {
        opacity: .85
    }
    #top_menu {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px 0;
        height: auto;
        background: #2c303a
    }
    #top_menu li {
        position: relative;
        float: none;
        clear: both
    }
    #top_menu a {
        line-height: 300%
    }
    .dropdown .sub_menu {
        top: 100%;
        left: 10%;
        width: 80%
    }
    #col_1 {
        float: none;
        width: auto;
        clear: both
    }
    #col_2 {
        float: none;
        width: auto;
        clear: both
    }
    #col_3 {
        float: none;
        width: auto;
        clear: both
    }
    .col_left {
        float: none;
        width: auto
    }
    .col_right {
        display: none
    }
    .col_1 {
        width: 40%;
        margin: 0 5%
    }
    .col_2 {
        width: 40%;
        margin: 0 5%
    }
    .col_3 {
        width: 40%;
        margin: 0 5%
    }
    .col_4 {
        width: 40%;
        margin: 0 5%
    }
    .half,
    .tri,
    .six {
        width: 99%;
        float: none
    }
    .breadcrumb {
        position: static;
        margin: 0 0 10px
    }
    #ban_top_1,
    #ban_top_2,
    #ban_top_3,
    #ban_top_4,
    #ban_top_5,
    #ban_top_6 {
        display: none
    }
    #ban_mob_1,
    #ban_mob_2,
    #ban_mob_3 {
        display: block
    }
    .forum .name,
    .forum .title {
        padding: 10px 5px
    }
    .forum .count,
    .forum .posts,
    .forum .datetime,
    .forum .lastpost {
        display: none
    }
    .announce .name,
    .announce .title {
        padding: 10px 5px
    }
    .announce .count,
    .announce .posts,
    .announce .datetime,
    .announce .lastannounce {
        display: none
    }
    .announce .count,
    .announce .posts,
    .announce .datetime,
    .announce .lastannounce {
        display: none
    }
    #offer_list .expire,
    #offer_list .distinct,
    #offer_list .status,
    #offer_list .msgs,
    #offer_list .ress {
        display: none
    }
    #offer_list .expire,
    #offer_list .distinct,
    #offer_list .status,
    #offer_list .msgs,
    #offer_list .ress {
        display: none
    }
    #payment_list .lp,
    #payment_list .add_date,
    #payment_list .exp_date,
    #payment_list .status {
        display: none
    }
    #photos {
        float: none;
        width: 100%
    }
    #offer_details {
        float: none;
        width: 100%;
        margin: 10px 0 0
    }
    .button2 {
        background: url('images/circle_down.png') no-repeat right center #f0981d!important
    }
    #nav_btns li a {
        background: 0
    }
    .offer .mask_active {
        font-size: 18px
    }
    .bx-controls-direction {
        position: static;
        width: auto;
        height: auto;
        margin: auto
    }
    .bx-wrapper .bx-controls-direction a {
        top: 50%!important;
        margin-top: -33px!important
    }
    #offer_header {
        width: 100%
    }
    #news_box {
        width: 100%
    }
    #news_box .col_1,
    #news_box .col_2 {
        width: 100%!important
    }
    #news_box img {
        width: 100%;
        height: 100%
    }
    #sub_container #footer_extra {
        clear: both;
        width: 96%;
        padding: 0 2%
    }
    #images img {
        width: 100%;
        height: 100%
    }
    #ssi {
        position: static;
        float: right;
        clear: both;
        padding: 0 0 20px 10px
    }
    table.input-list td,
    table.checkbox-list td {
        display: block;
        clear: both
    }
    table.input-list td td,
    table.checkbox-list td td {
        display: auto
    }
    table.gallery_table td {
        display: block;
        clear: both
    }
    table.gallery_table td img {
        display: block;
        width: 100%
    }
    form table {
        width: 100%
    }
    form tr,
    form td {
        display: block
    }
    form input,
    form textarea,
    form select {
        width: 95%!important;
        padding: 5px 2%
    }
    .google_mobile {
        display: block
    }
}

@media screen and (min-width:900px) {
    #top_menu {
        display: block!important
    }
    #top_menu_lnk {
        display: none
    }
    #ban_mob_1,
    #ban_mob_2,
    #ban_mob_3 {
        display: none
    }
    .google_mobile {
        display: none
    }
}

@media screen and (max-width:1200px) and (min-width:900px) {
    body {
        zoom: .8;
        -ms-zoom: .8;
        -webkit-zoom: .8;
        -moz-transform: scale(0.8);
        -moz-transform-origin: left top;
        padding: 0 0 0 60px
    }
    #logo_container .center_container {
        margin: 0 0 0 60px
    }
}

@media screen and (max-width:900px) and (min-width:480px) {
    div,
    span,
    p,
    textarea,
    input,
    select,
    li,
    td,
    strong,
    em {
        font-size: 15px;
        line-height: 150%
    }
    .center_container {
        width: 480px
    }
    #main_logo {
        width: 215px;
        padding: 8px 0 3px;
        background: #fff
    }
    #main_logo img {
        width: 215px
    }
    #slogan {
        width: 195px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 14px
    }
    .bx-wrapper img {
        max-width: 150%!important
    }
    .ban_top {
        float: none!important;
        clear: both;
        width: 470px!important;
        margin: 0 0 5px
    }
    .google {
        width: 480px;
        overflow: hidden
    }
    .big_button {
        font-size: 14px!important;
        padding: 10px!important
    }
    .offer {
        position: relative;
        float: left;
        width: 150px;
        margin: 0 15px 15px 0;
        border-top: 3px solid #2c2f39
    }
    .offer img {
        width: 100%
    }
    .offer:nth-child(3n) {
        margin: 0 0 15px
    }
    .catalog_menu .category {
        margin: 0 12px 12px 0
    }
    .catalog_menu .category:nth-child(4n) {
        margin: 0 0 12px 0
    }
    .catalog_menu .category img {
        width: 111px
    }
}

@media screen and (max-width:480px) {
    div,
    span,
    p,
    textarea,
    input,
    select,
    li,
    td,
    strong,
    em {
        font-size: 14px;
        line-height: 150%
    }
    .center_container {
        width: 320px
    }
    #main_logo {
        width: 200px;
        padding: 10px 0 4px;
        background: #fff
    }
    #main_logo img {
        width: 200px
    }
    #slogan {
        width: 180px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 13px
    }
    .bx-wrapper img {
        max-width: 180%!important
    }
    #content table img {
        display: none
    }
    .ban_top {
        float: none!important;
        clear: both;
        width: 310px!important;
        margin: 0 0 5px
    }
    .google {
        width: 320px;
        overflow: hidden
    }
    .big_button {
        font-size: 11px!important;
        padding: 8px 5px!important
    }
    .offer {
        width: 150px;
        margin: 0 10px 10px 0;
        border-top: 3px solid #2c2f39
    }
    .offer img {
        width: 100%
    }
    .offer:nth-child(2n) {
        margin: 0 0 10px
    }
    .catalog_menu .category {
        margin: 0 10px 10px 0
    }
    .catalog_menu .category:nth-child(3n) {
        margin: 0 0 10px 0
    }
    .catalog_menu .category img {
        width: 97px
    }
}