/*
Theme Name:     fourrooms
Description:    Антикинотеатр "Четыре комнаты"
Author:         Applievessor
Template:       basic
Version:        4.2
*/




/* reset & 12 columns
 * ============================================================================ */ 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;margin:0;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}
ol,ul{list-style:none}a:focus{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:''}table{border-collapse:collapse;border-spacing:0}img,object,embed,video{max-width:100%}
object,embed,video{width:100%}img{height:auto;vertical-align:middle;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.grid{width:90%;margin-left:auto;margin-right:auto}.grid [class*=col]{width:100%;margin-left:0}
@media screen and (min-width:1024px) {.grid{width:100%}.grid [class*=col]{float:left}.grid:after,.grid:before,.grid .newrow:before{display:table;line-height:0;content:""}.grid:after,.grid .newrow,.grid .newrow:before{clear:both}.grid [class*=col]{margin-left:1.694915254%;margin-right:0}.grid .newrow,.grid [class*=col]:first-of-type{margin-left:0}
.grid .col1{width:6.779661017%}.grid .col2{width:15.25423729%}.grid .col3{width:23.72881356%}.grid .col4{width:32.20338983%}.grid .col5{width:40.6779661%}.grid .col6{width:49.15254237%}.grid .col7{width:57.62711864%}.grid .col8{width:66.10169492%}.grid .col9{width:74.57627119%}.grid .col10{width:83.05084746%}.grid .col11{width:91.52542373%}.grid .col12{width:100%}}
.fl{float:left}.fr{float:right}.b{font-weight:bold}.i{font-style:italic}.tl{text-align:left}
.tc{text-align:center}.tr{text-align:right}.pn{padding:0}.mn{margin:0}.hide{display:none}

html {
    scroll-behavior: smooth;    
    margin:0;
    padding:0;
}

h1 {
	font-family: 'Roboto Slab', serif;
	size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#192c4d;
	margin:0 auto;
	text-align:center;
	padding:30px auto 0 auto;
}
h2 {
	font-family: Helvetica, Open Sans, Sans-Serif, serif;
	font-weight:normal;
}
/* ============================================================================ */


/* ============================================================================
 *		LAYOUT
 * ============================================================================ */
html { height: 100%; }
body { 
    width:100vw; 
    overflow-x:hidden;
    min-width: 280px; 
    margin:0;
    padding:0;
    background: #fff; }
.wrapper { margin: 0 auto; }
#header { min-height: 100px; background-color:#192c4d; background-repeat: no-repeat; background-position: top center; background-size: cover; }
#main { padding: /*60px*/ 0; margin: 0 auto; position: relative; }
#content { width: 100%; float: none; }
#sidebar { display: none; }
#sidebar.block{ display: block;}
#footer { width: 100%; padding: 20px 0; margin: 0; background: #936; }
.maxwidth { margin: 0 auto; position: relative; width: /*90%*/100%; /*max-width: 1280px;*/ }
body.custom-background .wrapper { margin: 0 auto; background: #fff; max-width: /*1160*/100%; }

/* adaptive layout */
@media screen and (min-width: 1024px) {
	.header-image {margin: 0 auto; position: relative; width: 90%; max-width: 1080px;}
	#content { width: /*67.12962962962963%*/100%; /*float: left;*/ }
	#sidebar { width: 27.77777777777778%; margin-top: 0; float: right; display: block; }
	.layout-leftbar #sidebar { float: left; }
	.layout-leftbar #content { float: right; }
	.layout-full #sidebar { display: none; }
	.layout-full #content { float: none; width: 100%; }
	.layout-center #sidebar { display: none; }
	.layout-center #content { float: none; width: 70%; margin-left: auto; margin-right: auto; }
	.wrapper { width: 100%; }
}
/* ============================================================================ */




/* ============================================================================
 *		inline HTML TAGS
 * ============================================================================ */
body { font: 16px/1.4 'Open Sans', Tahoma, Verdana, Segoe, sans-serif; color: #222; word-wrap: break-word; }

a { color: #222; }
a:hover { color: #936; }

p { padding: 0 0 1em 0; }
p:last-child { padding-bottom: 0; }

h1, h2, h3, h4, h5, h6, .wtitle, .title { 
	/*margin: 0;
	padding: 0 0 0.5em;*/
	line-height: 1.1;
	/*font-family: 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;*/
	/*font-weight: bold;*/
}
h1 { font-size: 36px; padding:50px 0 50px 0; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5, h6 { font-size: 18px; }
@media screen and (min-width: 768px){
	h1 { font-size: 36px; padding: 50px 0 50px 0; }
	h2 { font-size: 30px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5, h6 { font-size: 18px; }
}
@media screen and (max-width: 1024px){/*мобильные книжная*/
	h1 {
		font-size:25px;
	}
	h2 {
		font-size:20px;
	}
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

blockquote, q { 
	position: relative;
	padding: 30px 30px 30px 80px;
	margin: 10px 0 20px 30px;
	color: #444;
	font: normal 1em/1.2 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	background: #EFEFEF;
	border-left: 3px solid #936;
	border-radius: 3px;
	display: block;
}
blockquote:after {
	content: '”';
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 4em;
	line-height: 1;
}

table th { background: #ddd; border-right: 1px solid #fff; padding: 10px 20px; }
table tr th:last-child { border-right: 1px solid #ddd; }
table td { padding: 5px 20px; border: 1px solid #ddd; }

pre { background: #f5f5f5; border: 1px solid #ddd; padding: 10px; text-shadow: 1px 1px rgba(255, 255, 255, 0.4); font-size: 12px; line-height: 1.25; margin: 0 0 1em 0; overflow:auto }
sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline }
sup { bottom: 1ex }
sub { top: .5ex }
small { font-size: 75% }
big { font-size: 125% }



/* ============================================================================
 *		FORM HTML TAG
 * ============================================================================ */
input, textarea, select, button {
	padding: 10px 10px 10px 0;
	border-color: #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 300 16px/1.25 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
	color: #222;
}
textarea { 
	min-height: 90px; 
	max-width: 100%; 
	box-sizing: border-box;
}
textarea,
select,
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=tel], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=time],
input[type=month], 
input[type=week], 
input[type=number], 
input[type=search] { 
	padding: 9px 10px;
	border-width: 1px; 
	border-style: solid;
	min-height: 20px;
	/*height: 20px; */
}
input[type=search] { 
	height: 40px;
}
input[type=color] { 
	padding: 0; 
	border: 0; 
	background: #fff;
}
input:focus, textarea:focus, select:focus {
	outline: none; 
	border-color: #936; 
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.08); 
	box-shadow: inset 0 0 8px rgba(0,0,0,0.08); 
}
input[type=submit], 
input[type=button],
button, .submit, .button {
	padding: 10px 20px;
	min-height: 20px;
	/*height: 40px;*/
	line-height: 20px;
	border: 0;
	background-color: #936;
	color: #fff;
	cursor: pointer;
}
input[type=submit]:hover, 
input[type=button]:hover,
button:hover,
.submit:hover,
.button:hover {
	opacity: 0.9;
}
/* ============================================================================ */



/* ============================================================================
 *		HEADER
 * ============================================================================ */
.sitetitle { text-align: center; }
.logo { margin: 0 auto; padding: 10px 0; background-color:#192c4d; text-align:center;}
#logo {
	display: inline-block; 
	margin:20px 20px; 
	padding: 0; 
	color: #936; 
	text-decoration: none;
	font: bold 26px/0.83 'PT Serif', Tahoma, Verdana, Segoe, sans-serif; 
	letter-spacing: -0.02em;
	vertical-align:middle;
	width:30vw;
}
#logo:hover { opacity: 0.9; }
.sitedescription {/*text-align: center;*/padding-top: 10px;}
.sitetitle.center .custom-logo { margin-left: auto;margin-right: auto; }
.sitetitle.right .custom-logo { margin-left: auto;margin-right: 0; }
.custom-logo-top { display: block; margin-bottom: 20px;}
.custom-logo-bottom { display: block; margin-top: 20px; }
.sitetitle .custom-logo-left { float: left; margin-right: 20px; }
.sitetitle .custom-logo-right { float: right; margin-left: 20px; }
.sitetitle.right .custom-logo-right, .sitetitle.left .custom-logo-right { margin-left: 20px; margin-right: 0; }
.sitetitle.left .custom-logo-left, .sitetitle.right .custom-logo-left { margin-left: 0; margin-right: 20px; }

#mobile-logo, #mobile-call {
	display:none;
}

@media screen and (max-width: 1024px){
	#logo {
		display:none; 
	}
}

#header-tel-socbuttons {
	display:inline-block;
	vertical-align:middle;
	width:65vw;
	text-align:center;
	margin:0 auto;
	font-size:1em;
}
#header-tel {
	width:15vw;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
}
#header-tel a,
#header-tel a:link,
#header-tel a:visited,
#header-tel a:active,
#header-tel a:focus {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;	
	margin:0 auto;
	opacity:.7;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
#header-tel a:hover {
	opacity:1;
}

.city-block {
    width: 100%;
    margin-bottom: 20px;
}
.city-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.city-selected {
    font-weight: bold;
    color: #fff;
    opacity: 1;
}
.city-row-column .city-selected {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
}
.city-link {
    text-decoration: underline;
}

#header-reserve {
	width:15vw;
	display:inline-block;
	vertical-align:middle;	
	margin:0 auto;
}
.reserve-button-header {
	text-align:center;
	margin:50px auto;
	max-width:15vw;
	cursor:pointer;
	color:#fff;
	padding:10px;
	opacity:.7;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
.reserve-button-header:hover {
    opacity:1;
}
#resmobtop {
    display:none;
}
.reserve-button {
	margin:50px auto;
	padding:30px;
	max-width:300px;
	background-color:#ff8409;
	border-radius:5px;
	color:#feffff;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	text-decoration:none !important;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
.reserve-button:hover {
	background-color:#ff0d4a;
	text-decoration:none;
}
#header-socbuttons {
	width:20vw;
	display:inline-block;
	vertical-align:middle;	
	margin:0 auto;
}
#header-socbuttons img {
    max-width:3vw;
}
#header-socbuttons a,
#header-socbuttons a:link,
#header-socbuttons a:visited,
#header-socbuttons a:active,
#header-socbuttons a:focus {
	opacity:.7;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
#header-socbuttons a:hover {
	opacity:1;
}


@media screen and (min-width: 768px){
	#logo {font-size:60px;}
}

/* mobile navigation button */
#mobile-menu { display: block; padding: 15px 0; text-decoration: none; text-transform: uppercase; color: #fff;
	text-align: center; font-weight: 500; cursor: pointer; background: #936;/*#eee;*/ z-index: 999; position: relative; }
#mobile-menu:hover { opacity: 0.8; }


/* header navigation */
.topnav nav {display: none;z-index:9999;}
.top-menu { background: #936; position: absolute; z-index: 1000; width: /*90%; left: 5%*/100%; }
.top-menu li { padding: 0; display: block; }
.top-menu li a, .top-menu li span {
	display: block; padding: 15px 20px; color: #fff; line-height: 20px;
	font-weight: 500; text-decoration: none; position: relative; cursor: pointer;
}
.top-menu li a:hover,
.top-menu li span:hover,
.top-menu li .sub-menu > li > a:hover,
.top-menu li .sub-menu > li > span:hover  {
	background-color: rgba(255,255,255,0.2);
}
.top-menu .current_page_item > a,
.top-menu .current_page_item > span,
.top-menu .current-menu-item > a,
.top-menu .current-menu-item > span {
	background-color: rgba(0, 0, 0, 0.22)
}
.top-menu .current-menu-item > a:hover,
.top-menu .current-menu-item > span:hover { color: #fff; }
.top-menu .sub-menu { margin: 0; }

@media screen and (min-width: 1024px) {
	.top-menu .open-submenu:after, .top-menu .open-submenu { display: none; }
}

@media screen and (max-width: 1023px) {/*мобильные и планшеты*/
	.reserve-button {
		margin:50px auto;
		padding:10px;
		max-width:50vw;
	}
	.reserve-button:hover {
	}
	#header {
		padding:0;
		margin:0;
		min-height:0;
		width:100vw;
		display:flex;
		justify-content:space-between;
	}
	.header-top-wrap {
		display:none;
	}
	#mobile-menu{ 
		background: #936; 
		width:20vw;
		/*min-height:55px;*/
		display:inline-block;
		vertical-align:middle;
	}
	#mobile-burger {
		width:30px;
		margin:0 auto;
	}
	.burger-strip {
		display:block;
		height:2px;
		width:100%;
		margin:5px auto;
		background-color:#fff;
	}
	#mobile-logo {
		display:inline-block;
		vertical-align:middle;
		width:30vw;
		padding:0;
		margin:0 auto;
	}
	#mobile-logo img {
		padding-top:15px;
	}
	#header-tel-socbuttons {
		display:none;
	}
	#mobile-call {
		display:inline-block;
		vertical-align:middle;
		width:20vw;
		/*min-height:50px;*/
		padding:0;
		margin:0;	
		background-color:#ff8409;
		text-align:center;
		padding-top:12px;
	}
	#mobile-call img {
		width:30px;
	}
	.top-menu { margin-top: 1px; box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.25); }
	.top-menu .sub-menu li a { padding: 10px 20px; }
	.top-menu .sub-menu { margin: 0 0 0 20px; font-size: 14px; }
	.top-menu li.menu-item-has-children { position: relative; }
	.top-menu li.menu-item-has-children > .open-submenu {
		width: 50px; height: 50px; position: absolute; top: 0; right: 0;
		background: rgba(255,255,255,0.3); box-sizing: border-box; font-size: 24px;
		line-height: 50px; padding: 0; text-align: center;
	}
	.top-menu a { border-bottom: 1px solid #ffffff1a; }
	.top-menu .sub-menu li.menu-item-has-children > .open-submenu { height: 40px; line-height: 40px; }
	.top-menu .sub-menu.closed { display: none; }
	.top-menu .submenu-opened .sub-menu.closed { display: none; }
	.top-menu .open-submenu:before { content: '+'; position: absolute; width: 100%; top: 0; left: 0; }
	.top-menu .submenu-opened > .open-submenu:before { content: '–'; }
}

/* ============================================================================ */



/* ============================================================================
 *		CONTENT
 * ============================================================================ */
.entry-box { margin: /*30px 0*/ 0; text-align:center; 
	background-image: url('https://the4rooms.ru/wp-content/uploads/2019/10/ornament.png');
	background-repeat:no-repeat;
	background-position:center;
}
.entry-box .entry {	/*padding-bottom: 30px;*/}

.entry-box ul,
.entry-box ol { margin: 0.5em 0 1em 50px; }
.entry-box ul { list-style: outside url("img/li.svg"); }
.entry-box ol { list-style: decimal; }
.entry-box ul ul,
.entry-box ul ol,
.entry-box ol ol,
.entry-box ol ul { margin-top: 0; margin-bottom: 0; }
.entry-box li { padding-top: 5px; }
.entry-box ul li { padding-left: 5px; position: relative; }
.ftrwidget ul { list-style: outside url("img/li.svg"); }

.video-responsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; margin-bottom: 1em;  }
.video-responsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute;  }

.comment-body ol, .comment-body ul { margin: 0.2em 0 0.5em 40px }
.comment-body ul {list-style-type: disc;}
.comment-body ol {margin-left: 40px;list-style-type: decimal;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,
.comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {
	padding-top: 30px;
	padding-bottom: 10px;
}
.sticky{border:5px solid #eee;padding:30px;}

.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;
	left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;
}

.blog-home-header {margin-bottom: 50px;}

 
/* ANONS 
 * ----------------------------------------- */
.anons { margin-bottom: 60px;}
.anons h2 { font-size: 30px; padding-bottom: 0; }
.anons-thumbnail { display: none; }
.anons-thumbnail.show { display: block; }
.anons img { margin-bottom: 15px; margin-top: 5px; max-width: 100%; height: auto; }

.largeimage { margin: 0 0 1em; max-width: 100%; height: auto; }
.medium, .thumbnail { float: left; margin: 5px 1.5em 0.5em 0; }
.medium { max-width: 50%; height: auto; }
.thumbnail { max-width: 30%; height: auto; }

.more-link-box {text-align: right;}
.more-link { display: inline-block; padding: 10px 20px; background: #936; color: #fff; text-decoration: none; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; position: relative; }
.more-link:after { content: '➤'; float: right; margin-left: 10px; margin-right: -5px; }
.more-link:hover { opacity: 0.8; color: #fff; }

	
/* __________ post __________ */
.meta { margin: 10px 0 0; font-size: 12px; }
.meta span {  padding-right: 20px; }
.meta span.hide { display: none; }
.meta .fa { padding: 0 5px 0 0; }
.meta, .meta a { color: #999999; }
.meta a { text-decoration: none; }
.meta a:hover { text-decoration: underline; }


/* __________ archive __________ */
.inform { margin-bottom: 2em; border-bottom: 1px dotted #e2e2e2; }
.inform h1 { padding-bottom: 1em; }
.inform .archive-desc { padding: 0 0 2em 4em; }

/* __________ socialshare __________ */
.social_share { margin: 30px 0 0; padding: 30px 0 0; border-top: 1px solid #DDD; }
.social_share li, .social_share ul { margin: 0 !important; padding: 0 10px 0 0 !important; list-style: none; }
.social_share li:before { display: none; }
.psb { display: block; float: left; height: 40px; width: 40px; margin: 0 10px 0 0; background: url(img/socialshare.png) 0 0 no-repeat; transition: top 0.3s; position: relative; top: 0; }
.psb, .share42-item { transition: top 0.3s; position: relative; top: 0; }
.psb:hover, .share42-item:hover { position: relative; top: 3px; }
.fb { background-position: 0 0; }
.ok { background-position: -80px 0; }
.tw { background-position: -40px 0; }
.vk { background-position: -120px 0; }
.gp { background-position: -160px 0; }



/* __________ images __________*/
.entry iframe { max-width: 100%; }
.entry img { max-width: 100%; height: auto; margin-bottom: 10px; margin-top: 8px; }
.alignleft img {display: block;margin: 0 auto 0 0;}
.alignright img {display: block;margin: 0 0 0 auto;}
img.alignleft, .alignleft { float: left; margin-right: 20px; margin-left: 0; }
img.alignright, .alignright { float: right; margin-left: 20px; margin-right: 0; }
.aligncenter, div.aligncenter, img.centered { display: block; margin-left: auto; margin-right: auto; }
.entry .attachment, .entry .caption, .entry .gallery-caption { text-align: center; }
.entry .attachment .navigation { height: 150px; }
.wp-caption, .attachment img { text-align: center; max-width: 100%; }
.wp-caption img { margin-top: 0; margin-bottom: 0;}
.wp-caption-text, .wp-caption p.wp-caption-text { font-size: 12px; color: #222; margin: 0 0 15px; }
.entry .wp-smiley { margin: 0; padding: 0; border: 0; }

/* __________ galleries __________*/
.gallery { border: 2px solid #eee;padding: 15px 20px;margin: 20px 0 30px; }
.gallery:after { content: '';display: table;clear: both;}
.gallery-item img { display: block;margin: 0 auto; }

.gallery-columns-1 .gallery-item { width: 100%; padding: 10px 0; }

.gallery-columns-2 .gallery-item { width: 48%; padding: 10px 1%; float: left; }
.gallery-columns-2 .gallery-item:nth-child(2n+1) { clear: both; }

.gallery-columns-3 .gallery-item { width: 31.33333333333333%; padding: 10px 1%; float: left; }
.gallery-columns-3 .gallery-item:nth-child(3n+1) { clear: both; }

.gallery-columns-4 .gallery-item { width: 23%; padding: 10px 1%; float: left; }
.gallery-columns-4 .gallery-item:nth-child(4n+1) { clear: both; }

.gallery-columns-5 .gallery-item { width: 18%; padding: 10px 1%;float: left; }
.gallery-columns-5 .gallery-item:nth-child(5n+1) { clear: both; }

.gallery-columns-6 .gallery-item { width: 14.66666666666667%;padding: 10px 1%; float: left; }
.gallery-columns-6 .gallery-item:nth-child(6n+1) { clear: both; }

.gallery-columns-7 .gallery-item { width: 12.28571428571429%; padding: 10px 1%; float: left; }
.gallery-columns-7 .gallery-item:nth-child(7n+1) { clear: both; }

.gallery-columns-8 .gallery-item { width: 10.5%; padding: 10px 1%; float: left; }
.gallery-columns-8 .gallery-item:nth-child(8n+1) { clear: both; }

.gallery-columns-9 .gallery-item { width: 10%; padding: 10px 0.5555555555555556%; float: left; }
.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: both; }




/* __________ paginate __________ */
.nav-links { line-height: 40px; }
.nav-links a { text-decoration: none; }
.nav-links .page-numbers { padding: 4px 12px 6px; margin-right: 5px; background: #ddd; color: #444; -webkit-border-radius: 4px; border-radius: 4px; -webkit-transition: background, color 0.3s; transition: background, color 0.3s; }
.nav-links a:hover, .nav-links .current { background: #936; color: #fff; }
.nav-links .total { margin-right: 5px; }

/*==================================
 *      SLIDER 
 * =================================*/
.main-slider {
	/*height:1500px;*/
}
/*==================================
 *      INTRO
 * =================================*/
#introtext {
	width:80vw;
	max-width:800px;
	margin:20px auto;
	padding:0;
}
#introtext h2 {
	font-family: Helvetica, Open Sans, Sans-Serif, serif;
	font-size:18px;
	font-weight:normal;
}
#introtext h3 {
	font-family: Helvetica, Open Sans, Sans-Serif, serif;
	font-size:18px;
	font-weight:normal;
}
/*==================================
 *      FEATURES BLOCK
 * ================================*/
#features-block {
	width:90%;
	max-width:1500px;
	margin:0 auto;
	text-align:center;
}
.features-item {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin:30px 1%;
}
.features-item-img {
	margin:10px auto;
	text-align:center;
}
.features-item-header {
	margin:0 auto;
	text-align:center;
}
.features-item-descr {
	text-align:left;
	padding:15px;
}
@media screen and (max-width: 1023px) {
	.features-item {
		display:block;
		width:100%;
		margin:30px auto;
	}
	.features-item-img {
		margin:5px auto;
		text-align:center;
		max-width:50px;
	}
	.features-item-header {
		margin:5px auto;
		text-align:center;
	}
	.features-item-descr {
		text-align:left;
	}	
}
/*==================================
 *      EQUIPMENT BLOCK
 * ================================*/
#equipment-block {
	width:100vw;
	margin:0 auto;
	text-align:center;	
	background-color:#f58613;
	padding-bottom:30px;
}
#equipment-block h1{
	/*color:#fffeff;*/
	margin:20px auto;
}
.equipment-item {
	display:inline-block;
	vertical-align:top;
	width:15vw;
	margin:20px auto;
}
.equipment-headers {
	color:#192c4d;
}
.equipment-headers img {
	
}
.equipment-descr {
	
}
@media screen and (max-width: 1023px)  {
    #resmobtop {
        display:block;
    }
	#equipment-block h1{
		width:90%;
	}
	.equipment-item {
		width:90%;
		display:block;
		margin:20px auto;
		text-align:left;
	}
	.equipment-item img {
		width:100%;
		display:block;
	}	
	.equipment-headers {
		width:40%;
		color:#192c4d;
		display:inline-block;
	}
	.equipment-descr {
		width:50%;
		color:#192c4d;
		display:inline-block;
	}	
}
/*==================================
 *      PRICES BLOCK
 * ==================================*/
.price-block {
	margin:30px auto !important;
	width:30vw;
	min-width:500px;
	text-align:left;
}
@media screen and (max-width: 1023px) { 
	.price-block {
		width:80vw;
		min-width:80vw;
		max-width:80vw;
	}
}
/*==================================
 *      PROMOTIONS BLOCK
 * =================================*/
#promotions-block {
	width:90vw;
	margin:50px auto;
	text-align:center;
}
#promotions-block h3 {
	text-transform:uppercase;
	color:#fefdf9;
	margin-bottom:20px;
}
.promotions-item {
	width:35vw;
	max-width:500px;
	display:inline-block;
	vertical-align:top;
	margin:1vw;
	padding:20px;
	border-radius:10px;
	background-color:#fc0e40;
	color:#192c4d;
}
.promotions-descr {
	color:#fefdf9;
	min-height:3em;
}
#promotions-postdescr {
	
}
@media screen and (max-width: 1023px) { 
	#promotions-block h3 {
		text-transform:uppercase;
		color:#fefdf9;
		margin-bottom:20px;
	}
	.promotions-item {
		width:80vw;
		display:block;
		margin:10px auto 20px auto;
		padding:20px;
		border-radius:10px;
		background-color:#fc0e40;
		color:#192c4d;
	}
}
/* =================================
 *      CONTACTS BLOCK
 * ===============================*/
#contacts,
#contacts1 {
	width:100%;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	background-color:#192c4d;
}
#contacts h1,
#contacts1 h1 {
    color:#fff;
    margin-bottom:50px;
}
#contacts-logo,
#contacts2-logo {
	text-align:center;
}
#contacts-logo img,
#contacts2-logo img {
	margin:0 auto 80px auto;
	max-width:360px;
}
.contacts-icons {
	width:40px;
	display:inline-block;
	vertical-align:middle;
}
.contacts-icons-descr {
	width:calc(100% - 45px);
	display:inline-block;
	vertical-align:middle;	
}
#contacts-descr,
#contacts2-descr {
	max-width:300px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	width:30vw;
	max-width:500px;
	color:#2cfb0d;
	margin:0 auto;
}
#contacts-descr a,
#contacts-descr a:link,
#contacts-descr a:visited,
#contacts-descr a:active,
#contacts-descr a:focus,
#contacts2-descr a,
#contacts2-descr a:link,
#contacts2-descr a:visited,
#contacts2-descr a:active,
#contacts2-descr a:focus {
	color:#2cfb0d;
	text-decoration:none;
	font-size:1.2em;
}
#contacts-descr a:hover,
#contacts2-descr a:hover {
}
#contacts-map,
#contacts2-map {
	display:inline-block;
	vertical-align:middle;
	width:40vw;
	max-width:800px;	
	margin:0 auto;
}
#contacts-socbuttons {
	width:100%;
	text-align:center;
	margin: 80px auto 0 auto; 	
}
#contacts-socbuttons img {
	opacity:.7;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;	
}
#contacts-socbuttons img:hover {
	opacity:1;
}
@media screen and (max-width: 1023px) { 
	#contacts-logo img,
	#contacts2-logo img {
		margin:0 auto 50px auto;
		max-width:50vw;
	}
	#contacts-descr,
	#contacts2-descr {
		width:90vw;
		min-width:90vw;
		max-width:90vw;
		display:block;
		text-align:left;
	}
	.contacts-icons {
		width:30px;
	}
	.contacts-icons-descr {
		width:calc(100% - 35px);
	}	
	#contacts-map,
	#contacts2-map {
		display:block;
		width:100vw;	
		margin:0 auto;
	}
	#contacts-socbuttons {
		width:100%;
		text-align:center;
		margin: 80px auto 0 auto; 	
	}
	#contacts-socbuttons img {
		opacity:.7;
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;	
	}
	#contacts-socbuttons img:hover {
		opacity:1;
	}
}
/*=============================================================================
 *      SINGLE ROOMS PAGES
 * ============================================================================*/
.single-room-textblock, .single-room-price {
	width:60vw;
	min-width:500px;
	margin:20px auto;
	text-align:left;
}
@media screen and (max-width: 1023px) { 
	.single-room-textblock, .single-room-price {
		width:90vw;
		max-width:90vw;
		min-width:90vw;
	}
}
/* ============================================================================
 *		COMMENTS
 * ============================================================================ */
#comments, #respond { margin: 60px 0 0; }
.comments-title, #reply-title { font-size: 30px; padding: 20px 0 5px 0; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.comments-title .cnt { float: right; font-size: 0.7em; }
.comment-list { margin: 10px 0 0 0; }
.comment-body { margin: 0 0 20px 0; padding: 20px 20px 20px 100px; background: #F9F9F9; -webkit-border-radius: 4px; border-radius: 4px; position: relative; }
.comment-body a { text-decoration: none; }
.comment-body a:hover { text-decoration: underline; }
.comment .avatar { position: absolute; top: 20px; left: 20px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-author { float: left; margin-right: 10px; line-height: 20px; }
.comment-metadata { font-size: 0.7em; line-height: 17px; padding-top: 3px; }
.says { display: none; }
.comment-content { margin: 10px 0; font-size: 14px; line-height: 1.3; clear: both; }
.comment-reply-link { font-size: 10px; text-transform: uppercase; font-weight: 500; color: #C5C5C5; position: absolute; bottom: 5px; right: 10px; }
.bypostauthor .comment-body { background: #EFEFEF; }


/* _____ REPLY to comment  */
.rinput,.rcomment { margin-bottom: 10px; }
.rinput input { width: 92%; padding-left: 4%; padding-right: 4%; }
.rcomment textarea { width: 100%; }
#cancel-comment-reply-link { font-size: 14px; float: right; }
.comment #respond { margin: -20px 0 60px 0; }


/* ============================================================================
 *		SIDEBAR
 * ============================================================================ */
#widgetlist { margin: 0; padding: 0; list-style: none; }
#widgetlist > li:last-child { margin-bottom: 0; }
.widget, .categories, #widgetlist > li { margin-bottom: 60px; padding: 0; }
.wtitle { padding: 0 0 5px 0; margin-bottom: 15px; border-bottom: 2px solid #555; color: #555; font-size: 20px; text-align: center; text-transform: uppercase; }
.widget ul { margin: 0 0 0 15px; list-style: outside url("img/li.svg");}
.widget li { padding: 5px 0 5px 5px; }
.widget .children { margin-left: 20px; }
.widget_calendar td, .widget_calendar th {padding: 10px}
.widget a {	text-decoration: none; }
.widget a:hover {	text-decoration: underline; }


/* ============================================================================
 *		OTHER
 * ============================================================================ */
 
/* _____ Search & Results */
.search-results .inform { margin-bottom: 4em; }
.searchform { width: 100%; max-width: 400px; margin: 0; padding: 0; position: relative; }
#header .searchform { display: none; margin: 30px auto; max-width: 300px; }
#content .searchform { margin: 30px 0; }
input.s { width: 90%; }
input.search_submit { position: absolute; top: 0; right: 0; width: 40px; padding-left: 12px; padding-right: 12px; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }
.serp { margin-bottom: 40px; margin-left: 20px; position: relative; }
.serp:before { content: ''; position: absolute; left: -20px; top: 8px; border: 3px solid black; border-radius: 50%; }
.serp h2 { font-size: 20px; }
.serp .meta { margin: 5px 0 0 0; font-size: 10px; line-height: 1; }
.serp .entry { margin-top: 10px; }
.serp .entry p { font-size: 14px; line-height: 1.3; }


/* _____ Woocommerce */
.product_meta { font-size: 0.9em;  }
.product_meta > span { display: block;  }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #936;
	line-height: 22px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.woocommerce-page .page-description {margin: 1em 0 2em;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #936;
	opacity: 0.8;
}

/* ________ BB Press _________ */
form#bbp-search-form {
	margin-bottom: 20px;
}

form#bbp-search-form input[type=text] {
	padding: 5px 10px;
}

form#bbp-search-form input[type=submit] {
	padding: 7px 15px;
	margin-left: -10px;
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
#wp-bbp_reply_content-editor-container {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#qt_bbp_reply_content_toolbar{
	border-radius: 6px 6px 0 0;
}
/*.bbp-body .bbp-topic-title,*/
.bbp-topic-permalink,
.bbp-forum-title {
	text-decoration: none;
	font: bold 18px/125% 'PT Serif', sans-serif;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
	margin: 0;
	color: #818181;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	padding: 20px;
}


.bbp-header .bbp-topic-title .bbp-topic-title,
.bbp-header .bbp-forum-info {
	padding-left: 10px;
	box-sizing: border-box;
}
li.bbp-topic-title {
	width: 47%;
}
li.bbp-forum-topic-count {
	text-align: left;
}
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
	text-align: left;
	width: 13%;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
	text-align: left;
	width: 19%;
}




/* ============================================================================ */



/* ============================================================================
 *		FOOTER
 * ============================================================================ */
#footer { color: #192c4d; font-size: 14px; line-height: 1.25; text-decoration: none; font-weight:bold;}
#footer a {color: #192c4d; transition: opacity 0.3s; margin-left:20px; text-decoration:none; font-weight:bold;}
#footer a:hover { color: #000; text-decoration: underline; }
#footer .maxwidth { position: relative; }

.footer-menu { border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 30px; }
.footmenu { padding: 0 0 20px 0; margin: 0; text-align: center; }
.footer-menu li { display: inline-block; padding: 5px 10px; }
#footer .footer-menu a:hover { color: #fff; opacity: 0.7; }

#copy { text-align: center; /*font-size: 12px;*/ }
#designedby { text-align: center; opacity: 0.8; }
#showPopup { position: fixed; z-index: 1000; bottom: 20px; left: 20px; margin:0; padding: 14px 12px; cursor: pointer; 
    display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: wrap; 
    background-color: #ff0f49; color: #fff; font-weight: bold;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
#showPopup:hover { opacity: .7; }
#toTop { position: fixed; z-index: 1000; bottom: 20px; right: 20px; margin: 0; padding: 14px 12px; display: none; cursor: pointer;
	background: #222; color: #fff !important; border-radius: 3px; transform: rotate(-90deg); font-size: 24px; text-align: center; }
#toTop:hover { background: #999; text-decoration: none !important; border-radius: 3px; }



/* ============================================================================
 *		ADAPTIVE
 * ============================================================================ */

/* ___ Laptop/Tablet ( > 768px )  --------------------------------------------- */
@media only screen and (min-width: 768px)  {

	.sitetitle { text-align: left; }
	.sitetitle.center { text-align: center; }
	.sitetitle.right { text-align: right; }
	#header {background-size: auto;}
	#header .searchform { display: block; float: right; margin: 35px 0 0; }
	body.custom-background #header {background-size: contain;}

	.anons-thumbnail { display: block; }

	.rinput { display: inline-block; width: 30%; margin-right: 4%; }
	.rurl { margin-right: 0; }

	#copy {text-align: left; padding-bottom: 0;}
	#designedby {text-align: right;}
	
}

/* ___ Desktop ( > 1024px ) ------------------------------------------------ */
@media only screen and (min-width: 1024px) {

	body.custom-background #header .menu{width:100%;margin:0;padding:0 40px;border-radius:0}
	body.custom-background .wrapper {margin: /*40px*/0 auto;}
	body.custom-background .wrapper {border-radius:10px;}
	body.custom-background #footer {border-radius: 0 0 10px 10px;}
	
	#mobile-menu { display: none; }
	.topnav nav {display: block;}
	.top-menu { border-radius: 5px; position: static; text-align: center; }
	.top-menu li { display: inline-block; position: relative; }
	.top-menu li a { border-bottom: 0; font-weight: normal; color: #fff; -webkit-transition: background 0.3s; transition: background 0.3s; }
	.top-menu > li:hover > a { background: rgba(255,255,255,0.3);  }
	.top-menu .sub-menu, .top-menu .children { display: none; margin: 0; position: absolute; top: 100%; left: 0; background: #936; width: 300px; z-index: 1000;  box-shadow: 3px 3px 0 rgba(0,0,0,0.1); }
	.top-menu .sub-menu li, .top-menu .children li { display: block; text-align: left;}
	.top-menu .sub-menu li a, .top-menu .children li a { color: #fff; border-top: 1px solid rgba(255,255,255,0.2); }
	.top-menu li:hover > .sub-menu,
	.top-menu li:hover > .children { display: block; }
	.top-menu .sub-menu .sub-menu,
	.top-menu .children .children { display: none; top: 0; left: 100%; padding: 0; border-top: 0; border-left: 3px solid #fff; }
	.top-menu .sub-menu li:hover > .sub-menu,
	.top-menu .children li:hover > .children { display: block; }
	.top-menu .menu-item-has-children > a:after, .top-menu .menu-item-has-children > span:after,
	.top-menu .page_item_has_children > a:after, .top-menu .page_item_has_children > span:after{
		content: '»'; position: absolute; right: 20px; margin: 1px 0 0 15px; transform: rotate(90deg);
	}
	.top-menu .sub-menu > .menu-item-has-children > a:after, .top-menu .sub-menu > .menu-item-has-children > span:after,
	.top-menu .children > .page_item_has_children > a:after, .top-menu .children > .page_item_has_children > span:after {
		content: '»'; margin: 0; transform: none;
	}
	.top-menu .menu-item-has-children> a, .top-menu .menu-item-has-children> span,
	.top-menu .page_item_has_children> a, .top-menu .page_item_has_children> span {
		padding-right: 40px;
	}
	
}

/* ___ Desktop ( > 1200px ) ------------------------------------------------ */
@media only screen and (min-width: 1280px) {
	body.custom-background #header {border-radius: 10px 10px 0 0;}
	#navpages li { padding-left: 10px; }
	#navpages .sub-menu { margin-left: 10px; }
	#navpages .sub-menu .sub-menu { left: 190px; }
	#navpages li a { font-size: 16px; padding: 10px; }
	
	.comment-list ul.children {margin: 0 0 50px 30px;}

}

/* -------------------------------------------------------------------------- */

/*========================== CUSTOM by APPLIEVESSOR ==============================*/
/*---body---*/
#pricetable {
	width:80vw;
	margin:20px auto;
	padding:0;
	text-align:center;
	/*border:1px solid #bebebe;*/
}
.pricerow {
	padding:35px;
	text-align:center;
	/*border-bottom:1px solid #fff;*/
	color:#fff;
}
.priceheader {
	font-weight:bold;
	color:#fff;
	background-color:#192c4d;
}
.pricecell {
	display:inline-block;
	vertical-align:top;
	width:18vw;
	/*font-weight:bold;*/
}
.pricecell-3 {
	display:inline-block;
	vertical-align:top;
	width:54vw;
	/*font-weight:bold;	*/
}
.pricetable-comment {
	margin:0 auto;
	width:50vw;
	text-align:center;
	padding:30px 0;
}
.standalone-row {
    width: 50vw;
    text-align: center;
    margin: 30px auto;
}
@media screen and (max-width: 1023px) {
    #pricetable {
    	width:100vw;
    	font-size:11px;
    }
    .pricerow {
    	padding:30px 0;
    }
    .pricecell {
    	display:inline-block;
    	vertical-align:middle;
    	width:20vw;
    	margin:0 1.5vw;
    	/*font-weight:bold;*/
    }
    .pricecell-3 {
    	display:inline-block;
    	vertical-align:top;
    	width:66vw;
    	margin:0 1.5vw;
    	/*font-weight:bold;	*/
    }
    .pricetable-comment {
    	margin:0 auto;
    	width:90vw;
    	text-align:center;
    	padding:10px 0;
    }    
    .standalone-row {
        width: 90vw;
        text-align: center;
        margin: 30px auto;
    }    
}
/*----reserve------*/
/*---reserve time*/
.modal-wraps {/*обертки модальных окон*/
    display:block;
    min-width:100vw;
    max-height:100vh;
    position:fixed;
    top:0;
    left:0;
    z-index:90000;
    background:rgba(0,0,0, .7);
    text-align:center;
    overflow-y:hidden;
    overflow-x:hidden;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;  	
}
.modals1 {/*тела модальных окон*/
    width:100vw;
    margin:0 auto;
    background-color:#fff;
    max-height:100vh;
    padding:5vh 0 0 2vh;
    overflow-y:hidden;
    overflow-x:hidden;
}
.modals1-content {/*поля с контентом модальных окон*/
    width:/*calc(100vw - 40px);*/110vw;
    height:100vh;
    padding:0 10vw 0 0;
    box-sizing:border-box;
    overflow-x:hidden;
    /*overflow-y:scroll;*/
}
.modals1-content h1 {
	padding:20px 0 0 0;
	margin:0 auto;
}
.closecross {/*кнопки "закрыть" для модальных окон*/
	position:absolute;
	top:50px;
	right:30px;
	z-index:90010;
    width:100px;
    height:100px;
    background:none;
}
#cross {
	cursor:pointer;
}
#cross-left {
	display:inline-block;
	height:25px;
	width:25px;
	border-top:2px solid #000;
	border-right:2px solid #000;
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);  	
	margin-right:4px;
}
#cross-right {
	display:inline-block;
	height:25px;	
	width:25px;	
	border-top:2px solid #000;
	border-left:2px solid #000;
    -moz-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); 
    transform: rotate(-45deg);  	
}
#steps-indicator {/*индикатор шагов бронирования*/
    text-align:center;
    margin:10px auto;
}
.res-steps {/*точки-индикаторы шагов*/
    width:0;
    height:0;
    display:inline-block;
    vertical-align:top;
    margin:5px;
    padding:5px;
    border-radius:10px;
    background-color:#fff;
    border:1px solid #192c4d;
}
.res-back {/*кнопка Назаад*/
    width:200px;
    margin:15px auto;
    padding:5px;
    color:#fff;
    background-color:#f68612;
    cursor:pointer;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;       
}
.res-back:hover {
    background-color:#fe0c45;
}
#reserve-date {/*див с календарем - user*/
    height:100vh;
    overflow:hidden;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.reserve-blocks {/*блоки в модальном окне резервирования: месяцы, даты, количество людей и др*/
    width:100%;
    display:block;
    margin:0 auto;
    text-align:center;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;     
	/*border:1px solid red;*/
}
.monthblock {/*блок с выводом одного месяца*/
    width:50vw;
    display:inline-block;
    vertical-align:middle;
    margin:1px;
    padding:20px 0 20px 0;
    /*background-color:#0ec6fc;*/
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.modals1-content h4 {
	font-family:'Roboto Slab', serif !important;
	font-size:20px;
	margin:30px auto 10px auto;
	text-transform:uppercase;
	color:/*#fc8414*/#192c4d;
	font-weight:bold !important;
}
.modals1-content h5 {
	/*font-family:'Roboto Slab', serif !important;*/
	font-size:18px;
	padding:15px 0;
	margin:20px auto;
	color:/*#fc8414*/#192c4d;
	/*text-transform:uppercase;*/
}
.modals1-content h4,
.modals1-content h5 {
	font-family: Helvetica, Open Sans, Sans-Serif, serif;
	font-weight:normal;
	/*border:1px solid red;*/
}
/*Блок с заголовком месяца и стрелками влево-вправо*/
.monthhead {
    margin:30px auto;
}
.monthhead h5 {
    display:inline-block;
    vertical-align:middle;
    width:30vw;
    text-align:center;
    padding:80px auto;
    margin:0 auto;
}
/*стрелки слайдера месяцев*/
#leftarrowblock {/*обложка*/
    display:inline-block;
    vertical-align:middle;
}
#mleftarrow {/*стрелка*/
    width:0;
    height:0;
    padding:10px;
    border-left:10px solid #192c4d;
    border-bottom:10px solid #192c4d;    
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);    
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;     
    opacity:.5;
    cursor:pointer;
}
#rightarrowblock {/*обложка*/
    display:inline-block;
    vertical-align:middle;  
}
#mrightarrow {/*стрелка*/
    width:0;
    height:0;
    padding:10px;
    border-top:10px solid #192c4d;
    border-right:10px solid #192c4d;    
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);        
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;  
    opacity:.5;
    cursor:pointer;
}
#mleftarrow:hover, #mrightarrow:hover {
    opacity:1;
}
.monthbody {/*тело месяца*/
    width:100%;    
}
.dtblock {/*блок с заголовком дня*/
    width:10%;
    display:inline-block;
    vertical-align:top;
    padding:20px 0 20px 0;
    background-color:/*#0ec6fc*/#192c4d;
	color:#fff;
	font-weight:bold;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.dblock, .dblockhol, .dblockempty {
    width:10%;
    height:1em;
    display:inline-block;
    vertical-align:top;
    border-bottom:1px solid #192c4d;
    padding:20px 0 20px 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;     
}
.dblock {/*дополнительный стиль для буднего дня*/
    background-color:#fff;
    font-weight:bold;
}
.dblockhol {/*дополнительный стиль для выходного дня*/
    border-bottom:1px solid #f17575;
    font-weight:bold;
    /*background-color:#ffe6ec;*/
}
/*
.dblock:hover, .dblockhol:hover {
    background-color:#dbdbdb;
}
*/
/*стили по месяцам: имеется в виду обозрение месяца, т.е. то, как он отображается в слайдере*/
.curmonth {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;     
}
.premonth {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;     
}
.nextmonth {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;     
    display:none;
}
/* /стили по месяцам*/

/* reception-calendar*/
.reception-calendar {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.reception-calendar .monthblock {
    position: fixed;
    left: 0;
    bottom: 100px;
    width: 300px;
    max-width: none;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.reception-calendar .monthhead {
    margin: 10px auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reception-calendar .monthtitle {
    padding: 0 !important;
}
.reception-calendar .montharrow {
    width: 60px;
    max-width: 60px;
    min-height: 60px;
    height: 60px;
}
.reception-calendar .nextmonth {
    display: none;
}
.reception-calendar .dtblock {/*блок с заголовком дня*/
    width: 20px;
    height: 20px;
    padding: 5px;
    background-color:/*#0ec6fc*/#192c4d;
	color:#fff;
	font-weight: normal;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.reception-calendar .dblock, .reception-calendar .dblockhol, .reception-calendar .dblockempty {
    width: 20px;
    height: 20px;
    border: 1px solid #a2a2a2;
    padding: 5px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;     
}
.reception-calendar .dblock {
    font-weight: normal;
}
.reception-calendar .dblockhol {
    font-weight: normal;
    color: #ff0000 !important;
}
/* /reception-calendar*/

.selectwrap {/*обертка для селектов часов и минут*/
    width:20vw;
    min-width:300px;
    max-width:45vw;
    border:1px solid #bebebe;
    display:inline-block;
    vertical-align:middle;
    margin:0 10px;
    overflow:hidden;
}
#reserve-timedevider, #period-timedevider {/*двоеточие между часами и минутами*/
    display:inline-block;
    vertical-align:middle;
    width:1em;
    text-align:center;
    margin:0;
}
.selectwrap select {/*селекты внутри*/
    width:130%;
    margin:0;
    border:none;
    border-radius:0;
}
.selectwrap select:focus {
    border:none;
}
.reserve-inputwrap {/*обложка для полей ввода текста*/
    width:40vw;
    min-width:300px;
    max-width:45vw;
    border:1px solid #bebebe;
    display:block;
    vertical-align:middle;
    margin:0 auto;
    overflow:hidden;
}
#res-hours, #res-minutes{/*селекты*/
    box-shadow:inset 0 0 5px rgba(255,0,0,0);    
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;     
}
.reserve-inputwrap input[type=text], .reserve-inputwrap input[type=tel], .reserve-inputwrap input[type=email] {/*поля ввода*/
    width:100%;
    text-align:left;
    border:none;
    border-radius:0;
    box-shadow:inset 0 0 5px rgba(255,0,0,0);    
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;      
}
.reserve-inputwrap input[type=text]:focus, .reserve-inputwrap input[type=tel]:focus, .reserve-inputwrap input[type=email]:focus {
    border:none;
}
.reserve-inputwrap input[type=range] {
    width:90%;
}
.required_star:after {/*звездочка для required полей*/
    content: '*';
    color:#ff0000;
    font-size:.8em;
    vertical-align:super;
}
.resperiod-wrap {/*обертка для дивов с часами и минутами*/
}
.resperiod {/*поля часво и минут (период бронирования столов)*/
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
} 
#period-hours,
#period-minutes {
	/*width:10vw;
	max-width:400px;*/
	border:none;
	box-shadow:none;
	border-radius:0;
    box-shadow:inset 0 0 5px rgba(255,0,0,0);    
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s; 	
}
#period-hours:after {
    content: ' ч, ';
}
#period-minutes:after {
    content: ' мин ';
}
#reserve-available-rooms {
    display:block;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;     
}
.branches-container {
    width: 100%;
    max-width: 100%;    
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: hidden;
}
.branch-block {
    width: 100%;
    max-width: 100%;
}
.res-available-rooms {/*блоки с комнатами*/
    display:inline-block;
    vertical-align:top;
    padding:10px;
    margin:10px;
    max-width:15vw;
}
.roompics {/*картинка комнаты*/
	width:50px;	
}
.roomheaders {/*заголовки комнат*/	
	/*font-family:'Roboto Slab', serif;*/
	font-size:18px;
	padding:10px 0;
	/*text-transform:uppercase;*/
	color:#192c4d;
}
.res-roomcomments {/*комментарий к комнтае*/
    font-size:.8em;
    margin:0 auto 10px auto;
}
.timescales {/*шкалы занятости комнат*/
	
}
.res-room-timeblock {/*див с получасовыми блоками*/
	
}
.hh-block {/*получасовой блок*/
	width:10vw;
	padding:10px;
	margin:2px 0;
	/*border-radius:5px;*/
	border:none;
	font-weight:bold;
	/*background-color:#e8e8e8;*/
}
.avalible-room {/*стиль для блока совбодной комнаты*/
	background-color:#d9d9d9;
	cursor:pointer;
}
.avalible-room:hover {
	background-color:#192c4d;
	color:#fff;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
.selected-room {
	background-color:#192c4d;
	color:#fff;
	cursor:pointer;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
.busy-room1 {/*стиль занятой первой комнаты*/
	background-color:#09c8fe;
	cursor:default;
}
.busy-room2 {/*стиль занятой второй комнаты*/
	background-color:#f67b98;
	cursor:default;
}
.busy-room3 {/*стиль занятой третьей комнаты*/
	background-color:#f7a354;
	cursor:default;
}
.busy-room4 {/*стиль занятой четвертой комнаты*/
	background-color:#a2fa94;
	cursor:default;
}
/*=========================
 *    PERIOD OF RESERVING
 * ========================*/
#askperiod-wrap, #askdetails-wrap {
	width:100vw;
	height:100vh;
	overflow-x:hidden;
	overflow-y:scroll;
	position:fixed;
	top:0;
	left:0;
	z-index:90020;
	background:none;
	padding:0 0 50vh 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 		
}
#askperiod-wrap h1 {
	margin-top:10px;
	padding:20px;
}
#askperiod-body, #askdetails-body{	
	width:100vw;
	min-height:50vh;
	background-color:#fff;
	box-shadow:0 0 50px rgba(0,0,0, .5);
	text-align:center;
}
#askperiod-content, #askdetails-content {
	width:80vw;
	margin:50px auto;
	text-align:center;
}
#askperiod-content h1, #askdetails-content h1 {
	font-family:'Roboto Slab', serif;
	font-size:20px;
	text-transform:uppercase;
	color:#192c4d;	
}
#period-text {
}
#period-wrap {/*обертка селекта периода*/
	width:30vw;
	margin:0 auto;
	text-align:right;
	overflow-x:hidden;
	border:1px solid #bebebe;
}
#period-hm {/*селект периода*/
	width:40vw;
	border-radius:0;
	border:none;
}
.lit-reserve-button {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	width:15vw;
	max-width:150px;
	min-height:1.5em;
	border-radius:5px;
	padding:10px;
	cursor:pointer;
	margin:20px auto;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#fc8312;
}
.lit-reserve-button:hover {
	background-color:#ff0d47;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s; 	
}
#persons {
	width:50vw;
	border-radius:0;
	border:none;	
}
#reserve-submit {
    margin:20px auto;
}
#reserve-result {/*див с сообщением юзеру*/
    background-color:#fff; 
    padding:5vh;
    font-weight:bold;
    color:#fff;
    margin-top:20px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;     
}
/*
.res-available-rooms img{
    opacity:.5;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.res-available-rooms img:hover {
    opacity:1;
}
.res-roompictures {/*блок с картинкой комнаты*/
/*}*/

@media screen and (max-width: 1023px) { /*модальное окно пронирвования - для мобильных*/
	.modal-wraps {/*обертки модальных окон*/
	}
	.modals1 {/*тела модальных окон*/
		min-height:100vh;
		padding:2vh 1vw;
	}
	.modals1-content {/*поля с контентом модальных окон*/
		width:100vw;
		min-height:100vh;
		margin:0 auto;
		padding:1px;
	}
	.closecross {/*кнопки "закрыть" для модальных окон*/
		top:10px;
		right:10px;
		width:50px;
		height:50px;
	}
	#cross {
		cursor:pointer;
		margin-bottom:0;
	}
	#cross-left {
		height:10px;
		width:10px; 	
		margin-right:-2px;
	}
	#cross-right {
		display:inline-block;
		height:10px;	
		width:10px;		
	}
	#reserve-content h1 {
	    width:90vw;
	    margin-top:0;
	    padding-top:0;
	}
	#reserve-content h4 {
	    margin:20px auto 10px auto;
	}
	.reserve-blocks {/*блоки в модальном окне резервирования: месяцы, даты, количество людей и др*/
	
	}
	.monthblock {/*блок с выводом одного месяца*/
		width:100%;
		display:inline-block;
		vertical-align:middle;
		margin:0 auto;
		padding:10px 0 10px 0;  
	}
	.modals1-content h4,
	.modals1-content h5 {
		font-family: Helvetica, Open Sans, Sans-Serif, serif;
		margin:20px auto;
	}
	.monthhead {
	    width:95vw;
	    margin:10px auto;
	    padding:0;
	}
	.monthhead h5 {
	    width:60vw;
	}
	/*стрелки слайдера месяцев*/
	#leftarrowblock {/*обложка*/
		/*margin-top:50px;*/
		padding:20px;
	}
	#mleftarrow {/*стрелка*/
		width:0;
		height:0;
		padding:5px;
		border-left:5px solid #a1a1a1;
		border-bottom:5px solid #a1a1a1;        
		opacity:.5;
		cursor:pointer;
	}
	#rightarrowblock {/*обложка*/  
		/*margin-top:50px;*/
		padding:20px;
	}
	#mrightarrow {/*стрелка*/
		width:0;
		height:0;
		padding:5px;
		border-top:5px solid #a1a1a1;
		border-right:5px solid #a1a1a1;     
		opacity:.5;
		cursor:pointer;
	}
	#mleftarrow:hover, #mrightarrow:hover {
		opacity:1;
	}
    .monthbody {/*тело месяца*/
        width:95vw;
    }	
	.dtblock {/*блок с заголовком дня*/
	    width:12vw;
		padding:10px 0 10px 0;   
	}
	.dblock, .dblockhol, .dblockempty {/*все блоки с датами*/
	    width:12vw;
		padding:15px 0 15px 0;   
	}
	.dblock {/*дополнительный стиль для буднего дня*/
		background-color:#fff;
	}
	.dblockhol {/*дополнительный стиль для выходного дня*/
		border-bottom:1px solid #f17575;
		/*background-color:#ffe6ec;*/
	}
	.dblock:hover, .dblockhol:hover {
	}
	/*стили по месяцам: имеется в виду обозрение месяца, т.е. то, как он отображается в слайдере*/
	.curmonth {
	}
	.premonth {     
	}
	.nextmonth {    
		display:none;
	}
	/* /стили по месяцам*/
	.selectwrap {/*обертка для селектов часов и минут*/
		width:40vw;
		min-width:40vw;
		max-width:40vw;
		margin:0 10px;
		overflow:hidden;
	}
	#reserve-timedevider, #period-timedevider {/*двоеточие между часами и минутами*/
		display:inline-block;
		vertical-align:middle;
		width:2vw;
		text-align:center;
		margin:0;
	}
	.selectwrap select {/*селекты внутри*/
		width:130%;
		margin:0;
		border:none;
		border-radius:0;
	}
	.selectwrap select:focus {
		border:none;
	}
	.reserve-inputwrap {/*обложка для полей ввода текста*/
		width:40vw;
		min-width:300px;
		max-width:45vw;
		border:1px solid #bebebe;
		display:block;
		vertical-align:middle;
		margin:0 auto;
		overflow:hidden;
	}
	#res-hours, #res-minutes{/*селекты*/  
	}
	.reserve-inputwrap input[type=text], .reserve-inputwrap input[type=tel], .reserve-inputwrap input[type=email] {/*поля ввода*/
		width:100%;
		text-align:left;
		border:none;
		border-radius:0;
		box-shadow:inset 0 0 5px rgba(255,0,0,0);    
		-webkit-transition-duration: 1s;
		-o-transition-duration: 1s;
		-moz-transition-duration: 1s;
		transition-duration: 1s;      
	}
	.reserve-inputwrap input[type=text]:focus, .reserve-inputwrap input[type=tel]:focus, .reserve-inputwrap input[type=email]:focus {
		border:none;
	}
	.reserve-inputwrap input[type=range] {
		width:90%;
	}
	.required_star:after {/*звездочка для required полей*/
		content: '*';
		color:#ff0000;
		font-size:.8em;
		vertical-align:super;
	}
	.resperiod-wrap {/*обертка для дивов с часами и минутами*/
	}
	.resperiod {/*поля часво и минут (период бронирования столов)*/
		display:inline-block;
		vertical-align:middle;
		margin:0 auto;
	} 
	#period-hours,
	#period-minutes {
	}
	#reserve-available-rooms { 
	}
	.roomheaders {
	    font-size:10px;
	}
	.res-available-rooms {/*блоки с комнатами*/
		padding:.5vw;
		margin:0;
		width:21vw;
		max-width:21vw;
	}
	.res-available-rooms img{
		opacity:1;
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;    
	}
	.res-available-rooms img:hover {
		opacity:1;
	}
	.res-roompictures {/*блок с картинкой комнаты*/

	}
	.res-roomcomments {/*комментарий к комнтае*/
		font-size:.8em;
		max-width:90vw;
		margin:5px auto;
	}
    .res-room-timeblock {/*див с получасовыми блоками*/
    }
    .hh-block {/*получасовой блок*/
    	width:15vw;
    	padding:10px;
    	margin:2px auto;
    	/*border-radius:5px;*/
    	border:none;
    	font-weight:normal;
    	/*background-color:#e8e8e8;*/
    }	
}
/**/
/*=====================================================
 *        RECEPTION STYLES
 * ====================================================*/
/*Хедер*/
#admin-name {/*Имя "Администратор в хедере*/
    display:inline-block;
    vertical-align:middle;
    max-width:20vw;
 }
#current-time {/*Див с текущим временем*/
    display:inline-block;
    vertical-align:middle;
    max-width:20vw;
    margin-left:10vw;
 }
.timedate-blocks {/*Блоки текущего времение*/
    color:#fff;
    font-weight:normal;
    padding:2px 0;
    display:inline-block;
    vertical-align:middle;
    margin:2px 0;
    font-size:30px;
}
.dateblocks {/*блоки даты*/
    font-size:14px;
}
/*Меню*/
#admin-top-menu-wrap {/*обложка верхнего меню*/
	width:100vw;
	background-color:#f88417;
	margin:0 auto;
	text-align:center;
	padding:3px 0;
	color:#fff;
}
#admin-top-menu {/*список верхнего меню*/
	margin:0 auto;
}
#admin-top-menu li {/*пункт верхнего меню*/
	display:inline-block;
	vertical-align:middle;
	padding:10px;
}
/*Контент*/
#admin-wrap {
    width:100vw;
    min-height:50vh;
    margin:0;
    padding:0;
    overflow-x:hidden;
    overflow-y:scroll;
    background-color:rgba(0,0,0,.1);
}
#admin-wrap h1 {
    font-family:'Roboto Slab', serif;
    font-weight:bold;
    font-size:18px;
    margin:0 auto;
    padding:10px;
    text-transform:uppercase;
    color:#192c4d;
    background-color:#fff/*192c4d*/;
}
#newrequests-wrap {/*блок новых запросов*/
    width:95vw;
    margin:30px auto;
    border:1px solid #bebebe;
    box-shadow:0 0 3px rgba(0, 0, 0, .5);
}
.req-row {/*строка списка заявки*/
    width:100%;
    text-align:center;
    border-bottom:1px solid #bebebe;
    text-align:center;
    margin:0 auto;
    padding:0;
    font-size:10px;
}
.req-row img {
    max-width:10px;
}
.req-headers {/*доп класс для заголовков строк*/
    background-color:#192c4d;
    color:#fff;
}
.req-cell {/*ячейка списка заявок*/
    min-width:6vw;
    width:6vw;
    max-width:6vw;
    display:inline-block;
    vertical-align:middle;
    padding:5px 2px;
    margin:5px 2px;
}
.req-button {/*добавочный класс для кнопок отменить и подтвердить*/
    background-color:#ff8216;
    color:#fff;
    cursor:pointer;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.req-button:hover {
    background-color:#f21248;
}
#attention-wrap {/*обложка окна подтревждения*/
    position:fixed;
    top:0;
    left:0;
    z-index:90100;
    width:100vw;
    height:100vh;
    background:none;
    padding-top:30vh;
    text-align:center;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
#attention {
    margin:0 auto;
    width:100vw;
    min-height:10vh;
    padding:10vh 0;
    background-color:#fff;
    box-shadow:0 0 30px rgba(0, 0, 0, .7);
}
#attent-text {
    margin:40px auto;
}
#admincomment-wrap {/*обложка поля Комментарий (модальное, админ)*/
    margin-bottom:20px;
}
#timetable-wrap {/*обложка блока с расписанием*/
    width:95vw;
    margin:30px auto;
    border:1px solid #bebebe;
    background-color:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, .5);
}
#admintimetable {/*блок с расписанием*/
    width:90%;
    padding:0 0 5px 0;
    margin:0 auto 5px auto;
}
#tt-legend {/*див с легендой*/
    width:60%;
    margin:0 auto;
    text-align:left;
    padding-left:10px;
}
.tt-legend-item {/*пункт легенды*/
    font-size:12px;
}
.tt-legend-color {/*плашка с цветом в легенде*/
    width:3vw;
    height:12px;
    margin:5px;
    display:inline-block;
    vertical-align:middle;
    border:1px solid #bebebe;
}
#color-free {
    background-color:#fff;
}
#color-requested {
    background-color:#85d9f2;
}
#color-reserved {
    background-color:#ffb6c9;
}
#color-using {
    background-color:#ffb97c;
}
.tt-address-title {
    margin: 20px 0;
}
.tt-rooms {/*номера комнат в расписании*/
    width:150px;
    max-width:150px;
    padding:10px;
    text-align:left;
    display:inline-block;
    vertical-align:top;
    border-bottom:1px solid #bebebe;
    font-size:12px;
}
.tt-headers {/*заголовки расписания*/
    background-color:#192c4d;
    color:#fff;
    text-align:center;
}
.timeheaders {/*заголовки "время*/
    background-color:#192c4d;
    color:#fff; 
    padding:20px;
    text-align:center;
    width:calc(85vw - 1000px);
    display:inline-block;
    vertical-align:top;    
}
.admin-hhblocks {/*получасовые блоки у админа в расписании*/
    min-width:1.5vw;
    display:inline-block;
    vertical-align:top;
    border:1px solid #bebebe;
    font-size:8px;
    padding:10px 2px;
    margin:3px 0;
}
.admin-ttarrows {/*стрелки влево-вправо в расписании у админа*/
    color:#192c4d;
    cursor:pointer;
    margin:auto 30px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
.admin-ttarrows:hover {
    opacity:.7;
}
.tc-years {
    width:100%; 
    margin: 10px auto;
    display:flex; 
    justify-content: center; 
    align-items: flex-start;    
}
.tc-year {
    margin: 0 10px;
    cursor: pointer;
}
.tc-year:hover {
    opacity:.7;
}
.tc-year-current {
    font-weight: bold;
    color: #192c4d;    
}
.tc-months {
    width:100%; 
    margin: 10px auto;
    display:flex; 
    justify-content: center; 
    align-items: flex-start;
}
.tc-month {
    margin: 0 10px;
    cursor: pointer;
}
.tc-month:hover {
    opacity:.7;
}
.tc-month-current {
    font-weight: bold;
    color: #192c4d;
}
.tc-dates {
    display:flex; 
    justify-content: center; 
    align-items: flex-start;
}
.tc-date {
    margin: 0 10px;
    cursor: pointer;
}
.tc-date:hover {
    opacity:.7;
}
.tc-date-holyday {
    color: #ff0000;
}
.tc-date-current {
    font-weight: bold;
}


#showuser {/*всплывающий див с информацией о юзере*/
    position:fixed;
    z-index:90100;
    /*top:20vh;*/
    /*left:20vw;*/
    width:30vw;
    padding:50px;
    background-color:#fff;
    border:1px solid #bebebe;
    box-shadow:0 0 3px rgba(0, 0, 0, .5);
}
#bottomdialog {/*всплывающее снизу окно (редактирование и бронирование)*/
    position:fixed;
    left:0;
    bottom:0;
    width:100vw;
    min-height:10vh;
    padding:3vh;
    background-color:#fff;
    box-shadow:0 0 30px rgba(0, 0, 0, .7);  
    z-index:90100;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
#reqedit-text {/*текст в диалоге редактирования*/
    /*width:50vw;*/
    margin:0 auto;
    text-align:center;
}
.reqedit-details {/*обложки полей в нижнем диалоге*/
    width:60vw;
    margin:0 auto;
    text-align:left;
}
#editroom-answer {
    margin:20px auto;
}
.reqedit-text-span {
    max-width:60vw;
    display:inline-block;
    vertical-align:middle;
    margin:20px 10px 10px 10px;
}
.selrooms {/*селектор комнат в диалоге редактирования*/
    display:inline-block;
    vertical-align:top;
    width:1em;
    margin:10px 5px;
    padding:10px;
    border:1px solid #bebebe;
    background-color:#192c4d;
    color:#fff;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}
.selrooms-sep { /*separator*/
    display:inline-block;
    vertical-align:top;
    width:1em;
    margin:10px 5px;    
}
.editrequest-hhblocks-busy, .editrequest-hhblocks-free {/*получасовой блок в диалоге рекдатирования*/
    display:inline-block;
    vertical-align:top;
    /*width:3vw;*/
    margin:1px;
    padding:5px;    
    font-size:10px;
    border:1px solid #bebebe;    
}
.editrequest-hhblocks-busy {/*получасовой блок в диалоге рекдатирования - комната занята*/
    background-color:#ffb6c9;
    cursor:default;
}
.editrequest-hhblocks-free {/*получасовой блок в диалоге редактирования - комната свободна*/
    background-color:#fff;
    cursor:pointer;
}
/*Статистические данные*/
#statistics-wrap {/*обложка блока статистики*/
    width:95vw;
    margin:30px auto;
    border:1px solid #bebebe;
    background-color:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, .5);    
}
#statistics-wrap h1 {
    padding-top:30px;
    border-top:2px solid #bebebe;
}
#stat-today, #stat-month {/*подблоки статистики (за сегодня, за текущий месяц*/
    width:90%;
    padding:0 0 5px 0;
    margin:0 auto 5px auto;    
}
.stat-row {/*строка заглавия таблицы статистики*/
    width:100%;
    text-align:center;
    border-bottom:1px solid #bebebe;
    text-align:center;
    margin:0 auto;
    padding:0;
    font-size:10px;    
}
.stat-cell {/*ячейка нормальной длины*/
    min-width:7vw;
    width:7vw;
    max-width:7vw;
    display:inline-block;
    vertical-align:middle;
    padding:5px 2px;
    margin:5px 1px;    
}
.stat-cell-short {/*ячейка короткая*/
    min-width:4.5vw;
    width:4.5vw;
    max-width:4.5vw;
    display:inline-block;
    vertical-align:middle;
    padding:5px 2px;
    margin:5px 1px;      
}
#exportbutton-wrap {
    
}
#exportbutton {/*кнопка выгрузки статистики*/
    width:15vw;
    min-width:300px;
    margin:20px auto;
    padding:5px;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#f68714;
    color:#fff;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;    
}
#exportbutton:hover {
    background-color:#f21340;
}

.admin-reserve-button {/*кнопки на панели администратора*/
    display:inline-block;
    vertical-align:top;
    margin:0 auto;
    min-width:300px;
	max-width:150px;
	padding:10px;
	background-color:#f88417;
	color:#fff;
	cursor:pointer;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;	
}
.admin-reserve-button:hover {
	background-color:#192c4d;
}




/*================================================================================*/
