body {
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 0px;
	box-sizing: border-box;
	
}

.pull-down-inner h1 {
	color: #fafafa;
	font-size: 18px;
	display: block;
}

.menu-icon {
	color: #fafafa;
	/*position: absolute;*/
	top: 50%;
	/*margin-top: -0.5em;*/
	/*right: 0px;*/
	cursor: pointer;
}

.menu-icon.current {
	opacity: 0.7;
}

.pull-down-list li a {
	display: block !important;
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #212121;
}

.pull-down-list li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #212121;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.5em;
}

.pull-down-list li:nth-child(odd) {
	background: #eceff1;
}
.pull-down-list li:nth-child(even) {
	background: #dcdcdc;
}

.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}



/*carousel*/

.carousel-ui img {
	width: 100%;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}


/*search*/

.search-boxs {
	padding: 15px;
	background: #625649;
	position: relative;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}
.search-boxs input[type="text"] {
	font-size: 14px;
	width: 100%;
	height: 30px;
	letter-spacing: 1px;
	padding: 0 50px 0 15px;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px 0 #263238;
	-webkit-box-shadow: 0 0 4px 0 #263238;
	box-shadow: 0 0 4px 0 #263238;
}
.search-boxs button[type="submit"] {
  color: #757575;
  font-size: 16px;
  width: 40px;
  height: 33px;
  border: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  background: #e0e0e0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.search-boxs .off-left{
  position: absolute;
  left: -9999em;
}


//*accordion-men*/

.accordion-menu {
	width: 100%;
	box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}
.accordion-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.accordion-menu a.is-open::after,
.accordion-menu a.is-close::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 16px;
  font-family: FontAwesome;
}
.accordion-menu a.is-open::after {
  content: "\f077";
}
.accordion-menu a.is-close::after {
  content: "\f078";
}


/* theme */
.theme-accordion a {
  color: #fff;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
}

.theme-accordion dd a {
	color: #000;
	font-size: 14px;
	color: #000;
	padding: 10px 15px;
	border-bottom: 1px dotted #CCC;
}
.theme-accordion dt,
.theme-accordion dd {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;	
}
.theme-accordion dt {
	background: #59493f;
}
.theme-accordion dt:first-child {
  border-top: 1px solid #90a4ae;
}
.theme-accordion dd {
  padding: 10px;
  background: #fff;
}



/* accordion menu */

section h1,
dt {
	background-color: #59493f;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
	padding: 15px 10px;
	color: #FFF;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}
 
section h1:before,
dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
section h1:after,
dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #59493f;
}
 
section h1.active:before,
dt.active:before {
  margin-top: -2px;
}
 
section h1.active:after,
dt.active:after {
  margin-top: 3px;
}
 
section li,
dd {
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
    padding: 8px 0 8px 24px;
}
 
section li a {
    position: relative;
    display: block;
}
 
section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #59493f;
}
 
section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}