@charset "UTF-8";
/* CSS Document */
/* body */
body {
	font-family: Helvetica Neue, Helvetica, Arial, "source-han-sans-traditional", sans-serif;
}
/* header */

h3{
margin-top:10px;	
margin-bottom: 12px
}

.logo-td-m {
	text-align: left;
	padding-left: 8px;
	vertical-align: bottom;
}
.logo-text-ch-m {
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
}
/* footer */

.copyright {
	background-color: #4a8df3;
	padding: 5px;
	text-align: center;
	color: #fff;
}
.copyright a {
	color: #282b57;
}
.logofooter {
	margin-bottom: 10px;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}
.footertext p {
	color: #fff !important;
	font-size: 12px;
}
.footertext-right {
	margin-top: 50px;
	padding: 0 36px
}
.footertext-right p {
	color: #fff !important;
	font-size: 12px;
	line-height: 30px
}
img.center {
    display: block;
    margin: 0 auto;
}
.breadcrumb {
	background-color: transparent
}
/*Carosual*/

.carousel-control.left {
	background: none
}
.carousel-control.right {
	background: none
}
/* table */

.like-table {
	display: table;
}
.like-table-tbody {
	display: table-row-group;
}
.like-table-tr {
	display: table-row;
}
.like-table-td {
	display: table-cell;
}
/* carousel */

.thumbnails img {
	width: 22.5%;
	border: 1px solid #E0E0E0;
	box-shadow: 3px 3px 2px #888888;
	padding: 1px;
	margin: 0 1% 1% 0;
}
.thumbnails img:hover {
	border: 3px solid #4a8df3;
	cursor: pointer;
}
.preview img {
	border: 1px solid #E0E0E0;
	box-shadow: 3px 3px 2px #888888;
	padding: 1px;
	width: 100%;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
	margin: auto;
}
/* Product List */
.pd-title{
	
	color:rgba(255,255,255,1.00);
	text-align:center;
}
.pd-list-box {
	background-image: url('http://shunyinghk.com/media/image/common/mobile/phone_product_bg.png');
	background-size: 110%;
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 4px 4px 4px 15px;
}
.pd-btn {
	background-image: url('http://shunyinghk.com/media/image/common/mobile/phone_product_title.png');
	background-color:transparent;
	background-size: 100%;
	border: 0;
	border-radius: 0;
	color: #0077e2;
}
.pd-btn:hover {
	background-color: #0a73f0;
	color: #282b57;
}
.pd-more {
	padding-top: 10px;
	
}
.pd-more-btn {
	background-color:transparent;
	background-image: url('http://shunyinghk.com/media/image/common/mobile/phone_product_more.png');
	background-size: 100%;;
	border: 0;
	border-radius: 0;
	color: #0077e2;
}
.pd-more-btn:hover {
	background-color:#0a73f0;
	color: #282b57;
}


.more {
	padding: 1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}
.more img {
	border: 1px solid #E0E0E0;
	box-shadow: 3px 3px 2px #888888;
	padding: 1px;
	width: 100%;
}
.more img:hover {
	border: 1px solid #4a8df3;
	outline: 2px solid #4a8df3;
}
.more p {
	padding-top: 5px;
	text-align: center;
}
/* Product Page */

.pd-page-title {
	margin-top: -15px
}
.pd-hr {
	margin-top: 0;
	border-top: 2px solid #4a8df3;
}
.mov-hr {
	margin-top: 0;
	border-top: 1px solid #ebebeb;
}
#title_m {
	font-size: 24px
}
.btn-action {
	color: #FFFFFF;
	background-color: rgba(40, 43, 100, 1.00);
}
.btn-action:hover, .btn-action:focus, .btn-action.focus, .btn-action:active, .btn-action.active, .open>.dropdown-toggle.btn-default {
	color: #FFFFFF;
	background-color: #4a8df3;
}
/* Contact Page*/

ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.img-list li {
	display: inline-block;
	height: 134px;
	margin: 0 1em 1em 0;
	position: relative;
	width: 201px;
}

ul.img-list-m {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.img-list-m li {
	margin: 0 1em 1em 0;
}

.contact-thumbnails img {
	border: 1px solid #E0E0E0;
	box-shadow: 3px 3px 2px #888888;
}
span.text-content {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
	display: table;
	height: 134px;
	left: 0;
	position: absolute;
	top: 0;
	width: 201px;
	opacity: 0
}
span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul.img-list li:hover span.text-content {
	opacity: 1
}

/* Desktop & Mobile switch */

@media (max-width: 767px) {
.display-d {
	display: none
}
.display-m {
	display: block
}
.footerbg {
	background-image: url('http://shunyinghk.com/media/image/common/mobile/footer_m_bg.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 300px;
	padding: 75px 0 0 0;
}
.footertext {
	margin-top: 5px;
	padding: 10px 36px;
}
.navbar .container {
	background-image: url('http://shunyinghk.com/media/image/common/mobile/phone_nav.svg');
	background-size: 100%;
}
.navbar-brand {
	padding: 15px 25px 15px 15px;
}
.navbar-brand-centered {
	display: block;
	color: #FFF;
}
.navbar-brand-centered a {
	color: #FFF;
}
.navbar-brand-centered a:hover {
	text-decoration: none;
	filter: drop-shadow(0px 0px 3px #0058ca);/*text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;*//*box-shadow:8px 24px 2px rgba(100%,0%,0%,0.4),16px -4px 2px rgba(0%,100%,0%,0.4),24px 12px 2px rgba(0%,0%,100%,0.4);*/
}
.navbar-default .navbar-toggle .collapsed {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
	border-bottom-color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(51, 102, 204, 0.5);
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	filter: drop-shadow(0px 0px 3px #0058ca);
}
.hotpicksTitle {
	background-image: url('http://shunyinghk.com/media/image/common/desktop/desk_title.png');
	background-repeat: no-repeat;
	padding: 30px 0 20px 0;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
}
.hotpicks > .col-centered > a > img {
	width: 100%;
	height: auto;
	padding: 20px 0;
}
}

@media (min-width: 768px) {
.display-d {
	display: block
}
.display-m {
	display: none
}
.footerbg {
	background-image: url('http://shunyinghk.com/media/image/common/tablet/footer_t_bg.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 200px;
	padding: 75px 0 0 0;
}
.footertext {
	margin-top: 50px;
	padding: 10px 36px;
}
.logo-td-d {
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
	color: #FFF;
}
.logo-text-en-d {
	font-size: 15px;
	line-height: 15px;
	padding-top: 3px;
}
.logo-text-ch-d {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
}
.logo-size {
	width: 40px;
	height: 40px
}
.navbar-brand-centered {
	position: absolute;
	left: 50%;
	display: block;
	width: 160px;
	text-align: center;
	background-color: none;
	color: #FFF;
}
.navbar-brand-centered a {
	color: #FFF;
}
.navbar-brand-centered a:hover {
	text-decoration: none;
	filter: drop-shadow(0px 0px 3px #0058ca);/*text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;*//*box-shadow:8px 24px 2px rgba(100%,0%,0%,0.4),16px -4px 2px rgba(0%,100%,0%,0.4),24px 12px 2px rgba(0%,0%,100%,0.4);*/
}
.navbar>.container .navbar-brand-centered, .navbar>.container-fluid .navbar-brand-centered {
	margin-left: -80px;
}
.myNav {
	position: absolute;
	display: block;
	top: 70px;
	background: none;
	border: 0;
}
.myNavContainer {
	background-image: url('http://shunyinghk.com/media/image/common/header-bg.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 160px
}
.hotpicksTitle {
	background-image: url('http://shunyinghk.com/media/image/common/desktop/desk_title.png');
	background-repeat: no-repeat;
	padding: 30px 0 30px 0;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
}
.hotpicks > .col-centered > a > img {
	width: 230px;
	height: auto
}
.hotpicks > .col-centered > a > img:hover {
	filter: drop-shadow(0px 0px 3px #1889EF);
}
}

@media (min-width: 992px) {
.display-d {
	display: block
}
.display-m {
	display: none
}
.footerbg {
	background-image: url('http://shunyinghk.com/media/image/common/tablet/footer_t_bg.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 230px;
	padding: 75px 0 0 0;
}
.logo-td-d {
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
	color: #FFF;
}
.logo-text-en-d {
	font-size: 18px;
	line-height: 18px;
	padding-top: 3px;
}
.logo-text-ch-d {
	font-size: 42px;
	font-weight: 600;
	line-height: 42px;
}
.myNav {
	position: absolute;
	display: block;
	top: 100px;
	background: none;
	border: 0;
}
.myNavContainer {
	background-image: url('http://shunyinghk.com/media/image/common/header-bg.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 240px
}
.logo-size {
	width: 70px;
	height: 70px
}
.hotpicks > .col-centered > a > img {
	width: 300px;
	height: auto
}
.hotpicksTitle {
	background-image: url('http://shunyinghk.com/media/image/common/desktop/desk_title.png');
	background-repeat: no-repeat;
	padding: 20px 0 30px 0;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
}
}

@media (min-width: 1200px) {
.display-d {
	display: block
}
.display-m {
	display: none
}
.myNav {
	position: absolute;
	display: block;
	top: 130px;
	background: none;
	border: 0;
}
.myNavContainer {
	background-image: url('http://shunyinghk.com/media/image/common/header-bg.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 240px
}
.hotpicks > .col-centered > a > img {
	width: 366px;
	height: auto
}
}
