

@media only screen and (max-width: 768px){
    .qbutton{
        padding: 0 65px;
    }
}

@media only screen and (max-width: 600px){
    .title.title_size_small h1{
        font-size: 28px;
        line-height:  35px;
    }
}
.side_menu .widget.widget_media_image{
    margin-bottom: 17px;
}

.side_menu .widget{
    margin-bottom: 33px;
}

body.side_menu_slide_with_content.width_370.side_menu_open .side_menu{
    border-left: 1px solid #efefef;
}

#back_to_top {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    right: 25px;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #002c73;
}

@media only screen and (max-width: 600px){
    .title .subtitle {
        font-size: 11px;
        line-height: 13px
    }    
}

.side_menu_button > a, .mobile_menu_button span, .fixed_top_header .side_menu_button > a, .fixed_top_header .popup_menu .line, .fixed_top_header .mobile_menu_button span {
    color: #727272;
    font-size: 30px;
}