html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  width: 100%;
  background: #f8f8f8;
  font-family: osr, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.065em; }

.clear {
  clear: both; }

.wrap {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto; }

.wrapper {
  width: 100%;
  min-width: 1140px; }

a {
  color: #cd1b1b;
  text-decoration: underline; }

a:hover, a:active, a:focus {
  color: #b61919;
  text-decoration: none; }

@font-face {
  font-family: "osr";
  src: url("../fonts/osr.ttf"); }

@font-face {
  font-family: "osb";
  src: url("../fonts/osb.ttf"); }

.head {
  background: url("../images/bg_header.jpg") 50% 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 506px; }

header {
  overflow: hidden; }

.header-left {
  float: left;
  margin-top: 75px; }

.slogan {
  font-size: 16px;
  color: #6a0808;
  text-align: center; }

.cont {
  float: right;
  margin-top: 90px;
  text-align: right;
  font-size: 17px;
  font-family: osb;
  color: #6a0808;
  text-shadow: 1px 1px 1px rgba(251, 251, 251, 0.4);
  padding: 17px;
  background: rgba(255, 255, 255, 0.2); }

.menu-wrap {
  background: #cd1b1b;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  margin-bottom: 60px; }
  .menu-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 3;
    background: #c11818; }

.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-beetwen;
  -webkit-justify-content: space-beetwen;
      -ms-flex-pack: space-beetwen;
          justify-content: space-beetwen; }

nav {
  width: 865px; }
  nav ul {
    overflow: hidden; }
    nav ul li {
      float: left;
      list-style: none; }
      nav ul li a {
        color: #fff;
        background: #cd1b1b;
        text-decoration: none;
        line-height: 76px;
        padding: 0 30px;
        margin-top: 4px;
        display: block;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
        color: #cd1b1b;
        background: #eeddc6; }

nav ul li a:after {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 1px;
  bottom: 23px;
  left: 30px;
  display: block;
  background: #de4242;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

nav ul li a:hover:after {
  background: transparent; }

nav ul li a:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 2px;
  width: 100%;
  height: 4px;
  background: #c11818;
  -webkit-transform: skew(-45deg);
      -ms-transform: skew(-45deg);
          transform: skew(-45deg);
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

nav ul li a:hover:before {
  background: #eeddc6;
  z-index: 10; }

.reserv {
  width: 255px;
  height: 50px;
  margin: 15px 20px 15px 0;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px rgba(109, 109, 109, 0.4);
          box-shadow: 1px 1px 2px rgba(109, 109, 109, 0.4);
  position: relative;
  z-index: 4; }
  .reserv:before {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 50%;
    display: block;
    left: 0;
    top: 0;
    background: #fdf3e5;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .reserv:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: #eeddc6;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .reserv:hover:before {
    opacity: 1; }
  .reserv a {
    text-decoration: none;
    color: #6a0808;
    text-transform: uppercase;
    line-height: 50px;
    width: 100%;
    display: block;
    padding-left: 22px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
    background: url("../images/calendar.png") 14px 11px no-repeat; }
  .reserv a:after {
    content: '';
    position: absolute;
    right: 17px;
    top: 17px;
    border: 8px solid transparent;
    border-left: 8px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .reserv a:hover:after {
    border-left: 8px solid #6a0808; }

article  {
  -webkit-box-shadow: 0 0 20px rgba(1, 2, 2, 0.4);
          box-shadow: 0 0 20px rgba(1, 2, 2, 0.4);
  min-height: 490px;
  padding: 40px 30px;
  margin-bottom: 60px;
  background: #fff8f0;}
  
.items {
	overflow: hidden;}
  
 article ul {
	padding:0 0 0 18px;}
  article h4 {
    font-size: 20px;
    margin: 0 0 8px 0;
    font-family: osb;
    font-weight: normal; }
  article h2 {
    font-size: 24px;
    margin: 0 0 14px 0;
    font-family: osb;
    font-weight: normal; }
  article h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
    font-family: osb;
    font-weight: normal; }
  article h1 {
    font-size: 30px;
    margin: 0 0 25px 0;
    font-family: osb;
    font-weight: normal; }
  article img {
    max-width: 100%; }
  article table img{
    vertical-align: top; }
  article table td {
    vertical-align: top;
    padding: 0; }
	
#roomsinfo td {
	padding: 0 10px;}

.booking {
  overflow: hidden;
  letter-spacing: normal; }
  .booking strong {
    font-family: osb;
    font-weight: normal; }
  .booking label {
    font-weight: normal; }

.left-booking {
  float: left;
  width: 580px;
  overflow: hidden; }

.data-start, .data-end {
  float: left;
  font-family: osb;
  font-size: 14px;
  width: 212px;
  margin-right: 55px; }

.data-pick input {
  width: 212px;
  height: 37px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  padding-left: 30px;
  background: url("../images/calc.jpg") 6px 9px no-repeat; }

.data-pick label {
  padding-bottom: 5px; }

button#check_room {
  font-size: 13px;
  color: #fff;
  float: right;
  margin: 20px 102px 5px 0;
  background: #cd1b1b;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 1px 1px 2px rgba(109, 109, 109, 0.4);
          box-shadow: 1px 1px 2px rgba(109, 109, 109, 0.4);
  line-height: 32px;
  width: 212px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  button#check_room:hover {
    color: #cd1b1b;
    background: #eeddc6; }

.select-room {
  margin: 25px 0 40px 0; }
  .select-room p:first-child {
    font-size: 16px;
    font-family: osb;
    padding-bottom: 10px; }
  .select-room table tr {
    width: 100%;
    letter-spacing: normal; }
    .select-room table tr td:nth-child(1) {
      width: 20px; }
    .select-room table tr td:nth-child(2) {
      width: 134px; }
    .select-room table tr td:nth-child(3) {
      width: 140px; }
    .select-room table tr td:nth-child(4) {
      width: 125px;
      font-family: osb; }
    .select-room table tr td:nth-child(5) a {
      font-size: 13px;
      color: #000; }

.comments-wrap p:first-child {
  padding-bottom: 5px; }

.right-booking {
  float: left;
  margin-left: 50px;
  width: 270px;
  overflow: hidden; }
  .right-booking label {
    padding-bottom: 3px; }
  .right-booking input {
    line-height: 32px;
    padding: 3px 0 3px 5px;
    border: 1px solid #d9d9d9;
    width: 262px;
    margin-bottom: 25px; }

span.redstar {
  color: #cd1b1b;
  padding-left: 2px; }

.line {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin-top: 25px; }

.bottom-booking {
  margin-top: 20px;
  overflow: hidden; }

.bb-left {
  float: left;
  width: 580px;
  margin-right: 50px; }

span#roomSumm, span#totalSumm {
  font-family: osb;
  font-size: 16px;
  display: block;
  margin-bottom: 20px; }

#roomNumb {
  padding-left: 5px;
  margin: 5px 0 20px 0;
  width: 45px;
  height: 34px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.bb-left button {
  width: 290px;
  height: 50px;
  margin: 10px 0 5px 0;
  color: #fff;
  background: #cd1b1b;
  -webkit-box-shadow: 1px 1px 2px rgba(109, 109, 109, 0.4);
          box-shadow: 1px 1px 2px rgba(109, 109, 109, 0.4);
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .bb-left button:hover {
    background: #eeddc6;
    color: #cd1b1b; }

.bb-right {
  float: left; }

.preim-wrap {
  background: url("../images/preim_bg.jpg") 50% 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 265px;
  margin-bottom: 55px; }

.preim {
  padding-top: 95px;
  text-align: center;
  color: #6a0808; }
  .preim table tr td {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    width: 142px;
    margin-right: 24.3px; }
    .preim table tr td:last-child {
      margin-right: 0; }
  .preim img {
    max-width: 56px;
    max-height: 45px;
    margin-bottom: 15px; }

.map {
  position: relative;
  margin-bottom: 60px; }

.map img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 15px rgba(1, 2, 2, 0.2);
          box-shadow: 2px 2px 15px rgba(1, 2, 2, 0.2); }

.map-cont-bg {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 242px;
  width: 303px;
  background: url("../images/map_bg.png") 50% 0 no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #edddc8;
  text-align: right; }
  .map-cont-bg a {
    text-transform: uppercase;
    color: #ffffff; }

.map-cont {
  margin-right: 40px; }

.footer-wrap {
  background: #cd1b1b;
  min-height: 100px; }

footer {
  overflow: hidden; }

.footer-links {
  margin-top: 40px;
  float: left;
  overflow: hidden; }
  .footer-links ul {
    float: left; }
  .footer-links ul li {
    float: left;
    list-style: none;
    margin-right: 30px; }
    .footer-links ul li a {
      font-size: 13px;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .footer-links ul li a:hover {
      border-color: transparent;
      padding-bottom: 3px; }

.cpw {
  float: right;
  margin-top: 40px;
  text-align: right; }

.copyright {
  color: #fbf5e4;
  font-size: 14px; }

.bss {
  color: #730b0b;
  font-size: 12px;
  margin-top: 10px; }
  .bss a {
    color: #730b0b; }
/*Gallery Begin*/
  .full-img {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .full-img img {
    min-height: 400px;
    max-height: 400px;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .thumbs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

  }
  .thumbs img {
    margin: 0 4px;
    cursor: pointer;
  }
/*Gallery End*/

/* review BEGIN */

.revblk {
	width:100%; 
	float:left; 
	background:#F4F4F4; 
	margin:0 0 15px 0; 
	padding:10px; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border: 1px solid #cfccd0;}
	
.revline {
	float:left;
	width:100%;}
	
.revdate {
	float:left; 
	padding:0 15px 0 0; 
	color:#747474; 
	font-size:14px;}
	
.revname {
	float:left; 
	padding:0 15px 0 0; 
	color:#747474; 
	font-size:14px;}
	
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #cfccd0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}
	
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;}
	
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;}
	
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;}
	
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);}
	
.btn-primary:hover {
	background-color: #2A7BC2;
	border-color: #1D4D77;}
	
/* review END */