/* CSS Document */

.header_img{
background-color:#000000;
width:100%;
}

*{
  margin: 0px;
padding: 0px;
}

p{
font-size:33px;
margin: 0px;
padding: 5px;
}

body {
background-color:#000000;
}


.main_border {
  width: 100%;
  border:0px solid #000000;
  background-color: #FFFFFF;
}

.footer{
  text-align: center;
}

.copyright{
  font-size: 10px;
  text-align: center;
}

.hr{
  text-align: center;
}

.nav_reklama{
	width: 500;
	height: 200;
}


.left {
  background-color:#FFFFFF; 
}
p {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:15px; 
  color:#000000; 
}

.nav_title {
color:#Fca21a;
margin-top:5px;
margin-left:5%;
margin-right:5%;
font-weight:bold;
text-align:center;
border-bottom:1px solid #424242;
padding-top:6px;
padding-bottom:6px;
background-image: url(img/background.png);
border-radius: 10px 10px 10px 10px;
}

.nav_link {
color:#333333;
font-size:15px;
margin-top:10px;
margin-bottom:10px;

}


.post {border:1px solid #cccccc; width:95%;}
.post_title {background-color:#f6f6f6;}

.post_name {font-weight:bold; margin-top:7px; margin-bottom:7px;}
.post_adds {font-size:11px; margin-top:7px; margin-bottom:7px; color:#424242;}

.post_view { 

font-size:11px;
color:#666666;
}

.mini {
border: 1px solid #000000;
margin-right: 10px;
margin-top:2px;

}

.post_title2 {
font-size:16px;
font-weight:bold;
color:#cc0000;
text-align:center;
background-color:#f6f6f6;


}

.post_add {
font-size:11px;
margin-top:10px;
margin-bottom:10px;
font-weight:bold;

}

.post_comment {
font-size:15px;
font-weight:bold;
color:#cc0000;
}

.post_comment_add {
font-size:11px;
}

.post_div {
border-top:1px solid gray;
border-bottom:1px solid gray;
}

.post_div p {

margin-left:0px;
}

.search_t {
font-size:11px;
}

.search_b {
border:1px solid #cccccc;
background-color:#f6f6f6;
margin-top:6px;


}


/*Player audio*/
.simple-player-container {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.simple-player-container > div > ul {
    margin: 0;
    padding-left: 0;
}
.simpleplayer-play-control {
    background-image: url('image/play.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-play-control:hover {
    background-image: url('image/playing.png');
}
.simpleplayer-stop-control {
    background-image: url('image/stop.png');
    display: block;
    width: 16px;
    height: 16px;
    bottom: -5px;
    position: relative;
}
.simpleplayer-stop-control:hover {
    background-image: url('image/stoped.png');
}

/*Player audio*/


.nav_head{
  margin: 0px;
  font-weight:bold;
  text-align:center;
}
.nav_t a {
color:#Fca21a;
}

.nav_a{
  /*background-color: #FFFFFF;*/
  border-radius: 10px 10px 10px 10px;
  background-color: #Fca21a;  
}

.nav_t{
  background-image: url(img/background.png);
  border-radius: 10px 10px 10px 10px;
}


.border_nav{
  border:3px solid;
  border-color: #FFFFFF;
  /*border-radius: 10px 10px 10px 10px;*/
}

.point {
background-image:url(img/point.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:5px;
margin-bottom:7px;
margin-top:7px;

}

.pstrnav {
	padding: 0px 10px 20px 15px;
	color:#424242;
}

.pstrnav a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px;color:#245E93; text-decoration:underline;
}

.sinput {

width:190px;
height:25px;
background-color:#f6f6f6;
border:1px solid gray;

}

.sbutton {
width:190px;
height:25px;
background-color:#cc0000;
color:#FFFFFF;
border:1px solid gray;


}

.post_secret {font-weight:bold; margin-top:7px; margin-bottom:7px;}
.post_secret a {color:#666666; text-decoration:none;}

.comments {

font-family:Verdana;
font-size:11px;
color: #666666;

}

.pvote {
border:1px solid gray;
background-color:#f6f6f6;
padding:10px;

}

.sub_vote {
border:1px solid gray;
background-color:#f6f6f6;
width:60px;
margin-left:10px;
}

.img_partner {
	width: 150px;
	height: 100px;
}

.oNas {
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
	margin-left: 10px;
}



.photo{
  width: 400px;
  height: auto;
  padding: 5px;
  border: solid 1px;
}




.surat{
  width: 150px;
  height: 100px;
}

/*Стиль наведения на картинку в разделе о нас*/

.blogodel {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 8px;
}
.blogodel:hover {cursor: pointer;}

.blogodel img {
  background-color: #459;
  border: none;
  margin: 0;
  padding: 1px;
}

.blogodel .more {
  background-color: #123; 
  color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  filter:alpha(opacity=65);
  opacity:.65;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
  position: absolute;
  right: 10px; bottom: 10px;
}

.blogodel .desc {display: none;}
.blogodel:hover .desc {
  background-color:#345;
  display: block;
  margin: 0;
  color: #FFF;
  font-size: 15px;
  padding: 3px;
  filter:alpha(opacity=75);
  opacity:.75;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  position: absolute;
  bottom: 3px; left: 3px; right: 3px;
}

.blogodel:hover .desc strong {
  display: block;
  font-size: 16px;
  line-height: 1em;
}


/*Стиль меню категорий движущаяся картинка*/

.macmenu {
margin-left: 50px;
 width: 200px; /*высота всего блока*/
}
.button {
 text-align: center;
 margin: 0 10px; /*внешние отступы*/
}

.button a img,
.button a {
 display: block;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
 height: 70px;
 width: 70px;
  position: relative;
  float: left;
}
.button a {
 margin: 5px 5px 5px 5px;
 text-align: center;
 color: #Fca21a;
 font: normal normal 20px Verdana;
 text-decoration: none;
 word-wrap: normal;
 margin-right: 20px;
}
.macmenu a:hover img {
 margin-left: -50%;
 height: 150px;
 width: 150px;
}
.button a:hover {
 font: normal bold 20px Verdana;
 height: 100px; /*высота ссылки при наведении курсора*/
}



/*Стиль обратной связи*/
.obratnaya_svyaz{
	font-family:Verdana 18px;
	font-weight:bold;
}




/* common and top level styles */
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #F5F5F5;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    width: 100%;
}
#nav > li {
    float: left;
    text-align: center;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav > li > a {
    color: #333333;
    display: block;
    font-size: 1.3em;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #Fca21a;
    color: #FFFFFF;
}
#nav li.active > a {
    background-color: #333333;
    color: #FFFFFF;
}


#nav{
 font-size:25px;
}

h1{
font-size: 100px;
}

.foto_onas{
  width: 200px;
  height: 160px;
}

.videoYoutube{
  width: 560px;
  height: 315px;
}







/*Планшеты*/
@media (max-width: 768px){
.header_img{
  width: 768px;
  height: 150px;
  background-color: #000000;
}




.photo{
  width: 350px;
  height: auto;
  padding: 5px;
  border: solid 1px;
}




.main_border {
  width: 768px;
  border:0px solid #000000;
  background-color: #FFFFFF;
}

#nav{
  margin-top: 0px;
  font-size: 30px;
  width: 768px;
}


#nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: block;
        width: auto;
    }



   .surat{
  width: 300px;
  height: 200px;
}

.videoYoutube{
  width: 700px;
  height: 370px;
}
}





@media (max-width: 425px){
.header_img{
  width: 425px;
  height: 105px;
  background-color: #000000;
}



.photo{
  width: 410px;
  height: auto;
  padding: 5px;
  border: solid 1px;
}




.footer{
width: 425px;
}

.surat{
  width: 150px;
  height: 100px;
}



h1{font-size: 30px;}
h2{
    font-size: 20px;
  }

p.post_title{
font-size: 200px;
}



.videoYoutube{
  width: 420px;
  height: 220px;
}
.main_border {
  width: 425px;
  border:0px solid #000000;
  background-color: #FFFFFF;
}

}










@media (max-width: 375px){
.header_img{
  width: 375px;
  height: 75px;
  background-color: #000000;
}



.photo{
  width: 360px;
  height: auto;
  padding: 5px;
  border: solid 1px;
}



.footer{
width: 375px;
}

.surat{
  width: 100px;
  height: 75px;
}

#nav{
  margin-top: 0px;
  font-size: 20px;
  width: 375px;
}

h1{font-size: 30px;}
h2{
    font-size: 20px;
  }

p.post_title{
font-size: 200px;
}



.videoYoutube{
  width: 350px;
  height: 175px;
}
.main_border {
  width: 375px;
  border:0px solid #000000;
  background-color: #FFFFFF;
}

}



@media (max-width: 320px){
.header_img{
  width: 320px;
  height: 70px;
  background-color: #000000;
}







.simpleplayer-play-control {
    background-image: url('image/play.png');
    display: float;
    bottom: -5px;
    position: relative;
}
.simpleplayer-play-control:hover {
    background-image: url('image/playing.png');
}
.simpleplayer-stop-control {
    background-image: url('image/stop.png');
    display: float;
    bottom: -5px;
    position: relative;
}
.simpleplayer-stop-control:hover {
    background-image: url('image/stoped.png');
}














.footer{
width: 320px;
}

.surat{
  width: 75px;
  height: 50px;
}

.foto_onas{
  width: 150px;
  height: 110px;
}


.post {border:1px solid #cccccc; width:95%;}


#nav{
  margin-top: 0px;
  font-size: 20px;
  width: 320px;
}

h1{font-size: 30px;}
h2{
    font-size: 20px;
  }

p.post_title{
font-size: 200px;
}



.videoYoutube{
  width: 300px;
  height: 150px;
}
.main_border {
  width: 320px;
  border:0px solid #000000;
  background-color: #FFFFFF;
}


.photo{
  width: 310px;
  height: auto;
  padding: 5px;
  border: solid 1px;
}


  
}