.select-hidden {
  	display: none;
  	visibility: hidden;
  	padding-right: 10px;
}
/*.select {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	color: #fff;
  	width: 60%;
	height: 24px;
	font-size: 1em;
	float: right;
}*/
.select-styled {
  	position: relative;
    width: 55%;
    float: right;
    margin-bottom: 5px;
  	background-color: #4b4b4b;
  	background-image: url(../img/select-sprite.png);
    background-repeat: no-repeat;
    background-position: right top;
  	padding: 4px 8px;
  	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
}
.select-options::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.select-styled:after {
  	content: "";
  	width: 0;
  	height: 0;
  	border: 7px solid transparent;
	border-color: transparent;
	position: absolute;
	top: 10px;
	right: 0px;
}
.select-styled:hover {
  	background-color: #4b4b4b;
}
.select-styled:active, .select-styled.active {
  	background-color: #4b4b4b;
}
/*.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}*/
.select-options {
  	display: none;
  	position: absolute;
  	top: 84%;
	right: 3px;
	left: 40%;
  	z-index: 999;
  	margin: 0;
  	padding: 0;
  	width: 60%;
  	list-style: none;
  	background-color: #4b4b4b;
  	height: 180px;
    overflow: hidden;
    overflow-y: scroll;
}
.select-options li {
  	margin: 0;
  	padding: 6px 0;
  	text-indent: 15px;
  	border-top: 1px dotted #fff;
  	-moz-transition: all 0.15s ease-in;
  	-o-transition: all 0.15s ease-in;
  	-webkit-transition: all 0.15s ease-in;
  	transition: all 0.15s ease-in;
}
.select-options li:nth-child(1){
	display: none;
}
.select-options li:hover {
  	color: #fff;
  	background: #ff6600;
}
.select-options li[rel="hide"] {
  	display: none;
}
/*---- Sitemap Block ----*/
h3.sitemap-title {
  font-size: 2em;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.sitemap-block {
  background: #262626;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 2%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-lst {
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.site-lst div {
  float: left;
  min-width: 220px;
}
.site-lst div.sub-lst01 {
  min-width: 190px;
}
.en .site-lst div.sub-lst01 {
  min-width: 150px;
}
.site-lst div.sub-lst02 {
  min-width: 190px;
}
.en .site-lst div.sub-lst02 {
  min-width: 150px;
}
.site-lst div.sub-lst03 {
  min-width: 160px;
}
.en .site-lst div.sub-lst03 {
  min-width: 150px;
}
.site-lst div.sub-lst04 {
  min-width: 160px;
}
.en .site-lst div.sub-lst04 {
  min-width: 150px;
}
.site-lst div.sub-lst05 {
  min-width: 170px;
}
.en .site-lst div.sub-lst05 {
  min-width: 150px;
}
.site-lst div.sub-lst06 {
  min-width: 210px;
}
.en .site-lst div.sub-lst06 {
  min-width: 276px;
}
.site-lst div.sub-lst07 {
  min-width: 160px;
}

.site-lst div.sub-lst08 {
  min-width: 100px;
}

.site-lst h3 {
  clear: both;
  color: #323232;
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.site-lst h3 a {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
}
.site-lst .s-line {
  background: url(../img/site-lst-01.png) no-repeat 0 0 transparent;
  background-size: 60px 1px;
}
.site-lst .s-line.s-line-01 {
  background-position: 70% center;
}
.en .site-lst .s-line.s-line-01 {
  background-position: 75% center;
}
.site-lst .s-line.s-line-02 {
  background-position: 88% center;
}
.en .site-lst .s-line.s-line-02 {
  background-position: 80% center;
}
.site-lst .s-line.s-line-03 {
  background-position: 65% center;
}
.en .site-lst .s-line.s-line-03 {
  background-position: 80% center;
}
.site-lst .s-line.s-line-04 {
  background-position: 75% center;
}
.en .site-lst .s-line.s-line-04 {
  background-position: 90% center;
}
.site-lst .s-line.s-line-05 {
  background-position: 84% center;
}
.en .site-lst .s-line.s-line-05 {
  background-position: 77% center;
}
.site-lst .s-line.s-line-06 {
  background-position: 100% center;
}
.en .site-lst .s-line.s-line-06 {
  background-position: 93% center;
}
.site-lst .s-line.s-line-07,
.site-lst .s-line a {
  background: none;
  padding-left: 0;
}
.site-lst .s-line.s-line-07 {
  padding-left: 17px;
}
.site-lst .sub-lst01 ul {
  margin-left: 20px;
}
.site-lst .sub-lst02 ul {
  margin-left: 42px;
}
.en .site-lst .sub-lst02 ul {
  margin-left: 27px;
}
.site-lst .sub-lst03 ul {
  margin-left: 12px;
}
.en .site-lst .sub-lst03 ul {
  margin-left: 28px;
}
.site-lst ul ul.product-lst01 {
  display: block;
  width: 100%
}
.site-lst ul ul.product-lst02 {
  float: left;
}
.site-lst ul ul.product-lst03 {
  float: left;
}
.site-lst ul li {
  border-left: 1px solid #fff;
}
.site-lst ul li.site-bg03 {
  border-left: none;
}
.site-lst a {
  background: url(../img/site-lst-02.png) no-repeat left center transparent;
  background-size: 20px 1px;
  display: block;
  padding: 4px 0 2px 25px;
}
.site-lst .site-bg03 h3 > a,
.site-lst .site-bg03 > a {
  background: url(../img/site-lst-03.png) no-repeat left top transparent;
  background-size: 19px 17px;
}
