* {
  margin: 0;
  padding: 0;
}
html,
body {
	width:100%;
	height:100%;
}
body{
	font-family: arial;
	font-size:13px;
	margin:0px;
	background: url(/img/site/fon.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.content{
	position:relative;
	width:980px;
	height:100vh;
	margin:auto;
	background-color:#006400;
}
.header{
	position:relative;
	width:100%;
	height:120px;
	background-image:url(/img/site/header.jpg);
	background-repeat:no-repeat;
}
.body{
	background-color:#fff;
	border-collapse:collapse;
	border:2px #32CD32 solid;
}
.footer{
	position:relative;
	width:100%;
	height:50px;
	background-color:#006400;
	text-align:center;
}
.contents{
	width:100%;
	background-color:#fff;
	padding:0px;
	margin:0px;
}
.contents .solution{
	width:100%;
	padding: 5px;
	border-top:1px #D3D3D3 dashed;
	border-bottom:1px #D3D3D3 dashed;
	text-align:justify;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#797A7C;
	font-weight:normal;
}
#cost, #cartCount, #cartSum {font-family:arial; font-size:21px; color:#006400}
.count_rooms{
	font-family: arial;
	font-size:13px;
}
.text{font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#797A7C; font-weight:bold}
.text a:link, .text a:visited, .text a:active{font-family:arial; font-size:11pt; color:#797A7C; font-weight:bold; text-decoration:none}
.text a:hover {color:#3A5C84}
.input_form{width:330px; overflow:hidden; height:30px; box-shadow: 0 1px 0 #f5f5f5 inset; transition: all 0.5s linear; color:#3A5C84;}
.menu{height:55px;background-color:#006400;color:#ffffff}
.menu ul {list-style-type:none;margin:0;padding:0; float:right;}
.menu li {float:left}
.menu a:hover, .menuline .active a {background-color:#00FF7F; color:#006400}
.menu a {
	padding: 0 12px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	color:#ffffff;
	display: block;
	text-decoration: none;
	transition: all 0.2s linear;
}
.cathead{color:#2B7CD5; font-family:arial; font-size:21pt; font-weight:bolder; padding-left:21px}
.adminmenu{font-weight:bold; text-align:left; color:#006400;}
.adminmenu a:hover, .menuline .active a {text-decoration:underline; color:#008000;}
.adminmenu a {
	color:#006400;
	text-decoration:none;
	font-weight:normal;
}
label{font-family:arial; font-size:14px; font-weight:bold; color:#008000;}
.phones{
	height:30px;
	font-family:arial;
	font-size:14px;
	color:#797A7C;
	font-weight:bold;
}
.phones tr.head td{padding:10px; text-align:center; vertical-align:middle; color:#008000; background-color:#dbd8ba; border: 1px solid #C1C1BC;}
.phones tr.body td{padding:5px; border: 1px solid #C1C1BC; background-color:#fff; cursor:pointer;}
.title{color:#006400; font-family:arial; font-size:21px; font-weight:bolder; padding-left:21px}
.showimg{
	float:left;
	border:3px solid #daa520;
	margin:5px;
}
.service{
	height:30px;
	font-family:arial;
	font-size:14px;
	color:#797A7C;
	font-weight:bold;
	vertical-align:middle;
}
.service tr.head td{padding:10px; text-align:center; background-color:#dbd8ba; border: 1px solid #C1C1BC;}
.service tr.body td{border-bottom: 1px solid #C1C1BC; background-color:#fff;}
.service_info{
	position:absolute;
	width:300px;
	height:70px;
	background-color:#f6f5f3;
	color: #797a7c;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	.opacity(0.5);
	.rounded(5px);
}
.building{
	font-family:arial;
	font-size:14px;
	color:#797A7C;
	vertical-align:middle;
}
.building tr.head td{text-align:center; background-color:#dbd8ba; border: 1px solid #C1C1BC;}

.bar {
	height: 18px;
	background: green;
}

.rooms{
	width:700px;
	height:70px;
	background-color:#d8d6d7;
	font-size:14px;
	color:#797A7C;
	text-align:center;
	vertical-align:middle;
	border-collapse:collapse;
}
.rooms td{
	background-color:#f6f5f3;
	border:1px solid #C1C1BC;
	cursor: pointer;
}
/*
.rooms td:hover {
	color:#fff;
	background-color:#5c8825;
}
*/
.rooms td.sel {
	color:#fff;
	background-color:#5c8825;
}
.rooms td.nosel:hover {
	color:#fff;
	background-color:#dddcda;
}
.rooms td.room_full {
	color:#fff;
	background-color:#ff0000;
}
.rooms td.room_part {
	color:#000;
	background-color:#ffff00;
}
.rooms td.room_empty {
	color:#fff;
	background-color:#5c8825;
}
.rooms_form{overflow:hidden; height:30px; box-shadow: 0 1px 0 #f5f5f5 inset; transition: all 0.5s linear; color:#3A5C84;}

.booking_room{
	font-family:arial;
	font-size:14px;
	color:#797A7C;
	font-weight:bold;
}
.booking_room tr.head td{padding:5px; text-align:center; vertical-align:middle; color:#008000; background-color:#dbd8ba; border: 1px solid #C1C1BC;}
.booking_room tr.body td{padding:5px; border: 1px solid #C1C1BC; background-color:#fff; cursor:pointer;}


.booking{
	background-color:#00FF00;
	width:250px;
	height:150px;
	text-align:center;
	margin-bottom:3px;
}
.entry .exit {width:200px}
.entry_login .entry_pass{width:250px}
.orders{
	width:250px;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	border-top:3px #fff solid;
}
@-webkit-keyframes pulsate {
	100% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
	100% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
#notify {
	width:250px;
	height:50px;
	background: green;
	display:none;
	text-align:center;
	padding-top:20px;
	font-family:arial;
	font-size:18pt;
}
#notify a {
	color: rgb(245,245,245);
	text-shadow: 0 -1px rgba(0,0,0,.1);
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
	text-decoration:none;
}

.personal{
	width:250px;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	border-top:3px #fff solid;
	border-bottom:3px #fff solid;
}
input[type="text"]{
	height:30px;
	padding-left:5px;
	background-color:#FFE4C4;
	color:#006400;
}
input[type="password"]{
	height:30px;
	padding-left:5px;
	background-color:#FFE4C4;
	color:#006400;
}
select{
	height:30px;
	background-color:#FFE4C4;
	color:#006400;
}
p{
	font-family: arial;
	font-size:11pt;
	text-indent:20px;
	padding:5px;
	text-align:justify;
}
.button {
	height:27px;
	padding-right:7px;
	padding-left:7px;
	display: inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); 
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3); 
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: arial;
	font-size: 13px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	cursor: pointer;
	outline: none !important;
}

.button:hover, .button:focus {
	text-decoration:none;
}

.button-green:hover,
.button-green:focus {
	color: #fff;
	background: #a5bd24; /* Old browsers */
	background: -moz-linear-gradient(top, #a5bd24 0%, #7dac38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5bd24), color-stop(100%,#7dac38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bd24', endColorstr='#7DAC38',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a5bd24 0%,#7dac38 100%); /* W3C */
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border: 1px solid #781;
}

.button-green {
	color: #fff;
	background: #5c8825; /* Old browsers */
	background: -moz-linear-gradient(top, #8fbb44 0%, #5c8825 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbb44), color-stop(100%,#5c8825)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbb44', endColorstr='#5c8825',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8fbb44 0%,#5c8825 100%); /* W3C */
	border: 1px solid #670;
}

.resultSearch {
	z-index: 1000;
	position: absolute;
	padding: 0;
	margin: 0;
}
.resultSearch li {
	list-style: none;
	height: 30px;
	padding: 0;
	margin: 0;
	position: relative;
	padding-top:3px;
	padding-left:3px;
	width:297px;
	color:#3A5C84;
	background-color:#FFE4C4;
	border-top:1px #D3D3D3 dashed;
	cursor:pointer;
}
.resultSearch li ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	width:297px;
}
