body{
margin:0;
padding:0;
    font:normal;
    font-family:Arial;
    background:#ffffff;
    width:100%;
    margin:0 auto;
    color:black
}

a{
    color:blue
}

#nav{
    margin:0;
    padding:7px 6px 0;
    line-height:100%;
    border-radius:2em;
    box-shadow:0 1px 3px rgba(0, 0, 0, .4);
    background:blue;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff',endColorstr='#ffffff');
    background:-webkit-gradient(linear,left top,left bottom,from(#0000ff),to(#ffffff));
    background:-moz-linear-gradient(top,#0000ff,#ffffff); /*  firefox 3.6+ */
    border:solid 1px #0000ff
    }

#nav li{
    margin:0 5px;
    padding:0 0 8px;
    float:left;
    position:relative;
    list-style:none
    }

#nav a{
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 20px;
    margin:0;
    border-radius:1.6em;
    text-shadow:0 1px 1px rgba(0, 0, 0, .3)
    }


#nav .current a,#nav li:hover >a{
    background:yellow;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow',endColorstr='yellow');
    background:-webkit-gradient(linear,left top,left bottom,from(yellow),to(yellow));
    background:-moz-linear-gradient(top,yellow,yellow); /*  firefox 3.6+ */
    color:#444;
    border-top:solid 1px #f8f8f8;
    box-shadow:0 1px 1px rgba(0,0,0,.2);
    text-shadow:0 1px 0 rgba(255,255,255,.8)
    }

/*       1-            */

#nav ul li:hover a,#nav li:hover li a{
    background:none;
    border:none;
    color:blue;
    box-shadow:none
    }

#nav ul a:hover{
    background:#0399d4 !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec',endColorstr='#0186ba');
    background:-webkit-gradient(linear,left top,left bottom,from(#04acec),to(#0186ba))!important;
    background:-moz-linear-gradient(top,  #04acec,  #0186ba) !important;/*firefox 3.6+*/
    color:#fff !important;
    border-radius:0;
    text-shadow:0 1px 1px rgba(0,0,0,.1)
    }

/*        2-          */

#nav ul{
    background:#ddd;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cfcfcf');
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#cfcfcf));
    background:-moz-linear-gradient(top,#fff,#cfcfcf); /*  firefox 3.6+ */
    display:none;
    margin:0;
    padding:0;
    width:230px;
    position:absolute;
    top:39px;
    left:0;
    border:solid 1px #b4b4b4;
    border-radius:10px;
    box-shadow:0 1px 3px rgba(0,0,0,.3)
    }

/*            */

#nav li:hover >ul{
    display:block
}

#nav ul li{
    float:none;
    margin:0;
    padding:0
}

#nav ul a{
    font-weight:normal;
    text-shadow:0 1px 1px rgba(255,255,255,.9)
}

/*        3-          */

#nav ul ul{
    left:186px;
    top:0px
}

/*                                                        */

#nav ul li:first-child >a{
    border-top-left-radius:9px;
    border-top-right-radius:9px
    }

#nav ul li:last-child >a{
    border-bottom-left-radius:9px;
    border-bottom-right-radius:9px
    }

/*          */

#nav:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

#nav{
    display:inline-block
}

html[xmlns] #nav{
    display:block
}

* html #nav{
    height:1%
}

category-wrap {
  padding: 15px;
  background: white;
  width: 200px;
  box-shadow: 2px 2px 8px rgba(0,0,0,.1);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.category-wrap h3 {
  font-size: 16px;
  color: rgba(0,0,0,.6);
  margin: 0 0 10px;
  padding: 0 5px;
  position: relative;
}
.category-wrap h3:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #80C8A0;
  position: absolute;
  right: 5px;
  bottom: 2px;
  box-shadow: -8px -8px #80C8A0, 0 -8px #80C8A0, -8px 0 #80C8A0;
}
.category-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0; 
  border-top: 1px solid rgba(0,0,0,.3);
}
.category-wrap li {margin: 12px 0 0 0px;}
.category-wrap a {
  text-decoration: none;
  display: block;  
  font-size: 13px;
  color: rgba(0,0,0,.6);
  padding: 5px;
  position: relative;
  transition: .3s linear;
}
.category-wrap a:after {
  content:"\f18e";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  color: white;
  transition: .2s linear;
}
.category-wrap a:hover {
  background: #80C8A0;
  color: white;
}
.tot{
width:1000px;
height:800px;
text-align:center;
margin: auto;
}
.baner{
width:100%;
height:90px;
font-family:Arial;
color:#0000ff;
margin:15px auto;
float: left;
}
.container_slider_css{margin:0px;width:50%;height:100%;overflow:hidden;position:relative}
.photo_slider_css{position:absolute;animation:round 24s infinite;opacity:0;width:100%}
@keyframes round {
25%{opacity:1}
40%{opacity:0}
}
img:nth-child(1){animation-delay:18s}
img:nth-child(2){animation-delay:12s}
img:nth-child(3){animation-delay:6s}
img:nth-child(4){animation-delay:0}
@media(min-width:50%) and (max-width:50%) {
.container_slider_css{width:50%;height:80%;}
}
.input-button{
width: 100%; 
height:40px;
text-align: center;
background-color: #0000ff;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #ccc;
font-weight: bolder;
color:#fff; 
margin:0 auto;
padding:5px;
}
.spoil {}
.smallfont {}
.alt2 {}
.content{
margin: 5px 15px 15px 15px;
min-height:60%;
text-align:justify;
font-family:Arial;
background-color:#ffffff;
}
.spoil2 {}
.smallfont {}
.alt2 {}
.content{
margin: 5px 15px 15px 15px;
min-height:80%;
text-align:justify;
font-family:Arial;
background-color:#ffffff;
}
 /*                       */
ul {
list-style: none;
margin: 0;
padding: 0;
}img {
border: none;
}
#menu {
width: 21%;
margin: 10px;
float:left;
}
#menu li a {
height: 32px;
height: 24px;
text-decoration: none;
}
#menu li a:link, #menu li a:visited {
color: #FFF;
display: block;
background:  url(images/menu.gif);
padding: 8px 0 0 35px;
}
#menu li a:hover {
color: #FFF;
background:  url(images/menu.gif) 0 -32px;
padding: 8px 0 0 35px;
}
.content a:link {color:#0000ff}
.content a:visited {color:#0000ff}
.content1 ul {
list-style: disc;
margin-left: 15px;
padding: 0;
}
.content1{
list-style: disc;
margin: 0px 0px 0px 0px;
width:75%;
min-height:500px;
float:right;
text-align:justify;
font-family:Arial;
background-color:#ffffff;
}
.content1 a:link {color:#0000ff}
.content1 a:visited {color:#0000ff}
blockquote {
background-color: #D4F4EA;
border: 1px solid #00B37C;
border-radius: 6px;
box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.4);
font-family: Arial;
font-size: 16px;
font-style: italic;
margin: 0px;
padding: 20px 15px;
width: 90%;
}
.rub {
  font-family: arial;
  vertical-align: middle;
  border-bottom: 1px solid;
  line-height: 5px;
  display: inline-block;
  width: 0.4em;
}
h2{width:100%;
    text-align:center;
    background-color: yellow;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px 20px 20px 20px;
    font-size:18px;
}
.footer{
width:100%;
min-height:90px;
float:left;
vertical-align:middle;
font-family:Arial;
color:#ffffff;
background-color:#0000ff;
}
.footer a:link {color:#ffffff}
.footer a:visited {color:#ffffff}