/* Стили таблиц для мобильных устройств */

@media screen and (max-width: 768px) {
 
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
/*
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
*/
 
	tr { border: 1px solid #ccc!important; }
	
	td { 
		/* Behave  like a "row" */
		border: none!important;
        width: 100%!important; 
		position: relative;
		padding: 7px;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
    
    tr td:first-child {
	font-weight: bold;
    }
    
}

/* // Стили таблиц для мобильных устройств */


/* Стили хлебных крошек */
.single-breadcrumbs {
    margin-bottom: 15px;
}
/* / Стили хлебных крошек */


/* 
Стили сайдбара
-------------------------------------
*/
.content-newsidebar .title:hover {
    text-decoration: underline;
}
.content-newsidebar .room-cost {
    color: #d5750b;
}

.content-newsidebar .rooms-features{
    border-bottom: 1px solid rgb(221 221 221);
    margin-bottom: 20px;
}

/* 
/ Стили сайдбара
-------------------------------------
*/


/* 
Стили футера
*/

.footer-adres-tel p {
	margin-bottom: 5px;
}

.footer-adres-tel a:hover {
    text-decoration: none;
}

.category-footer a:hover {
    text-decoration: none;
}

.category-footer .title {
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

/* 
/ Стили футера
--------------------------------------------------------------------------------
*/

/* Smaller mobile screens */
@media screen and (min-width: 10em) {
	
.sidebar2 {
    display: none;
}
    
    /* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -40px;
}
/* / Стили на слайдера на главной странице */
	
}


/* Larger mobile screens - 768px and wider */
@media screen and (min-width: 48em) {
    
.sidebar2 {
    display: none;
}
    
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */

}


/* Laptops and medium screens - 1024px and wider */
@media screen and (min-width: 64em) {

.sidebar2 {
    display: none;
}
    
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */
	
}

/* Larger mobile screens - 1440px and wider */
@media screen and (min-width: 1440px) {

.sidebar2 {
  display: inherit;
  position: fixed;
  right: 0px;
  z-index: 1000;
  top: 280px;
  /*
  height: 45px;
  padding: 10px 10px;
  color: #fff;
  background: #00b285;
  border-radius: 10px;
  width: 120px;
  */
}
.sidebar2:hover {
	/*
  background: #104ba9;
  border-radius: 10pxpx;
  */
}
.sidebar2 a {
	/*
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 150px;
  text-decoration: none;
  color: #fff;
  */
}
.sidebar2 a:hover {
	/*
  background: #104ba9;
  border-radius: 10px 0 0 10px;
  */
}

}

/* Large screens - 1920px and wider */
@media screen and (min-width: 120em) {
	
/* Стили на слайдера на главной странице */
.mainslider {
    margin-top: -60px;
}
/* / Стили на слайдера на главной странице */
		
}

/* 
/ Стили для респонсивной верстки (sidebar2, mainslider)
-------------------------------------
*/

/* Блок на всю ширину экрана */
.mainwidblock {
    margin-left: -381.5px;
    margin-right: -381.5px;
    padding-left: 381.5px;
    padding-right: 381.5px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #fff;
}

.undercontentbar {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    color: #fff;
    background-color: #807974;
}
.undercontentbar a:hover {
    color: #fff;
}

/* /Блок на всю ширину экрана */

/*
/ Кнопки
*/
.booking-button {
    color: #fff;
    background: #f58811;
    padding: 5px 10px;
    font-size: 18px;
}
.booking-button:hover {
    background: #f4843e;
}

.telephone-button {
    color: #fff;
    border: 1px solid rgba(224, 220, 220, 0.01);
    padding: 5px 10px;
    font-size: 18px;
    
}
.telephone-button:hover {
    border: 1px solid #e5e2df;
}

.question-button {
    color: #fff;
    padding: 14px;  
}

.question-button:hover {
}

.phone-mobile-button {
    color: #fff;
    padding: 14px;  
}

.phone-mobile-button a {
    color: #fff;
}

/*
/ Кнопки
*/


/* Анимация превью галереи */
.gallery .gallery-item {
    text-align: center !important;
}

.gallery .gallery-item img {
    transition: all 0.2s linear;
}

.gallery .gallery-item img:hover {
    transform: scale(1.1);
}
/* /Анимация превью галереи */


/* Стили книги отзывов */
.gb-author-info {
    margin-top: 30px;
}
.gb-author-name {
    color: #6b1909;
}
.gb-admin_reply_uid {
    color: #104ba9;
    font-weight: bold;
}
.gwolle-gb-float div.label {
    margin-top: 12px;
}
.gwolle_gb_submit {
    border-radius: 0;
}
.gwolle_gb_write_button .button {
    border-radius: 0;
}
.gwolle_gb_privacy input[type="checkbox"]
    {
        margin-top: 15px;
    }

.gwolle_gb_privacy .label .text-info {
    font-size: 10px!important;
}

.gwolle-gb .label .text-info {
    font-style: normal;
    font-size: 14px;
    color: #6b1909;
}

.gwolle-gb div.input textarea {
    max-width: 550px;
}

/* / Стили книги отзывов */

/* Стили таблиц */
.entry-content table {
    width: auto !important;
}
/* / Стили таблиц */

/* 
Шаблон рубрики 
*/
.template-category2 { /* общие стили для блока */
    width: 99%; /* общая ширина блока */
    margin: 0 auto; /* внешние отступы сверху и снизу, а также выравнивание по центру */
}
.template-category li { /* стили для элементов списка */
    margin-top: 20px; /* внешние отступы сверху и справа от ячейки */
}
.template-category h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.template-category2 img { /* здесь можно задать отдельные стили для миниатюр */
}
.template-category2 a { /* здесь можно задать отдельные стили для ссылок */
}
.template-category2 a:hover { /* здесь можно задать отдельные стили для ссылок при наведении мыши */
    text-decoration: none !important;
    color: darkblue !important;
}
.maintemplate-more { /* стили кнопки читать далее*/
    font-weight: 600;
}
.maintemplate-more2:hover { /* стили кнопки читать далее*/
    color: darkblue !important;
}
/* 
/Шаблон рубрики
*/


/* 
Стили анимированных виджетов
-------------------------------------
*/
.mainvidzhet-link a {
    color: #fff !important;
    text-decoration: none !important;
}
.view-wrap:hover {
}
.view-wrap a {
    color: #fff !important;
}
.view-wrap a:hover {
    text-decoration: none !important;
}

.view {
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.view .mask, .view .content {
/*    width: 65%;*/
    height: auto;
    position: absolute;
    overflow: hidden;
/*    top: 0;*/ /* Если раскомментировать, маска будет полностью заполнять область виджета*/
    bottom: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-size: 14px;
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
}
.view .mainvidzhet-more {
    font-weight: 600 !important;
}
.view a.info {
    display: inline-block;
    text-decoration: none !important;
    padding: 7px 14px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
}

/* Стили 1 */

.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgb(36, 36, 36);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img {
}
.view-first:hover .mask {
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/* 
Стили анимированных виджетов
-------------------------------------
*/

/* Стили для коллекции шорткодов */
.su-spoiler-icon {
/*    display: none !important;*/
}
/* /Стили для коллекции шорткодов */

/* Стили для Contact form 7 */
.wpcf7-quiz-label {
    font-size: 16px;
    font-style: normal;
    color: #6b1909;
    font-weight: 600;
}

#antispam-answer {
    font-size: 16px;
    font-style: normal;
}
/* / Стили для Contact form 7 */

/*  Стили спойлера в Шорткодах */

.custom-su-spoiler-style-fancy {
    border-radius: 0px!important;
	border: 0px!important;
}

.custom-su-spoiler-style-fancy .su-spoiler-title {
    border: 2px solid #6b1909!important;
    border-radius: 0px!important;
    background: #ffffff!important;
    font-size: 16px!important;
}
	
.custom-su-spoiler-style-fancy .su-spoiler-content {
	padding: 0px!important;
    padding-top: 10px!important;
}

.custom-su-spoiler-style-fancy .su-spoiler-title:focus {
    outline: none;
}

/*  / Стили спойлера в Шорткодах */

.custom-su-expand-link a {
    width: 100%;
}

.grecaptcha-badge {
    display: none!important;
}


.hidden-check {
    display:none;
}

#gwolle_gb div.input textarea {
    max-width: 550px;
}

#vidzhet-kontur {
    background-color: #f17a14;
    margin-top: -1px;
}

@media screen and (min-width: 425px) {
	.vidzhet-kontur-container {
		max-width: 425px;
	}
}

@media screen and (min-width: 768px) {
	.vidzhet-kontur-container {
		max-width: 768px;
	}
}

@media screen and (min-width: 1024px) {
	.vidzhet-kontur-container {
		max-width: 1024px;
	}
}


@media screen and (min-width: 1440px) {
	.vidzhet-kontur-container {
		max-width: 1440px;
	}
}

.vidzhet-kontur-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.obv-main-page {
    border: 2px solid #6b1909;
    font-weight: 400;
    padding: 10px;
}


/* 
Стили виджета политики конфид
*/
.privacy_block {
display: none;
position: fixed;
justify-content: center;
align-items: center;
z-index: 9999999;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 13px;
color: #812420;
background: #e7bf85;
padding: 10px 20px;
border-top: 4px solid #d8e8dc;
}
/* Оформление кнопок */
.privacy_block .close{margin-left: 25px;}
.privacy_btn {
display: inline-block;
text-decoration: none;
position: relative;
font-size: 13px;
padding: 4px 12px;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
background: #e3a954;
border: 2px solid #efdbbf;
cursor: pointer;
}
.privacy_btn:hover {
color: #FFF;
}
.privacy_btn:after,
.privacy_btn:before {
position: absolute;
height: 2px;
left: 50%;
background: #FFF;
bottom: -6px;
content: "";
transition: all 280ms ease-in-out;
width: 0;
}
.privacy_btn:before {
top: -6px;
}
.privacy_btn:hover:after,
.privacy_btn:hover:before {
width: 100%;
left: 0;
}
.privacy_block a {color:#812420;text-decoration:underline}
.privacy_block .close a {text-decoration:none}

/*
//Стили виджета политики конфид
*/


#video_background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content-video_background {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


.site-header {
	box-shadow: 0 0 10px 0 #333;
	-webkit-box-shadow: 0 0 10px 0 #333;
}


.banner-over-footer {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}	
	
/* Larger mobile screens - 1440px and wider */
@media screen and (min-width: 1440px) {
	.georg-lenta-over-footer {
		display: none;
	}	
}

.gwolle-gb-write-button {
    display: none!important;
}