﻿body{
/*margin:0 auto;*/
font-family: Palatino Linotype, serif;
font-size: 13px;
margin-left:5%;

}
hr{
	width:1px;
	color:blue;
}

a{
	color: black;
}

a:hover{
	color:#92278f;
	transition: 0.5s;
	
}
div{
	overflow: hidden;
}

div.wrapper{
	width:1149px;
	height:2000px;
	height:auto;
	/*margin:0 auto;*/
	margin-top: 10px;
	overflow: visible;
	
}

h2{
		  /*font-family: 'Futura-Normal', arial;*/
	  font-size: 30px;
	  font-weight: lighter;
}
/*Колонка*/

div.column{
	width:220px;
	height:auto;
	/*position:fixed;*/
	float:left;
	margin-left: 10px;
}

div.logo{
	
	height:130px;
	overflow: visible;
line-height: 1em;


}
div.logo img{
	height:70px;
	margin-left: 15px;
	margin-top: 10px;
}

div.logo-pic{
	
	height:400px;	
	margin-top:20px;
}

div.logo img{
	height:70px;
	margin-left: 15px;
	margin-top: 10px;
}

div.logo p{
	margin-left: -10px;
	font-style: italic;
	font-size: 19px;
	line-height: 1em;
	font-family: Minion Pro, serif;
	text-align: center;
	margin-top: -5px;
	}
div.contact{
	
	height:225px;
	
}

div.contact p{
	margin-left: 0px;
	font-size: 14px; 
	text-align: center;
}

div.coming-soon{
	
	height:625px;
	font-size: 12px;
	border-bottom: 4px blue;
}

div.coming-soon ul{
	margin-top: -10px;
		list-style: none;
		}

div.coming-soon h4{
	margin-left:40px;
	}
/*Конец колонки*/


div.content1{
	width:902px;
	height:1000px;
	height:auto;
	margin-left: 260px;
	overflow: visible;
	/*float:right;*/
	
}

div.menu{
	width:800px;
	height:80px;
	font-family: Minion Pro, serif;
	margin-bottom: -10px;
	;
}
	div.menu ul{
		list-style: none;
		margin-left: -60px;
		margin-top: 20px;
		}

		div.menu ul li{
		display: inline;
		padding-left: 20px;
		font-size: 20px;	
	}

div.footer1{
	float:none;
	width:100%;
	height:140px;
	font-size: 14px;
	border-top: 1px solid;
	margin-top: 90px;

	
}


div.footer1 table{
	width:100%;
	height:auto;
	vertical-align: top;
	margin-top: 30px;
	font-size: 12px;

}

div.footer1 table td{
	width:auto;
	vertical-align: top;
}
div.footer1 span{
	color:black;
	margin-left: 40px;
}
div.footer1 ul{
		list-style: none;
		margin:0;
		}
div.footer1 img{
	margin-left: 46px;
	height:100px;
}
div.footer1 img.foster{
	margin-top: 20px;
	height:50px;
	opacity: 0.5;
}

div.photos{
}


figure{
	float:left;
	margin: 0;
	padding: 1px;
}

.pictures img{
	height:130px;
	

-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
/*конец кода с transition*/
}
img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

