/*.horizontal-navigation .main-nav{
    top:0;
}

.site-header .dropdown { float: none; }

.site-header .dropdown a.dropdown-toggle{
    min-height: inherit;
    line-height: 52px;
}

.hamburger {
    display: block;
    margin: 0;
    left: -18px;
}

body {
    width: 100%;
    height: 100%;
}

.horizontal-navigation .page-content{
    padding-top: 110px;
}

.site-header .user-menu.dropdown{
    float: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    color: #fff;
}

.color-white { color: #fff !important;}


.main-nav .nav{
    z-index: 98;
    position: relative;
}

.site-header .hamburger{
    z-index: 99;
}

.hamburger span, .hamburger span:before, .hamburger span:after{
    background: #fff;
}

.hamburger:hover span, .hamburger:hover span:before, .hamburger:hover span:after{
    background: #ffff00;
}

.theme-rebecca-purple .site-header .site-logo{
    position: relative;
    z-index: 99;
    color: #fff;
}



.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}


.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}


.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


.cbp-spmenu-left {
    left: -240px;
}


.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;

}


.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

#SidebarMenuSection{
    background: #fff;
    box-shadow: 0 0 3px #ddd;
}
.brand-logo{
    text-align: center;
    padding: 10px 10px;
}

.sidebarMenu .menu ul{
    display: none;
}

.sidebarMenu .menu{
    list-style: none;
    padding:0;
}

.sidebarMenu .menu li a{
    display: block;
    padding: 15px 20px;
    color: #747474;
}

.sidebarMenu .menu li a .icon{
    margin-right: 10px;
    font-size: 16px;
}

.sidebarMenu .menu li:hover a, .sidebarMenu .menu li.active a{
    background: #f2f2f2;
    color: #000000;
    cursor: pointer;
}

.footer-copyright{
    padding: 10px 20px;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
    color: #747474;
    position: relative;
}

.footer-copyright::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top:1px;
    left:0;
}

.breadcrumb-section{
    margin: 0 -15px 0;
}

.breadcrumb-section .breadcrumb{
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

@media(min-width: 1054px){
    .breadcrumb-section{
        margin-top: -10px;
    }
}


@media (max-width: 1056px){
    .horizontal-navigation .main-nav .nav-item{
        display: inline-block;
    }
    .horizontal-navigation .main-nav{
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 720px){
    .main-nav .nav.nav-inline{
        display: none;
    }
    .breadcrumb-section{
        margin-top: 13px;
    }
}*/

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}