html {
  /*position: relative;
  min-height: 100%;*/
  -webkit-font-smoothing: antialiased;
}
a:link {text-decoration: none; color: #000;}
a:visited{text-decoration: none; color: #000;}
a:hover {text-decoration: none; color: #FFF;}
a:active {text-decoration: none; color: #000;}
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}
/*BASE CSS STYLE FOR RESPONSIVE MENU*/
/*START*/
.logoIpad{
  background: #0f0f0f;
  height: 60px;
  width: 100%;
  display: none;
  text-align: center;
}
.aLogo img{
  margin-top: 10px;
  width: 45px;
}
.menuwrap{
  height: 45px;
}
#menu{
  width:auto;
  min-width:300px;
  height: 65px;
  margin:0 auto;
  position:relative;
  overflow:no-display;
  color: #FFF;
  background: #0f0f0f;
  border-bottom: 2px solid #0f0f0f;
}
#menu img{
  width: 40px;
  margin-left:0px;
  margin-top: 0px;
}
#menu ul,#menu li{
  margin:0 auto;
  padding:0 0;
  list-style:none;
}
#menu ul{
  height:45px;
  width:100%;
}
#menu li{
	float:left;
	display:inline;
	position:relative;
  /*font-size: 16px;
  font-family: 'courier_newbold';
  letter-spacing: 3px;*/
  margin-top: 13px;
}
#menu a{
	display: block;
  font-size: 16px;
  font-family: 'courier_newbold';
  letter-spacing: 3px;
	line-height: 45px;
	padding: 0 30px;
	text-decoration: none;
	color: #C0B7AB;
}
#menu li a:hover{
color: #ff6A17;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#menu input{display:none;margin:0 0;padding:0 0;width:80px;height:30px;opacity:0;cursor:pointer
}
#menu label{
  font-size: 16px;
  font-family: 'courier_newbold';
  letter-spacing: 3px;
  display:none;
  width:35px;
  height:36px;
  line-height:36px;
  text-align:center;
  float:right;
}
/*BRAND*/
#menu label span{
  font-size: 16px;
  font-family: 'courier_newbold';
  letter-spacing: 3px;
  position:absolute;
  left:35px;
}
#menu ul.menus{
	height: auto;
	overflow: hidden;
	width: 300px;
	background: #0f0f0f;
	position: absolute;
	z-index: 99;
  padding-left: 10px;
	display: none;
}
#menu ul.menus li{
display: block;
width: 100%;
font-size: 16px;
font-family: 'courier_newbold';
letter-spacing: 3px;
text-transform: none;
text-shadow: none;
}
#menu ul.menus a{
color: #C0B7AB;
line-height: 40px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
#menu li:hover ul.menus{display:block;}
#menu ul.menus a:hover{
/*background: #E63610;*/
color: #ff6A17;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
@media screen and (min-width: 1241px) and (max-width: 1380px){
  #menu a{
    font-size: 16px;
    font-family: 'courier_newbold';
    letter-spacing: 2px;
    line-height: 45px;
    padding: 0 30px;
    color: #C0B7AB;
  }
}
@media screen and (min-width: 901px) and (max-width: 1240px){
  #menu a{
    font-size: 15px;
    font-family: 'courier_newbold';
    letter-spacing: 1.5px;
    line-height: 45px;
    padding: 0 24px;
    color: #C0B7AB;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px){
  .logoIpad{
    display: block;
  }
  .ocultarLogoMenu{
    display: none !important;
  }
  #menu{
    height: 55px;
  }
  #menu ul{
    padding-left:20px;
    padding-right:20px;
  }
  #menu li{
    width: 20%;
  }
  #menu a{
    font-size: 14px;
    font-family: 'courier_newbold';
    letter-spacing: 1px;
    line-height: 16px;
    padding: 0;
    text-align: center;
    color: #C0B7AB;
  }
  #menu ul.menus{
    height: auto;
    overflow: hidden;
    width: 200px;
    background: #0f0f0f;
    position: absolute;
    z-index: 99;
    padding-left: 10px;
    display: none;
  }
}