@charset "utf-8";

header > .menuUp {
  box-shadow: none;
  height: auto;
  width: 100%;
  top: 20%;
  display: inline-block;
}



/*------------- Header image (max-width:366px) -------*/
@media screen and (max-width : 366px) {
header {
  min-width: 100%;
  background-size: 144% auto;
  background-image: url(../images2/header_base_small.jpg);
  background-repeat: no-repeat;
  display: inline-block;
}
logoRama01 {
  clear: both;
  width: 72%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
header nav > ul > li > a {
  font-size: 13px;
  line-height: 1.2rem;
}
header > div#logo {
  clear: both;
  max-width: 75%;
  text-align: center;
  position: static;
}

}

/*------------- Header image (min-width:366px) and (max-width:539px) -------*/
@media screen and (min-width : 366px) and (max-width : 540px) {

header {
  min-width: 100%;
  background-size: 144% auto;
  background-image: url(../images2/header_base_small.jpg);
  background-repeat: no-repeat;
  display: inline-block;
}
logoRama01 {
  clear: both;
  width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
header nav > ul > li > a {
  font-size: 13px;
  line-height: 1.2rem;
}
header > div#logo {
  clear: both;
  max-width: 75%;
  text-align: center;
  position: static;
  display: inline-block;
}

}


/*------------- Header image (min-width:540px) and (max-width:760px) -------*/

@media screen and (min-width : 540px) and (max-width : 760px) {
header {
  max-width: 100%;
  min-height: 100px;
  background-repeat: no-repeat;
}
logoRama01 {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 12%;
}
header > div#logo {
  position: relative;
  width: 30%;
}
header nav > ul > li > a {
	font-size: 12px;
	line-height: 1.4rem;
}

}

/*------------- Header image (min-width:760px) and (max-width:900px) -------*/
@media screen and (min-width : 760px) and (max-width : 900px) {
 header {
  max-width: 100%;
  min-height: 147px;
} 
logoRama01 {
  position: relative;
  z-index: auto;
  width: 100%;
}
header > div#logo {
  position: relative;
  width: 28%;
  top: 0%;
}

header nav > ul > li > a {
	font-size: 14px;
	line-height: 1.5rem;
}


}
/*------------- Header image (min-width:900px) and (max-width:1179px) -------*/
@media screen and (min-width : 900px) and (max-width : 1180px) {
header {
  max-width: 100%;
  min-height: 158px;
}
logoRama01 {
  position: relative;
  z-index: auto;
  width: 100%;
  top: 12%;
}
header > div#logo {
  position: relative;
  width: 28%;
}

header nav > ul > li > a {
	font-size: 15px;
	line-height: 1.7rem;
}

}

/*------------- Header image (min-width:1180px) and (max-width:1339px) -------*/
@media screen and (min-width : 1180px) and (max-width : 1340px) {
header {
  max-width: 100%;
  min-height: 190px;
}
logoRama01 {
  position: relative;
  z-index: auto;
  width: 100%;
  margin-top: 12%;
}
header > div#logo {
  position: relative;
  width: 26%;
}
header nav > ul > li > a {
	font-size: 17px;
	line-height: 1.8rem;
}
}

/*------------- Header image (min-width:1340px) and (max-width:1609px) -------*/
@media screen and (min-width : 1340px) and (max-width : 1610px){
header {
  max-width: 100%;
  min-height: 212px;
}
logoRama01 {
  position: relative;
  z-index: auto;
  width: 100%;
  margin-top: 12%;
}
header > div#logo {
  position: relative;
  width: 22%;
}
header nav > ul > li > a {
	font-size: 18px;
	line-height: 1.9rem;
}
}

/*------------- Header image (min-width:1610px) and (max-width:1779px) -------*/

@media screen and (min-width : 1610px) and (max-width : 1780px){
header {
  max-width: 100%;
  min-height: 258px;
}
logoRama01 {
  position: relative;
  z-index: auto;
  width: 100%;
  position-top: 12%;
}
header > div#logo {
  position: relative;
  width: 22%;
}
header nav > ul > li > a {
	font-size: 19px;
	line-height: 2.2rem;
}

}

/*------------- Header image (min-width:1780px)  -------*/

@media screen and (min-width : 1780px) {
header {
  max-width: 100%;
  min-height: 310px;
}
logoRama01 {
  position: relative;
  z-index: auto;
  height: auto;
  width: 100%;
  margin-top: 12%;
}
header > div#logo {
  position: relative;
  width: 22%;
}
header nav > ul > li > a {
  font-size: 20px;
  line-height: 2.2rem;
}

}
