@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin,cyrillic-ext,latin-ext,cyrillic);
body {
	font-family: 'Roboto Slab', serif;
	background: url(../img/fon.jpg);
}
.logo {
  text-align: center;
}
.adr table tr td {padding-left: 10px;}

.adr {
font-size: 18px;
color: #302354;
text-align: left;
}

.header {
  padding-top: 20px;
}
.header_nav {
	border-top: 1px solid #8ca5b3;
	border-bottom: 1px solid #8ca5b3;
}
.header_nav.sticky {
	width: 100%;
	position: fixed;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(../img/fon.jpg);
	border-bottom: 1px solid #2c1321;
	box-shadow: 0px 5px 17px rgba(0,0,0,0.5);
}
.header_nav.sticky * {
	z-index:99999;
}
.top_nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top_nav li {
	float: left;
}
.top_nav li a {
	position: relative;
	z-index:50;
	color:#302354;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding:20px 17px;
	border-right: 1px solid #8ca5b3;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.top_nav li:last-child a {
	border-right:0;
}
.top_nav li a:hover,.top_nav li a:focus,.top_nav li a:active,.top_nav li.active  a {
	background: #8A2BE2;
	color:#ffffff;
	text-decoration: none;
	position: relative;
	z-index:999999;
}
.slide {
	height: 630px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.advantages_container {
	background: #8A2BE2;
	border-radius: 20px;
	margin-top: -220px;
	position: relative;
	z-index: 999;
}
.slogan {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	margin-top: 15px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.stripe {
	height: 3px;
	background: #DDA0DD;
	margin-top: 35px;
}
.advantages_list {
	padding:40px 0;
	border-radius: 20px;
	text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#91bdd2+0,837bb4+100 */
  background: #91bdd2; /* Old browsers */
  background: -moz-linear-gradient(top, #91bdd2 0%, #837bb4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #91bdd2 0%,#837bb4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #91bdd2 0%,#837bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bdd2', endColorstr='#837bb4',GradientType=0 ); /* IE6-9 */
}
.list_title {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin:30px 0;
}
.list_more {
	font-size: 12px;
	color:#fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.list_more:hover,.list_more:focus {
	color:#ffc752;
	text-decoration: none;
}
figure {
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	height: auto;
	max-height: 230px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.rooms_list figure figcaption {
	background: rgba(0,0,0,0.5);
}
figure figcaption {
	text-align: center;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 999;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #91bdd2 0%,#837bb4 100%); 
  background: linear-gradient(-45deg, #91bdd2 0%,#837bb4 100%); 

}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}
figure.effect-duke:hover figure figcaption {
	background: rgba(0,0,0,0);
}
figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	margin-top: 20px;
	opacity: 0;
	display: inline-block;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.heading {
	color:#000;
	text-transform: uppercase;
	margin:30px 0;
}
.rooms_desc {
	color:#000;
	font-size: 15px;
	text-align: center;
}
hr {
	border-top: 1px solid #837bb4;
}
.w_text {
	color:#000;
	margin-top: 30px;
}
.w_text h1 {
	margin-top: 30px;
}
.after_h1 {
	margin-bottom: 30px;
}
.footer p,.footer a {
	font-size: 24px;
	color:#8A2BE2;
}
.footer {
	margin-top: 30px;
	padding:50px 0;
}
.rd-mobilemenu_ul a:hover, .rd-mobilemenu_ul a.active {
	background: url(../img/fon.png);
}
.breadcrumb {
	background: #8A2BE2;
	color:#fff;
}
.breadcrumb a {
	color:#fff;
	text-decoration: underline;
}
.price {
	font-size: 24px;
    color: #302354;
}
.parallax-window {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	color:#fff;
	text-align: center;
	
	text-shadow: 1px 1px 10px #000;
	padding:150px 0;
}
.parallax-window h1 {
	font-size: 60px;
	margin: 0;
	font-weight: 300;
}
.cat_item_title {
		font-size: 24px;
	    color: #ffc752;
}
.cat_item_title:hover,.cat_item_title:focus {
	 color: #ffc752;
}
.btn.btn-default {
	background: #ffc752;
	border-color: #ffc752;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn.btn-default:hover {
	background: #FFDA8D;
}
textarea {
	resize:vertical;
}
.cnop {
text-align: center;
padding:50px 0px 20px 0px;  
}
.cnop a{
border: 2px solid #8A2BE2;
text-indent: 20px;             
padding: 18px;              
width: 330px;
color:#8A2BE2;
font-size: 18px;
text-decoration: none;
-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;  
}

.cnop a:hover{
  background: #8A2BE2;
  color:#ffffff;}

.uzr{
  text-align: center;
  margin-top: 30px;
}
.col-gallery{
	margin-bottom: 30px;
}
.col-gallery img{
	width: 100%;
	-o-object-fit: cover;
    object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 240px;
	-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;  
}
.col-gallery a{
	display: block;
	overflow: hidden;
}
.col-gallery a:hover img{
	transform: scale(1.2);
}


@media (max-width:1200px) {
	.top_nav li a {
		padding: 20px 22px;
	}
	figure figcaption {
		font-size: 1em;
	}
  .list_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 30px 0;
}
.top_nav li a {
  font-size: 12px;
}
}
@media (max-width:970px) {
	.logo img {
		max-width: 100%;
	}
	.top_nav li a {
		padding: 20px 20px;
		font-size: 16px;
	}
	.rooms_item {
		margin-bottom: 30px;
	}
  .adr {

text-align: center;
font-size: 10px;
color: #302354;
 }
 .adr table{
  display: inline-block;
  text-align: left;
  width: auto;
 }


}
@media (max-width:768px) {
	.rooms_item {
		width: 320px;
		margin:30px auto;
	}
}
@media (max-width:500px) {
	.col-gallery img{
		height: 170px;
	}
}
@media (max-width:400px) {
	.col-gallery img{
		height: 120px;
	}
}
@media (max-width:340px) {
	.rooms_item {
		width: 100%;
		margin:30px auto;
	}
}