* { font-family: 'Ubuntu', verdana, arial, Sans-Serif; color: #5c5c5c; }


@font-face {
    font-family: 'TrajanProRegular';
    src: url('/css/trajanpro-regular.eot');
    src: url('/css/trajanpro-regular.eot') format('embedded-opentype'),
    url('/css/trajanpro-regular.woff') format('woff'),
    url('/css/trajanpro-regular.ttf') format('truetype'),
    url('/css/trajanpro-regular.svg#TrajanProRegular') format('svg');
}


img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active, a:focus {outline: 0;}

a { cursor:pointer; text-decoration: none; }

a:hover { text-decoration: underline; }

.clear {
  clear: both;
}

.six {
    height: 6px;
}

.ten {
    height: 10px;
}

.twenty {
  height: 20px;
}

.fifty {
  height: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

html {
  background: #fef6e7 url('/gfx/bg_html.png') repeat-x fixed;
  height: 100%;
  width: 100%;
}

body {
  background: url('/gfx/bg_body.jpg') no-repeat center top fixed;

}


.loader {
    background: url("/gfx/loader.gif") no-repeat center center;
}

hr {
    color: none;
    background-color: none;
    border: 1px solid #f1f1f1;
    border-style: none none solid;
}

.grad_01 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#000000));
  background: -moz-linear-gradient(top,  #2d2d2d, #000000);
  background: -o-linear-gradient(#2d2d2d,#000000); 
}

header {
   height: 185px;
   width: 100%;
   position: relative;
   padding: 0;
}

.looo {
  width: 1000px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
  margin: 0px auto 0 auto;
  position: relative;
}


#top {
    height: 20px;
    background: white;
    width: 100%;
    position: fixed;
    z-index: 9998;
}

#top_line {
    height: 14px;
    border-bottom: 1px solid white;
}

#menu_top {
    width: 240px;
    height: 37px;
    left: 765px;
    top: 0;
    position: absolute;
    z-index: 9999;
}

.a_top {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: white;
    border-radius: 19px;
    margin: 0 11px 0 0;
}

.a_home {
    background: white url('/gfx/ico_home.png') no-repeat 6px 6px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_home:hover {
    background: white url('/gfx/ico_home.png') no-repeat 6px 9px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_facebook {
    background: white url('/gfx/ico_fb.png') no-repeat 7px 6px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_facebook:hover {
    background: white url('/gfx/ico_fb.png') no-repeat 7px 9px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_de {
    background: white url('/gfx/ico_de.png') no-repeat 7px 7px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_de:hover {
    background: white url('/gfx/ico_de.png') no-repeat 7px 10px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_en {
    background: white url('/gfx/ico_en.png') no-repeat 7px 7px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_en:hover {
    background: white url('/gfx/ico_en.png') no-repeat 7px 10px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_pl {
    background: white url('/gfx/ico_pl.png') no-repeat 7px 7px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

.a_pl:hover {
    background: white url('/gfx/ico_pl.png') no-repeat 7px 10px;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

#logo {
    width: 361px;
    height: 117px;
    background: white;
    float: left;
}

img.logo {
    margin: 0;
}

#logo_home {
    position: relative;
    display: inline-block;
    width: 361px;
    height: 117px;
    z-index: 77777;
}

#logo_home .home_back {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("/gfx/ico_home_02.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 19px;
    left: 315px;
    position: absolute;
    top: -10px;
    width: 20px;
    z-index: 30;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;

}

#logo_home:hover .home_back {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
}

#menu {
    float: left;
    width: 610px;
    height: 55px;
    padding: 60px 0 0 20px;
}

a.a_menu {
    display: inline-block;
    color: #5e3c06;
    text-shadow: 1px 1px 0px white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11pt;
    letter-spacing: 0.01em;
    padding: 8px 12px 8px 12px;
    border-right: 1px solid rgba(255,255,255,0.4);
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

a.a_menu:hover {
    text-decoration: none;
    background: rgba(94,60,6,0.2);
    color: white;
    text-shadow: none;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}

a.a_menu.last {
    border-right: 0px;
}

#logo::before {
    position: absolute;
    content: '';
    top: 117px;
    left: 0;
    width: 361px;
    height: 48px;
    background: url('/gfx/bg_shadow.png') no-repeat;
}

.white_line {
    width: 1000px;
    height: 1px;
    background: white;
}

#slider {
    width: 1000px;
    height: auto;
    background: white;
    padding: 16px 0 0 0;
    box-sizing: border-box;
}

#content {
    background: url('/gfx/bg_content.png') repeat-y;
}


footer {
    margin: 0px 0 0 0;
}

footer p, footer p a {
    font-family: verdaan, arial;
    font-size: 8pt;
    color: #915f2f;
    margin: 5px 0 0 0;
    letter-spacing: 0.05em;
}

.col1, .col2 {
    float: left;
    width: 691px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    padding: 0;
}

.col1 {
    background: url('/gfx/bg_content_top.png') repeat-x;
}

.col2 {
    width: 275px;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin: 0 0 0 33px;
    padding: 0;
    min-height: 220px;
    height: auto !important;
    height: 220px;
}

#col1_top {
    width: 691px;
    height: 52px;
    position: absolute;
    background: #eeeeee;
    display: none;
}

.foot_line1, .foot_line2 {
    height: 1px;
    width: 691px;
    background: #915f2f;
    float: left;
}

.foot_line2 {
    width: 275px;
    margin: 0 0 0 33px;
}

.txt {
    padding: 20px;
}

.box {
    padding: 14px;
    border-bottom: 1px solid #d1d1d1;
}

#box_res {
    background: #eeeeee;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    padding: 14px;
    position: relative;
    overflow: hidden;
}

a#res_submit {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 60px;
    border-radius: 30px;
    background: white url('/gfx/ico_arrow.png') no-repeat 15px 26px;
    top: 55px;
    left: 240px;
}

a#res_submit:hover {
    left: 230px;
}

h1.title {
  color: #915f2f;
  font-family: 'TrajanProRegular';
  font-size: 22pt;
  margin: 12px 0 0 0;
  padding: 0;
}

h2.title {
    font-family: 'TrajanProRegular';
    font-size: 13pt;
    margin: 10px 0 20px 5px;
    padding: 0;
    color: #808080;
}

h2.box_title {
    color: #915f2f;
    font-size: 13pt;
    margin: 1px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}

h2.res_title {
    color: #915f2f;
    font-size: 15pt;
    font-family: 'TrajanProRegular';
    margin: 0px 0 10px 0;
    padding: 10px;
    padding: 0;
}

h2.res_title span {
    font-family: 'TrajanProRegular';
    color: #808080;
}

p.p_txt {
    text-align: justify;
    line-height: 150%;
}

p.p_box {
    text-align: justify;
    line-height: 140%;
    font-size: 9pt;
}

.box p {
    font-size: 10pt;
}


#loading, .loading_100, .loading  {
  height: 100px;
  background: url('/gfx/loader.gif') no-repeat;
  background-position: center;
  display: none;
}

.loading_100 {
  max-height: 100px;
}

input, select, textarea {
  background: white;
  border: 1px solid #c0c0c0;
  padding: 4px;
  color: #4a4a4a;
  display: block;
  margin: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background:  #f3f3f3 no-repeat center right 5px;
    background:  no-repeat center right 5px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background:  no-repeat center right 5px, -moz-linear-gradient(top,  #ffffff, #f0f0f0);
    background:  no-repeat center right 5px, -o-linear-gradient(#ffffff,#f0f0f0);
}

textarea {
    display: block;
    margin: 10px auto 10px auto;
    min-width: 500px;
    height: 100px;
    resize: none;
}

input.inmini {
  display: inline-block;
  margin: 0;
}

input.inlong {
    display: inline-block;
    width: 300px;
    margin: 0;
}

.inline {
    display: inline-block;
    margin: 2px 2px 2px 0;
}

input:focus, textarea:focus {
  border: 1px solid black;
  color: black;
}


input[type=submit], input[type=button] {
  padding: 2px 10px 2px 10px; 
  cursor:pointer;
  width: auto;
  display: inline-block;
  margin: 0 20px 0 0px;
  min-height: 22px;
  background: #915f2f;
  color:  white;
  text-shadow: none;
  border: none;
}

input[type=submit]:hover, input[type=button]:hover {
  box-shadow: 0px 0px 5px #000000;
}

input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
}

input.in_calendar, input.in_calendar2 {
    width: 120px;
    padding: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background:  #f3f3f3 url('/gfx/calendar-disabled.png') no-repeat center right 5px;
    background:  url('/gfx/calendar-disabled.png') no-repeat center right 5px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background:  url('/gfx/calendar-disabled.png') no-repeat center right 5px, -moz-linear-gradient(top,  #ffffff, #f0f0f0);
    background:  url('/gfx/calendar-disabled.png') no-repeat center right 5px, -o-linear-gradient(#ffffff,#f0f0f0);
}

input.in_calendar2 {
    width: 100px;
    margin-left: 5px;
    position: relative;
}

label.error {
  color: red;
  font-size: 9pt;
  display: block;
}

.red {
    color: red;
}

.green {
    color: green;
}

input.error {
  border: 1px solid red;
}

.txt_ctr {
    text-align: center;
}

.invis {
  display: none;
}

.frame_info {
  width: auto;
  min-height: 10px;
  height: auto !important;
  height: 10px; 
  margin: 0 20px 20px 20px;
}

.frame_info.bott {
  margin-bottom: 20px;
}

.frame_info_att {
    border: 1px solid #734820;
    background: rgba(255,0,0,0.1);
    padding: 10px;
    color: #734820;
    margin: 30px 0 30px 0;
}

.frame_info_att p, .frame_info_att h2 {
    color: #734820;
}

.frame_info_att h2 {
    font-family: trajanproregular;
    margin: 5px 0 5px 0;
}

.frame_info_att p {
    font-size: 16pt;
    line-height: 140%;
}

.frame_info_att a, .frame_info_att strong {
    font-weight: bold;
    color: #734820;
}

.frame_error, .frame_ok, .frame_attention {
  border: 1px solid #ff0207;
  background: rgba(255,0,0,0.1);
  padding: 10px;
  color: red;
    margin: 10px 0 10px 0;
}

.frame_ok {
  border: 1px solid green;
  background: rgba(83, 240, 9, 0.2);
  background-position: 13px center; 
  color: green;
}

.table_form_mini, .table_form {
    border-collapse: collapse;
    position: relative;
}

.table_form td, .table_form th {
    padding: 7px;
    font-size: 10pt;
}

.table_form th {
    text-align: right;
}

.table_form_mini td {
    padding: 3px;
    font-size: 9pt;
}

.table_prices {
    border-collapse: collapse;
    width: 640px;
    margin: 20px 0 20px 0;
}

.table_prices td, .table_prices th {
    padding: 3px;
    font-size: 9pt;
    border: 1px solid #d1ae85;
    text-align: left;

}

.table_prices th.list {
    background: #ededed;
    text-align: center;
}

#map-canvas {
    width: 640px;
    height: 320px;
    border: 3px solid white;
    box-shadow: 0 0 10px #c0c0c0;
    margin: 20px auto 20px auto;
}

#map {
    width: 100%;
    height: 320px;
    border: 0;
    margin: 20px auto 20px auto;
}


a.a_thumb_gal {
    float: left;
    display: inline-block;
    background: #f1f1f1;
    padding: 10px;
    font-size: 9pt;
    max-width: 100px;
    margin: 0 5px 10px 5px;
    min-height: 100px;
    color: #915f2f;
}

a.a_thumb_gal:hover {
    text-decoration: none;
    background: #e1e1e1;
}

a.a_thumb_gal img {
    line-height: 100px;
    display: block;
}

a.a_thumb_gal span.image {
    height: 110px;
    display: block;
}

a.a_thumb_gal span.image2 {
    height: 100px;
    display: block;
}

a.a_thumb_gal span.subtxt {
    display: block;
    text-align: center;
    color: #915f2f;
    min-height: 30px;
}

a.a_back {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    background: #915f2f;
    color: white;
    font-size: 9pt;
    text-transform: uppercase;

}

.box_line {
    width: 250px;
    height: 1px;
    background: #d1d1d1;
    margin: 10px auto 10px auto;
}

a.box_banner {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    background: #915f2f;
    color: white;
}

a.box_banner:hover {
    text-decoration: none;
    box-shadow: 0 0 10px #808080;
}

.mod_res_th {
    max-width: 70px;
}

.fancybox-lock, .fancybox-overlay {
    overflow: visible !important;
}

/* rwd */

@media only screen and (max-width: 1000px) {
    .looo, #slider, #slides, .white_line {
        width: 100%;
    }
    #menu_top {
        left: auto;
        right: 10px;
    }
    #menu {
        clear: both;
        float: none;
        display: block;
        position: relative;
        height: auto;
        padding: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
    header {
        height: auto;
    }
    .col1, .col2 {
        width: 100%;
        float: none;
        background: #fff;
        margin: 0;
        box-sizing: border-box;
    }
    .col2 {
        margin-top: 20px;
    }
    #content img {
        max-width: 100%;
    }
    .txt {
        box-sizing: border-box;
    }
    #content, footer {
        background: none;
        box-sizing: border-box;
        padding: 20px;
    }
    .foot_line1 {
        width: 100%;
    }
    .foot_line2 {
        display: none;
    }
    .table_form_mini {
        width: 80%;
    }
    .mod_res_th {
        text-align: right;
        width: 30%;
    }
    input.in_calendar, input, textarea {
        font-size: 15pt;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    textarea {
        min-width: 0;
    }
    input[type="submit"], input[type="button"]  {
        margin: 10px auto 10px auto;
        padding: 10px;
        display: block;
        max-width: 100%;
        white-space: normal;
    }
    h2.res_title {
        text-align: center;
    }
    a#res_submit {
        left: auto;
        right: -50px;
    }
    a#res_submit:hover {
        left: auto;
        right: -40px;
    }
    .table_form {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    #menu_top {
        left: auto;
        right: auto;
        position: relative;
        margin: 0 auto 0 auto;
        text-align: center;
    }
    #top_line {
        height: 1px;
        margin-top: -13px;
    }
    a.a_menu {
        border: 0;
    }
    .a_top {
        margin-left: 5px;
        margin-right: 5px;
    }
    #logo {
        float: none;
        position: relative;
        margin: 0 auto 0 auto;
    }
    #menu {
        padding-top: 10px;
    }
    a.a_thumb_gal {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    a.a_thumb_gal span.image {
        text-align: center;
    }
    a.a_thumb_gal span.image img {
        display: inline-block;
    }

    /* table rwd */

    .table_form, .table_form th, .table_form td, .table_form tr, .table_form tbody {
        display: inline-block;
    }

    .table_form td, .table_form th {
        display: block;
    }

    .table_form th {
        text-align: left;
    }

    .table_form th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table_form tr {
        width: 100%;
    }

    .table_form td {
        border: none;
        position: relative;
        padding-left: 0;
        text-align: left;
        width: 100%;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .table_form td:before {
        position: absolute;
        top: -12px;
        left: 0;
        width: 45%;
        padding-right: 10px;
    }
    td:before { content: attr(data-label); }
}

@media only screen and (max-width: 400px) {
    #logo, #logo_home {
        width: 100%;
        text-align: center;
    }
    #logo::before, #slider, .white_line {
        display: none;
    }
    #logo img {
        max-width: 90%;
        margin: 30px 0 0 0;
    }
    .mod_res_th {
        width: 20%;
    }
    #content {
        padding: 0;
    }
}

@media only screen and (max-width: 300px) {
    footer {
        text-align: center;
    }
    footer p.right, footer p.left {
        float: none;
        display: block;
    }
}