/* menu padding adjustment */
@media all and (max-width: 850px) {
    #menu li {padding:0 9px;}
}
@media all and (max-width: 900px) and (min-width: 851px) {
    #menu li {padding:0 12px;}
}
@media all and (max-width: 1000px) and (min-width: 901px) {
    #menu li {padding:0 15px;}
}

/* adjust image blocks */
@media all and (max-width: 650px) {
    #title .title-area h1{font-size: 14px; font-weight: normal;}
    .block-wrap .block{width: 46.5% !important;}
}
@media all and (max-width: 450px) {
    .block-wrap .block{width: 95% !important;}
}

/* bring contact down */
@media all and (max-width: 450px) {
    #header .header-outer {
        height: 210px !important;
    }
    .header-area .header-contact {position:relative; right: 0; top: 0; width: 100%;float: left;
        text-align: center;
        padding: 0; background: #191616;height:auto;}
}

/* show drop down on smaller screens */
@media all and (max-width: 800px) {
    #menu{display: none;}
    #menu1{display: inline-block;}
}

/* show drop down on smaller screens */
@media all and (max-width: 650px) {
    .footer-area .footer-right h5{line-height: 60px;}
    .footer-area .footer-left h5{line-height: 25px;}
    .footer-area .footer-left {width:100% !important; text-align: center;}
    .footer-area .footer-right {width:100% !important;text-align: center;}
}
@media all and (max-width: 500px) {
    .main-content2 .content2-left{width: 100% !important;}
    .main-content2 .content2-right{width: 100% !important;padding: 10px 0 0 0;margin-bottom: 20px;}
}