
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proxima_nova_reg-webfont.html');
    src: url('proxima_nova_reg-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('proxima_nova_reg-webfont-2.html') format('woff2'),
         url('proxima_nova_reg-webfont-3.html') format('woff'),
         url('proxima_nova_reg-webfont-4.html') format('truetype'),
         url('proxima_nova_reg-webfont-5.html#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#nav { display:none;
z-index:999999 !important;


}




.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  z-index:999999 !important;
  list-style: none !important;
  float:left;

}

.nav-collapse li {
	width: 100%;
	display: block;
	float: left;
	background-color: #F26A23;
	text-align: center;
	border-bottom: 1px solid #f26a23;
	padding: 1.5% 0;
	font-size: 12px;
	text-transform:uppercase;
	    font-family: 'proxima_nova_rgregular';

}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 999999 !important;

}


button {
	margin:0 5% ;
	color: white;
	padding: 1em;
	float: right;
	border: 0;
	cursor: pointer;
	background: #f26a23;
	z-index: 999999 !important;
	-webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;

}

button.active {
	background: #231f20;
	z-index: 999999 !important;
}
.boxResponsiveMenu{

display: none;
}


@media screen and (min-width: 801px) {
  button {
    display: none;
  }
  #logo2 {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
	z-index: 999999 !important;
  }

}
.closeMenu{
  display: none;
}
@media screen and (max-width: 800px) {
  #nav { display: block;
}


  .blog-nav { display:none !important;}
  .blog-nav2 { display:none !important;}
  #meuppal { display:none !important;}
    #submenuup { display:none !important;}
	#imgheader { display:none !important;}

.boxResponsiveMenu{
  width: 100%;
height: 100%;
position: fixed;
background: rgba(0,0,0,0.5);
z-index: 99999;
display: none;
}

.closeMenu{
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 13px;
  width: 35px;
  font-family: 'proxima_nova_rgbold';
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;

}



  .boxNav{

    width: 250px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: column;
        display: none;

    padding-top: 50px;
    padding-left: 25px;
    background: #f26a23;
  }
  .boxNav a{
    color: #000;
    font-size: 15px;
    font-family: 'proxima_nova_rgbold';
    text-align: start;
    color:#fff;
    margin: 3px 0px;
  }
#toggle{
  position: fixed;
  top:10px;
  right: 0px;
  border-radius: 0;
  width: 30px;
  height: 38px;
  max-height: 38px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding: 0;

}
#nav{
  display: none;
}

#headerint{
  background: rgba(255, 255, 255, 0.8)!important;
}

}

@media screen and (max-width: 414px) {


button {
	margin:0 5% ;
	color: white;
	padding: 1em;
	font-size:12px;
	float: right;
	background: #f26a23;
	z-index: 999999 !important;
	-webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}}
