@font-face {
	font-family: "OpenSans";
	src: url('/css/fonts/opensans-regular.eot');
	src: url('/css/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/opensans-regular.ttf') format('truetype'), url('/css/fonts/opensans-regular.woff') format('woff'), url('/css/fonts/opensans-regular.svg#opensans-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url('/css/fonts/roboto-light.eot');
	src: url('/css/fonts/roboto-light.eot?#iefix') format('embedded-opentype'), url('/css/fonts/roboto-light.ttf') format('truetype'), url('/css/fonts/roboto-light.otf') format('opentype'), url('/css/fonts/roboto-light.woff') format('woff'), url('/css/fonts/roboto-light.svg#roboto-light') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #24262b;
	color: #fff;
	font: 13px OpenSans, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0 10px;
	min-width: 300px;
	max-width: 100%;
}
input, textarea, select {
	font-family: OpenSans, Verdana, Geneva, sans-serif;
}
p, ul {
	margin: 0;
	padding: 0 0 14px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0;
	vertical-align: middle;
}
#header, #content, #footer {
	position: relative;
}
#header {
	height: 102px;
}
#header h1 {
	position: absolute;
	width: 350px;
	height: 53px;
	background: url(/images/logo.png) left center/ 350px 53px no-repeat;
	text-indent: -1000em;
	margin: 0;
	top: 34px;
}
#header h1 a {
	display: block;
}
#header h1 small {
	display: none;
}
#search {
	position: absolute;
	right: 0;
	top: 40px;
	background: #24262b url(/images/search.png) no-repeat;
	width: 208px;
	height: 31px;
	white-space: nowrap;
	display: none;
}
#search input.field {
	background: transparent;
	border-width: 0;
	width: 164px;
	height: 29px;
	padding: 0 0 0 12px;
	outline-width: 0;
	color: #FFF;
}
#search input.button {
	background: transparent;
	border-width: 0;
	width: 28px;
	height: 30px;
	padding: 0;
	outline-width: 0;
	cursor: pointer;
	text-indent: -9999px;
}
#collapse {
	display: block;
	height: 17px;
	margin: 7px 0 15px;
	width: 28px;
	visibility: hidden;
	background-image: url(/images/menu_white.png);

}
#collapse:hover {
	background-image: url(/images/menu_green.png);
	margin-top: 7px;
}
body.hidden-menu #collapse {
	background-image: url(/images/menu_animated.png);
	margin-left: -10px!important;
	margin-top: 7px;
}
body.hidden-menu #collapse:hover {
	background-image: url(/images/menu_white.png);
	margin-top: 7px;
}
div.col-left {
	float: left;
	width: 30%;
	min-height: 100px;
	overflow: visible!important;
}
body.hidden-menu ul, body.hidden-menu #left-menu div.banner, body.hidden-menu #left-menu .get-app {
	display: none;
}
body.hidden-menu div.col-left {
	width: 4%;
}
body.hidden-menu div.col-right {
	width: 96%;
}
.title-3 {
	font-size: 22px;
}
.title-4 {
	font-size: 19px;
}
div.col-left ul {
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
}
div.col-left ul ul {
	padding: 0 0 0 15px;
}
a.selected, span.selected {
	color: #FFFF66;
}
div.col-right {
	float: right;
	width: 70%;
	overflow: visible!important;
	position: relative;
}
div.position {
	margin: 0 auto;
	overflow: visible!important;
	position: relative;
}
div.col-right h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 14px;
}
div.col-right h2 span.main {
	font-size: 27px;
	padding-right: 20px;
	font-family: 'Roboto', sans-serif;
}
div.col-right h2>span {
	display: inline-block;
}
div.pics {
	margin-left: -14px;
	clear: left;
	text-align: center;
}
div.pics h3 {
	text-align: center;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;
}
div.pics p {
	display: inline-block;
	margin-left: 14px;
	text-align: center;
	width: 220px;
	vertical-align: top;
}
div.pics a:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
div.pics a:hover span {
	color: #FFF;
	text-decoration: none;
}
div.pics p span {
	width: 200px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
div.pics p span:hover {
	color: #FFF;
	text-decoration: none;
}
#back {
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/images/back.png);
	right: 2px;
	margin-top: -40px;
}
#back:hover {
	background: url(/images/back_over.png);
}
#list-icon {
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/images/list.png);
	right: 50px;
	margin-top: 8px;
}
#list-icon:hover {
	background: url(/images/list_over.png);
}
#grid-icon {
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/images/grid.png);
	right: 50px;
	margin-top: 8px;
}
#grid-icon:hover {
	background: url(/images/grid_over.png);
}
#footer {
	clear: left;
}
div.col-right-footer {
	text-align: center;
}
div.pic-left {
	float: left;
	width: 100%;
	margin-bottom: 16px;
	font-size: 16px;
}
div.pic-left div {
	padding-right: 20px;
}
div.pic-right {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}
div.pic-right div {
	padding-left: 10px;
}
#available {
	display: inline-block;
	padding: 8px 0 6px;
}
#available .get {
	display: inline-block;
	padding-left: 5px;
}
div.pic-left strong, div.pic-left .current {
	color: #46b6fe;
	font-weight: normal;
}
span.st_facebook_hcount span.stButton {
	margin: 0 0 12px 0px;
}
div.pic-right p.author {
	padding: 4px 0 6px 5px;
}
div.pic-right p.tags {
	padding: 4px 0 6px 5px;
}
.tags-list {
	text-align: center;
	padding-bottom: 16px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}
.size-1 {
	font-size: 17px;
}
.size-2 {
	font-size: 19px;
}
.size-3 {
	font-size: 21px;
}
.size-4 {
	font-size: 23px;
}
.size-5 {
	font-size: 25px;
}
#res-list input.field {
	width: 50px;
	margin-right: 10px;
}
#res-list input.button {
	cursor: pointer;
}
p.pages {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding-left: 8px;
	clear: left;
}
p.turbo {
	display: none;
}
p.pages a, p.pages strong {
	display: inline-block;
	margin-right: 8px;
}
p.pages span {
	display: inline-block;
	margin-right: 0;
	margin-left: -8px;
}
p.pages strong {
	font-weight: normal;
	text-align: center;
	line-height: 31px;
	width: 31px;
	height: 31px;
	background: url(/images/circle.png);
}
#content div.banner {
	padding: 0 0 2px;
	clear: left;
	text-align: center;
	margin: 0 0 -15px;
}
#content div.col-right-footer div.banner {
	padding: 6px 0 2px;
	margin: -5px 0 11px;
}
div.banner a {
	display: block;
	background-color: #FFF;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
div.col-left div.banner a {
	display: none;
}
div.col-right div.banner a {
	width: 300px;
	height: 250px;
}
span.stButton {
	margin-bottom: 8px;
}
form.form {
	width: 300px;
	margin: 20px auto;
}
form.form p {
	padding-bottom: 10px;
}
form.form label {
	display: block;
	padding-right: 12px;
	width: 218px;
}
form.form select {
	width: 298px;
	height: 30px;
	cursor: pointer;
}
form.form input.field {
	width: 288px;
	height: 28px;
	padding: 0 3px;
	border: 1px solid white;
}
form.form input.error, form.form textarea.error {
	border: 1px solid red;
}
form.form p.area label {
	vertical-align: top;
	padding-top: 4px;
}
form.form p.field span.asterisk {
	padding-left: 10px;
}
form.form textarea.area {
	width: 290px;
	height: 90px;
	border: 1px solid white;
}
form.form p.captcha input.field {
	width: 73px;
}
form.form p.button {
	position: absolute;
	margin: -44px 0 0 162px;
}
form.form input.file {
	vertical-align: top;
	margin-top: 6px;
	cursor: pointer;
}
form.form input.button {
	width: 130px;
	height: 35px;
	background: url(/images/send.png) no-repeat;
	border-width: 0;
	cursor: pointer;
	text-indent: -1000em;
}
span.asterisk {
	position: absolute;
}
#submit-image {
	position: absolute;
	right: 253px;
	top: 40px;
	height: 31px;
	background: url(/images/submit.png) no-repeat;
	padding-left: 42px;
	font: 18px/30px 'Roboto', sans-serif;
	visibility: hidden;
}
#related .title-3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
div.col-left p.get-app {
	display: none;
}
div.col-right p.get-app {
	margin: 2px 0 10px;
	text-align: center;
}
div.pic-right p.report-image a:last-child {
	color: #46b6fe;
}
#content div.banner-footer-mobile {
	margin-bottom: 20px;
}
#left-menu div.banner {
	display: none;
}
span.notfound {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	padding: 10px 10px 15px 10px;
	border-top: 2px Solid #e3e3e3;
}
@media screen and (min-width:650px) {
div.col-left {
	width: 24%;
}
div.col-right {
	width: 76%;
}
#search {
	display: block;
}
}
@media screen and (min-width:700px) {
div.col-left {
	width: 22%;
}
div.col-right {
	width: 78%;
}
}
@media screen and (min-width:780px) {
#bookmark {
	left: 60%;
}
div.col-left {
	width: 20%;
}
div.col-right {
	width: 80%;
}
#submit-image {
	visibility: visible;
}
}
@media screen and (min-width:900px) {
div.col-left {
	width: 17%;
}
div.col-right {
	width: 83%;
}
div.inner {
	width: 80%;
}
}
@media screen and (min-width:1000px) and (orientation:landscape) {
body {
	padding: 0 25px;
	min-width: 1012px;
	max-width: auto;
}
#header {
	height: 116px;
}
#header h1 {
	top: 37px;
	width: 465px;
}
#bookmark {
	left: 70%;
}
#header h1 small {
	display: block;
	position: absolute;
	top: 2px;
	left: 276px;
	width: 340px;
	height: 30px;
	text-indent: 0;
	border-left: 1px solid #FFF;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	padding-left: 26px;
	padding-top: 1px;
}
body.hidden-menu #collapse {
	margin-left: -25px!important;
}
div.col-left {
	width: 20%;
}
div.col-right {
	width: 80%;
}
body.hidden-menu div.col-left {
	width: 1%;
}
body.hidden-menu div.col-right {
	width: 99%;
}
.title-3 {
	font-size: 18px;
}
#related .title-3 {
	font-size: 20px;
}
.title-4 {
	font-size: 16px;
}
div.pics {
	margin-left: -20px;
}
div.pics p {
	margin-left: 20px;
	width: 380px;
}
div.pics p span {
	width: 360px;
	color: #D8D8D8;
}
div.col-left div.banner {
	margin-bottom: 16px;
	text-align: left;
}
div.col-left div.banner a {
	width: 180px;
	height: 150px;
	display: inline-block;
}
div.col-right div.banner a {
	width: 728px;
	height: 90px;
}
form.form label {
	display: inline-block;
	text-align: right;
}
form.form {
	width: 650px;
}
form.form p.button {
	margin: -44px 0 0 402px;
}
p.social {
	padding-top: 5px;
}
div.col-left p.get-app {
	display: block;
}
div.col-right p.get-app {
	display: none;
}
}
@media screen and (min-width:1100px) {
div.col-left {
	width: 19%;
}
div.col-right {
	width: 81%;
}
#left-menu div.banner {
	display: block;
	text-align: left;
	margin: -8px 0 2px;
}
}
@media screen and (min-width:1200px) {
div.col-left {
	width: 18%;
}
div.col-right {
	width: 82%;
}
div.pic-left {
	font-size: 14px;
}
}
@media screen and (min-width:1260px) {
div.col-left {
	width: 17%;
}
div.col-right {
	width: 83%;
}
}
@media screen and (min-width:1340px) {
div.col-left {
	width: 16%;
}
div.col-right {
	width: 84%;
}
}
@media screen and (min-width:1400px) {
div.col-left {
	width: 15%;
}
div.col-right {
	width: 85%;
}
}
@media screen and (min-width:1500px) {
div.col-left {
	width: 14%;
}
div.col-right {
	width: 86%;
}
}
@media screen and (min-width:1600px) {
div.col-left {
	width: 13%;
}
div.col-right {
	width: 87%;
}
}
div.pics {
	position: relative;
	margin-left: -14px;
}
div.pics p {
	width: 50%;
	position: relative;
	display: inline-block;
	margin-left: 0;
	padding-left: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.pics img {
	width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
div.pics p span {
	width: 90%;
	color: #bbbbbb;
}
div.inner {
	width: 74%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
#main-pic {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 14px;
}
#main-pic img {
	width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#main-pic a.ctrl-left {
	position: absolute;
	left: -70px;
	top: 50%;
	background: url(/images/prev.gif);
	width: 39px;
	height: 49px;
}
#main-pic a.ctrl-right {
	position: absolute;
	right: -70px;
	top: 50%;
	background: url(/images/next.gif);
	width: 39px;
	height: 49px;
}
p.form-msg {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
div.content-text {
	width: 70%;
	margin: 0 auto;
}
p.social img {
	margin-right: 10px;
}
p.social a:hover, p.get-app a:hover {
	opacity: 0.8;
}
#welcome {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.5);
}
#welcome>div {
	position: absolute;
	width: 451px;
	min-height: 250px;
	background-color: #FFF;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -225px;
}
#welcome>div a {
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(/images/close.png);
	top: 17px;
	right: 16px;
}
#welcome>div p {
	font: 22px 'Roboto', sans-serif;
	color: #000;
	text-align: center;
	padding-top: 44px;
}
#welcome.adblock>div p {
	padding-top: 20px;
	font-size: 20px;
}
#welcome>div div {
	margin-top: 6px;
	text-align: center;
}
#welcome>div img {
	position: absolute;
	bottom: 0;
}
@media screen and (min-width:1100px) {
div.pics {
	margin-left: -20px;
}
div.pics p {
	width: 25%;
	padding-left: 20px;
	display: inline-block;
}
#pics-list p:nth-child(n+13) {
	display: none;
}
}
@media screen and (min-width:2000px) {
div.pics p {
	display: inline-block!important;
}
}
@media all and (orientation:landscape) {
div.pics img.hor {
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0 0 20px #111;
}
div.pics img.ver {
	display: none;
}
#main-pic img.hor {
	display: inline-block;
}
#main-pic img.ver {
	display: none;
}
div.banner-v {
	display: none;
}
}
@media all and (orientation:portrait) {
body {
	font-size: 17px;
}
span.res-ttl {
	font-size: 20px;
}
.title-3 {
	font-size: 20px;
}
.title-4 {
	font-size: 21px;
}
div.col-right h2 {
	margin-left: 6px;
	font-size: 17px;
}
div.col-right h2 span.main {
	font-size: 24px;
	margin-left: 5px;
}
#res-list {
	font-size: 22px;
}
p.pages {
	font-size: 20px;
}
div.pics img.hor {
}
div.pics img.ver {
	display: none;
}
#main-pic img.hor {
}
#main-pic img.ver {
	display: none;
}
p.pages strong {
	line-height: 45px;
	width: 45px;
	height: 45px;
	background: url(/images/circle2.png);
}
div.pic-left, div.pic-right {
	float: none;
	width: auto;
	font-size: 18px;
}
div.pic-left div {
	padding-right: 0;
	border-right-width: 0;
}
div.pic-right div {
	padding-left: 0;
	border-left-width: 0;
}
div.pic-right span {
	display: none;
}
div.banner-h {
	display: none;
}
#content div.banner-v {
	margin-bottom: 25px;
}
}
@media screen and (min-device-width : 768px) and (orientation : portrait) {
div.pics p {
	width: 50%
}
#related.pics p {
	width: 50%
}
}
@media screen and (max-device-width : 1024px) and (orientation : landscape) {
div.pics p {
	width: 50%
}
#related.pics p {
	width: 50%
}
.title-3 {
	font-size: 20px;
}
#available {
	display: none
}
#res-list {
	display: none
}
div.col-right h2 span.main {
	font-size: 22px;
}
}
@media screen and (max-device-width : 736px) and (orientation : portrait) {
#available {
	display: none
}
#res-list {
	display: none
}
#main-pic a.ctrl-right, a.ctrl-left {
	display: none
}
div.pic-left {
	margin-bottom: -18px
}
div.inner {
	width: 94%
}
div.pic-right {
	margin-bottom: -15px
}
span.sub {
	display: none;
}
div.pics p {
	width: 100%;
	padding-left: 0px
}
p.info {
	display: none;
}
#header {
	height: 76px;
}
#header h1 {
	top: 20px;
}
}

.url_lan i{background:url('/images/ico.png') no-repeat left center;margin-right:3px;width:16px;height:11px;font-size:0px;vertical-align:middle;display:inline-block;}
.url_lan i.lan_en{background-position:-100px -4px;}
.url_lan i.lan_cn{background-position:-81px -4px;}
.url_lan i.lan_jp{background-position:-81px -18px;}
.url_lan i.lan_es{background-position:-100px -18px;}
.url_lan i.lan_fr{background-position:-100px -32px;}
.url_lan i.lan_pt{background-position:-100px -46px;}
.url_lan i.lan_kr{background-position:-119px -4px;}
.url_lan i.lan_hk{background-position:-119px -18px;}

.pg_pointer{text-align:center; margin:5px 20px 5px 20px;}
.pg_pointer A{ color:#000000; text-decoration:none; padding:5px 8px 5px 8px; border:1px solid #dde0e5; margin:3px; background-color:#f1f2f4; }
.pg_pointer A:hover{ border:1px solid #dde0e5; background-color:#68c100; color:#ffffff; }
.pg_pointer span.nowpg{ color:#ffffff;  padding:5px 8px 5px 8px; border:1px solid #dde0e5; margin:3px; background-color:#68c100; font-weight:bold; }
.pg_pointer span.dispg{ color:#dddddd; padding:5px 8px 5px 8px; border:1px solid #dde0e5; margin:3px;  background-color:#ffffff; }

p.social {
	padding-bottom: 4px
}
p.social a {
	display: inline-block;
	margin: 0 18px 10px 0;
	width: 28px;
	height: 28px;
	text-indent: -1000em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}
p.social a[href*=facebook] {
	background-image: url(/images/share/facebook.svg)
}
p.social a[href*=pinterest] {
	background-image: url(/images/share/pinterest.svg)
}
p.social a[href*=twitter] {
	width: 34px;
	background-image: url(/images/share/twitter.svg)
}
p.social a[href*=google] {
	width: 42px;
	background-image: url(/images/share/googleplus.svg)
}
p.social a:hover {
	opacity: .8
}