

nav.main_menu > ul > li > a {
    position: relative;
    padding: 0 10px;
}

.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 300px;
}



@media only screen and (max-width: 800px) {

.carousel-inner .slider_content .text.one_by_one {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
    width: %;
    width: 90%;
    padding: 3px;
}
}

@media only screen and (max-width: 1000px)  {

header {
    top: 0!important;
    margin-top: 0!important;
    display: block;
    height: 150px;
}

}