

/*Header bottom for redline*/
header:not(.sticky):not(.scrolled) .header_bottom {
    border-bottom: 5px solid #dd3333;
}

@media only screen and (min-width: 180px) and (max-width: 960px){
    .q_logo img {
        padding-top: 15px;
    }
    .header_bottom .clearfix {
        padding-top: 45px;
        padding-bottom: 1px;
        
    }    
}

@media only screen and (min-width: 1000px){
.q_logo img {
    padding-top: 50px;
}

.fa{
  padding-top: 45px;
}

.header_bottom .container_inner {
    padding-top: 45px;
   padding-bottom: 0px;
}

.boxed .header_bottom {
    padding-top: 0px;
}

/*footer*/
element.style {
    height: 7px;
}

.footer_top {
    padding: 42px 0 76px;
    padding-top: 42px;
    padding-right: 0px;
    padding-bottom: 46px;
    padding-left: 0px;
}

/*Slider-text shadow*/
.carousel-inner h3 {
    text-shadow: .5px 1px #524242;
}

/*Text align for Menu*/

nav.main_menu > ul > li > a {
     text-align: center
}

.firstcharacter  {
    float: left;
    width: 3.0 em;
    font-size: 275%;
    line-height: 80%;
}

/*blog post images*/
.blog_holder article .post_image, .blog_holder article .post_image>a, .blog_holder article .post_image img {
    position: relative;
    padding-top: 58px;
}