/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper{
	width: 85%;
	margin: 2% auto;
	background: #ffffff;
	padding: 2% 3% 2% 7%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	overflow: hidden;
}
.item{
	background: #ffffff;
	width: 12%;
	height: 12em;
	float: left;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	margin: 0 1% 1% 0;
}
.item > div{
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.front{
	transition: all .5s;
}
.front:hover{
	box-shadow: 0 0 10px #000;
}


#but {
  position: fixed;
width: 5%;
left:3%;
top: 5%;
  z-index: 31;
}	

#but_scach
{
  position: fixed;
width: 4.5%;
right:3%;
top: 75%;
  z-index: 31;
}	

.button_down, .button_top  {
position:fixed;
width:2.5%;
bottom:8.5%;
right:4%;
cursor:pointer;
  z-index: 31;
}

.button_down {
bottom:1.5%;
}

.button_top  {
  z-index: 31;

}

.button_down  {
  z-index: 31;

}

#clouse_wind5
{
position: fixed;
width: 5%;
height: auto;
left: 0%;
top:0%;
}


