@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(menu.css);
@import url(blog.css);
@import url(sucur.css);
@import url(blog1.css);
@import url(cz2.css);
    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: auto;
    margin: auto;
    
}
header{
    width: 100%;
    height: 50px;
    background: #800000;
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#c-slider {
    margin-top: 120px;/* ie */
    width: 100%;/* ie */
    
    position: relative;/* ie */
    overflow: hidden;/* ie */ 
    border: 2px solid rgb(173, 2, 9);/* ie */
   
    
            -ms-transform:scale(1.1); // IE 9 
            -moz-transform:scale(1.1); // Firefox 
            -webkit-transform:scale(1.1); // Safari and Chrome 
            -o-transform:scale(1.1); // Opera
}
#slider{
    display: flex;/* ie */
    width: 400%;/* ie */
}
#slider section {
    width: 100%;/* ie */
}
#slider img {
    display: block;/* ie */
    width: 100%;/* ie */
    height: 100%;/* ie */
    cursor: pointer;/* ie */
    max-height: 515px;
}
#btn-prev, #btn-next {
    width: 40px;/* ie */
    height: 40px;/* ie */
    background: rgba(255, 255, 255, 0.7);/* ie */
    position: absolute;/* ie */
    top: 50%;/* ie */
    transform: translateY(-50%);/* ie */
    line-height: 40px;/* ie */
    font-size: 30px;/* ie */
    font-weight: bold;/* ie */
    text-align: center;/* ie */
    border-radius: 50%;/* ie */
    font-family: monospace;/* ie */
    cursor: pointer;/* ie */
}
#btn-prev:hover, #btn-next:hover {
    background: rgba(255, 255, 255, 1);/* ie */
}
#btn-prev{
    left: 5px;/* ie */
}
#btn-next{
    right: 5px;/* ie */
}
@media (max-width:559%){
    #slider img{
        height: 400px;
    }
}
@media (max-width:159px){
    body{
        width: 30%;
    }
}