@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.bold {
    font-weight: 700;

}

.red {
    color: #cc1920;
}

body.home .header-wrapper {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
}

/*
header
 */
.site-header {

    z-index: 99;
}

.site-branding {
    padding: 5px;
    z-index: 99;
}

.site-branding a{
    display: inline-block;
}
.site-branding img.site-logo {
    height: 115px;
    width: auto;
}

.site-branding img.sticky-logo {
    visibility: hidden;
    height: 0;
    transition: 0.2s;
}

.is-sticky .site-branding img.site-logo {
    visibility: hidden;
    height: 0;
}

.is-sticky .site-branding img.sticky-logo {
    visibility: visible;
    height: 60px;
    width: auto;

}

.is-sticky .site-header {
    box-shadow: -1px 9px 5px -4px rgba(0, 0, 0, 0.49);
    background: #fff;
}


.npr {
    padding-right: 0;
}

.npl {
    padding-left: 0;
}

.main-title {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;

}
.home-content h2{
    color: #cc1920;
}
.home-section h2{
    text-align: center;
}
.section-title h1{
    text-align: center;
    color:#58585a;
    padding-bottom:30px;
}
.our-services{
    padding-bottom:40px;
}
.main-title h1.page-title {


}

.breadcrumb {

    background-color: #eee;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

.home-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-blog {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.home-blog h1, .home-blog p {
    color: #fff;
}

.home-section {
    background-color: #eeeeee;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-testimonials{
    background: #cc1920;
    color:#fff;
}
.welcome{
    margin-top: -60px;
}
.welcome h1{
    color:#58585a;
}
.home-title{
    background: #fff;
}
.home-title::before {
    transform: skew(-25deg);
    content: "";
    background: #fff;
    width: 50px;
    height: 60px;
    display: inline;
    position: absolute;
    left: -36px;
}


.home-testimonials .section-title h1{
    color:#fff;
}
/*
Bx Banner
 */
.home-banner {
    padding: 0;
    margin: 0;
}

.slider-btns {
    margin-top: 30px;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
}

a.btn-outline {
    color: #fff !important;
}

.btn-outline-red {
    border: 1px solid #690708;

}

a.btn-outline:hover {
    background: #0d3cca;
}

.slider-wrapper {
    width: 100%;
    position: relative;
}

.banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    z-index: 99;
    height: 100%;
    display: block;
    animation: fadein .5s ease-in-out;

}

.video-overlay {
    background-image: url("../images/gridtile.png");
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
}

.slider-wrapper .bx-wrapper {
    padding: 0;
    margin: 0;
}

.slider-wrapper .bx-wrapper img.main-img {
    width: 100%;
}

.slider-wrapper .bx-controls {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus, .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #1074bc;
}

.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 70%;
    cursor: pointer;
    z-index: 99;
}

.arrows path {
    stroke: #0d3cca;
    fill: transparent;
    stroke-width: 3px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*
Cards
 */

.card {

}

.card .card-inner {
    box-shadow: 0px 3px 17px 7px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    margin-bottom: 15px;
}

.card .card-inner .entry {
    margin-bottom: 20px;
}

.card .card-inner.entry-thumb,
.card .card-inner .entry-text {
}

.card .card-inner .entry-thumb {
    position: relative;
    overflow: hidden;
}

.card .card-inner .entry-thumb .thumb-link img {
    vertical-align: bottom;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-inner .entry-thumb .thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.card .card-inner .entry-thumb .thumb-link::after {
    content: "...";
    font-size: 4.5rem;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    letter-spacing: -2.6px;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.card .card-inner .entry-thumb:hover .thumb-link::before {
    opacity: 1;
    visibility: visible;
}

.card .card-inner .entry-thumb:hover .thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.card .card-inner .entry-thumb:hover .thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card .card-inner .entry-text {
    padding: 9px;
    background-color: white;
}

.card .card-inner .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.32;
    margin-bottom: 1.8rem;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.card .entry-excerpt {
    min-height: 90px;
}

.card .card-inner.entry-header .entry-meta {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.card .event-date {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 80px;
    background: #fff;
    z-index: 55;
}

.card .event-date .day {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    display: block;
    color: #053762;
}

.card .event-date .day sup {
    font-size: 15px;
}

.card .event-date .month {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #053762;

}

/*Back to top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #cc1920;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

footer.site-footer .widget h2.widget-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase
}
footer.site-footer .widget{
    color:#fff;
}
footer.site-footer .widget .fa{
    color: #f6cb2d;
}
/*
Widgets
 */
#secondary .widget ul, #colophon .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*
Content
 */
.site-content {
}

body.home .site-content {
    margin-top: 0;
}

/*
News Widget
 */

.latest-news .blog-img {
    padding: 0;
}

.latest-news .post-title h3 {
    margin-top: 0;
}

.latest-news .date {
    font-size: 12px;
}

.latest-news .date::before {
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 8px;
}

/* ===================================================================
 *  Blog
 *
 * ------------------------------------------------------------------- */
.posted-on time::before {
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 3px;
}


body.blog .content-area {
    background: #eee;
}

#bricks {
    padding-top: 4.2rem;
}

#bricks .masonry {
    max-width: 1200px;
}

#bricks .pagination {
    margin-top: 6rem;
}

#bricks.with-top-sep {
    position: relative;
}

#bricks.with-top-sep::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -100px;
    width: 200px;
    height: 1px;
    background-color: #D1D1D1;
}

.bricks-wrapper:before,
.bricks-wrapper:after {
    content: "";
    display: table;
}

.bricks-wrapper:after {
    clear: both;
}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
    width: 33.33333%;
}

.bricks-wrapper .brick {
    float: left;
    padding: 0 20px;
}

.bricks-wrapper .featured-grid {
    width: 50%;
}

.bricks-wrapper .featured-grid .entry-content {
    width: 100%;
    background: #151515;
}

@media only screen and (max-width: 1280px) {
    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 33.33333%;
    }

    .bricks-wrapper .featured-grid {
        width: 66.66667%;
    }
}

@media only screen and (max-width: 1024px) {
    .bricks-wrapper .brick {
        padding: 0 18px;
    }

}

@media only screen and (max-width: 960px) {
    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 50%;
    }

    .bricks-wrapper .featured-grid {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .bricks-wrapper .brick {
        padding: 0 15px;
    }

}

@media only screen and (max-width: 600px) {
    #bricks .row {
        max-width: 460px;
    }

    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 100%;
        padding: 0 10px;
        clear: both;
    }
}

@media only screen and (max-width: 400px) {
    .bricks-wrapper .brick {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}

.js .animate-this {
    opacity: 0;
}

.oldie .animate-this
.no-cssanimations .animate-this {
    opacity: 1;
}

.bricks-wrapper .entry {
    margin-bottom: 40px;
}

.bricks-wrapper .entry-thumb,
.bricks-wrapper .entry-text {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.bricks-wrapper .entry-thumb {
    position: relative;
    overflow: hidden;
}

.bricks-wrapper .entry-thumb .thumb-link img {
    vertical-align: bottom;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bricks-wrapper .entry-thumb .thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.bricks-wrapper .entry-thumb .thumb-link::after {
    content: "...";
    font-size: 4.5rem;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    letter-spacing: -2.6px;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.bricks-wrapper .entry-thumb:hover .thumb-link::before {
    opacity: 1;
    visibility: visible;
}

.bricks-wrapper .entry-thumb:hover .thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bricks-wrapper .entry-thumb:hover .thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bricks-wrapper .entry-text {
    padding: 1.8rem 2.8rem 3.6rem;
    background-color: white;
}

.bricks-wrapper .entry-header .entry-title {
    font-size: 2.5rem;
    line-height: 1.32;
    margin-bottom: 1.8rem;
}

.bricks-wrapper .entry-header .entry-title a,
.bricks-wrapper .entry-header .entry-title a:visited {
    color: #000000;
}

.bricks-wrapper .entry-header .entry-meta {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.bricks-wrapper .entry-header .entry-meta a,
.bricks-wrapper .entry-header .entry-meta a:visited {
    color: #000000;
}


.bricks-wrapper .entry-header .cat-links a:last-child::after {
    display: none;
}

.bricks-wrapper .entry-excerpt {
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #999999;
}

.blog-single .entry-meta {
    font-size: 1.5rem;
    list-style: none;
    margin-left: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #999999;
}

.blog-single .entry-meta a,
.blog-single .entry-meta a:visited {
    color: #000000;
}

.blog-single .entry-meta li {
    display: inline-block;
    padding-left: 0;
}

.blog-single .entry-meta .date {
    margin-right: 1rem;
}

.blog-single .entry-meta .cat a {
    margin-right: 5px;
}

.blog-single .entry-meta .cat a:last-child {
    margin-right: 0;
}

.blog-single .entry-meta .cat a::after {
    content: ",";
}

.blog-single .entry-meta .cat a:last-child::after {
    content: none;
}

.blog-single .tags {
    margin: 6rem 0 4.2rem;
}

.blog-single .tags span {
    color: #151515;
    margin-right: 1rem;
    font-size: 1.5rem;
}

.blog-single .tags a {
    color: #999999;
    margin-right: 1rem;
}

.blog-single .author-profile {
    margin-top: 9rem;
    padding-left: 9rem;
    position: relative;
}

.blog-single .author-profile a,
.blog-single .author-profile a:visited {
    color: #000000;
}

.blog-single .author-profile img {
    margin: 0.6rem 0 0 0 !important;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-single .author-profile p {
    margin-bottom: 1.2rem;
}

.blog-single .author-profile .author-social {
    list-style: none;
    margin-left: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.blog-single .author-profile .author-social li {
    display: inline-block;
    margin-right: 0.8rem;
    padding-left: 0;
}

.blog-single .author-profile .author-social a {
    color: #999999;
}

.blog-single .pagenav {
    padding-top: 1.5rem;
    margin: 12rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-single .pagenav div {
    padding-top: 1.5rem;
    float: left;
    width: 50%;
}

.blog-single .pagenav a {
    font-size: 2.1rem;
    line-height: 1.571;
    border: none;
    color: #000000;
}

.blog-single .pagenav a span {
    font-size: 1.5rem;
    line-height: 3rem;
    display: block;
    margin-bottom: 1.5rem;
    color: #999999;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .pagenav a:hover span {
    color: #000000;
}


@media only screen and (max-width: 768px) {
    .blog-single .entry-meta {
        font-size: 1.5rem;
    }

    .blog-single .pagenav div {
        float: none;
        width: 100%;
    }

    .blog-single .pagenav div:first-child {
        margin-bottom: 0.9rem;
    }

}

@media only screen and (max-width: 600px) {
    .blog-single .author-profile {
        padding-left: 0;
        text-align: center;
    }

    .blog-single .author-profile img {
        position: static;
        width: 6.6rem;
        height: 6.6rem;
        margin: 0 0 0.6rem 0 !important;
    }

    .blog-single .pagenav {
        text-align: center;
    }

}


/*
Social Menu Top Nav
 */
ul#menu-social {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
display: inline-block;
padding-top: 15px !important;
}

ul#menu-social li {
    display: inline-block;
}

ul#menu-social li a span {
    display: none;
}

ul#menu-social li a::before {
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    margin-left: 5px;
    margin-right: 0;
    line-height: 32px;
}

ul#menu-social li.fb a::before {
    content: "\f230";

}

ul#menu-social li.twitter a::before {
    content: "\f081";

}

ul#menu-social li.yt a::before {
    content: "\f166";

}

ul#menu-social li.insta a::before {
    content: "\f16d";

}

ul#menu-social li.tel a::before {
    content: "\f098";

}

.home-blog .latest-news {
    display: block;
    margin-top: 60px;
    text-align: center;
}

.home-blog .latest-news ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-blog .latest-news ul li h3 a {
    color: #fff;
    font-size: 22px;
}

.home-blog .more-news-btn {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}


/*
menu
*/
/* Main Navigation */

ul#primary-menu {
    margin: 0;
    padding: 0;
    width: auto;
    margin-left: -12px;
}

ul#primary-menu > li {
    float: left;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    z-index:1;
}

.first:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    right: 98px;
    background-color: #cc1920;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

ul#primary-menu li a {
    background: #cc1920;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 23px;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;

}

ul#primary-menu li.current-menu-item a {
    background: #58585a;

}

ul#primary-menu > li a span {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    display: block;
}



ul#primary-menu li ul.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: skew(25deg);
    left: 48px;
    width: 300px;
    z-index:20;

}

ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
ul#primary-menu li ul.sub-menu > li a {
    font-size: 12px;
    line-height: 19px;
    padding: 12px 21px;
    text-transform: none;
}
ul#primary-menu li ul.sub-menu > li a span {
    transform: skew(0deg);
    text-transform: none;
}
ul#primary-menu > li.menu-item-has-children > a > span::after{
    font-family: FontAwesome;
    content: "\f0d7";
    display: block;
    float: right;
    position: absolute;
    right: -13px;
    top: 4%;
}
.menu-main-menu-container {
    background: #58585a;
    width: 100%;
    display: inline-block;

}

.no-padding {
    padding: 0;
}

.contact-info {
    padding: 10px;

    margin-bottom: 15px;

    margin-left: -33px;

    text-align: right;

    margin-top: 15px;
}

.is-sticky .contact-info {
    display: none;
}

.fancy > span {
    display: inline-block;
    position: relative;  
  }
  .fancy > span:before,
  .fancy > span:after {
    content: "";
    position: absolute;
    height: 20px;
    border-bottom: 2px solid #eee;
    top: 0;
    width: 400px;
  }
  .fancy > span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy > span:after {
    left: 100%;
    margin-left: 15px;
  }
@media (max-width: 768px) {

    body.home .header-wrapper{
        position: relative;
    }
    /*
    Menu
     */
    ul#primary-menu {
        position: absolute;
        left: 0;
        z-index: 10;
        visibility: hidden;
        height:0;
    }
    ul#primary-menu.active{
        visibility: visible;
        height:auto;

    }
    ul#primary-menu > li {
        width: 100%;
        transform: skew(0);

    }

    ul#primary-menu > li a span{
        transform: skew(0);
    }
    ul#primary-menu li ul.sub-menu {
        position: relative;
        width: 100%;
        transform: skew(0);
left: 0;
    }
    ul#primary-menu li ul.sub-menu li a span {
        margin-left:10px;

    }
    .first:before{
        display: none;
    }
    .site-branding img.site-logo {
       display: none;
    }

    .site-branding img.sticky-logo{
        visibility: visible;
        height:60px;
        width: auto;
    }
    .site-branding .btn-mobile-toggle {
        float: right;
        top: 10px;
        position: absolute;
        right: 10px;
        border-radius: 0;
    }
    .site-branding .btn-mobile-toggle span:after{
        font-family: FontAwesome;
        content: "\f0c9";
    }
    .site-branding .btn-mobile-toggle.active span:after{
        font-family: FontAwesome;
        content: "\f00d";
    }
    .fancy > span:before,
    .fancy > span:after {
      
        display: none;
      }
}

