::-moz-selection  {
	background-color:#91D8f7;
	color: #fff;
}

::selection 	{
	background-color:#91D8f7; 
	color: #fff; 
}

a { 
	outline: 0; 
	color: #277D0F; 
	text-decoration: none; 
}

a:hover 	{
	text-decoration: underline;
}

p a:hover  {
	color: #3CC117;
}

a:active {
	outline: none;
	position: relative; 
	top: 5px; 
}

.clearfix {
	clear: both;
	border-radius:10px
}

.back  {
	padding-left:10px;
}

.back a, .back a:visited {
	color:#0054A6;
}

body { 
	background: #F5FFFA; color: #222; 
	font-family: 'Noto Serif', serif; serif; 
	font-size: 14px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in; 
 }

#wrapper  { 
	margin: 3px auto; 
	max-width: 100%;  
	width: 98%; 
	background: #fff; 
	padding: 7px;  
	border:1px solid #CDCDCD
}

header { 
	padding: 10px auto; 
	background: #F0F8FF
}


h1  {
	font-size: 24px; 
	font-family: serif; 
	line-height: 15px; 
	padding: 30px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;  
}

h1 a:hover { 
	text-decoration: none; 
	color: #3CC117;
}



h2 { 
	font-family: serif; 
	font-size: 20px; 
	padding: 10px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}



h3  { 
	font-family: serif; 
	font-size: 20px; 
}

h4  { 
	font-family: serif;
	padding: 3px; 
	margin: 5px 0 0 0; 
}

h4 a 	{
	text-decoration: underline; 
}

nav { 
	background: #00FF00; 
	padding: 10; 
	margin: 3px 0;
}

nav a { 
	color: #0000FF; 
	display: block; 
	float: left; 
	padding: 10px; 
}

nav a:visited { 
	color: #006400; 
}

nav a:hover { 
	text-decoration: none; 
	background: #00BFFF; 
}

nav a:active	{ 
	position: relative; 
	top: 0; 
}

.left-col { 
	width: 80%; 
	float: left; 
}

.left-col p a {
	color:#277D0F;
}

.left-col p a:hover {
	color:#37B215;
}

.sidebar {
	width: 15%; 
	float: right;
	margin-bottom: 10px; 
	-webkit-transition-property: width;
	-moz-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

.adsenseleft {
  float:left;
  margin-right: 10px;
}
.sidebar h4 a {
	color:#000;
	text-decoration:none;
}

.sidebar h4 a:hover {
	color:#072100;
	text-decoration:none;
}

#featured {
	padding: 20px; 
}

#latest	{
	padding: 20px; 
}

#about {
	padding: 20px; 
}

p { 
	padding: 0 15px 0 15px; 
}

ul { 
	list-style: none; 
}

ul li { 
	margin: 0 15px; 
}

footer {
	padding: 5px; 
}

#foot {
    position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
	font-size: 20px; 
    padding: 10px; /* Поля вокруг текста */
    background: #7fff00; /* Цвет фона */
    color: #fff; /* Цвет текста */
    width: 70%; /* Ширина слоя */
	margin: 0 auto; /* Выравниваем слой по центру */
    width: 80%; /* Ширина слоя */
    opacity: 0.5; /* Значение прозрачности */
    filter: alpha(Opacity=50); /* Прозрачность в IE */
   }
pre { 
	overflow: scroll; 
	font-size: 14px; 
}
a.test {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255,255,255,.6);
  text-shadow: 1px 1px rgba(0,0,0,.3);
  text-decoration: none;
  padding: 15px;
  border-radius: 15px;
  background: rgb(10,120,10);
  box-shadow:
   inset 0 0 3px 1px rgba(0,0,0,.8),
   inset rgba(0,0,0,.3) -5px -5px 8px 5px,
   inset rgba(255,255,255,.5) 5px 5px 8px 5px,
   1px 1px 1px rgba(255,255,255,.1),
   -2px -2px 5px rgba(0,0,0,.5);
  transition: .2s;
}
a.test:hover {
  color: rgba(255,255,255,.9);
  background: rgb(20,130,20);
}
a.test:active {
  background: rgb(0,110,0);
  box-shadow:
   inset 0 0 5px 3px rgba(0,0,0,.8),
   inset rgba(0,0,0,.3) -5px -5px 8px 5px,
   inset rgba(255,255,255,.5) 5px 5px 8px 5px,
   1px 1px 1px rgba(255,255,255,.2),
   -2px -2px 5px rgba(0,0,0,.5);
}

.wrapper { display: inline-block; width: 150px; height: 50px; vertical-align: top; margin: 0em 0.5em 1em 0; cursor: pointer; position: relative; font-family: Tahoma, Arial; -webkit-perspective: 4000px; -moz-perspective: 4000px; -ms-perspective: 4000px; -o-perspective: 4000px; perspective: 4000px; }   .item { height: 100px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: -webkit-transform .6s; -moz-transition: -moz-transform .6s; -ms-transition: -ms-transform .6s; -o-transition: -o-transform .6s; transition: transform .6s; }   .item:hover { -webkit-transform: translateZ(-50px) rotateX(95deg); -moz-transform: translateZ(-50px) rotateX(95deg); -ms-transform: translateZ(-50px) rotateX(95deg); -o-transform: translateZ(-50px) rotateX(95deg); transform: translateZ(-50px) rotateX(95deg); }   .item:hover img { box-shadow: none; border-radius: 15px; }   .item:hover .information { box-shadow: 0px 3px 8px rgba(0,0,0,0.3); border-radius: 3px; }   .item img { display: block; position: absolute; top: 0; border-radius: 3px; box-shadow: 0px 3px 8px rgba(0,0,0,0.3); -webkit-transform: translateZ(50px); -moz-transform: translateZ(50px); -ms-transform: translateZ(50px); -o-transform: translateZ(50px); transform: translateZ(50px); -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }   .item .information { display: block; position: absolute; top: 0; height: 50px; width: 150px; text-align: left; border-radius: 15px; padding: 10px; font-size: 12px; text-shadow: 1px 1px 1px rgba(255,255,255,0.5); box-shadow: none; background: rgb(236,241,244); background: -moz-linear-gradient(top, rgba(236,241,244,1) 0%, rgba(190,202,217,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,244,1)), color-stop(100%,rgba(190,202,217,1))); background: -webkit-linear-gradient(top, rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%); background: -o-linear-gradient(top, rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%); background: -ms-linear-gradient(top, rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%); background: linear-gradient(to bottom, rgba(236,241,244,1) 0%,rgba(190,202,217,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f4', endColorstr='#becad9',GradientType=0 ); -webkit-transform: rotateX(-90deg) translateZ(50px); -moz-transform: rotateX(-90deg) translateZ(50px); -ms-transform: rotateX(-90deg) translateZ(50px); -o-transform: rotateX(-90deg) translateZ(50px); transform: rotateX(-90deg) translateZ(50px); -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s; }   .information strong { display: block; margin: .2em 0 .5em 0; font-size: 20px; font-family: "Oleo Script"; }

/* Сбросим все отступы */
.menu ol,.drop-down h3,.drop-down h3 a{
padding: 10;
    margin: 5;
}
/* Базовые стили */
.menu {
    width: 170px;
  
    margin: 5px 0 0 10px;
}
/* Стиль блока при наведении курсора */
.menu:hover {
    height: auto;
    background-color: #CCFFFF;
    border: solid 1px #1a3c35;
background-image:url(/img/27.jpg);
border-radius:5px;
}
/* Заголовок в простом состоянии */
.menu h3 a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #777;
    text-decoration: none;
}
/* Стиль для заголовка при наведении курсора */
.menu:hover h3 a {
    color: #fff;
    font-weight: bold;
    position: absolute;
}
/* Скрываем список без наведения курсора */
.menu ol {
    list-style: none;
    display: none;
}
/* Отображаем список при наведении курсора */
.menu:hover ol {
    display: block;
    margin-top: 20px;
}
.menu li {
    display: block;
}
/* Стиль для элементов списка */
.menu li span {
    padding: 8px;
    margin: 3px;
    background-color: #CCFFFF;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
/* Стиль для элементов списка при наведении */
.menu li span:hover {
    background-color: #99FFCC;
}

.note { position:relative; width:500px; padding:1em 1.5em; margin:2em auto; color:#0000ff; background:#76eec6; overflow:hidden; }
 
.note:before { content:""; position:absolute; top:0; right:0; border-width:0 23px 23px 0; border-style:solid; border-color:#fff #fff #76eec6 #76eec6; background:#76eec6; display:block; width:0; }

.note:before { content:""; position:absolute; top:0; right:0; border-width:0 23px 23px 0; border-style:solid; border-color:#fff #fff #76eec6 #76eec6; background:#76eec6; display:block; /* Это свойство для того чтобы Firefox 3.0 правильно отображал позиционирование */ width:0; /* Это свойство для того чтобы Firefox 3.0 правильно отображал позиционирование */   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2); -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2); box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2); }

.note.rounded { -webkit-border-radius:9px 0 9px 9px; -moz-border-radius:9px 0 9px 9px; border-radius:9px 0 9px 9px; }

.focus {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.focus:hover {
  border: 70px solid #000;
  border-radius: 50%;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.knopa {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:5px 6px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}


.knopa:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}


.knopa::before {
	background-color:#2591b4;
	background-image:url(/img/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
 position:absolute;
		right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.knopa:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}

a.knopa4 {
background:#404040;
color:#ccc;
text-decoration:none;
border-radius:20px;
box-shadow:inset rgba(0,0,0,.7) -8px -8px 20px 5px inset rgba(255,255,255,.5) 8px 8px 20px 5px #000 0 0 0 1px rgba(0,0,0,.3) 0 0 0 4px;
padding:25px;
}


a.knopa4 {
  padding: 25px;
  background: #404040;
  color: #ccc;
  text-decoration: none;
  border-radius: 20px;
  box-shadow:
   inset rgba(0,0,0,.7) -8px -8px 15px 5px,
   inset rgba(255,255,255,.5) 8px 8px 15px 5px,
   #000 0 0 0 1px,
   rgba(0,0,0,.3) 0 0 0 4px;
}
a.knopa4:hover {
  color: #fff;
 padding: 25px;
}
a.knopa1 {
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.knopa1:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.knopa1:active {
  top: 1px;
}

a.knopa2 {
background:rgba(172,173,125,0.5);
text-decoration:none;
outline:none;
color:#777;
border-radius:2px;
border:1px solid #878857;
box-shadow:0 1px 1px #878857, inset 0 0 1px #dcdd89, inset 0 1px 0 #dcdd89;
text-shadow:0 1px 1px rgba(255,255,255,1);
padding:1px 21px;
}

a.knopa2:hover {
background:rgba(172,173,125,1);
}

a.knopa2:active {
box-shadow:0 1px 1px #fff, inset 0 1px 0 #878857, inset 0 0 1px #878857;
}

a.knopa4 {
background:#404040;
color:#ccc;
text-decoration:none;
border-radius:15px;
box-shadow:inset rgba(0,0,0,.7) -8px -8px 20px 5px inset rgba(255,255,255,.5) 8px 8px 20px 5px #000 0 0 0 1px rgba(0,0,0,.3) 0 0 0 4px;
padding:15px;
}

