html,body{
    margin:0;padding:0;
    font-family: 'Lato', sans-serif;
    font-size:100%;
	font-family: 'Montserrat', sans-serif;
}
header {
	width:100%;
	height:auto;
	background:#fff;
	line-height:100px;
	position:relative;
	z-index:99999;
	    border-bottom: 1px solid #e4e4e4;
		
}
.logo {
	float:left;
	    vertical-align: middle;
}
nav {
	font-size:18px;
	text-align:center;
	display:block;
}
nav ul {
	margin:0px;
	padding:0px;
}
nav ul li {
	display:inline-block;
	line-height:100px;
	padding: 0 15px 0 15px;
	
}
nav ul li a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
color:#000;}

.center {
	text-align:center;
}
/*.slick-prev{
  background: #DDD;
  border: none;
  border-radius: none;
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  left: 0;
  padding: 0.25em 0.5em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  z-index: 400;
}

.slick-next{
  background: #DDD;
  border: none;
  border-radius: none;
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  right: 0;
  padding: 0.25em 0.5em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  z-index: 400;
}*/

#hero-k {
    /*background: rgba(0, 0, 0, 0) url(../img/hero.jpg) repeat scroll center center;*/
	background-size:cover;
    text-align: left;
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
	position:relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}
#hero-k #map {
    /*background: rgba(0, 0, 0, 0) url(../img/hero.jpg) repeat scroll center center;*/
	
    position: relative;
    width: 100%;
    height: 100%;
	position:relative;
}

.pokoje_bg {
	position:relative;
}
.pokoje_bg .slide-content {
    position: absolute;
    left: 10%;
   bottom: 10%;
   
    color: #fff;
    text-align: center;
	z-index:9999;
}

.pokoje_bg .slide-content h2 {
    
    font-size: 30x;
    font-weight: 500;
}


.single-item .slide-content {
    position: absolute;
    left: 10%;
   bottom: 10%;
   
    color: #fff;
    text-align: Left;
}
.single-item {
position:relative;
}
.single-item .slide img {
    display: block;
    width: 100%;
}
.single-item .slide-content h2 {
font-size:30px;
}
.single-item .slide-content .content-switchers {
    display: inline-block;
	margin-top: 45px;
}
.single-item .slide-content button {
    
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    background-color:#fff;
    padding: 18px 20px 18px 20px;
    width:200px;
	height:50px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    letter-spacing: 0.4em;
}
.single-item .slide-content button:hover {
    color: #fff;
background-color: #000;}

.slide {
position:relative;}

.slide_two {
position:relative;
height:350px;
background-size: cover;
  background-position: center center;
  min-height: 10em;
  padding-bottom: 5%;
  will-change: transform;
}
#room {
	display:block;
	text-align:center;
}
.slide_two h2 { 
position: absolute;
    left: 10%;
    bottom: 10%;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
#room .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}


#room .item {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

#room .row,
.container-fluid,
.col-sm-6 {
	
	position:relative;
}

#room .white {
    color: black;
}

#room h1 {
    margin-top: 40px;
    font-size: 42px;
    font-weight: 700;
    
}
#room h2 {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 500;
    
}
#room h3 {
    margin: 0 0 40px 0;
    font-weight: 300;
    font-size: 18px;
}


#room .content-switchers{
	margin-top:30px;
}

#room .slide-content p{
	font-size:10px;
}

#room button {
    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    background-color: #fff;
    padding: 12px 40px 12px 40px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    /* letter-spacing: 0.4em; */
}
#room .room-about {
	padding-top:20px;
	
	display:block;
	margin:0 auto;
	text-align: justify;
	
}

#room .info {

  box-sizing: border-box;
  padding: 0 40px;
  text-align:center;
  
  width: 50%;
  
  position:absolute;
  right: 0;
  
  vertical-align: top;
  top: 50%;
  transform: translateY(-50%)

}
#room  .margin {
	
	margin-bottom: 30px;
}
#room .col-sm-6:nth-child(2) {
   border-left:1px solid #fff;
}
#room .col-sm-6:nth-child(4) {
   border-left:1px solid #fff;
}
.review_item_date {
    color: #545454;
    font-size: 12px;
    margin: 0 72px 5px 0;
    text-align: right;
}


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 48px;
  font-weight: bold;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '\f104';
}

[dir='rtl'] .slick-prev:before {
    content: '\f105';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '\f105';
}

[dir='rtl'] .slick-next:before {
    content: '\f104';
}
.single-item .slick-slide:focus { outline: none; }
	
#hero {
    background: rgba(0, 0, 0, 0) url(../img/hero_bg.jpg) repeat scroll center center;
	background-size:cover;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    height: 781px;
	position:relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#hero .slide-content { 
    top: 50%;
}
#hero .slide-content {
    font-family: 'Playfair Display', serif;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    max-width: 1160px;
    color: #fff;
}
#hero .content-switchers {
    display: inline-block;
    
    margin-bottom: -28px;
}
#hero .content-switchers button {
    
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #a9a7a7;
    background-color: rgba(201, 54, 130, 1);
    padding: 18px 20px 18px 20px;
    
    text-align: center;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    float: left;
    position: relative;
    transition: all .3s;
    letter-spacing: 0.4em;
}
#hero button:hover {
    color: #ededed;
    background-color: rgba(201, 54, 130,1);
}
#hero p {
	font-size:25px;
}
#hero h2{
	font-size:60px;
	font-weight:bold;
}

#content {
	/*background: rgba(0, 0, 0, 0) url(../img/hero_movie.jpg) repeat scroll center center;*/
	position:relative;
	padding:0px;
}
#content .movie {
	text-align:center;
	margin:0px;
	
}
#content .movie h2 {
	text-align:center;
	margin:0px;
	padding-bottom:50px;
	text-transform:uppercase;
}
#content .banner-content h2 {
	font-size:40px;
}


#about {
	text-align:center;
	padding:60px 0;
	
	position:relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}
#about a {
	color:#000;
}
#about h3 {
	font-size:14px;
	 letter-spacing: 0.5em;
	 text-transform:uppercase;
}
#about p {
	font-size:16px;
	padding-top:60px;
	padding-bottom: 40px;
	text-align:justify;
	
	
   
	line-height:28px;
}
#about .center{
	text-align:center;
	max-width:700px;
	margin:0 auto;
	padding:0;
}
#about .center1{
	font-size:16px;
	padding-top:60px;
	padding-bottom: 40px;
	text-align:center;
	
}
#about .left{
	text-align:left;
	max-width:700px;
	margin:0 auto;
}
#about img {
	padding-bottom: 60px;
}

#footer {
    background: rgba(0, 0, 0, 0) url(../img/footer_bg.jpg) repeat scroll center center / cover;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
	padding: 90px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	color:#fff;
}




 
/* _____________________________________

   09. Start Testmonials Section
   _____________________________________ */ 

.section {
    padding: 70px 0;
}  

.white {
    color: black;
}

.head {
    margin-top: 0;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}
.sub-head {
    margin: 0 0 30px 0;
    font-weight: 300;
    font-size: 18px;
}


  .testmonials {
    position: relative;
    z-index: 55;
   }

   .testmonials::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  
    content: '';
    z-index: -1;
   }

   .owl-theme .owl-dots {
    padding-top: 40px;
   }

   .testmonials .item {
    background: white;
    padding: 20px;
  
	
   }

    .testmonials .item::after {
    display: block;
    clear: both;
    content: '';
   }

   .testmonials .figure {
    display: block;
    float: left;
    margin-right: 16px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
   }

   .testmonials .figure img {
    display: block;
    width: 100%;
   }

   .testmonials p {
    display: block;
    padding-top: 7px;
    color: #656565;
    font-style: italic;
   }

   .testmonials .item h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0 0;
   }

   .testmonials h5 {
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    color: #666;
   }

/* _____________________________________

    End Testmonials Section
   _____________________________________ */ 
#form {
    color: #000;
    background-color: #e6e6e6;
    padding: 80px 0;
    margin: 0 auto;
}
#form .p01 {
    text-align: center;
    margin-bottom: 40px;
}

#footer p {
	font-size:25px;
}
#footer h2{
	font-size:50px;
	font-weight:bold;
	margin-top:0px;
}
#footer .social {
	padding:40px 0;
}
#footer .fa {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFF;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px 0 10px;
    vertical-align: top;
    position: relative;
   
}
#footer ul {
	padding-top:60px;
	margin:0;
}
#footer ul li {
	display:inline-block;
	padding:0px 30px;

}
#footer ul li a {
	color:#fff;

}
footer {
	line-height:100px;
	background:#fff;
	text-align:center;
	height:auto;
}
footer p {
margin:0;
padding-bottom:20px;
line-height:30px;
font-size:12px;
letter-spacing:0.8em;
text-transform:uppercase;}

