img {
  _behavior: url("/iepngfix.htc");
}

body {
  background: #000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-image: url(/images/bg.png);
  background-repeat: repeat-x;
  background-position: top left;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
  list-style: none;
}

img {
  border-width: 0px;
}

iframe {
  max-width: 640px;
}

table {
  padding: 0px;
  border-spacing: 0px;
}

a {
  color: #ffd09b;
  text-decoration: none;
  border-bottom: dashed 1px;
  border: 0px;
  cursor: pointer;
}

  a:hover {
    color: #ff8600;
    border: 0px;
  }

  a.black {
    color: black;
  }

  a.nohover:hover {
    text-decoration: none;
  }

  a.red {
    color: #ff8600;
    text-decoration: none;
    border: 0px;
  }

    a.red:hover {
      color: #a92a2a;
      text-decoration: none;
    }

  a.tel {
    color: white;
  }

    a.tel:hover {
      color: #ff8600;
      border: 0px;
    }

.highlight {
  color: #ff8600;
  font-weight: bold;
}

p.top {
  padding-top: 10px;
}

p.bottom {
  padding-top: 20px;
}

td {
  vertical-align: top;
}

.text1 {
  font-size: 18px;
}

.text2 {
  font-size: 15px;
}

.text3 {
  color: #ff8600;
  font: bold 13px Arial, Helvetica, sans-serif;
}

.center {
  margin: 0 auto;
  display: table;
}

.date {
  font: italic 12px Tahoma;
  color: #555;
  text-align: right;
}

.logo div {
  float: left;
}

.logophone {
  float: right !important;
  padding-right: 10px;
}

.leftmenu {
  min-width: 155px;
  padding-left: 12px;
}

  .leftmenu td {
    text-align: left;
    padding-top: 20px;
    height: 18px;
  }

  .leftmenu a {
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    font-size: 14px;
    font-family: Tahoma;
    border: 0px;
  }

    .leftmenu a:hover {
      color: #ff8600;
    }

  .leftmenu .title {
    font-size: 18px;
  }

  .leftmenu td div {
    padding-left: 32px;
    white-space: nowrap;
    height: 18px;
    background: url(/images/left_arrow1.png) no-repeat;
  }

  .leftmenu .noarrow {
    display: none;
  }

    .leftmenu .noarrow td {
      padding-top: 10px;
    }

    .leftmenu .noarrow div {
      padding-left: 55px;
      font-size: 12px;
      background: none;
    }

.gallery > div {
  display: table-cell;
  vertical-align: top;
}

#galleria {
  width: 645px;
  height: 500px;
}

.mainbody {
  font-size: 13px;
  text-align: left;
  padding: 50px 0px 50px 0px;
  max-width: 840px;
}

  .mainbody span {
    color: #ff8600;
    font-weight: bold;
    font-size: 13px;
    display: inline;
  }

  .mainbody h1 {
    color: #f1e18e;
    font: normal 17px Tahoma;
  }

  .mainbody h2 {
    color: #f1e18e;
    font: normal 17px Tahoma;
  }

  .mainbody h3 {
    color: #ff8600;
    font: normal 15px Tahoma;
    display: inline-block;
    border-bottom: dashed 1px;
  }

  .mainbody h4 {
    color: #f1e18e;
    font: normal 14px Tahoma;
  }

  .mainbody strong {
    font-weight: bold;
    display: inline;
  }

.maintext {
  padding-top: 50px;
}

  .maintext > div {
    display: table-cell;
  }

  .maintext .offset {
    min-width: 175px;
    border-right: 1px solid #222;
  }

  .maintext .content {
    max-width: 585px;
    padding: 0px 30px 0px 30px;
    vertical-align: top;
    text-align: justify;
  }

div.tile {
  width: 225px;
  display: inline-table;
  padding: 0px 0px 35px 10px;
  vertical-align: top;
  margin-left: 5px;
}

  div.tile.center {
    text-align: center;
  }

  div.tile a {
    border-bottom: 0px;
    text-decoration: none;
  }

  div.tile.pano {
    width: 255px;
    text-align: center;
    display: block;
    float: left;
  }

div.tiletext {
  padding-right: 5px;
  text-align: justify;
}

div.tilebox {
  width: 220px;
  height: 220px;
}

div.tilebox {
  width: 220px;
  height: 220px;
}

div.tooltip > div {
  padding: 5px;
}

div.tooltip a {
  border-bottom: initial;
  padding: 5px;
}

div.cat {
  width: 150px;
  text-align: center;
  display: block;
  float: left;
  padding: 0px 15px 35px 20px;
}

.topmenu {
  margin: 0;
  padding-left: 4px;
  height: 27px;
  font: bold 12px Arial, Helvetica, sans-serif;
}

  .topmenu a {
    border: 0px;
  }

  .topmenu ul {
    padding-left: 0px;
  }

  .topmenu li {
    background-image: url(/images/topmenu_bg.png);
    background-repeat: repeat-x;
    display: inline;
    float: left;
    height: 27px;
  }

    .topmenu li .active {
      color: #ff8600;
      background-image: url(/images/topmenu_active.png);
      background-color: #888E9C;
    }

    .topmenu li a {
      float: left;
      height: 27px;
      color: #fff;
      text-decoration: none;
      width: auto;
      padding-right: 15px;
      padding-bottom: 0;
      padding-left: 15px;
      text-align: center;
      line-height: 27px;
      letter-spacing: 1px;
    }

      .topmenu li a:hover {
        color: #ff8600;
        background-image: url(/images/topmenu_hover.png);
      }

  .topmenu .block {
    width: 1px;
    background-image: url(/images/topmenu_block.gif);
    background-repeat: no-repeat;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
  }

  .topmenu .left {
    width: 6px;
    background-image: url(/images/topmenu_left.png);
    background-repeat: no-repeat;
  }

  .topmenu .right {
    width: 6px;
    background-image: url(/images/topmenu_right.png);
    background-repeat: no-repeat;
  }

.topmenu-bars > div {
  float: left;
  padding: 7px 0px 0px 15px;
}

.topmenu-bars .menu > div {
  display: table-cell;
  height: 35px;
  line-height: 35px;
}

.topmenu-bars .title {
  font-weight: bold;
  padding-right: 5px;
}

.topmenu-bars .select {
  padding-left: 20px;
  background: url(/images/left_arrow1.png) no-repeat left;
}

.topmenu-bars select {
  background-color: black;
  color: white;
  border: 0px;
  font-size: 12pt;
  height: 35px;
  line-height: 35px;
}

.topmenu-bars option {
  height: 35px;
  line-height: 35px;
}

.topmenu-bars .bars {
  float: right;
  padding-right: 15px;
}

.topmenu-bars img {
  width: 35px;
}

.pricetile {
  display: table-row;
}

  .pricetile > div {
    display: table-cell;
    vertical-align: middle;
  }

  .pricetile .img {
    padding: 15px 20px 15px 10px;
  }

  .pricetile img {
    width: 50px;
  }

  .pricetile .text {
    font: normal 15px tahoma;
    color: #ffd09b;
    padding-right: 20px;
  }

    .pricetile .text small {
      color: #B8B8B8;
      font: normal 11px tahoma;
    }

  .pricetile input {
    width: 30px;
  }

  .pricetile .fixed {
    text-align: center;
    font: normal 17px roboto, serif;
  }

  .pricetile .value {
    width: 90px;
    white-space: nowrap;
  }

.cost {
  font: normal 17px tahoma;
  text-align: center;
  padding-top: 20px;
}

#cost {
  font: normal 20px arial;
  display: inline-block;
  color: #ffd09b;
}

div > ymaps {
  min-width: 240px;
  max-width: 550px;
}

.dress-option {
  display: table-row;
}

  .dress-option > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
  }

  .dress-option .caption {
    font: normal 15px tahoma;
    color: #ffd09b;
    padding-right: 15px;
  }

  .dress-option .value {
    display: inline-block;
    text-align: center;
    font: normal 15px tahoma;
    text-shadow: 1px 1px 1px rgba(50,50,50,.5);
  }

  .dress-option .box {
    display: inline-block;
    margin-right: 10px;
    box-shadow: 0 0 4px rgba(255,255,255,.5);
    border-radius: 3px;
  }

    .dress-option .box > div {
      display: inline-block;
      padding: 2px 5px;
      background-color: #B6692C;
      border-radius: 3px;
      box-shadow: inset 1px 1px 1px rgba(255,255,255,.5), inset 0 -1px 1px rgba(0,0,0,.5);
    }

@media (max-width:839px) {
  .topmenu {
    height: auto;
    display: none;
    font-size: 14px;
  }

    .topmenu .left, .topmenu .right, .topmenu li.block {
      display: none;
    }

    .topmenu li, .topmenu a {
      background-image: none !important;
      background-color: inherit !important;
      float: none;
      display: inline-block;
    }

  .topmenu-bars {
    display: block;
  }

  .mainbody {
    padding-top: 20px;
  }

  .maintext {
    padding-top: 20px;
  }

    .maintext .offset {
      display: none;
    }

    .maintext .content {
      max-width: none;
    }

  .gallery .leftmenu {
    display: none;
  }

  iframe {
    max-width: none;
  }

  div > ymaps {
    max-width: none;
  }
}

@media (min-width:840px) {
  .topmenu-bars {
    display: none;
  }
}

@media (max-width:469px) {
  .pricetile {
    display: block;
  }

    .pricetile > div {
      display: inline-table;
    }

    .pricetile .img {
      display: none;
    }

    .pricetile .text {
      padding: 20px 0px 10px 0px;
    }
}

@media (max-width:500px) {
  .logophone {
    display: none;
  }
}
