a img {
    border: none;
}
.cleaner{
    float: none;
    clear: both;
}
body{
    font-family:arial, sans-serif;
    margin:0;
    background:whitesmoke;
}
h1 {
    margin-top: 0;
    padding: 0;
text-align: center;
}
h1.hidden {
display: none; 
}
a {
    color: #000000;
}
p { line-height: 150% }
.content{
    margin:0 auto;
    width:1000px;
    background-size:cover;
    position:relative;
}
.header{
    background:url("../images/top_bg.png");
    background-repeat:repeat-x;
    border-bottom: 5px solid #000000;
    height:75px;
    position:relative;
    margin:0;
    width:100%;
}
.logo {
    height:80px;
    position: absolute;
    top: 0; 
    left: 0; 
    border:5px solid white;
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -o-box-shadow: 0 0 10px #000000;
}
.menu{
    list-style-type: none;
    margin: 0;
    float: right;
}
.menu li{
    text-transform:uppercase;
    color: white;
    font-size: 17px;
    position: relative;
    float:left;
}
.menu ul li a { text-shadow: 1px 1px #000000 }
.menu li a{
    text-shadow: 1px 1px #000000;
    text-decoration:none;
    color:white;
    font-weight:bold;
    padding:28px 20px;
    display:block;
}
.menu li a:hover{
    color: rgb(0,147,221);
    text-decoration:none;
}
.search{
    background:url("../images/lupa.png") no-repeat !important;
    height:20px !important;
    width:20px !important;
    float:right !important;
    background-repeat: no-repeat;
    background-position: top;
    margin: 30px 15px 0px 0px !important;
    padding:0 !important;
}            
.search:hover{
    background-position: bottom !important;
} 
.search span{
   display:none;
    
}
.picture{
    display: block;
    background: url("../images/head.jpg");
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: 5px solid black;
    width: 100%;
    height: 550px;
    margin: -8px 0px 0px 0px;
}
.planet{
    top: -140px;
    position: absolute;
    width: 278px;
    height: 300px;
    left: 50%;
    margin-left: -135px;
    /*
    -ms-transform: rotate(20deg); 
    -webkit-transform: rotate(20deg); 
    transform: rotate(20deg);*/
}                          
.middle{
    background: url("../images/mid_bg.png") repeat-x;
    width:100%;
    height:400px;
}
.motto{
    font-size: 30px;
    font-weight:bold;
    color: white;
    text-align: center;
    top:250px;
    left:325px;
    width: 350px;
    position: absolute;
}
.block.left {
    float: left;
}
.block.right {
    float: right;
}
.block {
    width: 300px;
    margin-bottom: 30px;
}
.block a { 
    box-shadow: 0 0 20px 3px #000000;
    position:relative;
    height:131px;
    width: 100%;
    display: block;
    margin-top: 45px;
}
.block a:hover  span{  
    background-color:#4c4c4c;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
.block a.vyroba {
    background:transparent url("../images/vyroba.jpg") no-repeat;
}
.block a.sklad {
    background: transparent url("../images/sklad.jpg") no-repeat;
}
.block a.montaz {
    background: transparent url("../images/montaz.jpg") no-repeat;
}
.block a.technologie {
    background: transparent url("../images/bionafta.jpg") no-repeat;
}
.block a span { 
    font-size:18px;
    color:white;
    width:100%;
    position:absolute;
    text-align: center;
    display: block;
    background: #0093dd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 90px
}

.left{
    float:left;
}
.right{
    float:right;
}

.whitespace p{
    font-family:Arial, Helvetica !important;
    display:block;
    font-size:16px;
    text-align:left;
    margin:20px 0px 0px 0px;
}
.whitespace .content {
    padding: 40px 0;
}
.eco{
    padding: 40px 0;
    margin-top: 40px;
    height:100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #efefef;
}
.eco span{
    width:450px;
    font-size:18px !important;
}
.recycle{
    margin: 0 auto;
    background: url("../images/eco.png") left center no-repeat;
    height: 100px;
    width: 460px;
    padding: 0 0 0 120px;
    text-align: left;
}
.low{
    background:rgb(46,46,46);
    height:80px;
    bottom: 0;
    width: 100%;
    margin:0 auto;
}
.hight{
    background:rgb(76,76,76);
    bottom: 0;
    width:100%;
    margin:0 auto;
}
.footer .hight p{
    margin-top:40px;
    color:white;
    text-align: left;
    font-size: 16px;
    float: left;
    width: 230px;
}
.footer .hight p.noshit {
    float: none;
    margin: 0;
    padding: 10px 0 40px 0;;
    width: 100%;
}
.low a{
    text-decoration:none;
    color:white;
    font-size: 15px;
    float: left;
    width: 100px;
    margin: 30px 20px 0px 0px;
}
.contact{
    margin-left:260px;
}
.officer{
    float:right !important;
    margin-top:85px !important;
}

.low a:hover{
    text-decoration:underline;
}
.copyright{
    width: 390px !important;
    float:right !important;
    margin-right:-40px !important;
}
.footer strong{
    color: rgb(0,147,221);
}






.menu_flow{
    z-index:99;
    display:none;
    position:absolute;
    background:rgb(46,46,46);
    margin-left:-55px;
    padding:10px 0;
}

.menu_flow li{
    padding: 0;
    text-align:center;
    list-style-type: none;
    margin:0;
    float:none !important;
    width: 200px;
    border-top:1px solid #4c4c4c;
}
.menu_flow li.first_li{
    border:none;

}
.menu_flow li a{
    font-size:14px;
    padding: 10px 20px;
    display:block;
}
.menu_flow li:hover{
    color: rgb(0,147,221);
}
.block a span.clona{
    height:90px;
    width:100%;
    background:#000000 url("../images/mg.png");
    opacity:0.5;
    background-repeat:no-repeat;
    background-position:50% 50%;
    position:absolute;
    display:none;
    margin:0;
}

.gallery .item, .gallery .IS_placeholder, .gallery .item .img {
    width: auto;
    height: auto;
    background: none;
}
.gallery .item .img:hover {
    background: none;
}