@media screen and (min-width: 590px) {
#nav form select {
	display:none;
}
#header #nav {
	padding:20px 1%;
}
#header #nav img {
	max-height:none;
}
#header #nav h1 {
	float:left;
}
#header #nav ul {
	display:block;
	float:right;
	margin-top:10px;
}
#header #nav ul li {
	display:block;
}
#header #nav ul a:link,#header #nav ul a:visited {
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	margin:20px;
	padding:2px;
}
#header #nav ul a:hover,#header #nav ul a:active {
	text-shadow: 1px 1px #fff;
}
#header #nav #usertop {
	display:block;
	position:absolute;
	top:-10px;
	right:0;
}
#header #nav #usertop a {
	text-decoration:none;
	padding:3px;
	margin-left:10px;
}
#center {
	margin-top:120px;
}
.home #center {
	margin-top:0;
}
/*.diary #center h2 span {
	margin-left:30px;
}*/
/*news*/
#center div.news .newsimg {
	float:left;
	padding:0;
	margin:auto 1em auto auto;
	margin-right:1em;
}
#center #coverimg {
	max-height:500px;
	overflow:hidden;
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
	-o-transition-delay:1s;	
	transition-delay:1s;
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;
	transition-duration:.6s;
	margin-bottom:1em;
}
#center #coverimg:hover .covernews {
	margin-top:0;
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;	
	-o-transition-duration:.6s;
	transition-duration:.6s;
}
#center #coverimg:hover {
	max-height:1000px;
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-o-transition-delay:.3s;	
	transition-delay:.3s;
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;	
	-o-transition-duration:.6s;
	transition-duration:.6s;
}
#center .covernews {
	width:100%;
	margin-top:-70px;
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
	-o-transition-delay:1s;	
	transition-delay:1s;
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;	
	-o-transition-duration:.6s;
	transition-duration:.6s;
}
}
@media screen and (min-width: 750px) {
/*h2 {
	text-align:left;
}	*/
#footer ul {
	width:33.3%;
	float:left;
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:70px;
}
.tblinput {
	display:table;
	width:100%;
}
.tblinput label {
	display:table-cell;
}
.tblinput label  input,.tblinput label  select {
	width:100%;
}
.tbl2 label:not(.error) {
	width:50%;
}
.tbl3 label:not(.error)  {
	width:33.3%;
}
.tbl4 label:not(.error)  {
	width:25%;
}
fieldset .tblinput label.cap {
	width:9%;
}
form label.float {
  float:left;
  width:49%;
	*width:48%;
  margin:auto 0.5%;
}
}
@media screen and (min-width: 980px) {
#header #nav ul {
	margin-top:0;
}	
#header #nav ul li {
	display:inline-block;
	line-height:90px;
}
#header #nav ul a:link,#header #nav ul a:visited {
	margin:15px 0 15px 30px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.w50 {
	width:49%;
}
.w35 {
	width:35%;
}
.w65 {
	width:62%;
}
.w30 {
	width:30%;
}
.w70 {
	width:67%;
}
.home h2 {
	margin-bottom:40px;
}
.home hr {
	margin-top:40px;
}	
.home #center li {
	margin:60px;
}
.nomob {
	display:block;
}
.mob {
	display:none;
}
.diary #center .text .testo {
	min-height:300px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:10px;
	margin-bottom:10px;
}
/*.diary #center .profile {
	text-align:left;
}*/
.diary .fr,.diary .fl {
	margin-bottom:80px;
}
.guestbook>div,.gallery {
	max-height:600px;
	margin:0;
}
.gallery {
	max-height:640px;

}
.guestbook img {
	top:-30px;
}
.bg {
	background:url(/img/layout/bg-d.jpg) 15px 0 repeat-x scroll;
}
ul.diarylist li {
	width:30%;
}
#center .uicon {
	float:right;
}
#center .uicon li {
	width:220px;
}
}
@media screen and (min-width: 1180px) {
/*#content .banner a {
	margin:0 5%;
}*/
.home #center li {
	margin:80px;
}
ul.diarylist li {
	width:23%;
}
}
@media screen and (min-width: 1600px) {

}