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

html, body {
  height: 100%;
  font: 13px Arial;
  color: #333333;
}

img {
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
}

/* Layout */

#bg {
  min-width: 980px;
  min-height: 100%;
  position: relative;
  background: #1b2e1d url('../images/bg.jpg') repeat-x;
}

#background {
  min-width: 980px;
  min-height: 836px;
  position: relative;
  background: url('../images/background.jpg') top no-repeat;
}

#main {
  width: 980px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

#header {
  width: 980px;
  height: 223px;
  position: relative;
  background: url('../images/top.png') top no-repeat;
}

#content {
  width: 980px;
  position: relative;
  margin-top: 355px;
}

#main-content {
  width: 980px;
  height: 79px;
  position: relative;
  background: url('../images/main-top.png') top no-repeat;
}

#middle-content {
  width: 980px;
  position: relative;
  margin-top: 3px;
  background: url('../images/main-middle.png') top repeat-y;
}

#middle-content-top {
  width: 980px;
  min-height: 150px;
  position: relative;
  top: -3px;
  padding-top: 34px;
  background: url('../images/main-middle-top.png') top no-repeat;
}

#bottom-content {
  width: 980px;
  height: 43px;
  position: relative;
  background: url('../images/main-bottom.png') bottom no-repeat;
}

#footer-bg {
  min-width: 980px;
  height: 286px;
  position: relative;
  margin: -286px auto 0;
  background: url('../images/footer.png') bottom no-repeat;
}

#footer {
  min-width: 980px;
  height: 77px;
  position: absolute;
  left: 50%;
  margin-left: -489px;
  bottom: 0px;
  padding-top: 10px;

}

#pool-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/pool-bg.jpg');
}

#pool {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/pool.jpg') top no-repeat;
}

#main2 {
  width: 900px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

#header2 {
  width: 900px;
  height: 223px;
  position: relative;
}

#content2 {
  width: 900px;
  position: relative;
  margin-top: 20px;
}

#footer2 {
  min-width: 900px;
  height: 77px;
  position: relative;
  margin: -88px auto 0;
  padding-top: 10px;
  z-index: 2;
}

#sauna-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/sauna-bg.jpg');
}

#sauna-line-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/sauna-line-bg.jpg') top repeat-x;
}

#sauna {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/sauna.jpg') top no-repeat;
}

#billiards-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/billiards-bg.jpg');
}

#billiards {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/billiards.jpg') top no-repeat;
}

#pub-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/pub-bg.jpg');
}

#pub-line-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/pub-line-bg.jpg') top repeat-x;
}

#pub {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/pub.jpg') top no-repeat;
}

#pub-footer {
  min-width: 900px;
  height: 272px;
  position: relative;
  margin-top: -272px;
  background: url('../images/pub-footer.jpg') top no-repeat;
}

#footer3 {
  min-width: 900px;
  height: 77px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  bottom: 0px;
  padding-top: 10px;
}

#hotel-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/hotel-bg.jpg');
}

#hotel {
  min-width: 1000px;
  min-height: 836px;
  position: relative;
  background: url('../images/hotel.jpg') top no-repeat;
}

#guests-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: #170000;
}

#guests {
  min-width: 1000px;
  min-height: 836px;
  position: relative;
  background: url('../images/guests.jpg') top no-repeat;
}

#ground-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/hotel-bg.jpg');
}

#ground {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/hotel.jpg') top no-repeat;
}

#about-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/about-bg.jpg');
}

#about {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/about.jpg') top no-repeat;
}

#about-bg1 {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/ground-bg.jpg');
}

#about1 {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/ground.jpg') top no-repeat;
}

/* Order */

.modal {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 8;
  background: url('../images/modal-bg.png');
}

.order {
  width: 491px;
  height: 432px;
  padding: 30px 0 0 45px;
  position: absolute;
  top: 108px;
  left: 50%;
  margin-left: -265px;
  z-index: 10;
  background: url('../images/feedback.png') no-repeat;
}

.order .exit {
  position: absolute;
  top: 0px;
  right: 0px;
}

.order .order-form-name-field {
  width: 150px;
  font-size: 12px;
  font-style: italic;
  line-height: 25px;
  position: relative;
  float: left;
}

.order .important {
  color: #ff0000;
}

.order .order-form-field {
  position: relative;
  float: left;
  margin-bottom: 5px;
}

.order .order-form-field input {
  width: 270px;
  padding: 1px 3px;
}

.order .order-form-field textarea {
	width: 270px;
	position: relative;
	float: left;
	padding: 1px 3px;
}

.order .order-form-field .text {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #9d1b1b;
  position: absolute;
  top: 0px;
  right: -15px;
}

.order .about {
  font-size: 12px;
  position: absolute;
  bottom: 35px;
  left: 45px;
}

.order .button {
  position: absolute;
  bottom: 15px;
  right: 58px;
}

.order .button a {
  width: 112px;
  height: 47px;
  display: block;
  font-size: 14px;
  color: #f4fc09;
  text-align: center;
  line-height: 43px;
  background: url('../images/order.png') no-repeat;
}

/* Header */

.about-links {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -115px;
}

.about-links ul li {
  float: left;
  position: relative;
  width: 115px;
  text-align: center;
}

.about-links ul li a {
  font: 18px/14px 'Georgia';
}

.info {
  width: 200px;
  height: 180px;
  position: absolute;
  top: 40px;
  right: 63px;
}

.info ul.language {
  position: relative;
  margin-left: 12px;
  margin-top: 32px;
}

.info ul.language li {
  position: relative;
  float: left;
  margin: 0 3px 0 5px;
}

.info ul.language li.active {
  width: 38px;
  height: 50px;
  text-align: center;
  margin: -28px -1px 0 1px;
  background: url('../images/language-active.png') top no-repeat;
}

.info ul.language li.active a {
  position: relative;
  top: 28px;
}

.info p {
  font: 20px Garamond;
  color: #333333;
  margin: 15px 0 0 15px;
}

.info .block-telephone {
  width: 140px;
  height: 27px;
  position: relative;
  margin: 10px 0 0 26px;
}

.info .block-telephone .tel {
  font: 20px Garamond;
  color: #c7190d;
  position: relative;
}

.info .block-telephone .tel span {
  font-size: 16px;
  color: #795825;
}

.about-links2 {
  width: 352px;
  height: 45px;
  padding-left: 5px;
  position: absolute;
  top: 47px;
  left: 35px;
  background: url('../images/about.png') no-repeat;
}

.about-links2 .about-bg {
	display: none;
}

.about-links2 ul li:hover .about-bg {
	width: 125px;
	height: 53px;
	display: block;
	position: absolute;
	top: -17px;
	left: 50%;
	margin: 0 0 0 -63px;
	background: url('../images/about_bg.png') no-repeat;
}

.about-links2 ul {
  position: relative;
  margin-top: 13px;
}

.about-links2 ul li {
	width: 113px;
  float: left;
  position: relative;
  text-align: center;
}

.about-links2 ul li a {
font: bold 18px/14px 'Georgia';
}

.about-links2 ul li a:hover {
  text-decoration: none;
  color: #f4fc09;
}

.info2 {
  width: 200px;
  height: 180px;
  position: absolute;
  top: 35px;
  right: 0px;
}

.info2 ul.language {
  position: relative;
  margin-top: 32px;
}

.info2 ul.language li {
  position: relative;
  float: left;
  margin: 0 3px 0 16px;
}

.info2 ul.language li.active {
  width: 38px;
  height: 50px;
  text-align: center;
  margin: -28px -1px 0 12px;
  background: url('../images/language-active.png') top no-repeat;
}

.info2 ul.language li.active a {
  position: relative;
  top: 28px;
}

.logo {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -80px;
}

.menu {
  position: absolute;
  top: 130px;
  left: -85px;
}

.menu2 {
  position: absolute;
  top: 130px;
  left: 520px;
  width: 410px;
}

ul.secondary-menu {
  position: relative;
}

ul.secondary-menu li {
  min-width: 73px;
  position: relative;
  float: left;
  margin: 0 5px;
  text-align: center;
}

ul.secondary-menu li a {
  font-size: 20px;
  color: #f4fc09;
/*  font-style: italic;*/
font-type: Tahoma;
  margin: 13px;
}

ul.secondary-menu li.active {
  min-width: 73px;
  height: 40px;
  background: url('../images/menu-active2.png') bottom no-repeat;
}

ul.secondary-menu li.active a {
  text-decoration: none;
}

ul.secondary-menu li:hover {
  min-width: 73px;
  height: 40px;
  background: url('../images/menu-active2.png') bottom no-repeat;
}

ul.secondary-menu li:hover a {
  text-decoration: none;
}

/* Content */

ul#primery-menu {
  position: relative;
  top: 26px;
  margin-left: 40px;
}

ul#primery-menu li {
  min-width: 101px;
  text-align: center;
  position: relative;
  float: left;
  margin: 0 8px;
}

ul#primery-menu li.active {
  min-width: 101px;
  height: 40px;
  background: url('../images/menu-active.png') bottom no-repeat;
}

ul#primery-menu li.active a {
  text-decoration: none;
}

ul#primery-menu li a {
  width: 101px;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

ul#primery-menu li:hover {
  min-width: 101px;
  height: 40px;
  background: url('../images/menu-active.png') bottom no-repeat;
}

ul#primery-menu li:hover a {
  text-decoration: none;
}

.content {
  width: 800px;
  position: relative;
  margin-left: 100px;
}

.content h2 {
  font-size: 30px;
  color: #4a0a09;
  position: relative;
  left: -33px;
  margin-bottom: 37px;
}

.content p {
  font-size: 14px;
  color: #412f12;
  position: relative;
  margin-bottom: 20px;
}

.content .line {
  width: 804px;
  height: 5px;
  position: relative;
  margin: 0 auto 20px;
  background: url('../images/line.png') no-repeat;
}

.gallery {
  width: 911px;
  height: 182px;
  position: relative;
  margin-left: 33px;
  top: 4px;
}

.gallery .left-arrow {
  width: 33px;
  height: 65px;
  position: relative;
  float: left;
  top: 58px;
  margin-right: 5px;
}

.gallery .block-foto {
  width: 836px;
  height: 182px;
  position: relative;
  float: left;
  background: url('../images/block-foto.png') no-repeat;
}

.gallery .block-foto .foto {
  position: absolute;
  top: 37px;
  left: 46px;
}

.gallery .block-foto .foto img {
  border: 1px solid #f5fc08;
}

.gallery .right-arrow {
  width: 32px;
  height: 65px;
  position: relative;
  float: left;
  top: 58px;
  margin-left: 5px;
}

.content-info {
  width: 570px;
  position: relative;
  margin-left: 80px;
  margin-bottom: 50px;
}

.content-info h1 {
  font-size: 38px;
  font-weight: 600;
  color: #f4fc09;
margin-left: 170px;
}

.content-info h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: #f4fc09;
  margin-bottom: 20px;
}

.content-info p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 30px;
}

.content-info p.small {
  font-size: 12px;
  font-style: italic;
}

.gallery2 {
  width: 573px;
  height: 182px;
  position: relative;
  margin-left: 33px;
}
.gallery2 .small-block-foto {
  width: 536px;
  height: 182px;
  position: relative;
  float: left;
  background: url('../images/block-foto-small.png') no-repeat;
}

.gallery2 .small-block-foto .foto {
  position: absolute;
  top: 37px;
  left: 46px;
}

.gallery2 .small-block-foto .foto img {
  border: 1px solid #f5fc08;
}

.gallery2 .right-arrow {
  width: 32px;
  height: 65px;
  position: relative;
  float: left;
  top: 58px;
  margin-left: 5px;
}

.contacts {
  width: 230px;
  position: relative;
  float: right;
  margin-top: -50px;
  margin-right: 20px;
}

.contacts .telephone {
  position: absolute;
  top: 0px;
  left: -60px;
}

.contacts .tel {
  height: 50px;
  font: 48px 'Times New Roman';
  color: #ffffff;
  position: relative;
}

.contacts .tel span{
  font-size: 20px;
}

.contacts .tel2 {
  height: 50px;
  font: 40px 'Times New Roman';
  color: #ffffff;
  position: relative;
}

.contacts .tel2 span {
  font-size: 20px;
}

.contacts .contacts-info {
  font-size: 15px;
  color: #f4fc09;
  text-align: right;
  margin-right: 10px;
}

.banner {
  width: 254px;
  min-height: 60px;
  position: relative;
  float: left;
  /* old value
  margin: 65px 0px 0 50px;
   new value */
  margin: 0px 0px 0 -10px;
}

.banner .images {
  height: 60px;
  position: relative;
  float: left;
  margin-right: 0px;
  text-align: center;
}

.banner .images2 {
  height: 60px;
  position: relative;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.banner .images3 {
  height: 119px;
  position: relative;
  top: -35px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.banner span {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.banner .text {
  width: 100px;
  height: 45px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  float: left;
  padding: 15px 0 0;
}

.banner .text2 {
  width: 140px;
  height: 45px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  float: left;
  padding: 15px 0 0;
}

.banner .text3 {
  width: 100px;
  height: 43px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  float: left;
  padding: 17px 0 0;
}

.menu-item {
  width: 202px;
  height: 52px;
  position: relative;
  margin: 0 0 10px;
}

.menu-item a {
  width: 202px;
  height: 52px;
  font: 15px 'Georgia';
  font-style: italic;
  color: #e6d9ab;
  text-align: center;
  line-height: 40px;
  display: block;
  background: url('../images/bg/menu.png') no-repeat;
  background-position: 0 -158px;
}

.menu-item a:hover {
  text-decoration: none;
  background-position: -203px -158px;
}

/* Menu bar */

.block-menu-bar {
  width: 846px;
  position: relative;
  margin: 0 auto;
}

.block-menu-bar .top-menu-bar {
  width: 846px;
  height: 62px;
  position: relative;
  background: url('../images/menu-bar-top.png') top no-repeat;
}

.block-menu-bar .top-menu-bar ul {
  position: relative;
  margin-left: 7px;
}

.block-menu-bar .top-menu-bar ul li {
  position: relative;
  float: left;
  margin: 12px 0 0 60px;
}

.block-menu-bar .top-menu-bar ul li a {
  font-size: 14px;
  font-style: italic;
  color: #f5fc08;
  text-decoration: underline;
}

.block-menu-bar .top-menu-bar ul li a:hover {
  text-decoration: none;
}

.block-menu-bar .middle-menu-bar {
  width: 846px;
  position: relative;
  background: url('../images/menu-bar-middle.png') top repeat-y;
}

.block-menu-bar .middle-menu-bar .name-menu-bar {
  width: 846px;
  height: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  background: url('../images/name-menu-bar-bg.png') bottom no-repeat;
}

.block-menu-bar .middle-menu-bar .name-menu-bar h2 {
  font: 30px 'Times New Roman';
  color: #b38d51;
}

table.menu-bar {
  width: 765px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
}

table.menu-bar tr.head {
  font-style: italic;
}

table.menu-bar tr.head td {
  padding: 0 13px;
  vertical-align: top;
  text-align: center;
}

table.menu-bar tr.head td.capacity {
  width: 60px;
}

table.menu-bar tr.head td.price {
  width: 70px;
}

table.menu-bar tr.table-clear td {
  height: 15px;
}

table.menu-bar tr.title-group td {
  font-size: 16px;
  font-weight: 600;
  color: #b38d51;
  padding-left: 89px;
}

table.menu-bar tr.item td {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

table.menu-bar tr.item td.name {
  text-align: left;
}

.block-menu-bar .bottom-menu-bar {
  width: 846px;
  height: 48px;
  position: relative;
  background: url('../images/menu-bar-bottom.png') top no-repeat;
}

/* Personnel */

.block-personnel {
  width: 900px;
  min-height: 200px;
  position: relative;
}

.block-personnel .personnel {
  width: 145px;
  min-height: 280px;
  position: relative;
  float: left;
  margin: 30px 30px 20px 50px;
height: 210px;
}

.block-personnel .personnel .personnel-foto {
  width: 138px;
  height: 193px;
  position: relative;
  margin: 0 auto;
  padding: 4px 0 4px 4px;
  background: url('../images/frame.png') no-repeat;
}

.block-personnel .personnel .personnel-info {
  width: 145px;
  min-height: 60px;
  text-align: center;
  position: relative;
  background: url('../images/for-frame.png') 5px 0 no-repeat;
}

.block-personnel .personnel .personnel-info .name {
  font: 18px 'Times New Roman';
  color: #ffffff;
  position: relative;
  left: -2px;
  padding-top: 3px;
}

.block-personnel .personnel .personnel-info img {
  position: relative;
  left: -2px;
  margin: 5px 0;
}

.block-personnel .personnel .personnel-info .posada {
  font: 18px 'Times New Roman';
  color: #605536;
  position: relative;
  left: -2px;
}

/* block-hotel */

.block-hottel {
  width: 900px;
  min-height: 200px;
  position: relative;
}

.block-hottel .room {
  width: 260px;
  min-height: 175px;
  position: relative;
  float: left;
  margin: 30px 20px 20px 20px;
}

.block-hottel .room .room-foto {
  width: 260px;
  height: 175px;
  position: relative;
  margin: 0 auto;
  padding: 4px 0 4px 4px;
  background: url('../images/frame-room.png') no-repeat;
}

.block-hottel .room .room-info {
  width: 260px;
  min-height: 60px;
  text-align: center;
  position: relative;
  background: url('../images/for-frame-room.png') 5px 0 no-repeat;
}

.block-hottel .room .room-info img {
  position: relative;
  left: -2px;
  margin: 5px 0;
}

.block-hottel .room .room-info .room-name {
  font: 18px 'Times New Roman';
  color: #605536;
  position: relative;
  left: -2px;
}

.block-hottel .room-image {
  width: 441px;
  position: relative;
  float: left;
  margin-right: 29px;
}

.block-hottel .room-image .big-image {
  width: 440px;
  height: 300px;
  position: relative;
  margin-bottom: 1px;
}

.block-hottel .room-image .big-image img {

  border: 1px solid #f5fc08;
}

.block-hottel .room-image .small-image {
  width: 441px;
  position: relative;
}

.block-hottel .room-image .small-image .img {
  width: 146px;
  height: 110px;
  position: relative;
  float: left;
  margin: 0 1px 1px 0;
}

.block-hottel .room-image .small-image img {
  width: 144px;
  height: 108px;
  border: 1px solid #f5fc08;
}

.block-hottel .room-text {
  width: 430px;
  color: #ffffff;
  position: relative;
  float: left;
}

.block-hottel .room-text h2 {
  font-size: 38px;
  font-weight: 600;
  color: #f4fc09;
  margin-bottom: 20px;
}

.block-hottel .room-text p {
  font-size: 18px;
  margin-bottom: 10px;
}

.block-hottel .room-text .room-price {
  width: 215px;
  font-size: 25px;
  color: #f4fc09;
  line-height: 42px;
  position: relative;
  float: left;
}

 .booking {
  width: 112px;
  height: 47px;
  position: relative;
  float: right
}

.booking a {
  width: 150px;
  height: 47px;
  font: 18px 'Georgia';
  color: #ebbf86;
  text-align: center;
  line-height: 42px;
  display: block;
  position: relative;
  background: url('../images/order.png') no-repeat;
}

 .conference {
  width: 315px;
  height: 47px;
  position: relative;
  float: right
}

.conference a {
cursor: default;
  width: 315px;
  height: 47px;
  font: 18px 'Georgia';
  color: #ebbf86;
  text-align: center;
  line-height: 42px;
  display: block;
  position: relative;
  text-decoration:none;
  background: url('../images/order2.png') no-repeat;
}
.conference a:hover
{
text-decoration:none;
cursor: default
}


/* Ul */

.content ul, .content-info ul {
  width: 800px;
  position: relative;
  margin: 0px 0 20px 25px;
}

.content ul li, .content-info ul li {
  margin: 5px 0;
  list-style: circle;
}

.content ul li {
  font-size: 14px;
  color: #412f12;
}

.content-info ul li {
  font-size: 15px;
  color: #ffffff;
  margin-left: 25px;
}

/* Guests */

.guests-title {
	font-size: 36px;
	font-weight: 700;
	color: #f5fc08;
	text-align: center;
	position: relative;
	margin: 0 0 14px;
}

.guests-block {
	width: 882px;
	position: relative;
	margin: 0 auto;
}

.guests-block + .guests-block {
	margin-top: 21px;
}

.guests-block .block-name {
	font: 20px/1 'Georgia';
	color: #ffffff;
	text-align: center;
	position: relative;
	margin: 0 0 9px;
}

.guests-block .block-top {
	height: 13px;
	position: relative;
	background: url('../images/guests-block.png') top no-repeat;
}

.guests-block .block-inner {
	width: 882px;
	padding: 1px 0;
	position: relative;
	margin: 11px 0 15px;
	background: url('../images/guests-block-inner.png') top repeat-y;
}

.guests-block .block-inner .block-content {
	width: 862px;
	text-align: center;
	padding: 0 10px;
	position: relative;
	margin: -4px 0 -7px;

}

.guests-block .block-inner .block-content img {
	font-size: 0;
	padding: 0;
	margin: -2px -2px;
}

.guests-block .block-bottom {
	width: 850px;
	height: 1px;
	position: relative;
	margin: 0 auto;
	background: url('../images/guests-block-bottom.png') top repeat-x;
}

/* Footer */

.footer-content {
  width: 735px;
  height: 74px;
  position: relative;
  margin: 0 auto;
  border-top: 4px double #b09b74;
}

.copyright {
  font-size: 11px;
  color: #e5dcc7;
  position: absolute;
  top: 33px;
  left: -60px;
}

.logo32x32 {
  font-size: 10px;
  line-height: 11px;
  width: 250px;
  position: absolute;
  bottom: 20px;
  right: -80px;
  color: #e5dcc6;
}

.logo32x32 a {
  color: #e5dcc6;
  text-decoration: underline;
}

.logo32x32 a:hover {
  text-decoration: none;
}

.logo32x32 img {
  float: left;
  margin-right: 5px;
}

.footer-content2 {
  width: 735px;
  height: 74px;
  position: relative;
  margin: 0 auto;
  border-top: 4px double #477ba3;
}

.copyright2 {
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  top: 33px;
  left: -60px;
}

.logo32x32-2 {
  font-size: 10px;
  line-height: 11px;
  width: 250px;
  position: absolute;
  bottom: 20px;
  right: -80px;
  color: #ffffff;
}

.logo32x32-2 a {
  color: #ffffff;
  text-decoration: underline;
}

.logo32x32-2 a:hover {
  text-decoration: none;
}

.logo32x32-2 img {
  float: left;
  margin-right: 5px;
}

.footer-content3 {
  border-top: 4px double #512e19;
}

.footer-content4 {
  border-top: 4px double #679a65;
}

.footer-content5 {
  border-top: 4px double #605736;
}

.footer-content6 {
  border-top: 4px double #5c2727;
}

.footer-content7 {
  border-top: 4px double #48211d;
}

/* Clear */

.clear {
  width: 99%;
  height: 0px;
  clear: both;
}

.clear-2 {
  width: 99%;
  height: 50px;
  clear: both;
}

.clear-footer {
  width: 99%;
  height: 128px;
  clear: both;
}

.clear-footer2 {
  width: 99%;
  height: 180px;
  clear: both;
}

#hoteltitle{
    margin-left: 380px;
    color: #F4FC09;
    font-size: 38px;
}
.panoramaWrap {
    width: 800px;
    height: 400px;
    overflow: hidden;
}
#panorammenu li {
    float: left;
    list-style: none;
    margin: 10px 50px 10px 30px;
}

#panorammenu li a{
    color: #4a0a09;
        font-size: 18px;
    font-style: italic;
}
#panorammenu2 li {
    float: left;
    list-style: none;
    margin: 10px 45px 10px 45px;
}

#panorammenu2 li a{
    color: #4a0a09;
    font-size: 18px;
    font-style: italic;
}
.social-network {
  width: 200px;
  position: relative;
  float: left;
  margin: 15px 0 0 26px;
}

.social-network .icon {
  width: 42px;
  height: 42px;
  position: relative;
  float: left;
  margin: 0 7px 0 0;
  /*background: url('../images/bg/social_network.png') no-repeat;*/
}

.social-network .icon .vertical {
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#skype {
  width: 200px;
  position: relative;
  float: left;
  margin: 0 0 0 30px;
}

#skype .icon {
  position: relative;
  float: left;
  margin: 0 7px 0 0;
  /*background: url('../images/bg/social_network.png') no-repeat;*/
}
#skype .icon .vertical {
    display: table-cell;
    float: right;
    height: 42px;
    margin-top: 6px;
    text-align: center;
    vertical-align: middle;
    width: 42px;
}

#skype .icon a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#skype .icon a img {
    padding-right: 5px;
}

/* Restourant menu */

.restaurant-menu {
    width: 900px;
    position: relative;
}

.restaurant-menu img {
//    width: 740px;
   width: 425px;
}
input.scroll{
    background-image: url('../images/order.png');
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: wheat;
    text-align: center;
    font-size: 20px;
    margin-left: 42%;
    margin-right: auto;
    margin-bottom: 10px;
}
.podsvetka img:hover {
	border: solid 0px #fFF;
}