
@font-face {
    /*
    font-family: ShellyAllegroC; /* Имя шрифта *
    src: url(../fonts/font.ttf); /* Путь к файлу со шрифтом *
    */
    font-family: "Arial", Helvetica, sans-serif;
   }
html{overflow-y:scroll;}
html, body {
    margin:0;
    padding:0;

}
body {
	background: #f0f0f0;
/*	font-family:ShellyAllegroC, serif; */
    font-family: "Arial", Helvetica, sans-serif;
	font-size: 20px;
}

p {
    font-size: 28px;
    margin:0 ; 
}

img, a {
	border:0;
}
h1 {
	text-align: center;
	font-size: 50px;
}
h2 {
	text-align: center;
	font-size: 30px;
	margin: 5px;
	color: #050505;
}
h3 {
	text-align: center;
	font-size: 30px;
	margin-top: 35px;
}


.form {
	background: #f3c99f;
}
.menu {
	padding-left: 10px;
	margin: 0;
}
.menu li {
	list-style: none;
	margin-left:10px;
}
.menu li a {
	text-decoration: none;
	display: block;
	background-image: url(../img/li.png);
	background-position: left center; 
	background-repeat: no-repeat;
	padding:3px;
	padding-left:35px;
	font-size: 28px;
	margin-bottom: 5px;
}
.menu li a:hover {
	color: #c7935e;
}
.input, .input-password {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding:10px 0px;
	text-align: center;
	border:1px solid #514f4c;
	background: rgba(3,3,3,.1);
	outline:none;
	color:#fff;
	font-style: italic;
	font-size:18px;
}
.btn-login {
	display: block;
	text-align: center;
	border:1px solid #aaa;
	width: 260px;
	padding:2px 0px;
	text-align: center;
	border:1px solid #514f4c;
	cursor: pointer;
	background: rgba(3,3,3,.1);
	font-size: 18px;
	font-style: italic;
	outline:none;
	

}
.btn-login:focus{
  outline: none;
  box-shadow: 3px 3px 10px #333;
  background: rgba(3,3,3,.50);
}
.form h2 {
	color:#261817;
	font-weight: bold;
}

.photos {
    text-align:center;
}
.photo {
    display:inline-block;
    border-radius:50%;
    width: 140px;
    height:140px;
    margin-right: 30px;
    box-shadow: 0 0 20px #f3c99f;
}
.text {
    margin-top: 100px;
    line-height: 20px;
    margin-bottom: 50px;
}
.in-air {
    font-size: 27px;
    margin-top: 15px;
    font-weight: bold;
}
#login-form {
	background-image: url("img_nature.png");
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	margin: 400px 170px 170px 170px;
	width: 400px;
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  -webkit-box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.3);
   box-shadow:  1px 1px 50px #000;
  
}
#login-form2 {
		
	margin: 200px 10px 10px 10px;
	width: 300px;
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  -webkit-box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.3);
   box-shadow:  1px 1px 50px #000;
  
}

#login-form h1 {
	background-color: rgba(3,3,3,0.10);
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	color: #000000;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#login-form fieldset {
	border: none;
	padding: 20px;
	position: relative;
}


#login-form fieldset form {
	overflow: hidden;
	width: 270px;
}

#login-form fieldset form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
  -webkit-appearance:none;
  width: 260px;
  align: center;
  position: center;
  

}

#login-form fieldset form input[type="email"] {
	border: 1px solid #514f4c;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	padding: 12px 10px;
	width: 260px;
  -webkit-appearance:none;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus{
  outline: none;
  box-shadow: 3px 3px 10px #333;
  background: rgba(3,3,3,.50);
}

/* Placeholders */
::-webkit-input-placeholder {
   color: #ddd;  }
:-moz-placeholder { /* Firefox 18- */
   color: white;  }
::-moz-placeholder {  /* Firefox 19+ */
   color: white;  }
:-ms-input-placeholder {  
   color: #333;  }

/* Link */

#login-form fieldset form input[type="password"] {
	border: 1px solid #514f4c;
	border-top: none;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	padding: 12px 10px;
	width: 260px;
  -webkit-appearance:none;
}

#login-form fieldset form input[type="submit"] {
	background-color: #ebebeb;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #404040;
	cursor: pointer;
	float: none;
	font-weight: bold;
	margin-top: 20px;
	padding: 12px 12px;
  -webkit-appearance: none;
}

#login-form fieldset form input[type="submit"]:hover {
	background-color: #e0e0e0;
}

#login-form fieldset form span:before {
	background-color: #c9c9c9;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "?";
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	width: 20px;
}

#login-form fieldset form span {
	font-size: 12px;
	margin-top: 40px;
}

#login-form fieldset form span a{
	color: #eb6d1a;
	text-decoration: none;	
}

#login-form fieldset form span a:hover {
	color: #eb6d1a;
}

/* Стили бара vladmaxi, можно удалить */
.vladmaxi-top{
	line-height: 24px;
	font-size: 11px;
	background: #eee;
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	font-family: calibri;
	font-size: 13px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}

.vladmaxi-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
	text-decoration:none;
}
.vladmaxi-top a:hover{
	background: #fff;
}
.vladmaxi-top span.right{
	float: right;
}
.vladmaxi-top span.right a{
	float: left;
	display: block;
}

#footer {
    position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    padding: 10px; /* Поля вокруг текста */
    background: #2f2f2f; /* Цвет фона */
    color: #fff; /* Цвет текста */
    width: 100%; /* Ширина слоя */
   }
   #footer div {
    padding: 10px; /* Поля вокруг текста */
    background: #2f2f2f; /* Цвет фона */
   } 
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-family: "Arial", Helvetica, sans-serif;
   font-size: 20px;
    border: 0px;
	
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: none;} 

.rooms {
	    text-align: center;
        font-size: 14px;	
        margin-top:21px;
        margin-left:8px;
        width:140px;
		height:25px;
        border:1px;
        border-radius:8px;
}






