
.newsletter_block p{
	padding:0px;
    margin: 0;
    overflow: hidden;
    line-height: 35px;
    position: relative;
}
.newsletter_block .description p:last-child {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
.newsletter_block .group {
    position: relative;    
}
.newsletter_block input.inputNew {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #5C5C5C;
    display: block;
    float: left;
    padding-left: 25px;
    position: relative;
    border-radius: 0;
    width: 65%;
    height: 35px;
}
.newsletter_block .button_mini {
    border: medium none;
    color: #6E6E6E;
    font-size: 12px;
    left: 8px;
    top: 10px;
    position: absolute;
}
.newsletter_block .submitNewsletter{
    background-color: #1C1C1C;
    border: medium none;
    color: #6E6E6E;
    font-size: 11px;
    padding: 10px 20px;
    line-height: normal;
    margin: 0 0 0 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
    display: block;
    float: left;
}
.newsletter_block .description {
    margin-bottom: 15px;
}

.newsletter_block .valid {
    position: absolute;
    top: 100%;
    left: 0;
    width: 98%;
    z-index: 9999;
}
@media (max-width: 768px) {
    #artMenu li>ul{
        display: none;
    }
}