﻿html, body { 
    height: 100%; /* Высота родителя */
    margin: 0; /* Убираем отступы у страницы */
	cursor: url("cur116.cur"), auto;
   }
   
body {
   background: url(images/sky.jpg); 
	font-size: 16px;
   }
   
#wrap {
    background: #fff;
	width:1200px;
	margin:0 auto;
   }
   
#header{  
	width:100%; 
	text-align:center; 
	color:#ffffff;
	font-size:24px; 
	padding-top:40px; 
}

#header.logo {
	height: 150px;
	background: url(images/logo.jpg);
}

#menu{ 
	background:#fff;
	float:left; 
	text-align:center; 
	color:#ffffff; 
	font-size:18px; 
	margin-bottom:0;
	width: 200px;
	height: 100%;
	padding: 125px 100px 10px 10px;
}

#content{
	background:#fff;
	margin-left:100px; 
	padding:15px; 
	margin-bottom:0;
} 

h1{
	color: #fff;
	font-weight: bold;
	font-family: Segoe Print;
	font-size:45px;
	text-align:center;

	/*добавляем замедление*/
	transition: all .3s; 
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

h1:hover{
	font-size:60px;
	
	/*добавляем замедление*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

h2{
	color:black;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	font-family: Segoe Print;
	font-size:32px;
	/*добавляем тень для заголовка*/
    text-shadow: 5px 5px 5px #aaa;
}

p{
	color:#000;
	font-family:"Segoe Print", Segoe, serif;
	font-size:16px;
}

a {
	color: #fff;
	text-decoration: none;
	font-size:16px;

	/*добавляем замедление*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
	
a:hover, a:link,  a:active{
	text-decoration: none;
}

a:hover{
	color: #fff;
	/*добавляем замедление*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.list_menu{
	list-style:none;
	margin:0;
	font-family:Segoe Print, Helvetica, Sans-serif;
	font-weight:bold;
}
 
.list_menu li{
	display:block;
	color:black;
	margin:20px;
	font-family: Segoe Script;
}

.list_menu li a{
	padding:10px;
	display:block;
	color:black;
	background:#ffffff;
	/*добавляем тень для кнопок*/
    box-shadow: 5px 5px 5px #aaa;
}
.list_menu li a:hover{
	padding:10px;
	display:block;
	color: #fff;
	background:#345bab;
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
			/*перемещение*/

}
	
img{
	margin: 5px 20px 10px 0;
	float:left;	
	/*добавляем тень для картинок*/
    box-shadow: 50px 5px 5px black;
	}
	
img.up{
	margin: 0;
	position:fixed;
	bottom:20px;	
	right: 40px;
	border:0;
	opacity: 0.6; /*прозрачность*/
	}
	
img.up:hover{
	opacity: 1; /*непрозрачность*/
	
	/*добавляем замедление на все изменения*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	}
	


h2{
	color:black;
	padding: 100px 10px 0 0;
	font-weight: bold;
	font-family: Segoe Print;
	font-size:35px;
	/*добавляем тень для заголовка*/
    text-shadow: 100px 50px 50px #aaa;
}

p{
	color:#000;
	font-family:"Segoe Print", Segoe, serif;
	font-size:16px;
}

a {
	color: #000000;
	text-decoration: none;
	font-size:16px;
	
	/*добавляем замедление*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
	
a:hover, a:link,  a:active{
	text-decoration: none;
}

a:hover{
	color: #345bab;
	/*добавляем замедление*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.list_menu{
	list-style:none;
	margin:0;
	font-family: Segoe Script, Helvetica, Sans-serif;
	font-weight:bold;
}
 
.list_menu li{
	display:block;
	color: #345bab;
	margin:0px;
	font-family: Segoe Print;
}

.list_menu li a{
	padding:20px;
	display:block;
	color: #ffffff;
	background:#000000;
	/*добавляем тень для кнопок*/
    box-shadow: 5px 5px 5px #555;
			transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.list_menu li a:hover{
	padding:15px;
	display:block;
	color: #000;
	background:#66FF00;
	height:50px;
		transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.contacts {
	position:absolute;
	top:200px;	
	right:50px;
	height:60px;
	width:150px;
	background:#000;
	border:8px solid;
}	
.contacts img {
	box-shadow: 0px 0px 0px #aaa;
}

img{
	margin: 5px 20px 10px 0;
	float:right;	
	/*добавляем тень для картинок*/
    box-shadow: 5px 5px 5px #aaa;
	}
	
img.up{
	margin: 0;
	position:fixed;
	bottom:20px;	
	right: 40px;
	border:0;
	opacity: 0.6; /*прозрачность*/
	}
	
img.up:hover{
	opacity: 1; /*непрозрачность*/
	/*добавляем замедление на все изменения*/
		transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	}	

iframe{
	/*добавляем тень для фрейма*/
    box-shadow: 5px 5px 5px #aaa;
	margin:20px 0;
}


#footer{
	clear:both;
	width:1200px; 
	margin:auto;
	vertical-align: bottom; /* Выравнивание текста футера по низу */
	text-align:center;/* Выравнивание текста футера по центру */
	height: 60px;
	background: #345bab;
	padding: 0;  
	background: url(images/footer.jpg);
	margin-top:-50px;
	font-family: Segoe Print;
}

#footer p{
	font-family:Segoe Print, Helvetica, Sans-serif;
	color: #fff;
	padding:20px;
}
<style>
#video12 {
  position: relative;
  margin-bottom: 110px;
  padding-bottom: 75%;
}
#video12 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#video12 div {
  position: absolute;
  bottom: -110px;
  width: 100%;
  height: 100px;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}
#video12 img {
  height: calc(100% - (5px + 1px)*2 - 10px);
  margin: 0 5px 0 0;
  padding: 5px;
  border: 1px solid #555;
  border-radius: 5px;
  opacity: .7;
}
#video12 img:hover {
  opacity: 1;
  cursor: pointer;
}
#video12 img:focus {
  opacity: .2;
}
/*GROW*/
.grow {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 .grow :hover {
  width: 100px;
  height: 100px;
}


