﻿input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dbdbdd;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dbdbdd;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dbdbdd;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dbdbdd;
}
.redactor_toolbar li {
  background: none !important;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
}
.v_hidden {
  display: none !important;
}
html {
  margin: 0;
  padding: 0;
  position: relative;
  background: #58585a;
}
html[data-useragent*='MSIE'] nav > ul > li {
  margin-right: 23px;
}
html[data-useragent*='MSIE 8'] nav > ul > li {
  margin-right: 15px;
}
img {
  border: none;
  outline: none;
  display: block;
}
body {
  background: #58585a;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 0;
  position: relative;
  margin: 0;
  font-weight: 400;
  color: #c5c5c5;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-weight: 400;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  background: url('../img/list_style.jpg') no-repeat 0 10px;
  padding-left: 10px;
}
.cont_liveEdit ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cont_liveEdit li {
  background: url('../img/list_style.jpg') no-repeat 0 10px;
  padding-left: 10px;
}
.clear {
  clear: both;
}
span {
  color: #ffffff;
  /*text-transform: uppercase;*/
}
.navigation .br {
  display: block;
}
footer .br {
  display: none;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  color: #919191;
  text-transform: uppercase;
}
h3 {
  font-size: 21px;
  color: #919191;
  line-height: 22px;
}
h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 10px;
}
h5 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.025em;
}
p {
  font-size: 18px;
  color: #c5c5c5;
  line-height: 22px;
  margin: 0;
}
.btn {
  display: table;
  background: #919191;
  height: 29px;
}
.btn a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em;
  padding: 0 6px;
  display: table-cell;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
}
.reservation_btn {
  position: relative;
  background: #3d3d3f;
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
}
.reservation_btn_txt a {
  padding: 0 30px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
header .input.date {
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
header .reservation.inactive {
  max-height: 0;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
header .reservation.active {
  max-height: 1000px;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
header .reservation {
  height: auto;
  z-index: 10;
  position: absolute;
  right: -1px;
  top: 90px;
  width: 177px;
  -moz-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  overflow: hidden;
}
header {
  height: 91px;
  width: 100%;
}
header .reservation_cont {
  text-align: center;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  padding: 10px 25px;
}
header .reservation .bottom {
  margin-bottom: 25px;
}
header .reservation .bottom .block:first-child {
  margin-right: 4px;
}
header .reservation .bottom .block {
  margin-bottom: 5px;
}
header .logo {
  padding: 0 60px 0 40px;
}
header .reservation .btn {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -4px;
  width: 100%;
}
.logo,
.navigation,
.reservation_btn {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #919191;
}
.reservation_cont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 30px;
  border-right: 1px solid #919191;
}
.reservation_cont .input input {
  font-size: 13px;
}
.reservation {
  background: #3d3d3f;
  border-left: 1px solid #919191;
  height: 125px;
}
.reservation .block {
  display: inline-block;
  vertical-align: bottom;
}
.select,
.input {
  margin-bottom: 5px;
  position: relative;
  height: 28px;
  background: #58585a;
  border: 1px solid #c5c5c5;
  overflow: hidden;
}
.select select {
  height: 26px;
  line-height: 26px;
  background: transparent;
  width: 140%;
  position: relative;
  z-index: 2;
}
.select:after {
  background: url('../img/select_bg.png') no-repeat 28px center;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.input input {
  height: 26px;
  line-height: 26px;
  background: #58585a;
  width: 100%;
}
.select select,
.input input {
  padding-left: 5px;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #dbdbdd;
  font-weight: 300;
  font-size: 14px;
}
.select option {
  background: transparent;
}
.select select:focus option {
  color: #000;
}
.select a,
.input a {
  position: absolute;
  right: 0px;
  top: 0px;
}
.select.count {
  width: 57px;
}
.select a {
  position: absolute;
}
.input.date {
  width: 98px;
}
.reservation .select,
.reservation .input {
  display: inline-block;
  vertical-align: middle;
}
.line {
  margin: -3px -4px 0;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 1px;
  background: url(../img/border_color.png) repeat-x;
}
.reservation .btn {
  margin-bottom: 5px;
}
.reservation .btn a {
  font-size: 13px;
}
.reservation p {
  display: block;
  vertical-align: middle;
  color: #c5c5c5;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.navigation {
  /*width:660px;*/
  padding-right: 30px;
}
nav {
  height: 90px;
}
nav li {
  background: none;
  padding-left: 0;
}
nav > ul > li {
  position: relative;
  display: table;
  margin-right: 25px;
  /*background: url(/Content/img/menu_top_bg.png) no-repeat left top;*/
  height: 90px;
  float: left;
}
nav > ul > li:hover > ul {
  visibility: visible;
  max-height: 1000px;
}
nav > ul > li.active {
  /*background: url(/Content/img/menu_active.png) no-repeat left top;*/
}
nav > ul > li > a {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #dbdbdd;
  text-transform: uppercase;
  font-weight: 700;
}
nav > ul > li > ul {
  visibility: hidden;
  z-index: 11;
  max-height: 0;
  overflow: hidden;
  background: #58585a;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #919191;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
nav > ul > li > ul > li {
  width: 78px;
  border-top: 1px solid #919191;
}
nav > ul > li > ul > li > a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #dbdbdd;
}
nav > ul > li > ul > li:first-child {
  border-top: none;
}
nav.ru_smaller > ul > li > a {
  font-size: 13px;
}
nav ul > li.active > a {
  color: #ffffff;
}
.slider.top {
  /*height: 420px;*/
  border-bottom: 1px solid #919191;
  margin-bottom: 35px;
  overflow: hidden;
}
.slider.top .slider_cont {
  max-width: 1600px;
  margin: 0 auto;
}
.slider.top .slider_track {
  width: 100% !important;
}
.main .slider.top .slide {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.main .slider.top .slide.active {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.main .slider.top .slide.inactive {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.slider.top .slide img {
  max-width: 100%;
  width: 1600px !important;
}
.slider.top .slide:first-child {
  position: relative;
}
.slider.top .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.slider {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1px;
}
/*.slider .slide img { width: 100%; }*/
.footer {
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #919191;
  position: relative;
}
.socials {
  display: table;
}
.socials .social {
  display: table-cell;
  vertical-align: middle;
  padding-right: 17px;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.socials .social:hover {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.hotel_blog .btn a,
.newsletter .btn a {
  font-size: 13px;
  padding-top: 2px;
}
.newsletter {
  min-height: 20px;
}
.hotel_blog,
.newsletter {
  position: relative;
  /*margin-bottom: 10px;*/
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.hotel_blog .btn {
  z-index: 10;
  height: 22px;
  display: inline-block;
}
.newsletter .btn {
  z-index: 10;
  height: 22px;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: inline-block;
}
.newsletter.active .btn {
  z-index: 0;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.newsletter .input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding-right: 20px;
}
.newsletter.active .input {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  width: 70%;
}
.newsletter .input a {
  position: absolute;
  right: 0;
  top: -2px;
}
.newsletter .input a img {
  display: block;
  background: #58585a;
}
.newsletter .input a:hover img {
  background: #3d3d3f;
}
.newsletter .input input {
  height: 26px;
  font-size: 13px;
  max-width: 80%;
}
.newsletter .conf {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  top: 0;
}
.footer .copyrights {
  background: #919191;
  padding: 0 6px;
  height: 22px;
  margin-bottom: 2px;
  display: table;
  float: right;
}
footer .languages a.active {
  color: #fff;
}
.footer .copyrights p {
  padding-top: 2px;
  font-weight: 700;
  font-size: 13px;
}
.footer .right .partners {
  background: none;
  padding: 0;
  height: auto;
  margin-bottom: 2px;
}
.footer .right .partners a {
  color: #fff;
  padding-left: 5px;
  font-weight: 400;
  padding-right: 4px;
}
.footer .address {
  width: 325px;
}
.footer .address p {
  text-align: center;
}
.footer p {
  line-height: normal;
  font-size: 12px;
  text-transform: uppercase;
  margin: 2px 0;
  letter-spacing: -0.05em;
}
.footer .right {
  text-align: right;
  float: right;
}
/*.footer .left, .footer .center, .footer .right { display: table-cell; vertical-align: middle; }*/
.footer .left {
  float: left;
}
.footer .center a,
.footer .right a {
  color: #d6d6d6;
}
.footer a:hover {
  color: #ffffff;
}
.footer .center {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -162px;
  display: table-cell;
  vertical-align: middle;
}
.footer .logo_il a {
  position: relative;
  display: inline-block;
}
.footer .logo_il .hover {
  position: absolute;
  left: 0;
  top: 0;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.footer .logo_il img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.footer .logo_il:hover .normal {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.footer .logo_il:hover .hover {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.container {
  margin: 0 40px;
}
.d_table {
  display: table;
}
.d_tab_cell {
  display: table-cell;
}
.v_middle {
  vertical-align: middle;
}
.v_top {
  vertical-align: top;
}
.v_bottom {
  vertical-align: bottom;
}
.image_cont {
  position: relative;
}
.image img {
  width: 100%;
  height: 100%;
}
.image_cont .txt_box {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 50px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.image_cont .bg {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 1;
}
.image_cont:hover .txt_box .txt {
  text-decoration: underline;
}
.title {
  margin-bottom: 25px;
  min-height: 50px;
}
.title h2 {
  margin-top: -10px;
}
.slider.rooms .image_cont:hover p,
.slider.bottom .slide:hover p,
.home .image_cont:hover p {
  text-decoration: underline;
}
.home {
  margin-bottom: 45px;
}
.home .first {
  width: 587px;
}
.home.v2 .first {
  width: 605px;
}
.home .image_cont {
  position: relative;
  border: 1px solid #919191;
  width: 290px;
  height: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.home.v2 .image_cont {
  border: 1px solid #919191;
  width: 280px;
  height: 210px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.home .text {
  width: 525px;
  font-size: 21px;
  color: #919191;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
}
/*.wrapper .home .text p { font-size: 21px; color: #919191; line-height: 22px; font-weight:700; text-align:left; letter-spacing:0;}*/
.home .redactor_box .text h3,
.home .text h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.home .redactor_box .text h3 span,
.home .text h3 span,
.home .text h3 strong {
  color: #ededed;
  text-transform: uppercase;
}
.main.index .home .text p {
  font-size: 21px;
  color: #919191;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
.main.index .home .text p strong {
  color: #ededed;
  text-transform: uppercase;
}
.home .redactor_box .text h3 span,
.home .text h3 span,
.home .text span {
  color: #919191;
  font-weight: 700;
  text-transform: none;
}
.home .image_cont:first-child {
  margin-right: 24px;
}
.home.weddings .text {
  width: 575px;
}
.home.full .text {
  width: 100%;
}
.gallery {
  margin-top: 35px;
}
.slider.bottom.gallery_slider .slider_cont {
  position: static;
}
.slider.bottom {
  margin-bottom: 45px;
  overflow: visible;
}
.slider.bottom .slider_cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.slider_track {
  width: 100000px;
  position: relative;
  left: 0;
}
.slider.bottom .slide {
  border: 1px solid #919191;
  float: left;
  margin-right: 26px;
}
.slider.bottom .image_cont {
  height: 235px;
  width: 379px;
  overflow: hidden;
}
.slider.bottom .left_arrow,
.slider.bottom .right_arrow,
.slider.rooms .left_arrow,
.slider.rooms .right_arrow {
  display: none;
}
.slider.rooms.arrows_visible .left_arrow,
.slider.rooms.arrows_visible .right_arrow {
  display: block;
}
.simple_page .first {
  width: 625px;
}
.simple_page .second {
  width: 575px;
  max-width: 575px;
}
.simple_page.service .second {
  width: 570px;
  max-width: 570px;
}
/*.simple_page .text { width: 580px; }*/
.simple_page .text {
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .text p {
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  text-align: justify;
}
.content .text p:last-child {
  margin-bottom: 0;
}
.content .text h4 {
  margin-top: 30px;
}
.content .text:first-child h4 {
  margin-top: 30px;
}
.simple_page ul {
  margin-top: 5px;
}
.service .sp_cont .image.big_v {
  width: 276px;
  height: 450px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.sp_cont .image.big {
  width: 570px;
  height: 325px;
  margin-bottom: 15px;
}
.sp_cont .image.big_v {
  width: 278px;
  height: 383px;
  display: inline-block;
  /**zoom:1; *display:inline;*/
}
.sp_cont .image.small {
  width: 278px;
  height: 210px;
  display: inline-block;
  /**zoom:1; *display:inline;*/
}
.sp_cont .image.small:nth-child(2n+1) {
  margin-right: 11px;
}
.sp_cont .image.small.smaller {
  height: 160px;
  margin-bottom: 11px;
}
.sp_cont {
  margin-bottom: 40px;
}
.simple_page .image {
  border: 1px solid #919191;
}
.simple_page p strong,
.simple_page p b {
  color: #fff;
  font-weight: 400;
}
.simple_page .slider.rooms .slide .image {
  border: none;
}
.simple_page .text h4:first-child,
.index .text h4:first-child {
  margin-top: 0;
}
.video {
  position: absolute;
  left: 50%;
  top: 50%;
  /*.transform(translate(-50%,-50%));*/
  margin-top: -32px;
  margin-left: -32px;
}
.slider.rooms {
  margin: 35px 0;
  overflow: visible;
}
.slider.rooms .slider_cont {
  width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.slider.rooms .slide {
  border: 1px solid #919191;
  float: left;
  margin: 0 13px;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.slider.rooms .image_cont {
  width: 406px;
  height: 188px;
  overflow: hidden;
}
.slider.rooms .slide:hover,
.slider.rooms .slide.active {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider.rooms .slider_track {
  margin-left: -13px;
  /*.transition(left .5s ease-in-out);*/
}
.r_text .header {
  border-bottom: 1px solid #919191;
  width: 100%;
}
.r_text .header h2 {
  margin: 0;
  color: #ffffff;
}
.r_text .header h4 {
  display: inline-block;
  padding-right: 25px;
  margin: 5px 0;
  color: #c5c5c5;
}
.r_text .header h4 strong,
.r_text .header h4 b {
  color: #ffffff;
}
.r_text {
  width: 598px;
}
.r_text .reservation .input input {
  height: 28px;
  line-height: 28px;
}
.r_text .header p {
  margin: -5px 0 5px;
  letter-spacing: -0.05em;
}
.r_text .reservation {
  display: block;
  width: 100%;
  height: 120px;
  border-right: 1px solid #919191;
  border-bottom: none;
}
.r_text .reservation_cont {
  border-right: none;
}
.r_text .reservation .top,
.r_text .reservation .bottom {
  display: inline-block;
  vertical-align: middle;
}
.r_text .text {
  margin: 12px 0 15px;
}
.r_text .reservation h5 {
  margin: 12px 0 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.r_text .reservation .bottom {
  padding-left: 12px;
}
/*.r_text .input input { height:28px; }*/
.r_image .image {
  width: 575px;
  /*height: 240px;*/
  overflow: hidden;
  border: 1px solid #919191;
}
.r_image {
  padding-left: 25px;
}
.service .r_image {
  padding-left: 0;
}
.room {
  margin-bottom: 45px;
}
.RoomSettingOne {
  position: relative;
}
.Admin .RoomSettingOne .il_dad {
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
  border: 1px solid #000;
  padding: 5px;
}
.furnishings_cont {
  margin-bottom: 45px;
  margin-top: 10px;
}
.service .title {
  min-height: 0;
  margin-bottom: 15px;
}
.service .title h2 {
  margin-bottom: 30px;
}
.services .reservation,
.furnishings_cont .reservation {
  border: none;
  height: auto;
}
.furnishings_cont .header {
  margin-bottom: 25px;
  border: none;
}
.services .reservation ul,
.furnishings_cont .reservation ul {
  margin: 8px 0;
}
.services .reservation ul li,
.furnishings_cont .reservation ul li {
  display: block;
  background: url('../img/list_style.jpg') no-repeat scroll 0px 8px transparent;
  margin: 8px 0;
}
.services .reservation .reservation_cont,
.furnishings_cont .reservation_cont {
  height: auto;
}
.services .reservation ul li p,
.furnishings_cont .reservation ul li p {
  text-transform: none;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.05em;
}
.reservation .left_div,
.reservation .right_div {
  width: 264px;
  display: inline-block;
  vertical-align: top;
}
.reservation .left_div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.services .reservation .reservation_cont {
  border: none;
  padding: 15px 30px;
}
.services {
  margin-bottom: 35px;
  width: 100%;
}
.services .reservation .reservation_cont .bottom_div ul li {
  width: 100%;
}
.service .r_text .text {
  width: 600px;
  margin: 0;
}
.services .reservation {
  display: block;
  margin-bottom: 40px;
}
.s_cont {
  margin: 0;
}
.gallery .slider_track {
  width: 100%;
}
.gallery .slider.bottom .slide {
  display: inline-block;
  margin-left: 18px;
  margin-right: 0;
  margin-bottom: 18px;
}
.gallery.restaurant .title {
  margin-bottom: 40px;
}
.Admin .gallery .slider.bottom .slide {
  position: relative;
}
.Admin .gallery .slider.bottom .slide .il_dad {
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
  border: 1px solid #000;
  padding: 5px;
}
.service.simple_page .first {
  width: 600px;
}
.service_v_img {
  padding-left: 0;
  margin-top: 15px;
  float: right;
}
.contact .col_left {
  width: 250px;
  padding-right: 25px;
}
.contact .col_right {
  width: 220px;
}
.contact .d_table {
  background: #3d3d3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  display: block;
  margin-right: 26px;
  border: 1px solid #919191;
}
.contact a {
  color: #c5c5c5;
  display: block;
}
.contact a:hover {
  color: #ffffff;
}
.contact .small p {
  font-size: 14px;
  line-height: 16px;
}
.contact .small h4 {
  font-size: 16px;
}
.contact .col_left h4,
.contact .col_right h4 {
  margin-top: 0;
}
.map {
  height: 398px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #919191;
}
.map #map-canvas {
  /*width: 848px; height: 498px; position: relative; left: -100px; top: -50px;*/
  width: 100%;
  height: 100%;
}
.konferencje .reservation {
  margin-bottom: 0;
}
.konferencje .reservation h4 {
  margin-top: 5px;
}
.konferencje .header {
  margin: 35px 0 15px;
}
.konferencje .header h2 {
  color: #ffffff;
}
.konferencje .first {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.konferencje .image.small.smaller {
  height: 191px;
  margin-top: 10px;
}
.links {
  margin-bottom: 45px;
}
.links_cont {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
.link_box {
  /*height: 50px;*/
  background: #3d3d3f;
  border-left: 1px solid #919191;
  float: left;
  display: block;
  text-align: center;
  margin: 0;
}
.link_box:first-child {
  border-left: none;
}
.link_box a {
  text-transform: uppercase;
  width: 199px;
  padding: 10px 0;
  border-left: #919191;
  display: block;
  text-align: center;
  margin: 0;
}
.link_box.active {
  background: #919191;
}
.slider.conference_rooms {
  width: 100%;
  display: block;
}
.slider.conference_rooms .slide_cont {
  /*height: 372px;*/
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.conference_rooms img {
  margin: 0 auto;
}
.conference_rooms .slide {
  width: 1280px;
  position: absolute;
  left: 0;
  top: 0;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.conference_rooms .slide:first-child {
  position: relative;
}
.conference_rooms .slide.inactive {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.conference_rooms .slide.active {
  z-index: 2;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.conference_rooms .map_cont {
  margin: 0 auto;
  text-align: center;
  max-height: 373px;
  overflow: hidden;
}
.image_cont .image {
  width: 100%;
  height: 100%;
}
.menu_btn_cont,
.more_btn {
  display: none;
}
.room_cont .r_text .tablet.image {
  display: none;
}
.sp_cont .left_images {
  display: inline-block;
  vertical-align: top;
}
.sp_cont .left_images .image.small {
  display: block;
}
.conference_rooms .slide:before {
  background: url(../img/gradient_left.png) no-repeat;
  position: absolute;
  left: 35px;
  top: 0;
  width: 166px;
  height: 100%;
  content: '';
  z-index: 10;
}
.conference_rooms .slide:after {
  background: url(../img/gradient_right.png) no-repeat;
  position: absolute;
  right: 35px;
  top: 0;
  width: 166px;
  height: 100%;
  content: '';
  z-index: 10;
}
.partner {
  display: inline-block;
  width: 280px;
  height: 150px;
  border: 1px solid #919191;
  background: #3d3d3f;
  margin: 7.5px;
}
.partner_cont {
  display: table;
  height: 150px;
  width: 100%;
}
.partner a {
  /*display: table-cell; vertical-align: middle;*/
}
.partner img {
  display: block;
  max-height: 150px;
  max-width: 280px;
  margin: 0 auto;
}
.partners_cont {
  margin-bottom: 33px;
}
.partners .title {
  margin-bottom: 20px;
}
.left_arrow {
  position: absolute;
  top: 50%;
  left: 5px;
  /*.transform(translate(0,-50%));*/
  margin-top: -15px;
  z-index: 100;
  background: #58585a;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.right_arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  /*.transform(translate(0,-50%));*/
  margin-top: -15px;
  z-index: 100;
  background: #58585a;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -ms-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.left_arrow img,
.right_arrow img {
  display: block;
}
.left_arrow:hover,
.right_arrow:hover {
  background: #3d3d3f;
}
.left_arrow:active {
  left: 0px;
}
.right_arrow:active {
  right: 4px;
}
.conference_select {
  display: none;
}
.video_popup.active {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  height: 100%;
}
.video_popup.inactive {
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.video_popup {
  z-index: 1200;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.video_popup_cont {
  -webkit-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  -ms-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
  position: fixed;
  left: 50%;
  top: -100%;
  background: #3d3d3f;
  /*.transform(translate(-50%,-50%));*/
  margin-top: -202px;
  margin-left: -320px;
  width: 640px;
  height: 405px;
  display: table;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #919191;
}
.video_popup.active .video_popup_cont {
  top: 50%;
}
.video_popup.inactive .video_popup_cont {
  top: -100%;
}
.video_popup .iframe {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video_popup .cross {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ui-datepicker {
  z-index: 99 !important;
  width: 12em !important;
}
.ui-widget {
  font-family: 'Pt Sans Narrow' !important;
}
.ui-datepicker table {
  font-size: 0.6em !important;
}
.input.invalid {
  border-bottom: 1px solid #f00;
}
.last_extra_row {
  position: relative;
  top: -30px;
}
.img_1024 {
  display: none;
}
.service .title.small h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
#login_form .login .btn a {
  font-size: 16px;
}
.conference_btns_col1 {
  margin-right: 20px;
  float: left;
}
.conference_btns_col1.login .btn {
  height: auto;
  width: auto;
  display: block;
}
.link_box.conference_btns_col2 {
  width: auto;
  height: auto;
  float: right;
}
.rel_left {
  position: relative;
  left: 20px;
}
.service .gifts {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .room .r_text .reservation_cont {
    padding: 5px 28px;
  }
  .img_1024 {
    display: block;
  }
  .newsletter .conf {
    width: 300px;
    display: block;
  }
  html[data-useragent*='MSIE'] nav > ul > li {
    margin-right: 10px;
  }
  html[data-useragent*='MSIE 8'] nav > ul > li {
    margin-right: 3px;
  }
  .reservation .left_div,
  .reservation .right_div {
    width: 198px;
  }
  .home .text h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .main.index .home .text p {
    font-size: 18px;
    line-height: 19px;
  }
  .p_1024.simple_page .text p,
  .p_1024.content .text p {
    font-size: 16px;
    line-height: 18px;
  }
  .p_1024.content .text h4 {
    margin-top: 20px;
  }
  .p_1024.content .text h4:first-child {
    margin-top: 0;
  }
  .contact p {
    font-size: 16px;
  }
  .contact .col_left {
    width: 225px;
    padding-right: 5px;
  }
  .image_cont .bg {
    height: 40px;
  }
  .image_cont .txt_box {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
  }
  .conference_rooms .slide:before {
    left: -120px;
  }
  .conference_rooms .slide:after {
    right: -120px;
  }
  .partners .title {
    margin-bottom: 17px;
  }
  .partner {
    margin: 11px;
  }
  .partners_cont {
    margin-bottom: 28px;
  }
  .wrapper {
    width: 1000px;
  }
  .slider.bottom .slider_cont {
    width: 920px;
  }
  .slider.rooms .slider_cont {
    width: 1000px;
  }
  .navigation {
    padding: 0 10px 0 0;
  }
  header .logo {
    float: left;
    display: table;
    padding: 0 10px 0 0;
    height: 90px;
  }
  header .logo a {
    display: table-cell;
    vertical-align: middle;
  }
  nav > ul > li {
    margin-right: 10px;
  }
  nav > ul > li > a {
    font-size: 14px;
  }
  nav.ru_smaller > ul > li > a {
    font-size: 13px;
  }
  .reservation_btn_txt a {
    padding: 0 10px;
  }
  /*header .reservation { float: right; border-bottom: none; position: relative; z-index: 12; }
    header .reservation_cont { padding: 3.5px 30px; }*/
  header {
    height: auto;
  }
  /*header .wrapper { border-bottom: 1px solid @btn; }*/
  .simple_page .first {
    width: auto;
  }
  .home.v2 .first,
  .home .first {
    width: 460px;
  }
  .simple_page .text {
    width: 475px;
  }
  .home.weddings .text,
  .home .text {
    width: 445px;
  }
  .service.simple_page .first {
    width: 500px;
  }
  .service .r_text .text {
    width: auto;
    padding-right: 0;
  }
  .service .r_text,
  .service .r_text .text {
    width: 500px;
  }
  .simple_page .second,
  .simple_page.service .second {
    width: 385px;
    max-width: 385px;
  }
  .simple_page .konferencje .second {
    width: 440px;
    max-width: 440px;
  }
  .slider.bottom .image_cont {
    width: 286px;
    height: 177px;
  }
  .home .image_cont {
    width: 213px;
    height: 132px;
  }
  .sp_cont .image.big {
    width: 440px;
    height: 250px;
  }
  .service .sp_cont .image.big_v {
    width: 182px;
    height: 290px;
  }
  .sp_cont .image.small {
    width: 211px;
    height: 160px;
  }
  .sp_cont .image.small.smaller {
    height: 134px;
  }
  .sp_cont .image.big_v {
    width: 214px;
    height: 307px;
  }
  .home.v2 .image_cont {
    width: 213px;
    height: 159px;
  }
  .slider.rooms .image_cont {
    width: 313px;
    height: 144px;
  }
  .r_image .image {
    width: 385px;
    /*height: 160px;*/
  }
  /*.main .slider.top .slide, .slider.top .slide img { width: 1000px; height: auto; }*/
  .conference_rooms .slide {
    width: 920px;
  }
  .conference_rooms .slide img {
    position: relative;
    left: -40px;
  }
  .conference_rooms .conference_rooms {
    padding: 0;
  }
  .slider.top {
    /*height: 325px;*/
    padding: 0;
  }
  .map {
    width: 435px;
    height: 267px;
  }
  .slider.conference_rooms .slide_cont,
  .links_cont {
    width: 920px;
  }
  .link_box a {
    width: 152.5px;
  }
  .konferencje .image.small.smaller {
    height: 144px;
  }
  .simple_page .second.hotel_column {
    width: 445px;
    max-width: 445px;
  }
}
@media screen and (max-width: 1000px) {
  .slider.bottom .left_arrow,
  .slider.bottom .right_arrow,
  .slider.rooms .left_arrow,
  .slider.rooms .right_arrow {
    display: block;
  }
  .img_1024 {
    display: none;
  }
  .newsletter .conf {
    width: 200px;
    font-size: 13px;
    line-height: 14px;
  }
  html[data-useragent*='MSIE'] nav > ul > li {
    margin-right: 0;
  }
  header .wrapper {
    border-bottom: 1px solid #919191;
  }
  header .logo {
    border: none;
    padding: 0 40px;
  }
  .menu_btn_cont {
    float: right;
    display: table;
    height: 90px;
    padding: 0 30px;
  }
  .menu_btn {
    display: table-cell;
    vertical-align: middle;
  }
  .menu_btn div {
    background: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 30px;
    height: 3px;
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .menu_btn.inactive .first,
  .menu_btn.inactive .third {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .menu_btn.active .first,
  .menu_btn.active .third {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .Admin .navigation {
    margin-top: 130px;
  }
  .navigation {
    border-bottom: none;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 90px;
    width: 280px;
  }
  .navigation.active {
    z-index: 150;
    max-height: 100%;
  }
  .navigation.inactive {
    max-height: 0;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
  .navigation nav {
    z-index: 10;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    background: #58585a;
    height: 100%;
    border: 1px solid #919191;
    width: 276px;
  }
  .navigation.inactive nav {
    right: -285px;
  }
  .navigation.active nav {
    right: 0;
  }
  .more_btn {
    z-index: 20;
    padding: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #919191;
    top: 5px;
    right: 30px;
  }
  .more_btn div {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .more_btn .plus {
    background: #fff;
    width: 2px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 3px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .more_btn .minus {
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 11.5px;
    right: 3px;
  }
  nav > ul > li.active .more_btn .plus {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  nav > ul > li {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    width: 100%;
  }
  nav > ul > li > a {
    padding: 10px 60px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border-bottom: 1px solid #919191;
  }
  nav > ul > li > ul {
    visibility: visible;
    background: #3d3d3f;
    padding: 0;
    position: static;
    width: 100%;
    border: none;
  }
  nav > ul > li.active > ul {
    max-height: 100%;
    border-bottom: 1px solid #919191;
  }
  nav > ul > li.active:hover > ul {
    max-height: 100%;
  }
  nav > ul > li:hover > ul {
    max-height: 0;
  }
  nav > ul > li > ul > li {
    width: 100%;
  }
  nav > ul > li > ul > li > a {
    width: 100%;
    padding: 8px 30px;
    display: block;
  }
  nav > ul > li:hover > a {
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  nav > ul > li:hover > a.more_btn {
    border-bottom: 1px solid #919191;
  }
  .navigation .br {
    display: inline-block;
    width: 0px;
    height: 10px;
  }
  header .reservation_btn {
    float: right;
    display: table;
    height: 90px;
    border-bottom: none;
  }
  header .reservation_btn_txt {
    display: table-cell;
    vertical-align: middle;
  }
  .reservation .left_div,
  .reservation .right_div {
    width: 275px;
  }
  .contact p {
    font-size: 18px;
  }
  .contact .col_left {
    margin-right: 26px;
  }
  .contact .col_left,
  .contact .col_right {
    width: 293px;
  }
  .image_cont .bg {
    height: 50px;
  }
  .image_cont .txt_box {
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
  }
  /*.left_arrow, .right_arrow { display: none; }*/
  .slider.rooms .slider_track {
    margin-left: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .partner {
    margin: 11.5px;
  }
  .conference_rooms .slide:after {
    right: -125px;
  }
  .conference_rooms .slide:before {
    left: -75px;
  }
  .wrapper {
    width: 695px;
  }
  .home .first,
  .home .second {
    display: block;
    width: 100%;
  }
  .home.weddings .text,
  .home .text {
    width: 100%;
  }
  .home .image_cont {
    width: 290px;
    height: 180px;
    margin-top: 30px;
  }
  .garden_page .home .image_cont {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .slider.bottom .image_cont {
    height: 235px;
    width: 380px;
  }
  .slider.bottom .slide {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .slider.bottom .slide.s_center {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .slider.bottom .slide:hover {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .slider.rooms .slider_cont,
  .slider.bottom .slider_cont {
    width: 100%;
  }
  /*.main .slider.top .slide, .slider.top .slide img { width: 695px; }*/
  /*.slider.top { height: 225px; }*/
  .simple_page .text {
    width: 100%;
    padding: 0;
  }
  .home.v2 .first,
  .home .first {
    width: 100%;
  }
  .links_cont {
    width: 615px;
  }
  .link_box {
    display: table;
    float: left;
    width: 306px;
    border: none;
    margin-bottom: 3px;
  }
  .link_box a {
    display: table-cell;
    vertical-align: middle;
  }
  .link_box:nth-child(2n+1) {
    margin-right: 3px;
  }
  .conference_rooms .slide {
    left: -20px;
    width: 100%;
  }
  .conference_rooms .slide img {
    width: 100%;
    min-height: 124px;
    left: 0;
    position: static;
  }
  .slider.conference_rooms .slide_cont {
    /*height: 372px;*/
    width: 100%;
    min-height: 124px;
  }
  .simple_page .first,
  .simple_page .second {
    display: block;
    width: 100% !important;
  }
  .simple_page .second {
    max-width: 100% !important;
  }
  .simple_page .second img {
    margin: 0 auto;
  }
  .simple_page .second {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .simple_page .first {
    margin-bottom: 30px;
  }
  .sp_cont .image.big {
    display: inline-block;
  }
  .home .second {
    text-align: center;
  }
  .sp_cont {
    width: 100%;
    display: block;
  }
  .r_text,
  .r_image {
    display: block;
    width: 100%;
  }
  .r_image {
    margin-top: 40px;
    padding: 0;
  }
  .service .r_image {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .service .r_text {
    width: 100%;
  }
  .r_image .image {
    margin: 0 auto;
    width: 615px;
    /*height: 240px;*/
  }
  .s_cont .slider .slide {
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .s_cont .slider .slider_cont {
    width: 695px;
  }
  .s_cont .slider .image_cont {
    width: 327px;
    height: 202px;
  }
  .service.simple_page .first,
  .service .r_text .text {
    width: 100%;
    display: block;
  }
  .service.simple_page .sp_cont .image.big_v {
    float: none;
  }
  .services .reservation .left_div,
  .services .reservation .right_div,
  .services .reservation .bottom_div ul li {
    width: 45%;
  }
  .map {
    width: 100%;
    height: 300px;
  }
  .room_cont .r_image {
    display: none;
  }
  .room_cont .r_text .tablet.image {
    display: block;
    width: 615px;
    height: 260px;
    margin: 40px auto 45px;
    border: 1px solid #919191;
  }
  .room_cont .r_text .tablet.image img {
    width: 100%;
    height: 100%;
  }
  .footer .br {
    display: block;
  }
  .footer .address {
    width: 195px;
  }
  .footer .center {
    margin-left: -85px;
    top: 10px;
  }
  .slider.bottom .slide,
  .slider.rooms .slide {
    margin-left: 15px;
    margin-right: 15px;
  }
  .konferencje .reservation {
    margin-bottom: 45px;
  }
  .konferencje .first {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .service_v_img {
    margin-right: -8px;
  }
  .service_v_img.r_image {
    margin-top: 15px;
  }
  .service_v_img .image {
    width: 384px;
    height: 160px;
  }
  .contact .d_table {
    margin-right: 0;
  }
  .service.simple_page .first {
    padding-right: 0;
  }
  .rel_left {
    left: -20px;
  }
}
@media screen and (max-width: 695px) {
  .reservation .left_div,
  .reservation .right_div {
    width: 100%;
    display: block;
  }
  .hotel_blog .btn a,
  .newsletter .btn a {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .contact .col_left,
  .contact .col_right {
    width: 100%;
    display: block;
  }
  .contact .col_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact p {
    font-size: 14px;
  }
  .image_cont .bg {
    height: 40px;
  }
  .image_cont .txt_box {
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .link_box {
    display: none;
    width: 100%;
  }
  .links {
    margin-bottom: 40px;
  }
  .conference_select {
    display: block;
    margin: 0 auto;
    width: 280px;
  }
  .conference_select:after {
    background: url(../img/select_bg.png) no-repeat 250px center;
  }
  .conference_select select {
    text-transform: uppercase;
  }
  .partner {
    margin: 0 0 11px;
  }
  .wrapper {
    width: 320px;
  }
  header .logo img {
    width: 160px;
    padding: 0;
    margin-top: -10px;
  }
  header .logo {
    padding: 0;
  }
  /*.slider.top { height: 106px; }*/
  /*.main .slider.top .slide, .slider.top .slide img { width: 320px; }*/
  .container {
    padding: 0 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  h1 {
    font-size: 26px;
    line-height: 28px;
  }
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    font-size: 16px;
  }
  .main.index .home .text p {
    font-size: 18px;
  }
  .navigation {
    width: 100%;
    margin-top: 70px;
  }
  .Admin .navigation {
    margin-top: 110px;
  }
  .navigation nav {
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #919191;
  }
  .navigation.inactive nav {
    right: -100%;
  }
  .r_text .header h4 {
    margin: 0 0 0;
    padding: 0;
    display: block;
  }
  .r_text .header p {
    margin: 0px 0 0;
  }
  .title h2 {
    margin-top: -2px;
    margin-bottom: 25px;
  }
  .home .image_cont:first-child {
    margin: 30px 0 0 0;
  }
  .slider.bottom .image_cont {
    width: 213px;
    height: 131px;
  }
  .footer .left,
  .footer .center,
  .footer .right {
    display: block;
    margin: 22px 0;
  }
  .footer .copyrights {
    float: none;
    margin: 0 auto 10px;
  }
  .hotel_blog,
  .newsletter {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .socials {
    margin: 0 auto;
  }
  .socials .social {
    padding-right: 0;
    padding-left: 20px;
  }
  .socials .social:first-child {
    padding-left: 0;
  }
  .footer .address,
  .footer .center {
    padding: 0;
    margin: 0 auto;
  }
  .footer .right {
    text-align: center;
  }
  .logo_il {
    margin-top: 5px;
  }
  .title {
    min-height: 35px;
  }
  .sp_cont .image.small,
  .sp_cont .image.small.smaller {
    margin: 0 0 11px 0;
  }
  .sp_cont .image.big_v {
    /*width: 212px; height: 306px;*/
    width: 278px;
    height: 401px;
  }
  .gallery {
    margin-top: 40px;
  }
  .furnishings_cont,
  .room {
    display: block;
  }
  .r_image .image,
  .room_cont .r_text .tablet.image {
    width: 278px;
    height: 116px;
  }
  .r_text .header {
    width: 100%;
  }
  .room .r_text .reservation {
    height: 175px;
  }
  .r_text .reservation .bottom {
    padding: 0;
  }
  .s_cont .slider .slider_cont {
    width: 280px;
  }
  .gallery .slider.bottom .slide {
    margin: 0 30px 11px;
  }
  .sp_cont .image.big {
    width: 278px;
    height: 158px;
    margin-bottom: 11px;
  }
  .services .reservation .left_div,
  .services .reservation .right_div {
    display: block;
  }
  .services .reservation .left_div,
  .services .reservation .right_div,
  .services .reservation .bottom_div ul li {
    width: 100%;
  }
  .service.simple_page .sp_cont .image.big_v {
    margin-bottom: 11px;
    margin-left: 0;
  }
  .map {
    height: 200px;
    width: 280px;
  }
  .links_cont {
    width: 320px;
  }
  .footer .address {
    width: 100%;
  }
  .link_box:nth-child(2n+1) {
    margin: 0 0 3px;
  }
  .link_box a {
    padding: 0;
    margin: 0;
  }
  .slider.rooms .image_cont {
    width: 225px;
    height: 103px;
  }
  /*.select { height: 28px; background: @background; .box-sizing(border-box); padding: 0 0 2px 6px; }
        .select select { padding: 0; height: 30px; }*/
  .room .reservation_cont {
    padding: 10px 30px 15px;
  }
  .r_text .reservation .input input {
    height: 26px;
    line-height: 26px;
  }
  .select a {
    top: -1px;
  }
  .sp_cont .image.small:nth-child(2n+1) {
    margin-right: 0;
  }
  .sp_cont .image.small {
    width: 278px;
    height: 210px;
  }
  .sp_cont .image.small.smaller {
    width: 278px;
    height: 210px;
  }
  .home.v2 .image_cont {
    width: 278px;
    height: 209px;
  }
  .service .sp_cont .image.big_v {
    width: 278px;
    height: 451px;
  }
  header .reservation_btn,
  header .logo,
  .menu_btn_cont {
    height: 70px;
  }
  .index .d_table.home .second {
    display: none;
  }
  .video_popup {
    display: none;
  }
  .newsletter.active .input {
    width: 100%;
  }
  header .reservation_btn_txt p {
    font-size: 12px;
    line-height: 16px;
  }
  header .reservation_btn_txt {
    width: 40px;
    text-align: center;
    padding: 0 5px;
  }
  .reservation_btn_txt a {
    padding: 0;
  }
  .menu_btn_cont {
    padding: 0 20px;
  }
  .service_v_img {
    margin-right: 0;
  }
  .service_v_img.r_image {
    margin-top: 0;
  }
  .service_v_img .image {
    width: 280px;
    height: 116px;
  }
  .konferencje .image.small.smaller {
    height: 191px;
  }
  .newsletter .conf {
    width: 240px;
    text-align: center;
    margin: 0 0 10px;
  }
  .footer .left,
  .footer .right,
  .footer .center {
    position: static;
    left: 0;
    margin-left: 0;
    float: none;
  }
  .services .reservation ul,
  .furnishings_cont .reservation ul {
    margin: 0;
  }
  .newsletter .input input {
    max-width: 100%;
  }
  #login_form .login .btn {
    float: none;
    margin: 3px 0;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
  }
  #login_form .login .btn a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    nav > ul > li { padding-right: 12.5px; }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1280px) {
    nav > ul > li { padding-right: 0; }
}*/
/*#region minixims*/
/*#endregion*/
input.invalid,
textarea.invalid {
  border-right: 2px solid #c90000 !important;
}
.invalid .label {
  color: #c90000;
}
.invalid .inputBox {
  border-bottom: 1px solid #c90000;
}
p.invalid {
  color: #c90000;
}
.il_frozen {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: "alpha(opacity=50)";
}
.cont_liveEdit img {
  max-width: 100%;
  /*max-height: 100%;*/
}
.cont_liveEdit table {
  border-collapse: collapse;
}
.cont_liveEdit table td {
  padding: 5px !important;
  border: 1px solid #ddd;
  vertical-align: top;
}
.cont_liveEdit:after {
  clear: both;
  font-size: 1px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  content: ' ';
  display: block;
}
.cont_liveEdit h1 {
  line-height: 30px;
}
.cont_liveEdit h2 {
  line-height: 25px;
}
.cont_liveEdit h2:first-child {
  margin-top: 0px;
}
/*#ui-datepicker-div { font-size: 13px; }*/
span#redactor-image-box {
  vertical-align: top;
}
.Admin header {
  top: 50px;
}
header.Admin {
  top: 50px;
}
.login .btn {
  z-index: 10;
  text-align: center;
  width: 150px;
  height: 22px;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 3px;
  padding: 3px;
  float: right;
}
.login .btn a {
  color: #fff;
}
.copyrights a.active {
  text-decoration: underline;
  color: #ffffff;
}
.context-menu-item {
  background: none;
}
.cookies_bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3d3d3f;
  z-index: 99999;
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cookies_bg p {
  margin: 0;
  float: left;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
}
.cookies_bg a {
  color: #919191;
}
.cookies_bg p span {
  color: #d6d6d6;
  text-transform: none;
}
.cookies_bg span,
.cookies_bg br {
  display: none;
}
.cookies_bg.open span,
.cookies_bg.open br {
  display: block;
}
.cookies_bg .close {
  float: right;
  position: relative;
  top: 2px;
}
.test {
  display: none;
}
.BoardRoomOne {
  float: left;
  display: inline-block;
  width: auto;
  padding-right: 30px;
  position: relative;
}
.BoardRoomOne .link_box {
  padding-left: 25px;
  padding-right: 25px;
}
.Admin .BoardRoomFull {
  display: block;
  width: 550px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 25px;
}
.Admin .home .image_cont {
  overflow: visible;
}
.BoardRoomOne .il_dad {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 4px;
}
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}
#imagelightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5F5F5F;
  -ms-zoom: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  opacity: 0.95;
  z-index: 999;
}
#imagelightbox-close {
  border: none;
  background: none;
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #000;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=main.css.map */