/* Колонки */

div#header{position:relative;
}

div#wrapper{float:left;width:100%}

div#content{margin: 0 20%;
}

div#left_side{float:left;width:20%;margin-left:-100%;
}

div#right_side{float:left;width:20%;margin-left:-20%;
}

div#footer{clear:left;width:100%;
}

.clear{clear:both;}


/* Лента */
.banner {
  position: relative;
  display: block;
  margin: 100px -200px;
  width: 85%;
  height: 40px;
  border: 1px solid #8a1;
  font-size: 125%;
  padding-top: 10px;  
  text-align: center;
  background: radial-gradient(circle, rgba(224,224,224,1) 0%, rgba(164,167,170,1) 100%);
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0,0,0,.15) inset,
      				0 6px 10px rgba(0,0,0,.15);
				  border-top: 0.0625em dashed hsl(30, 90%, 44%);
				    border-bottom: 0.0625em dashed hsl(30, 90%, 44%);
}
.banner::before,
.banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -70px;
  top: 24px;
  display: block;
  width: 40px;
  height: 0px;
  border: 30px solid #a4a7aa;
  border-right: 20px solid #e0e0e0;
  border-bottom-color: #a4a7aa;
  border-left-color: transparent;
  transform: rotate(-5deg);
}

.banner::after {
  left: auto;
  right: -70px;
  border-left: 20px solid #e0e0e0;
  border-right: 30px solid transparent;
  transform: rotate(5deg);
}

/* Меню на ленте*/
/* unvisited link */
.banner a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
.banner a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
.banner a:hover {
  color: red;
}

/* selected link */
.banner a:active, a.focus:link, a.focus:visited {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

	
      
.active{
	 top: -9px;	 
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    text-decoration: none;
    color: red;
}
.active:hover{ color: #e60013; }
.active:before,
.active:after{
    content: "";
    width: 100%;
    height: 70%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.active:after{
    border-top: none;
    border-bottom: none;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
      opacity: 1;
       width: 90%;

}
.active:hover:before{
    height: 60%;
    opacity: 1;
}
.active:hover:after{
    width: 85%;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .active{ margin-bottom: 20px; }
}


.link{
		 top: -9px;	
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    color: #363030;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
     text-decoration: none;
     
}
.link:hover{ color: #e60013; }
.link:before,
.link:after{
    content: "";
    width: 100%;
    height: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link:after{
    border-top: none;
    border-bottom: none;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
.link:hover:before{
    height: 80%;
    opacity: 1;
}
.link:hover:after{
    width: 90%;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 20px; }
}


#header1 {
border-top: 0px solid #778899;
border-bottom: 0px dotted #B2BCC6;
height: 7em;
z-index: 999999;
}
#header1 .slogan {
font: 120% Georgia, “Times New Roman”, Times, serif;
color: #2B4EFF;
background-color: transparent;
float: right;
width: 200px;
margin-right: 2em;
margin-top: 0.5em;
z-index: 999999;
}
#header1 .logo {
float: left;
width: 80px;
margin-left: 0.5em;
margin-top: 0.9em;
z-index: 999999;
}

#logo {
  position: fixed;
  right: 85%;
  top: 2%;
  background-color: #d6d6d6;
  padding: 0 20px;
  height: 80px;
  width: 150px
  line-height: 80px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

#logo .logo-s {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/logo-s.png) no-repeat;
  margin-right: -96px;
  margin-top: -19px;
  width: 122px;
  height: 122px;
  z-index: 999999;
}

#menu {
	  position: fixed;
	    right: 5%;
	      top: 2%;
	       width: 470px;
	       
	        background-color: #d6d6d6;
		  height: 80px;
		  line-height: 50px;
		   font-size: 15px;
		   text-transform: uppercase;
		   text-decoration: none;
		  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
		  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
		   box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
		   z-index: 999999;
		      }
		      
#menu ul .nav-s {
	  position: absolute;
	    left: 0;
	      top: 0;
	      text-decoration: none;
	  
	    background: url(../images/nav.png) no-repeat;
		margin-left: -99px;
		margin-top: -23px;
		width: 122px;
		height: 122px;
		z-index: 999999;
		}
		

.star, star:hover {font-size: 0.9em; 
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; 
color: #ddcca3;}

/* Заголовок */
.zagolovok {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 40px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.zagolovok5  {
  font-size: 42px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;      
		    }


/* Note styles */
.note-wrap {
  width: 235px;
  min-height: 235px;
  padding: 35px;
  position: relative;
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  color: #4b453c;
  background: #f7e999;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    margin: 30px 15px 10px 50px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
	.note-wrap :before  {
		display: block;
		content: ""; 
		background: rgba(227, 200, 114, 0.40);
		width: 130px;
		height: 28px;
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	  border-radius: 6px/18px 0;
		position: absolute;
		top: -13px;
		left: 70px;
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}


/******************************************/
/***  Стили для параграфов и заголовков  **/
/******************************************/

.box4 h2{
	margin: 30px;
	text-align:center;
}

.box4 p{
	margin: 30px;
	color: #aaa;
	outline: none;
}



/************/
/*** Box4 ***/
/************/

.box4{
	margin: 50px;
	min-height: 100px;
	width: 400px;
	padding: 5px 0 ;
	position:relative;
	background: #fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#fff), to(#fff), color-stop(.2, #f2f2f2));
	background: -moz-linear-gradient(0% 0% 360deg, #fff, #f2f2f2 20%, #fff );
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.box4:before{
	content: '';
	width: 50px;
	height: 50px;
	top:0; right:0;
	position:absolute;
	z-index: -1;
	-webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg)
						translate(-14px,20px)
						skew(-20deg);
	-moz-transform: rotate(2deg)
						translate(-14px,20px)
						skew(-20deg);	
		-o-transform: rotate(2deg)
						translate(-14px,20px)
						skew(-20deg);
				transform: rotate(2deg)
						translate(-14px,20px)
						skew(-20deg);		
}
.box4:after{
	content: '';
	width: 50px;
	height: 50px;
	top:0; left:0;
	position:absolute;
	z-index:-1;
	display: inline-block;
	-webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(2deg)
						translate(12px,25px)
					   	skew(20deg);
	-moz-transform: rotate(2deg)
						translate(12px,25px)
					   	skew(20deg);	
	-o-transform: rotate(2deg)
						translate(12px,25px)
					   	skew(20deg);
	transform: rotate(2deg)
						translate(12px,25px)
					   	skew(20deg);					
}

.shr_box4{
	width: 100px;
	height: 100px;
	bottom:0; right:0;
	position:absolute;
	z-index: -1;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(0deg)
						translate(-20px,-15px)
					   skew(20deg);
	-moz-transform: rotate(0deg)
						translate(-20px,-15px)
					   skew(20deg);
	-o-transform: rotate(0deg)
						translate(-20px,-15px)
					   skew(20deg);	
		transform: rotate(0deg)
						translate(-20px,-15px)
					   skew(20deg);				   
}
.shl_box4{
	content: '';
	width: 100px;
	height: 100px;
	bottom:0; left:0;
	position:absolute;
	z-index: -1;
	-webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(0deg)
						translate(20px,-15px)
					   skew(-20deg);
	-moz-transform: rotate(0deg)
						translate(20px,-15px)
					   skew(-20deg);
	-o-transform: rotate(0deg)
						translate(20px,-15px)
					   skew(-20deg);
	transform: rotate(0deg)
						translate(20px,-15px)
					   skew(-20deg);			   
}

.drop-shadow {
	position: relative;
	float: center;
	width: 40%;
	padding: 1em;
	margin: 2em 10px 4em;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}
.drop-shadow p {
	font-size: 16px;
	font-weight: bold;
}
 
/* Поднятые углы */
 
.lifted {
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.lifted:before, .lifted:after {
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.lifted:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* Новости */
	.cn_content{
		position:relative;
	border:1px solid #444;
	top:0px;/*5*/
	left:0px;
	width:257px;
	background-color:#ccc;
	height:280px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px 5px 0px 8px;
	font-size:12px;
	
}
.cn_content img{
	width:215px;
	height:115px;
	margin:5px 5px 0px 20px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}


a.cn_more{
	position:absolute;
	padding: 4px 87px;
	left:0px;
	top:255px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}

a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}

	
	
.cn_category{
	position:absolute;
	width:85px;
	bottom:27px;
	left:5px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
	text-shadow:-1px 0px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}	
	
.cn_date{
	position:absolute;
	bottom:27px;
	right:10px;
	font-size:11px;
	color: white;
}	
	
	
	.cn_zagolovok{
	font-size:15px;
	text-transform:uppercase;
	color:#a59832;
		position:relative;
	bottom:-5px;
	margin:5px 5px 35px 5px;
}
	
.cn_preview{
	height:57px;
	margin:-6px 0px 35px 5px;
	overflow:hidden;
		position:absolute;
	bottom:10px;
}	
	
	
.cn_list{
	width:235px;
	font-size:12px;

	/* top:310px;
	left:13px;*/
	background:#ccc 0 0 repeat-y;
	padding:12px;
	border-radius:5px;
	margin:0px 5px 0px 8px;
}

.cn_item{
	border:1px solid #090909;
	 line-height: 100%;
	position:relative;
	overflow:hidden;
	height:120px;
	color:#576370;
	padding:5px;
	margin:6px 5px 0px 0px;
	background:#2b2b2b;
	background: linear-gradient(60deg, #EECFBA, #C5DDE8);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.cn_item:hover, .selected + .Zagolovok1 {
	border-color:#4c7ecb;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
		color: #fff;
		.Zagolovok1.color:red;
}

.cn_list p{
	height:100px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #333;
	margin-top:-20px;
}

.Date1
{

color:blue;
font-weight: bold;
text-align: center;
}

.Zagolovok1
{
color:#C6176C;
font-weight: bold;
text-align: center;
}


.News1
{
	position:relative;
top:-15px;
text-align: left;
font-style: italic;
}


.Opublikoval1
{
		position:relative;
top:3px;
color:black;
font-weight: bold;
text-align: left;
font-style: italic;
}

.event_top_wrap {
	background:url(../images/event_top.jpg) 0 0 no-repeat;
	background-size: 275px 100px;
	height:85px;
}
.event_meddile_wrap {
	background: url(../images/event_meddile.jpg) 0 0 repeat-y;
	background-size: 275px 100px;
	overflow:hidden;
}
.latest_text {
	font:bold 24px Trajan Pro, Arial, Helvetica, sans-serif;
	color:#f4911c;
	padding:38px 0 0 115px;
}

h7 {
 font:normal 16pt Arial;
 color: rgba(0,0,0,.6);
text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;

  }
