*
{
  margin: 0px;
  padding: 0px;
}

body
{
  font-family: sans-serif;
  font-size: 12px;
  background-color: #e7e5e3;

}

.wrapper
{
  width: 1000px;
  margin: auto;
}

.header
{
  height: 100px;
}

.left-text
{
  position: relative;
  display: inline-block;
  top: 70px;
  left: 210px;
  font: 11px serif;
  font-weight: bold;
  color: #999;
}

.right-text
{
  position: relative;
  display: inline-block;
  top: -60px;
  left: 595px;
  font: 11px serif;
  font-weight: bold;
  color: #999;
}

.logo
{
  width: 108px;
  margin: auto; 
}

.menu-block
{
  position: relative;
  top: 70px;
  height: 70px;
}

ul.menu
{
    list-style:none;
    width: 100%;
    height: 70px;
    margin:0 auto;    
}
ul.menu li {
    float:left;
}
ul.menu a {
    display:block;
    padding: 28px 0px;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: uppercase;
    text-decoration:none;
    background-image: url('/template/images/bg-menu.png');
    color: #000;
    text-align: center;
    font-weight: bold;
}
ul.menu a:hover {
    background-image: url('/template/images/bg-menu-hover.png');
    color: #999;
}

ul.menu a.active {
    background-image: url('/template/images/bg-menu-hover.png');
    color: #999;
}

.example-desc
{
  margin:3px 0;
  padding:5px;
}

.slider
{
  position: relative;
  height: 320px;
  display: inline-block;
  top: 110px;
}

#carousel
{
  width: 1000px;
  height:320px;
  position:relative;
  clear:both;
  overflow:hidden;
  background:#282828;
}
#carousel img
{
  visibility:hidden; /* hide images until carousel can handle them */
  cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

.split-left
{
  width:450px;
  float:left;
}
.split-right
{
  width:400px;
  float:left;
  margin-left:10px;
}
#callback-output
{
  height:250px;
  overflow:scroll;
}
textarea#newoptions
{
  width:430px;
}

.right-btn
{
  position: relative;
  display: inline-block;
  top: -188px;
  left:875px;
}

.left-btn
{
  position: relative;
  display: inline-block;
  top: -188px;
  left: 20px;
}
/* ---------------------------------------- booking  ---------------------------------------- */
/*.hit-block
{
  height: 170px;
  position: relative;
  top: 100px;
  text-align: center;
}

.hit-text
{
  color: red;
  font-weight: bold;
}

.hit-btn-block
{
  position: relative;
  top: 20px;
}

.left-hit-img
{
  position: relative;
  display: inline-block;
}

.right-hit-img
{
  position: relative;
  display: inline-block;
}

.hit-btn
{
  position: relative;
  display: inline-block;
  top: -10px;
  color: red;
  font-weight: bold;
  text-align: center;
}

.hit-btn a
{
  display: inline-block;
  text-decoration: none;
  margin: 0px 3px 0px 3px;
  padding: 5px 15px 5px 15px;
  color: #1b1b1b;
  background-color: #f0f0f0;
}

.hit-btn a:hover
{
  color: #eaeaea;
  background-color: #242424;
}*/

.hit-block
{
  min-height: 250px;
  position: relative;
  top: 80px;
  text-align: center;
}

.hit-text
{
  color: red;
  font-weight: bold;
}

.hit-btn-block
{
  position: relative;
  top: 20px;
}

.left-hit-img
{
  position: relative;
  display: inline-block;
}

.right-hit-img
{
  position: relative;
  display: inline-block;
}

.hit-btn
{
  position: relative;
  display: inline-block;
  top: -10px;
  color: red;
  font-weight: bold;
  text-align: center;
}

.hit-btn a
{
  display: inline-block;
  text-decoration: none;
  margin: 0px 13px 0px 13px;
  padding: 5px 17px 5px 17px;
  color: #1b1b1b;
  background-color: #f0f0f0;
}

.hit-btn a:hover
{
  color: #eaeaea;
  background-color: #242424;
}

/* ----------------------------------------         ---------------------------------------- */
.footer
{
  position: relative;
  top: 50px;
  height: 72px;
  width: 1000px;
  display: inline-block;
  background-image: url("template/images/footer-bg.png");
}

.low-box
{
  position: relative;
  top: 60px;
  height: 50px;
}

.width-margin
{
  display: inline-block;
  min-width: 29px;
}

.develop
{
  width: 1000px;
  margin: auto;
  color: #999;
  text-align: center;
}

.develop a
{
  color: #0096ff;
  text-decoration: none;
}

.develop a:hover
{
  text-decoration: underline;
  color: #0072ff;
}

/* ---------------------------------------- booking  ---------------------------------------- */
.form-booking
{
  min-height: 300px;
  position: relative;
  top: 20px;
  left: 10px;
}

.form-booking table
{
  margin: auto;
  width: 450px;
  margin-top: 20px;
}

.form-booking input, select
{
  min-width: 200px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background-color: #f1f1f1;
  height: 25px;
}

.form-booking textarea
{
  width: 430px;
  max-width: 430px;
  max-height: 70px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background-color: #f1f1f1;
}

/*      --------------------------------------------------------------------------------       */

.form-dess
{

}

.btn input
{
  margin-top: 10px;
  width: 430px;
  height: 50px;
  background-color: #e2e2e2;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}

.btn input:hover
{
  background-color: #dcdcdc;
}

.title-row
{
  height: 15px;
}

.error-form
{
  width: 630px;
  padding: 10px;
  margin: auto;
  background-color: #ffe0c1;
}

.success-form
{
  width: 630px;
  padding: 10px;
  margin: auto;
  background-color: #d8ffc1;
}

/*      --------------------------------------------------------------------------------       */

.ivent
{
  padding: 15px;
  height: 100px;
  background-color: #cfcfcf;
  vertical-align: middle;
  margin-bottom: 10px;
}

.ivent-procent
{
  width: 170px;
  height: 60px;
  text-align: center;
  padding-top: 40px;
  font-size: 40px;
  color: #9e0000;
}

.ivent-dess
{
  position: relative;
  top: -100px;
  left: 170px;
  width: 600px;
  height: 85px;
  vertical-align: middle;
  padding-top: 15px
}

.ivent-btn
{
  position: relative;
  top: -200px;
  left: 770px;
  width: 200px;
  height: 65px;
  text-align: center;
  padding-top: 35px;
}

.ivent-btn a {
  background: #8f806e;
  background-image: -webkit-linear-gradient(top, #8f806e, #827463);
  background-image: -moz-linear-gradient(top, #8f806e, #827463);
  background-image: -ms-linear-gradient(top, #8f806e, #827463);
  background-image: -o-linear-gradient(top, #8f806e, #827463);
  background-image: linear-gradient(to bottom, #8f806e, #827463);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px #111111;
  -moz-box-shadow: 0px 2px 2px #111111;
  box-shadow: 0px 2px 2px #111111;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.ivent-btn a:hover {
  background: #827463;
  background-image: -webkit-linear-gradient(top, #827463, #827463);
  background-image: -moz-linear-gradient(top, #827463, #827463);
  background-image: -ms-linear-gradient(top, #827463, #827463);
  background-image: -o-linear-gradient(top, #827463, #827463);
  background-image: linear-gradient(to bottom, #827463, #827463);
  text-decoration: none;
}