

@media only screen and (max-width: 480px){.q_logo a{height: 60px !important;}}

body.home .ls-nav-prev, body.home .ls-nav-next{display: none !important;}

@media (max-width: 567px) {
    .carousel-inner .item:nth-child(2) .slider_content.left{
        width: 58% !important;
    }
}
@media only screen and (min-width: 601px){
	.title h1 {
    width: 50%;
}
.breadcrumb {
    width: 50%;
    text-align: right;
}
}

.post_image img {
    max-width: 600px;
}

.qbutton.green {
    border: 1px solid #15286D!important;
    background: #15286D!important;
    background: #15286D -ms-linear-gradient(bottom,#15286D 0,#15286D 100%)!important;
    background: #15286D -moz-linear-gradient(bottom,#15286D 0,#15286D 100%)!important;
    background: #15286D -o-linear-gradient(bottom,#15286D 0,#15286D 100%)!important;
    background: #b4cf00 -webkit-gradient(linear,left bottom,left top,color-stop(0,#15286D),color-stop(1,#15286D))!important;
    background: #b4cf00 -webkit-linear-gradient(bottom,#15286D 0,#15286D 100%)!important;
    background: #b4cf00 linear-gradient(to top,#15286D 0,#15286D 100%)!important;
}

.testimonial_content_inner .testimonial_author h4 {
    color: #15286D!important;
}