* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-size: 1.6rem;
	font-family: 'PT Sans', sans-serif;
}

H1, H2, H3, H4, H5 {
	font-family: 'Open Sans', sans-serif;
}

/* fonts

font-family: 'Poiret One', cursive; - бронирование
font-family: 'Open Sans', sans-serif; - основные заголовки
font-family: 'PT Sans', sans-serif; - внутренний текст

 */

a {
	color: #7b7b7b;
}

a:hover {
	color: #e74c3c;
	text-decoration: none;
}

.wrapper {
	/*min-width: 1024px;*/
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	/* background: url("../images/bg.png") repeat; */
	background: #ecf0f1;
}

.clear {
	clear: both;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
	background: #fff;
	color: #000;
	/*min-width: 1000px;*/
	max-width: 100%;
	margin: 0 0 60px;
	position: relative;
	z-index: 10;
}


.content-h, .content-f {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.content-h {
	height: 120px;
}


#header .adress, #header .mail{
	margin: 20px 0 0 10px;
	font-size: 1.8rem;
	color: #7b7b7b;
}


#header .logo {
	width: 175px;
	height: 78px;
	margin: 0 5px 0 0;
	float: left;
	background: url("../images/sfera_logo.png") left no-repeat;
}

#header .logo-title {
	width: 175px;
	float: left;
	clear: both;
}

#header .logo-title p{
	color: #7b7b7b;
	text-align: center;
}

#header .phone {
	min-height: 20px;
	padding: 4px 0 0 25px;
	margin: 20px 0 0 10px;
	font-size: 180%;
	color: #7b7b7b;
	font-weight: bold;
	float: right;
	background: url("../images/icon_phone.png") 0px 12px no-repeat;
}
#header .adress {
	min-height: 20px;
	padding: 0 0 0 25px;
	float: left;
	background: url("../images/icon_adress.png") 0px 12px no-repeat;
}

.mail {
	height: 20px;
	padding: 0 0 0 25px;
	background: url("../images/icons.png") 0px 0px no-repeat;
}

#search {
	float: right;
	margin: 0;
	clear: both;
}

#search input.inputbox{
	border: none;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	height: 25px;
	color: #7b7b7b;
	border-top: 2px solid rgba(231, 76, 60, 1);
	border-bottom: 2px solid rgba(231, 76, 60, 1);
	border-left: 2px solid rgba(231, 76, 60, 1);
	border-right: 0;
	border-radius: 5px 0 0 5px;
	float: left;
}


#search input.inputbox:focus{
    border-color: #e74c3c;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 4px rgba(231, 76, 60, 0.5);
	background: #fff;
}

#search input.inputbox{
	width: 220px;
}

#search input.search-query {

}

#search input.button {
	margin: 0;
	border-top: 2px solid rgba(231, 76, 60, 1);
	border-bottom: 2px solid rgba(231, 76, 60, 1);
	border-left: 0;
	border-right: 2px solid rgba(231, 76, 60, 1);
	border-radius: 0 5px 5px 0;
	height: 25px;
}

#search label.element-invisible {
	display: none;
}

#callback {
	width: 175px;
	float: left;
}
#callback div.cb-button {
	display: block;
	width: 100%;
	color: #7B7B7B;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	background: rgba(236, 240, 241, 0.96);
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	margin: 25px 5px 0px 50px;
	padding: 5px 0;
	cursor: pointer;
}

#callback div.cb-button a{
	display: block;
	text-decoration: none;
}

#callback div.cb-button:hover {
	background: rgba(236, 240, 241, 0.96);
	color: #e74c3c;
	border-color: #e74c3c;
}


.top-menu-bg{
	width: 100%;
	height: 60px;
	/* background: url("../images/menu_bg.png") repeat-x rgba(0, 0, 0, 0.8); */
	background: rgba(236, 240, 241, 0.96);
	position: absolute;
	margin: 0;
}

.top-menu {
	width: 940px;
	position: relative;
	margin: 7px auto 0;
}
.top-menu li a{
	color: #7B7B7B;
	display: block;
	/* text-transform: uppercase; */
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	margin: 0;
	padding: 10px 0;
}
.top-menu li a:hover{
	color: #e74c3c;
	text-decoration: none;
}
.top-menu li a img{
	display: none;
	/* float: left; */
	margin: -10px 0px 0px 0px;
	width: 34px;
}

.top-menu li a span.image-title {
	display: block;
}


.top-menu li.active {
	background: rgba(189, 195, 199, 0.35);
	border-radius: 5px;
	padding: 4px 0;
	margin: 0 6px;
}

.top-menu li.active a{
	color: #e74c3c;
}

.top-menu nav ul{
	float: left;
	width: 100%;
	margin: 0 auto;
}

.top-menu nav ul li{
	float: left;
	width: 176px;
	
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 4px 0;
	margin: 0 6px;
	transition-property: border, color, background-color;
	transition-duration: 0.25s, 0.25s, 0.25s;
	transition-timing-function: linear, linear, linear;
	transition-delay: 0s, 0s, 0s;
}
.top-menu nav ul li:hover{
	background: rgba(189, 195, 199, 0.35);
	border-radius: 5px;
	padding: 4px 0;
	margin: 0 6px;
}


.top-menu nav ul li ul{
	width: 176px;
	background: rgba(236, 240, 241, 0.96);
	padding: 4px 0;
	margin: 3px 0 0;
	border-top: 8px solid rgba(189, 195, 199, 0.95);
	list-style:none;
	text-align: center;
	position:absolute;
	display: none;
	z-index: 999;
}

.top-menu nav ul li ul li{
	float: none !important;
	width: 100%;
	height: 30px;
	margin: 0 auto !important;
}

.top-menu nav ul li ul li:hover{
	background: rgba(189, 195, 199, 0.35);
	border-radius: 5px;
	padding: 4px 0;
	margin: 0;
}

.top-menu nav ul li ul li a{
	white-space:nowrap; 
	display:block;
	color: #7B7B7B !important;
	/* text-transform: uppercase; */
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

.top-menu nav ul li ul li a:hover, .top-menu nav ul li ul li.current a{
	color: #e74c3c !important;
	text-decoration: none;
}

.top-menu nav ul li:hover ul{
	display: block;
}

/* Middle
-----------------------------------------------------------------------------*/

.slider-bg {
	/*min-width: 1000px;*/
	max-width: 100%;
	min-height: 518px;
	margin: -60px auto -19px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}


.booking {
	/*min-width: 400px;*/
	min-height: 300px;
	font-family: 'PT Sans', sans-serif;
	/* background: rgba(41, 128, 185, 0.78); */
	position: absolute;
	top: 95px;
	right: 170px;
	z-index: 999;
}

.booking .b-form{
	float: left;
	min-height: 180px;
}

.booking .b-days{
	float: left;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

.booking .b-form {
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: url("../images/test.png") center center no-repeat;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	/* position: absolute; */
	margin: 0 auto;
	transition-property: border, color, background-color;
	transition-duration: 0.25s, 0.25s, 0.25s;
	transition-timing-function: linear, linear, linear;
	transition-delay: 0s, 0s, 0s;
}
.booking .b-form:hover {
	background: rgba(231, 76, 60, 0.95);
}

.booking .b-days {
	width: 110px;
	height: 110px;
	background: url("../images/sfera_small.png") center center no-repeat rgba(231, 76, 60, 0.95);
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	margin: 45px 5px 0;
	text-align: center;
	color: #fff;
	transition-property: border, color, background-color;
	transition-duration: 0.25s, 0.25s, 0.25s;
	transition-timing-function: linear, linear, linear;
	transition-delay: 0s, 0s, 0s;
}

.booking .b-days:hover {
	background: rgba(231, 76, 60, 0.95);
}

.booking .b-days p{
	font-size: 320%;
}

.booking .b-days span {
	color: #fff;
}

.services {
	width: 1000px;
	margin: -40px auto 0;
	position: relative;
	overflow: hidden;
	z-index: 999;
}

.services .service {
	width: 321px;
	min-height: 353px;
	margin: 0 6px 5px;
	float: left;
	background: #fff;
	position: inherit;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	border-radius: 10px 10px 0 0;
}


.services .service .moduletable {
	color: #fff;
	background: #fff;
}

.services .s-4 .moduletable h3{
	width: 98%;
	min-height: 60px;
}

.services .s-5 .moduletable h3{
	width: 98%;
}

.services .service .moduletable .custom {
	border-top: 4px solid #e74c3c;
	background: #fff;
	overflow: hidden;
}

.services .service ul{
	color: #909090;
	font-weight: bold;
}
.services .service img{
	display: block;
	margin: 0 auto;
}

.services .service h1, h2, h3, h4, h5{
	min-height: 48px;
	text-align: center;
	text-transform: uppercase;
	font-size: 140%;
	padding: 15px 0;
	color: #7b7b7b;
	font-weight: normal;
}

.services .service p.readmore {
	margin: 40px 0 0;
	text-align: center;
}

.services .service p.readmore a {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	margin: 20px 0 0;
	background: rgba(170,170,170,0.9);
	border-radius: 3px;
}

.services .service p.readmore a:hover {
	background: rgba(239,175,28,0.9);
	text-decoration: none;
}

/* Timer Main-page */

.services .service  .dmscount{
	position: relative;
	width: 275px;
	margin: 5px auto 0;
	overflow: hidden;
}

.services .service  .dmscount .dmscount_title {
	width: 160px;
	margin: 0 auto 15px;
	font-size: 90%;
	color: #262626;
	text-align: center;
}


.service .dmscount .dmscount_days, .service .dmscount .dmscount_hours, .service .dmscount .dmscount_minutes, .service .dmscount .dmscount_seconds {
    display: inline-block;
    font-family: Impact, Calibri, Arial, sans-serif;
    font-size: 36px;
	color: #fff;
    padding: 5px;
	background: url("../images/timer.png") center center #6a4e3d no-repeat;
    margin: 0px 5px 0px 0px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border-radius: 2px;
    width: 50px;
    text-align: center;
}

.service .dmscount .description {
	
}

.service .dmscount .description ul{
	list-style: none;
}

.service .dmscount .description ul li{
	width: 60px;
	float: left;
	color: #432614;
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align: center;
}

.service .dmscount .description ul li:first-child{
}


.service .dmscount .description ul li:last-child{
	padding: 0;
}

/* Timer mainpage END*/
/* ---------------------- Timer Itempage ---------------------- */
.item-page  .dmscount{
	position: relative;
	width: 275px;
	margin: 0 auto;
	overflow: hidden;
}

.item-page  .dmscount .dmscount_title {
	margin: 0 auto 5px;
	font-size: 1.65rem;
	color: #262626;
	text-align: center;
}


.item-page .dmscount .dmscount_days, .item-page .dmscount .dmscount_hours, .item-page .dmscount .dmscount_minutes, .item-page .dmscount .dmscount_seconds {
    display: inline-block;
    font-family: Impact, Calibri, Arial, sans-serif;
    font-size: 36px;
	color: #fff;
    padding: 5px;
	background: url("../images/timer.png") center center #6a4e3d no-repeat;
    margin: 0px 5px 0px 0px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    border-radius: 2px;
    width: 50px;
    text-align: center;
}

.item-page .dmscount .description {
	
}

.item-page .dmscount .description ul{
	list-style: none;
	margin: 0;
	font-size: 1.6rem;
}

.item-page .dmscount .description ul li{
	width: 60px;
	float: left;
	color: #432614;
	font-weight: normal;
	padding: 0 9px 0 0;
	text-align: center;
}

.item-page .dmscount .description ul li:first-child{
}


.item-page .dmscount .description ul li:last-child{
	padding: 0;
}

/* Timer Itempage END */

.service .newsflash {
	padding: 5px 10px;
	background: #E74C3C;
	/* border: 1px solid #6a4e3d; */
	border-radius: 10px;
	width: 90%;
    margin: 5px auto 0px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	overflow: hidden;
}
.service .newsflash p{
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-style: italic;
}

.service .newsflash a.readmore {
	float: right;
	color: #fff;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 30px 5px 0;
	background: url("../images/readmore.png") 98px 1px no-repeat;
}
.service .newsflash a.readmore:hover {
	color: #fff;
	background: url("../images/readmore.png") 98px -26px no-repeat;
}
#breadcrumbs {
	/*min-width: 1000px;*/
	max-width: 100%;
	border-top: 4px solid #e74c3c;
	background: #fff;
	padding: 20px 0;
}

#breadcrumbs .breadcrumbs {
	width: 1000px;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: Calibri;
	color: #262626;
	text-transform: uppercase;
}

.breadcrumbs span {
	color: #7b7b7b;
}

.breadcrumbs a.pathway {
	color: #e74c3c;
}

.breadcrumbs a.pathway:hover {
	color: #7b7b7b;
	text-decoration: none;
}

.content {
	width: 1000px;
	margin: 20px auto;
	position: relative;
}

.content .item-page table {
    width: 100%; 
    border: 0; 
    border-spacing: 0; 
    border-collapse: collapse;
    margin: 10px 0;
}

.content .item-page table tr, .content .item-page table td, .content .item-page table th {
    border: 1px solid #7b7b7b;
    padding: 10px;
    border-spacing: 0;
}

.content .item-page table tr:nth-child(2n) {
    background: #F9F9F9;
} 

.content .item-page table tr:nth-child(1) {
    background: #e74c3c;
	color: #fff;
} 

.content .item-page table tbody.calbody td {
	padding: 5px;
}

.content .item-page table tbody.calbody tr:nth-child(1) {
	background: #F7F9FB;
	color: #fff;
}

.content .item-page table tr.w44:nth-child(1) {
    background: #F7F9FB;
	color: #fff;
}

.content .item-page .item-bg{
	min-height: 120px;
	background: #fff;
	/* border-top: 4px solid #0F66BB; */
	border-radius: 10px 10px 0 0;
	padding: 10px 10px 10px;
	margin: 10px 0 0;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.content .item-page h1 {
	text-align: center;
	text-transform: uppercase;
	color: #7b7b7b;
	font-size: 180%;
	font-weight: normal;
}

.content .item-page h1 img{
	padding: 0;
}

.content .item-page p {
	padding: 10px 0 0;
}

.content .item-page ul {
    list-style: none;
    margin: 10px 0px 0px 30px;
	font-size: 1.6rem;
	color: #262626;
}

.content .item-page ol {
    margin: 10px 0px 0px 30px;
	font-size: 1.6rem;
	color: #262626;
}

.content .blog, .content .blog-featured{
	overflow: hidden;
}

.content .blog .items-leading h2{
	min-height: 1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 140%;
	padding: 0px 0px 5px;
	color: #262626;
}

.content .blog p, .content .blog .items-leading p, .content .item-page p, .category-list .content-category  p{
	text-align: justify;
	font-size: 1.6rem;
	color: #262626;
}

.content .blog .items-leading p.readmore a.btn, .content .blog-featured .items-leading p.readmore a.btn {
	color: #fff;
	font-weight: bold;
	float: right;
	padding: 10px 20px;
	margin: 20px 0 0;
	background: rgba(170,170,170,0.9);
	border-radius: 3px;
}

.content .blog .items-leading p.readmore a.btn:hover, .content .blog-featured .items-leading p.readmore a.btn:hover {
	background: rgba(239,175,28,0.9);
	text-decoration: none;
}
	
.content .blog {
	min-height: 120px;
	border-radius: 10px 10px 0 0;
	padding: 10px 10px 10px;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.content .blog .items-leading p.readmore{
	border-top: 1px solid #dadada;
	margin: 10px 0 15px;
}

.content .blog .items-leading p.readmore a{
	float: right;
	margin: 10px 20px 0 0;
}

.content .blog .items-leading .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10,
.content .blog-featured .items-leading .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10 {
	position: relative;
	padding: 0 0 15px 70px;
	margin: 10px 0 0;
	background: url("../images/note.png") 0% 7% no-repeat;
	overflow: hidden;
}


.content .blog .items-leading .icons ul li, .content .item-page .icons ul li, .content .blog-featured .items-leading .icons ul li{
	list-style: none;
	padding: 0 0 5px 20px;
	margin: 5px 0;
	background: url("../images/system/edit.png") 0px 0px no-repeat;
}

.content .blog  .items-leading .icons ul li a, .content .item-page .icons ul li a, .content .blog-featured  .items-leading .icons ul li a{
	color: rgba(239,175,28,0.9);
}

.content .blog .page-header h1,  .content .item-page .page-header h1, .content .blog-featured .page-header h1{
	color: #909090;
	text-align: center;
	text-transform: uppercase;
	font-size: 250%;
	font-weight: normal;
	padding: 15px 0;
}

.content .blog .page-header h2, .content .item-page .page-header h2, .content .blog-featured h2.item-title{
	text-align: justify;
	font-weight: normal;
	padding: 0 0 10px;
}
.content .blog .page-header h2 a, .content .item-page .page-header h2 a, .content .blog-featured h2.item-title  a{
	color: #005fa1;
	font-size: 1.65rem;
}

.content .blog .page-header h2 a:hover, .content .item-page .page-header h2 a:hover, .content .blog-featured h2.item-title a:hover{
	color: #F1C40F;
	text-decoration: none;
	font-size: 1.65rem;
}

.content .blog .pagination {
	
}

.content .blog .pagination .counter {
	text-align: center;
	color: #7b7b7b;
}

.content .blog .pagination ul{
	list-style: outside none none;
	margin: 10px 0;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
}

.content .blog .pagination ul li{
	display: inline;
	text-shadow: 1px 1px 1px #fff;
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 0 1px;
	padding: 5px 10px;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	background: rgba(236, 240, 241, 0.96);
}

.content .blog .pagination ul li a{
	display: inline-block;
	color: #7B7B7B;
	text-align: center;
	background: rgba(236, 240, 241, 0.96);
	border-radius: 5px;
}

.content .blog .pagination ul li:hover {
	background: rgba(236, 240, 241, 0.96);
}

.content .blog .pagination ul li a:hover {
	color: #e74c3c;
	border-color: #e74c3c;
}

.content .category-list {
	min-height: 120px;
	border-radius: 10px 10px 0 0;
	padding: 10px 10px 10px;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.info-block-bg {
	/*min-width: 1000px;*/
	max-width: 100%;
	min-height: 294px;
	overflow: hidden;
	background: url("../images/bg_2.jpg") center repeat-x;
}

.info-block-bg .info-block {
	width: 1000px;
	margin: 100px auto 0;
	color: #fff;
	text-align: center;
}
.info-block p {font-weight: normal; font-family: Calibri, Arial, sans-serif;}
.info-block p.big {font-size: 240%;}
.info-block p.up {text-transform: uppercase;}
.info-block p.bold {font-weight: bold;}

/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}

/* NEWS */

.news {
	overflow: hidden;
	width: 1000px;
	margin: 10px auto 20px;
	padding: 10px;
}

.news .news-title{
	width: 22%;
	margin: 0 auto;
	padding: 0;
	background: url("../images/title_line.png") 0px 9px no-repeat, url("../images/title_line.png") right 9px no-repeat;
}

.news .news-title h4{
	text-align: center;
	text-transform: uppercase;
	color: #7b7b7b;
	font-size: 180%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.news .block .newsflash {
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.news .block .newsflash {
	padding: 5px 10px;
	/* border: 1px solid #6a4e3d; */
	border-radius: 2px;
    margin: 0 auto 5px;
	overflow: hidden;
}

.news .block .newsflash .n-block{
	width: 50%;
	float: unset;
    margin: 0;
	overflow: hidden;
}

.news .block .newsflash .newsflash-title {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: underline;
	text-align: left;
	text-transform: none;
}

.news .block .newsflash h4 {
	min-height: 25px;
	width: 100%;
	text-align: center;
	font-size: 125%;
	padding: 0;
	color: #e74c3c;
	font-weight: normal;
	background: rgba(255, 255, 255, 0)
}

.news .block .newsflash h4 a{
	color: #e74c3c;
}

.news .block .newsflash p{
	text-align: left;
	color: #7b7b7b;
	padding: 0 10px;
	margin: 0;
	fonfont-size: 1.6rem;
	font-style: italic;
}

.news .block .newsflash a.readmore {
	float: right;
	display: block;
	color: #7B7B7B;

}
.news .block .newsflash a.readmore:hover {
	color: #e74c3c;

}


/* NEWS end*/
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	min-height: 265px;
	/* background: url("../images/menu_bg.png") #5d4029 repeat; */
	background: #e74c3c;
	color: #fff;
	z-index: 10;
}

.content-f {
	overflow: hidden;
	padding-top: 20px;
}

#footer .social{
	margin: 52px 0px 0px 35px;
}

#footer .copyright {
	margin: 15px 0px 0px 35px;
	font-size: 80%;
}

#footer .copyright a, .copyright a:hover{
	color: #fff;
}

.content-f h4{
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 160%;
	font-weight: normal;
	padding: 0 0 15px 30px;
}

.content-f .form{
	border-right: 1px solid #fff;
}


.content-f .contacts .phone, .content-f .contacts .adress, .content-f .contacts .mail{
	float: none;
	font-weight: normal;
	font-size: 1.65rem;
}


.content-f .contacts ul {
	margin: 0 0 0 30px;
	list-style: none;
}

.content-f .contacts li.phone {
	min-height: 20px;
	padding: 0 0 15px 35px;
	background: url("../images/icon_phone2.png") 0px -3px no-repeat;
}
.content-f .contacts li.adress {
	min-height: 20px;
	padding: 0 0 15px 35px;
	background: url("../images/icon_adress2.png") 0px 6px no-repeat;
}

.content-f .contacts li.mail {
	min-height: 20px;
	padding: 0 0 15px 35px;
	background: url("../images/icon_mail2.png") 0px 0px no-repeat;
}

.content-f .contacts li.mail a{
	color: #fff;
}
.contacts, .form {
	float: left;
	width: 49%;
	min-height: 220px;
}


/* Callback */

.rsform_callback form{
	margin: 0;
}


.rsform_callback form .cb{
	width: 400px;
	min-height: 400px;
	overflow: hidden;
	margin: 0 auto;
}

.rsform_callback form .cb .cb-name {
	width: 400px;
	text-align: center;
}
.rsform_callback form .cb .cb-name input{
	margin: 0 auto;
	height: 25px;
	width: 90% !important;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.rsform_callback form .cb .cb-phone {
	width: 400px;
	text-align: center;
}
.rsform_callback form .cb .cb-phone input{
	margin: 0 auto;
	height: 25px;
	width: 90% !important;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.rsform_callback form .cb .cb-time {
	width: 400px;
	text-align: center;
}
.rsform_callback form .cb .cb-time select{
	margin: 0 auto;
	height: 35px;
	width: 93% !important;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.rsform_callback form .cb .cb-time .cb-time-caption {}
.rsform_callback form .cb .cb-time .cb-time-caption p{
	text-align: left;
	margin: 0 0 5px 14px;
	color: #7b7b7b;
}
.rsform_callback form .cb .cb-comment {
	width: 400px;
	text-align: center;
}
.rsform_callback form .cb .cb-comment textarea{
	margin: 0 auto;
	width: 90% !important;
	font-size: 1.65rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.rsform_callback form .cb .cb-send {
	margin: 0 0 0 14px;
}

.rsform_callback form .cb .cb-send button{
	display: block;
	min-width: 50px;
	color: #7B7B7B;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	background: rgba(236, 240, 241, 0.96);
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}


.rsform_callback form .cb .cb-send button:hover {
	background: rgba(236, 240, 241, 0.96);
	color: #e74c3c;
	border-color: #e74c3c;
}
.rsform_callback form .cb-error{
}
.rsform_callback form .cb-error p.formRed, .rsform_callback form .cb .formValidation p span{
	font-weight: 400;
	text-align: left;
	padding-left: 5px;
}

.rsform_callback form .cb .formValidation {}
.rsform_callback form .cb .formValidation p {}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    display: inline-block;
   
    padding: 12px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
}

.newsflash {
    display: flex;
    flex-wrap: wrap;
}

.content .item-page h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}


.popmake-content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.rsform-input-box {
    margin: 10px auto;
    height: 25px;
    width: 90% !important;
    font-size: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popmake-content select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.rsform-select-box {
    margin: 0 auto;
    height: 35px;
    width: 100% !important;
    font-size: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.popmake-content .cb-time {
    width: 90%;
    margin: 0 auto;
}

.popmake-content textarea.wpcf7-form-control.wpcf7-textarea.rsform-text-box {
    width: 100%;
    margin: 10px auto;
}
.popmake-content .cb-comment {
    width: 90%;
    margin: 0 auto;
}

.popmake-content input.wpcf7-form-control.wpcf7-submit.rsform-submit-button {
    display: block;
    min-width: 50px;
    color: #7B7B7B;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    background: rgba(236, 240, 241, 0.96);
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.popmake-content .cb-send {
    width: 90%;
    margin: 0 auto;
}

form.wpcf7-form.formResponsive .formControls {
    margin-left: 0!important;
}

form.wpcf7-form.formResponsive input.wpcf7-form-control.wpcf7-submit.rsform-submit-button {
    display: block;
    float: right;
    width: 173px;
    color: #7B7B7B;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin: 0 80px 0 0;
    padding: 10px 0;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

form.wpcf7-form.formResponsive input.wpcf7-form-control.wpcf7-submit.rsform-submit-button:hover {
    background: rgba(255, 255, 255, 1);
    color: #e74c3c;
    border-color: rgba(236, 240, 241, 0.96);
}

.b-form .rsform-block-datein input, .b-form .rsform-block-dateout input {
    width: 100%;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-date {
    background: transparent!important;
    border: 3px solid #fff!important;
    border-radius: 3px!important;
}

div#wpcf7-f42-o2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.rsform-input-box {
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 10px!important;
    margin: 7px 0;
}

.booking .b-days {
    width: 110px;
    height: 110px;
    background: url(/wp-content/themes/twentytwenty/templates/1000site_hotel/images/sfera_small.png) center center no-repeat rgba(231, 76, 60, 0.95);
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    margin: 45px 5px 0;
    text-align: center;
    color: #fff;
    transition-property: border, color, background-color;
    transition-duration: 0.25s, 0.25s, 0.25s;
    transition-timing-function: linear, linear, linear;
    transition-delay: 0s, 0s, 0s;
}

div#wpcf7-f42-o2 label {
    color: #fff;
    text-align: center!important;
    margin: 0!important;
    width: 100%;
}

.breadcrumbs>span:first-child a.home, .breadcrumbs>span:first-child a.home span {
    color: #e74c3c!important;
}

figure.wp-block-table th {
    min-width: 110px;
}

.cb-name {
    text-align: center;
}
.cb-phone {
    text-align: center;
}
.mobbtn {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    height: 40px;
    padding: 15px 0 0 0;
}
.mobbtn span, .mobbtnopen span {
    width: 28px;
    height: 2px;
    background: #000;
}
.services.pageserv {
    margin: 0;
}
.pageserv .service {
    width: 25%;
    min-height: auto;
}
.services.pageserv {
    display: flex;
	z-index: 1;
}
.services .service .moduletable h3 {
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    bottom: 0;
}
.service {
    border-radius: 10px!important;
	min-height: unset!important;
}

.service.akcia {
    min-height: 275px!important;
    max-height: 100%!important;
}
.timer {
    display: flex;
    justify-content: center;
}
.top-menu li a {
    text-decoration: none;
}
.wppsac-slick-carousel-wrp.wppsac-clearfix {
    background: #fff;
    padding: 10px 10px 20px 10px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a {
    background: #e74c3c;
}
@media screen and (max-width:767px){
	.pageserv .service {
		width: 100%;
		min-height: auto;
	}
	.mobbtn {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		justify-content: space-around;
		height: 40px;
		padding: 15px 0 0 0;
	}
	.top-menu nav ul li {
		width: 100%;
	}
	.mobbtnopen {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		justify-content: space-around;
		height: 40px;
		padding: 15px 0 0 0;
	}
	.services {
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.content {
		width: auto;
		margin: 20px auto;
		position: relative;
	}
	.news.clear {
		width: auto;
	}
	.news-title {
		width: auto!important;
	}
	.news .block .newsflash .n-block {
		width: 100%;
	}
	.content-h, .content-f {
		width:100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.content-f {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contacts, .form {
		width: 100%;
	}
	footer#footer input {
		width: 90%;
		margin: 0 auto;
	}
	footer#footer input,footer#footer  textarea {
		width: 90%!important;
		margin: 0 auto;
		display: block;
	}
	.formBody {
		display: flex!important;
		justify-content: center;
	}
	footer#footer span.wpcf7-form-control-wrap {
		width: 90%;
	}
	rsform-block.rsform-block-send {
		width: 90%!important;
		margin: 0 auto;
	}
	.copyright {
		margin: 15px 0 0 0!important;
		text-align: center;
	}
	.slider-bg {
		/* min-width: 1000px; */
		max-width: 100%;
		min-height: auto!important;
		margin: -60px auto -19px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.booking {
		width: 100%;
		right: 0;
		min-height: auto!important;
		height: auto;
	}
	.b-form {
		width: 65%!important;
		height: auto!important;
	}
	.b-form .rsform div.title {
		margin: 10px auto 10px!important;
	}
	.b-form .rsform-block-dateout {
		
		width: 45%;
	}
	.b-form .rsform-block-datein{
		width: 100%;
	}
	
	.booking {
		width: 100%!important;
		padding: 10px;
	}
	.form_b {
		width: 45%;
		display: flex;
		margin: unset!important;
		float: left!important;
	}
	fieldset#rsform_3_page_0 {
		padding: 0 10px;
	}
	input.wpcf7-form-control.wpcf7-submit.rsform-submit-button {
		width: auto!important;
		padding: 10px!important;
		display: block;
		margin: 0 auto!important;
		float: unset!important;
	}
	header#header {
		height: auto!important;
	}
	.content-h {
		height: auto!important;
	}
	.content-h {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cb-button {
		margin: 20px 0 0 0!important;
	}
	.breadcrumbs {
		width: 100%!important;
	}
	div#breadcrumbs {
		width: 100%!important;
		padding: 10px;
	}
	.top-menu {
		width: 100%;
		/* background: #fff!important; */
		/* display: block; */
	}
	ul.menu {
		display: none;
		flex-direction: column;
		align-items: center;
		background: rgba(236, 240, 241, 0.96);
		position: absolute!important;
		float: unset!important;
		top: 50px;
	}
	
}

#search {
    margin-top: -35px;
}

@media (max-width: 768px) {
    #search {
        margin-top: 0;
    }
}