/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .custom-logo {
	width: 166px;
	height: 317px;
	margin-top:-55px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
}

 .sidebar-white .custom-logo,
 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_white.png); }

 .sidebar-black .custom-logo,
 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_black.png); }


/* Only Phones */
@media (max-width: 767px) {

	.custom-logo { 
		width: auto;
		height: 191px;
  display: block;
    margin-left: auto;
    margin-right: auto;
	}

	 .sidebar-white .custom-logo,
	 .sidebar-lightgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_white.png); }
	 
	 .sidebar-black .custom-logo,
	 .sidebar-darkgrey .custom-logo { background-image: url(../../../images/yootheme/logo_responsive_black.png); }

}

/* 中英文版本切换 */

.translate-wrap {
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin-left: 32px;
	margin-bottom: 20px;
	margin-top:-12px;
}
#lang_sel_list {
	width: auto;
	height: auto;
	border: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#lang_sel_list ul {
	width: 100%;
	border-top: none;
}
#lang_sel_list.lang_sel_list_horizontal ul {
	border: none;
	margin: 0;
	padding: 0;
}
#lang_sel_list.lang_sel_list_horizontal li {
	padding: 0;
	margin: 0 1px 0 0 !important;
	width: 44px;
	float: left;
	display: inline-block;
}
.translate-wrap #lang_sel_list a {
	width: 44px;
	height: 22px;
	display: inline-block;
	padding: 6px 0 0 0;
	background: #161616;
	border: none;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
}
.translate-wrap #lang_sel_list a:hover,
.translate-wrap #lang_sel_list a.lang_sel_sel:hover {
	background: #5b5b5b;
	color: #fff;
	border: none;
}