@media screen and (min-width:768px) {
			a.menu-link {
			   display: none;
			}
			.js nav[role=navigation] {
				max-height: none;
			}
			nav[role=navigation] ul {
				margin: 0 0 0 -0.25em;
				border: 0;
			}
			
			nav[role=navigation]  li {
				display: inline-block;
				margin: 0 0.25em;
			}
			nav[role=navigation] li a {
				border: 0;
			}
			.menu {
   				 display: block !important;
			}
}
@media (max-width:1450px)
{
	.banner-logo {
    max-width: 235px;
    top: 70px; 
}
}
@media (min-width:993px) and (max-width:1200px)
{
	.home-content {
        padding: 26px 25px;
}
.banner-logo {
    width: 185px;
    top: 65px;
}
}
@media (max-width:992px) and (min-width:768px)
{
	.banner-logo {
    width: 150px;
    top: 65px;
    z-index: 2;
}
.home-content {
        padding: 26px 15px;
}
h3 {
    font-size: 16px;
}
.fusion-wrapper header ul li a {
    font-size: 15px;
}
.fusion-wrapper.inner-wrapper .menu {
    padding-top: 10px;
}
.content-des {
    padding: 0px;
}
}
@media (max-width:767px)
{
	#toggle-menu {
  display: block;
  width: 31px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background: #f6b829;
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 1;
}
#toggle-menu div {
  position: relative;
  top: 4px;
  left: 3px;
}

#toggle-menu span {
  display: block;
  width: 25px;
  height: 4px;
  margin-left: 0;
  background: #8c3120;
  position: absolute;
  -webkit-transition: 
    -webkit-transform 0.3s ease-in-out, 
    top 0.25s ease-in-out 0.3s, 
    opacity 0.25s ease-in-out 0.3s;
  -moz-transition: 
    -moz-transform 0.3s ease-in-out, 
    top 0.25s ease-in-out 0.3s, 
    opacity 0.25s ease-in-out 0.3s;
  transition: 
    transform 0.3s ease-in-out, 
    top 0.25s ease-in-out 0.3s, 
    opacity 0.25s ease-in-out 0.3s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

#toggle-menu span.top {
	top: 0px;
}
#toggle-menu span.middle {
	top: 7px;
}
#toggle-menu span.bottom {
	top: 14px;
}

#toggle-menu.menu-is-active span {
  -webkit-transition: 
    -webkit-transform 0.3s ease-in-out 0.3s, 
    top 0.25s ease-in-out, 
    opacity 0.25s ease-in-out;
  -moz-transition: 
    -moz-transform 0.3s ease-in-out 0.3s, 
    top 0.25s ease-in-out, 
    opacity 0.25s ease-in-out;
  transition: 
    transform 0.3s ease-in-out 0.3s, 
    top 0.25s ease-in-out, 
    opacity 0.25s ease-in-out;
}

#toggle-menu.menu-is-active span.top, #toggle-menu.menu-is-active span.middle {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#toggle-menu.menu-is-active span.middle {
  opacity: 0;
}

#toggle-menu.menu-is-active span.bottom {
	top: 7px;
	transform: rotate(-45deg);
}
.menu
{
	display:none;
	    float: none;
    width: 100%;
    text-align: center;
	left: 0px;
    z-index: 5;
    top: 10px;
    position: absolute;
    background: rgb(0, 0, 0);
}
.menu ul li {
    display: block;
	border-bottom: 1px solid #8c3120;
    margin: 0 15px;
}
.menu ul .active a, .menu ul li a, .menu ul li a:hover {
    border: 0;
}
.menu ul li:last-child {
    border-bottom: 0;
}
.fusion-wrapper header ul li {
    display: block;
    padding: 7px 0px;
    text-align: center;
}
.logo {
    width: 120px;
    margin: auto;
}
.content-des {
    padding: 30px 0px 0px;
}
.banner {
    top: 0;
	position: inherit;
}
.banner-slider {
    top: 0;
}
.banner-logo {
    position: absolute;
    width: 120px;
    top: 18px;
    z-index: 5;
    margin: auto;
    right: 0;
    left: 0;
}
.fusion-wrapper header {
    padding: 22px 0px 44px;
	    z-index: 4;
}
.fusion-wrapper .menu {
    top: 55px;
	    padding: 10px 0px;
}
.fusion-wrapper.inner-wrapper .menu {
    top: 10px;
	    padding: 10px 0px;
}
.fusion-wrapper.inner-wrapper header {
    padding: 18px 0px;
}
.fusion-content {
    margin-bottom: 30px;
}
.content-wrapper {
    padding: 35px 0px;
}
.fusion-wrapper header ul li a {
    font-size: 12px;
}
p {
    font-size: 12px;
}
h3 {
    font-size: 15px;
}
h2 {
    font-size: 19px;
}
.footer-logo {
    margin-bottom: 20px;
    max-width: 150px;
}
.fusion-wrapper footer {
    padding: 40px 0px 40px;
}
}