@media only screen and (min-width: 768px) and (max-width: 1680px){
    #menu li.current-menu-item a{
        color:#285582 !important;
        background-color: #285582 !important;
    }
    #slides .caption a.read-more-btn {
        background-color: #285582;
    }
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { 
        color: white !important;
        background-color: #285582 !important;
    }
    #menu .ddsmoothmenu li li a:hover{
        color: white !important;
        background-color: #285582 !important;
        margin-left: 5px;
    }
    #menu .ddsmoothmenu li li a:hover {
        background: #285582;
        color: #fff;
    }
    #menu .ddsmoothmenu li li a {
        margin-left: 5px !important;
        margin-bottom: 2px !important;
        background-color: white !important;
        color: black !important;
    }
}

.content-bar .post .post_meta li.postc_comment a,
.content-bar .post .post_meta li.post_category a{
    background-color: #285582;
    color:white;
}


.widget-title-underline {
    background-color: #56799a;
}
.head{
    background-color: #285582;
}
h4.widget-title {
    background-color: #285582;
}
.post_meta li a {
    background-color: #285582;
}
li.postc_comment {
    background-color: #285582;
}
.my_p {
    border-bottom: 1px solid #56799a;
}


.bottom-feature .bottom-feature-left .bottom-feature-left-inner a.index-read, 
.bottom-feature .bottom-feature-right .bottom-feature-right-wrapper a.index-read {
    background: url(images/index-read-blue.png) no-repeat 0 0;
}

.bottom-feature .bottom-feature-left .bottom-feature-left-inner a.index-read:hover, .bottom-feature .bottom-feature-right .bottom-feature-right-wrapper a.index-read:hover{
    background: url(images/index-read-blue.png) no-repeat 0 -41px;
}
.index-info{
    background:#6096ca url(images/blue-sep.png) repeat-x;
    border-bottom:1px solid #8ca7c0;
}
.index-info .index-info-one{
    /*background:url(images/mob.png) 0 0 no-repeat;*/
}
.index-info .index-info-two{
    /*background:url(images/sms.png) 0 2px no-repeat;*/
    /*padding-left:35px;*/
}
.index-info .index-info-three{
    /*background:url(images/timing.png) 0 0 no-repeat;*/
    /*padding-left:35px;*/
}
.footer a {
    /*color:#285582;*/
    color:#15a1f2;
}
.footer .widget_inner .searchform {
    /*background: url(images/search-bg-blue.png);*/
}
a {
    color:#285582;
}
.main-content .gallery h1, .main-content .page-content h1.contact, h1.single-heading, .page-content h1.page_title{
    background:#3b5b96; 
}
.main-content .full-width h1.fullwidth-heading{
    background:#3b5b96;  
}

.content-bar .post .read_more{
    /*background:url(images/index-read-blue.png) no-repeat 0 0 !important;*/

}

.content-bar .post .read_more:hover{
    /*background:url(images/index-read-blue.png) no-repeat 0 -41px !important;*/

}

#slides .caption {
    /*    background: #5FA3D2;
        background: rgba(95, 163, 210, .6);
        border:1px solid #5FA3D2;*/
}
#slides .caption p {
    /*color: #fff;*/
}

#contactForm input[type="submit"] ,#respond input[type="submit"]{
    background-color:#3B86C7;
    /*background: url(images/index-read-blue.png) no-repeat 0 0;*/

}

#contactForm input[type="submit"]:hover {
    /*background: url(images/index-read-blue.png) no-repeat 0 -41px;*/
}


@media only screen and (min-width: 767px) and (max-width: 960px) {  

    .footer .widget_inner .searchform {

        width:120px;
        height:26px;
        border:none;
        position:relative;
        margin-bottom:10px;

    }
    .footer .widget_inner .searchform input[type="text"] {
        width:121px;
        height:26px;
        background:transparent;
        /*background:url(images/search-bg-blue-ipad2.png) no-repeat;*/
        border:none;

    }
    .footer .widget_inner .searchform input[type="submit"] {
        position:absolute;
        right:-54px;
        top:5px;
        background:url(images/search.png) no-repeat;
        width:40px;
        height:26px;
        border:none;
        cursor:pointer;

    }

}




