.nav > li > .separator {
    padding-top: 30px;
    padding-bottom: 15px;
	color: #1f1f1f;
    padding: 30px 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    transition: all 500ms ease 0s;
}

.sppb-container{
  padding:0px;
}
.style-3 .navbar-affixed-top {
    background: #2b1200;
}
.jb-topbar {
    background: #2b1200;
    min-height: 54px;
	
}
.header-area .outer-box .logo {
    float: left;
    position: relative;
    transition: all 500ms ease 0s;
    padding: 15px 0 10px 10px;
}
.header-area .outer-box {
    padding-right: 0px;
}

.style-3 .jb-header-default .container {
    background: #ffffff;
    padding: 0;
	        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
}
.navbar-nav {
    margin: 0 10px;
}

.borde {
border-top-size: 5px;
border-top-color: #ff9000;
border-top-style: solid;
}
.jb-topbar .module ul li .fa {
    margin-right: 10px;
    color: #ff9000;
}
.lef {
	float: left;
}
.t3-footer {
	display: none;
}
.off-canvas-toggle {
    margin: 15px 30px 15px 10px !important;
    float: right !important;
}
.navbar-default .navbar-nav > li > a {
    color: #1f1f1f;
    padding: 30px 20px;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fefefe;
    opacity: 1;
    filter: alpha(opacity=80);
}
@media only screen and (max-width: 480px) {
  .style-3 .jb-header-default .container {
    background: #ffffff;
    padding: 0 30px 40px 0px;
    z-index: 99999;
}
	.off-canvas-toggle {
    margin: 15px 10px 15px 10px!important;
    float: right!important;
}
}