
body {
  margin: 0;
  padding: 0;
  background: #eee;
  overflow-x: hidden;

}
iframe {
	border:3px solid transparent;    
    border-radius:10px;
}



a.news img {
	
	border:3px solid transparent;    
    border-radius:10px;
	width: 560;
	
}
 


a.news img:hover {
	border:3px solid #034F80;
}


#container{visibility:hidden;}

a { text-decoration: none; }

.title {
 
  color: #FFFFFF;
  
  font-weight:bold;
  margin-right: 20px;
}

.clear { clear: 'both'; }

#circle {
  margin-top: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  height: 300px;
  background: #f86057;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  color: #fff;
  font-size: 60px;
}

header {
    background-color: rgba(39, 146, 2, 0.73);
  padding: 10px 10px 10px 0px;
  text-decoration: none;
    font:normal 12px/18px Arial, san-serif ;
  position: fixed;
      top: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
}

@-webkit-keyframes blink5 {
0% {
    background-color: rgba(189, 28, 28, 0.7);
}
33% {
    background-color: rgba(50, 183, 14, 0.7);
}
66% {
    background-color: rgba(15, 32, 199, 0.7);
}
100% {
   background-color: rgba(189, 28, 28, 0.7);
}
}
@keyframes blink5 {
 0% {
    background-color: rgba(189, 28, 28, 0.7);
}
33% {
    background-color: rgba(50, 183, 14, 0.7);
}
66% {
    background-color: rgba(15, 32, 199, 0.7);
}
100% {
   background-color: rgba(189, 28, 28, 0.7);
}
}

footer {
    background-color: #028692ba;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
      font:normal 12px/18px Arial, san-serif ;
  position: fixed;
  bottom:0px;
  width: 100%;
  z-index: 5;
  display:none;
   -webkit-animation: blink5 8s linear infinite;
  animation: blink5 8s linear infinite;
  text-align: center;
}


#tpp-mobile { 
position: fixed;
  bottom:25px;
   left:50%;
   visibility:hidden;
  -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
        transform: translate(-50%);
  }

.button_footer {
	
  
    text-decoration: none; 
   color: #FFFFFF; /* Öâåò ññûëîê */
  
	 text-shadow: 0 -3px rgba(0,0,0,.1);

  
   }
  
.button_footer:visited  {	
    text-decoration: none; 
   color: #FFFFFF; /* Öâåò ññûëîê */
   }

   
#content {
  background-color: #eee;
  padding: 52px 10px 10px 10px;
  position: relative;
  width: auto;
  min-height: 1000px;
  -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

nav {
  top: 40px;
  margin-left: -70%;
  position: fixed;
  z-index: 2;
  width: 150px;
  height: 100%;
  background: #;
}

nav ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

nav li {
  position: relative;
  padding: 2px;
}

nav li a {
  color: #222;
  text-decoration: none;
}

#hamburger {
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  float: left;
  padding-right: 10px;
}

#hamburger div {
  background-color: #FFFFFF;
  height: 3px;
  margin-top: 3px;
  width: 90%;
}

.hamburger-action { cursor: pointer; }

#hamburger-overlay {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  background:url(tricolor2.jpg) no-repeat;
  background-size: auto 100%;
  background-position:top left;
}

@media only screen and (max-width: 500px) {
#container{visibility:visible;}
iframe {
  height: 315px;
  width: 90%;}
  a.news img {
  width: 90%;}

}
@media only screen and (max-width: 980px) and (orientation:portrait) {
	#container{visibility:visible;}
	iframe {
  height: 315px;
  width: 90%;}
   a.news img {
  width: 90%;}
}


@media only screen and (max-width: 500px) and (orientation:landscape){

#tpp-mobile {    left:65%;  }
#tpp-mobile img { width: 180px; }
iframe {
  height: 315px;
  width: 90%;}
   a.news img {
  width: 90%;}
}
