h4{
    color: #6B8E23;
}
strong.heastr {
    display: block;
    margin: 20px 50px 0;
    width: calc(100% - 100px);
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: #dd0000;
    letter-spacing: 3px;
    text-transform: uppercase;
	text-shadow: -1px 1px 1px #990000;
    text-align: center;
}
div.hea{
    float: left;
    width: 330px;
    height: 100px;
}
img.heaimg{
    float: left;
    width: 230px;
    height: 50px;
    margin: 20px 50px 0;
}
em.heaem{
    cursor: default;
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #333333;
    font-style: normal;
    font-weight: 300;
    text-transform: lowercase;
    text-align: center;
    letter-spacing: -1px;
    text-indent: -4px;
}
div.heaccc{
    position: relative;
    float: left;
    width: 330px;
    height: 120px;
}
div.heaccs{
    display: none;
    position: absolute;
    left: calc(50% - 60px);
    width: 120px;
    height: 160px;
}
footer{
    border-top: 5px solid #d00;
}
button.phocbb{
    background: #458B00;
    background: linear-gradient(to bottom,#66CD00 0, #458B00 100%) #458B00;
    background-color: #458B00;
    border: 1px solid #6B8E23;
    text-shadow: 1px -1px 0 #6B8E23;
}
button.phocbb:hover{
    background: #458B00;
}
svg.basisa{
    fill: #6B8E23;
}
a.bastita:hover, span.bastitsa{
    color: #458B00;
}
div.topc{
    border: 1px solid #112233;
    background: linear-gradient(to bottom,#336699 0,#224466 100%) #224466;
    background-color: #224466;   
}
li.topli{
    border-color: #112233;
}
span.tops{
    background: #336699;
    border: 1px solid #224466;
    text-shadow: #000000 1px -1px 0;
}
a.nava:hover{
    color: #336699;
}
span.glbprc{
    color: #82AD0E;
    text-shadow: 0 1px 1px #004500;
}
button.crtbut{
    background: #458B00;
    background: linear-gradient(to bottom,#66CD00 0, #458B00 100%) #458B00;
    background-color: #458B00;
    border: 1px solid #6B8E23;
    text-shadow: 1px -1px 0 #6B8E23;
}
button.crtbut:hover{
    background: #458B00;
}
input.b1cbut{
    color: #333333;
    background: #ddd;
    border: 1px solid #ccc;
}
input.b1cbut:hover{
    color: #fff;
    background: #66CD00;
    border: 1px solid #6B8E23;
    text-shadow: 0 0 1px #6B8E23;
}
button.buybut{
    color: #fff;
    background: linear-gradient(to bottom,#66CD00 0, #458B00 100%) #458B00;
    background-color: #458B00;
    border: 1px solid #6B8E23;
    text-shadow: 1px -1px 0 #6B8E23;
}
button.buybut:hover{
    background: #458B00;
}
button.prcbut{
    color: #fff;
    background: linear-gradient(to bottom,#66CD00 0, #458B00 100%) #458B00;
    background-color: #458B00;
    border: 1px solid #6B8E23;
    text-shadow: 1px -1px 0 #6B8E23;
}
button.prcbut:hover{
    background: #458B00;
}
input.comaddb, input.comsub{
    color: #333333;
    background: #EEE;
    border: 1px solid #CCC;
}
input.comaddb:hover, input.comsub:hover{
    color: #fff;
    background: #66CD00;
    border: 1px solid #6B8E23;
    text-shadow: 0 0 1px #6B8E23;
}
div.lyrn, div.lyrna{
    color: #458B00;
    background-color: #fff;
    border: solid 1px #458B00;
}
div.lyrna, div.lyrn:hover{
    color: #fff;
    background-color: #66CD00;
    border: solid 1px #458B00;
    box-shadow: 0 0 3px #999999;
    text-shadow: 0 -1px 1px #6B8E23;
}


@media (max-width:1540px){
    div.heaccc{
        width: 250px;
    }
}
@media (max-width:1350px){
    div.hea{
        margin: 0 20px;
    }
    div.heaccc{
        width: 330px;
    }
}
@media (max-width:1160px){
    div.hea{
        margin: 0 10px;
    }
    div.heaccc{
        width: 250px;
    }
}
@media (max-width:1060px){
    div.heaccc{
        width: 200px;
    }    
}
@media (max-width:1010px){
    img.heaimg{
        margin: 10px 15px 0;
    }
    div.heaccc{
        display: none;
    }
    em.heaem{
        text-align: left;
        text-indent: 12px;
    }
}
@media (max-width:780px){
    div.hea{
        text-align: center;
    }
    img.heaimg{
        float: none;
        margin: 10px 15px 0;
    }
    div.hea{
        float: none;
        margin: 0 auto;
    }
    em.heaem{
        text-align: center;
        text-indent: -4px;
    }
}