/**
 * see *.less for some documentation
 * some helpers located on libs.less
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/**************************************************************************
 *
 * 1. Base Components
 * 
 * 2. Entry Styles
 * 		2.1. Single Entry
 * 		2.2. Style Grid
 *   	2.3. Style Hero
 *   	2.4. Style Large
 *   	2.5. Style Media
 *   	2.6. Style Media list
 *   	2.7. Style Review
 *   	2.8. Style Review Score
 *   	2.9. Style Review List
 *   	2.10. Style Thumbnail
 *   	2.11. Style Thumbnail Text
 *   	2.12. Style Recent List
 *   	2.13. Style Score Widget
 *   	
 * 3. Comments Area
 * 4. Gallery
 * 5. Lists
 * 6. BreadCrumb
 * 7. Pagination
 * 8. Sidenav
 * 9. Carousel
 * 10. Widget calendar
 * 11. Collapsible panel
 * 12. Tabs
 * 13. Ad/Banner
 * 14. Prettyphoto
 * 15. Responsive
 */
/**************************************************************************
 * 1. Base 
 */
.entries {
  *zoom: 1;
}
.entries:before,
.entries:after {
  display: table;
  line-height: 0;
  content: "";
}
.entries:after {
  clear: both;
}
.entry-header {
  margin-bottom: 20px;
}
.entry-header .small {
  font-size: 11px;
  text-transform: uppercase;
}
.entry-header .small:first-child {
  margin-bottom: 2px;
}
.entry-header .entry-meta.pull-right {
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-header-overlay {
  position: relative;
  margin-bottom: 10px;
}
.entry-header-overlay .entry-header {
  position: absolute;
  z-index: 4;
  bottom: 0px;
  left: -15px;
  right: -15px;
  margin-bottom: 0px;
  padding: 8px 15px 5px;
}
.entry-title {
  font-weight: 300;
  margin: 0px 0px 20px;
  font-family: Microsoft JhengHei,微軟正黑體;
}
/* 最新產品區*/
.entry-header .entry-title {
  margin-bottom: 10px;
}
.entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.entry-header .entry-meta {
  margin-bottom: 0px;
}
.entry-header .entry-meta:first-child {
  margin-bottom: 5px;
}
.entry-thumbnail {
  overflow: hidden;
  position: relative;
}

.entry-thumbnail img {
  min-width: 100%;
  width: auto;
  height: auto;
}
.more-link {
  display: block;
  margin-top: 16px;
  white-space: nowrap;
}
.more-link i {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 3px;
}
.more-wrapper {
  padding-top: 15px;
  margin-bottom: 20px;
}
.more-wrapper .btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
[data-rel^="prettyPhoto"] .overlay {
  bottom: 20px;
}
.overlay .icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.indented {
  margin-left: 0px;
}
blockquote {
  padding: 0px;
  position: relative;
  font-weight: normal;
  border: none;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
blockquote p {
  font-family: 'Droid Serif', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
blockquote small {
  font-family: 'Droid Sans', sans-serif, Microsoft JhengHei, 微軟正黑體;
  font-size: 13px;
  color: #000000;
}
blockquote.pulled-left {
  float: left;
  width: 250px;
  margin-left: 30px;
  margin-right: 35px;
  text-align: right;
}
.thumbnail {
  margin-bottom: 20px;
}
.image {
  position: relative;
}
.image img {
  height: auto;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.form-horizontal label.control-label {
  text-align: left;
  font-weight: normal;
}
.table {
  margin-bottom: 20px;
}
.icon-2x {
  position: relative;
  top: 3px;
  margin-right: 7px;
}
ul.entries {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.comments-count-balloon {
  padding: 5px 10px;
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 28px;
  min-width: 61px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.page-header .comments-count-balloon {
  font-size: 25px;
  line-height: 35px;
}
.comments-count-balloon:after {
  bottom: -6px;
  right: 5px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
}
.comments-count-balloon em,
.page-header .comments-count-balloon em {
  position: relative;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0px;
}
.lead {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Droid Serif', sans-serif;
}
.ribbon {
  position: relative;
  margin: 0 -15px 0 -20px;
  z-index: 20;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 38px;
}
.ribbon > span,
.ribbon > a,
.ribbon > .ribbon-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ribbon.ribbon-pulled > span,
.ribbon.ribbon-pulled > a,
.ribbon.ribbon-pulled > .ribbon-inner {
  width: auto;
  float: left;
}
.ribbon.ribbon-small {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.content .md-pull-right .ribbon {
  z-index: 22;
}
.content .sidebar .ribbon {
  z-index: 24;
}
.ribbon .pull-right,
.ribbon .pull-left {
  font-size: 11px;
  font-weight: bold;
}
.ribbon:after {
  top: 100%;
  left: 0px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #333;
}
.progress {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.progress-bar {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  line-height: 20px;
}
.progress-bar span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 5px;
}
/**************************************************************************
 * 2. Entry Style
 */
/**************************************************************************
 * 		2.1. Style Single Entry
 */
.style-single {
  position: relative;
  margin-bottom: 30px;
}
.style-single .entry-thumbnail {
  margin-left: -15px;
  margin-bottom: 20px;
}
.style-single .entry-thumbnail img {
  margin-bottom: 0px;
}
.style-single .entry-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 5px;
}
.style-single .entry-meta {
  font-size: 14px;
  margin-bottom: 20px;
}
.style-single p,
.style-single blockquote,
.style-single .image,
.style-single ul,
.style-single ol,
.style-single .entries,
.style-single img {
  margin-bottom: 20px;
}
.style-single > .entry-content {
  margin-bottom: 30px;
}
.style-single h1,
.style-single h2,
.style-single h3 {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
}
.style-single h1:first-child,
.style-single h2:first-child,
.style-single h3:first-child {
  margin-top: 5px;
}
.widget-author {
  font-size: 13px;
  line-height: 23px;
  overflow: initial;
  position: relative;
}
.widget-author .entry-author-avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.widget-author .entry-author-avatar img {
  width: 100%;
  height: auto;
}
.image.image-full,
.style-single .flushed-left {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.image.image-full img,
.style-single .flushed-left img {
  width: 100%;
}
.style-single .flushed-left {
  padding: 20px 15px 0px 15px;
  margin-bottom: 25px;
}
/**************************************************************************
 * 		2.2. Style Grid
 */
.style-grid {
  position: relative;
  z-index: 1;
}
/* 主題區位置*/
.style-grid .entry-header {
  clear: both;
  position: relative;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-top: 15px;
}
.style-grid .ribbon {
  top: 10px;
  margin-bottom: 5px;
}
.style-grid .entry-thumbnail {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -15px;
  right: -15px;
  height: 100%;
}
.style-grid .entry-thumbnail img {
  width: 120%;
  max-width: 120%;
  margin-left: -10%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.style-grid:hover .entry-thumbnail img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.style-grid .entry-meta {
  margin-bottom: 0px;
}
.style-grid .entry-title {
  color: #000000;
  font-size: 18px;
  line-height: 23px;
}
.row > .style-grid .entry-thumbnail {
  width: 100%;
  left: 0px;
  right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
/**************************************************************************
 * 		2.3. Style Hero
 */
.style-hero .entry-title {
  margin-bottom: 8px;
}
.style-hero .entry-title a {
  display: block;
}
.style-hero .entry-title a:hover {
  text-decoration: none;
}
.style-hero.hero-nav {
  height: 145px;
}
.style-hero.hero-nav .entry-title {
  font-size: 20px;
  line-height: 25px;
}
.style-hero.hero-nav a:hover {
  text-decoration: none;
}
/**************************************************************************
 * 		2.4. Style Large
 */
.style-large {
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.style-large .entry-thumbnail {
  margin-left: -15px;
  margin-right: -15px;
}
.style-large .entry-header {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: right;
}
.style-large .entry-title {
  font-size: 26px;
  line-height: 34px;
}
.style-large .entry-thumbnail {
  width: 300px;
  height: 170px;
  float: left;
  margin: 10px;
}
/**************************************************************************
 * 		2.5. Style Media
 */
.style-media {
  position: relative;
  overflow: inherit;
  margin-bottom: 30px;
  *zoom: 1;
}
.style-media:before,
.style-media:after {
  display: table;
  line-height: 0;
  content: "";
}
.style-media:after {
  clear: both;
}
.style-media:first-child {
  margin-top: 0px;
}
.style-media .media-object {
  width: 200px;
  height: 140px;
  position: relative;
}
.style-media .entry-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
.style-media .entry-header {
  margin-bottom: 10px;
}
.style-media > .pull-left {
  margin-right: 20px;
}
.style-media .media-body {
  padding-right: 10px;
  font-size: 13px;
  line-height: 20px;
}
/**************************************************************************
 * 		2.6. Style Media List
 */
.style-media-list {
  margin-top: 15px;
}
.style-media-list:first-child {
  margin-top: 15px;
}
.style-media-list .media-object {
  width: 80px;
}
.style-media-list .entry-title {
  font-size: 14px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  overflow: hidden;
  font-weight: normal;
  font-family: 'Droid Sans',sans-serif,Microsoft JhengHei,微軟正黑體;
}
.style-media-list .entry-meta {
  margin-bottom: 0px;
  line-height: 18px;
}
/**************************************************************************
 * 		2.7. Style Review
 */
.style-review.style-grid {
  height: 145px;
}
.style-review.style-grid .entry-header {
  width: 100%;
  padding-top: 70px;
}
.style-review.style-grid .entry-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.style-review.style-grid .small {
  line-height: 16px;
  font-style: italic;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-transform: none;
  font-size: 13px;
}
.style-review.style-grid .style-review-score {
  left: 0px;
}
/**************************************************************************
 * 		2.8. Style Review Score
 */
.style-review-score {
  font-family: 'Lato', sans-serif,Microsoft JhengHei,微軟正黑體;
  font-weight: 300;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 0px;
  width: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
/**************************************************************************
 * 		2.9. Style Review List
 */
.style-review-list .entry-title {
  font-size: 15px;
  margin-bottom: 4px;
}
.style-review-list .small {
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 3px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif,Microsoft JhengHei,微軟正黑體;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.style-review-list .style-review-score {
  font-family: 'Lato', sans-serif,Microsoft JhengHei,微軟正黑體;
  font-weight: 300;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 2;
  padding: 0px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
/**************************************************************************
 * 		2.10. Style Thumbnail
 */
.style-thumbnail {
  position: relative;
}
.style-thumbnail .entry-thumbnail {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.navbar-nav .style-thumbnail .entry-thumbnail {
  height: 125px;
}
.style-thumbnail .entry-title {
  font-size: 14px;
  line-height: 20px;
}
/**************************************************************************
 * 		2.11. Style Thumbnail Text
 */
.style-thumbnail-text {
  overflow: hidden;
  padding: 0px 15px;
}
.style-thumbnail-text .entry-meta {
  padding-top: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  line-height: 12px;
}
.style-thumbnail-text .entry-title {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
  font-weight: normal;
}
/**************************************************************************
 * 		2.12. Style Recent List
 */
.style-recent-list {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
  padding-top: 10px;
  *zoom: 1;
  border-top: 1px dashed #ccc;
}
.style-recent-list:before,
.style-recent-list:after {
  display: table;
  line-height: 0;
  content: "";
}
.style-recent-list:after {
  clear: both;
}
.style-recent-list:first-child {
  border-top: none;
  padding-top: 5px;
}
.style-recent-list .comments-count-balloon {
  margin-top: -3px;
  float: right;
  margin-left: 15px;
  font-size: 13px;
  line-height: 23px;
  padding: 2px 6px;
  min-width: inherit;
  margin-bottom: 0px;
}
/**************************************************************************
 * 		2.13. Style Score Widget
 */
.style-score-widget {
  position: relative;
  margin-bottom: 15px;
}
.style-score-widget .score-label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.style-score-widget .progress {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-bottom: 0px;
}
.style-score-widget:hover .progress {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.entries .style-score-widget:first-child {
  margin-top: 15px;
}
.style-score-widget .score-value {
  float: right;
  margin-left: 20px;
  color: #333333;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Lato', sans-serif,Microsoft JhengHei,微軟正黑體;
}
/**************************************************************************
 * 3. Comments Area
 */
.comments-area .comments-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
}
.comments-area > .comment-list {
  padding-top: 25px;
}
.comments-area .media {
  overflow: initial;
  margin-top: 0px;
}
.comments-area .comment {
  position: relative;
  margin-left: 37px;
  border-left: 1px dashed #ccc;
}
.comments-area .comment:last-child,
.comments-area .comment.last {
  border-left: none;
}
.comments-area .comment .media-list {
  margin-left: 47px;
}
.comments-area .comment .media-body {
  padding-bottom: 20px;
}
.comments-area .comment .comment {
  padding-top: 0px;
}
.comments-area .media-object {
  margin-left: -37px;
}
.comments-area .author-vcard {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 27px;
}
.comments-area .author-vcard .comment-meta {
  font-size: 12px;
  font-family: 'Droid sans', sans-serif;
  font-style: italic;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.comments-area .comment-reply-title {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 32px;
}
.comments-area .comments-respond .form-inline .form-group {
  margin-bottom: 20px;
}
.comments-area .comments-respond input,
.comments-area .comments-respond textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
/**************************************************************************
 * 4. Gallery
 */
.gallery .gallery-title {
  margin: 0px 0px 20px;
  padding: 0px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}

.gallery .thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
.gallery .thumbnail img {
  margin-bottom: 0px;
}
/**************************************************************************
 * 5. Lists
 */
ul.coverageList {
  margin: 20px auto;
  padding: 10px;
  line-height: 30px;
  max-width: 320px;
}
.tagcloud a,
.post-tags a {
  font-size: 12px !important;
  margin-right: 3px;
  margin-bottom: 3px;
  line-height: 15px;
  text-decoration: none;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagcloud a:before,
.post-tags a:before {
  content: '#';
}
.tagcloud {
  padding-top: 15px;
}
.links {
  position: relative;
}
.links li {
  margin-bottom: 6px;
}
.links.links-2-cols {
  *zoom: 1;
}
.links.links-2-cols:before,
.links.links-2-cols:after {
  display: table;
  line-height: 0;
  content: "";
}
.links.links-2-cols:after {
  clear: both;
}
.links.links-2-cols li {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.links.links-2-cols li:nth-child(2n),
.lt-ie9 .links.links-2-cols li:first-child + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li,
.lt-ie9 .links.links-2-cols li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  margin-right: 0px;
}
/**************************************************************************
 * 6. Breadcrumb
 */
.breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  top: 0px;
  font-size: 12px;
  line-height: 38px;
  font-weight: 300;
}
/**************************************************************************
 * 7. Pagination
 */
.pagination > li {
  font-size: 18px;
  line-height: 38px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0px 12px;
  border: none;
  background-color: transparent;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
}
/**************************************************************************
 * 8. Sidenav
 */
.sidenav {
  margin-bottom: 30px;
}
.sidenav .nav > li > a {
  padding: 4px 10px;
  font-size: 13px;
}
/**************************************************************************
 * 9. Carousel
 */
.row .widget.carousel,
.row .section.carousel {
  margin-right: -15px;
  margin-left: -15px;
}
.widget.carousel > .ribbon,
.section.carousel > .ribbon {
  z-index: 0;
  margin-left: -5px;
  margin-right: 0px;
}
.widget.carousel .carousel-inner,
.section.carousel .carousel-inner {
  margin-top: -38px;
  position: relative;
  z-index: 1;
}
.widget.carousel .carousel-inner .item,
.section.carousel .carousel-inner .item {
  padding-top: 38px;
  padding-left: 15px;
  padding-right: 15px;
}
.widget.carousel .carousel-inner .section-title,
.section.carousel .carousel-inner .section-title,
.widget.carousel .carousel-inner .widget-title,
.section.carousel .carousel-inner .widget-title {
  position: absolute;
  z-index: 40;
  left: 15px;
  right: 0px;
}
.widget.carousel .carousel-inner .section-title > a,
.section.carousel .carousel-inner .section-title > a,
.widget.carousel .carousel-inner .widget-title > a,
.section.carousel .carousel-inner .widget-title > a,
.widget.carousel .carousel-inner .section-title > span,
.section.carousel .carousel-inner .section-title > span,
.widget.carousel .carousel-inner .widget-title > span,
.section.carousel .carousel-inner .widget-title > span,
.widget.carousel .carousel-inner .section-title > .ribbon-inner,
.section.carousel .carousel-inner .section-title > .ribbon-inner,
.widget.carousel .carousel-inner .widget-title > .ribbon-inner,
.section.carousel .carousel-inner .widget-title > .ribbon-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.carousel .carousel-control,
.section.carousel .carousel-control {
  z-index: 50;
  line-height: 38px;
  height: 38px;
  width: 38px;
  background-image: none;
  background-color: transparent;
  flter: none;
}
.widget.carousel .carousel-control.left,
.section.carousel .carousel-control.left {
  left: auto;
  right: 38px;
}
/**************************************************************************
 * 10. Widget calendar
 */
.widget_calendar > div {
  position: relative;
}
.widget_calendar table {
  margin-top: 15px;
  width: 100%;
}
.widget_calendar table caption {
  font-weight: bold;
  margin-bottom: 10px;
}
.widget_calendar table th {
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}
.widget_calendar table td {
  text-align: center;
  padding: 0 8px;
  line-height: 30px;
  font-size: 12px;
  border-top: 1px solid #eee;
}
.widget_calendar table tfoot td {
  text-align: right;
}
.widget_calendar table tfoot td:first-child {
  text-align: left;
}
.widget_calendar table #today {
  background-color: #eee;
}
/**************************************************************************
 * 11. Collapsible panel
 */
.panel-group {
  margin-bottom: 20px;
}
.panel,
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel > .panel-heading {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.panel > .panel-heading .panel-title {
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}
.panel > .panel-heading .panel-title a {
  padding: 0px 10px;
  line-height: 38px;
  display: block;
}
.panel > .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.panel .panel-body {
  padding: 10px 10px;
}
.panel-default,
.panel-primary,
.panel-success,
.panel-info,
.panel-warning,
.panel-danger {
  border: none;
}
/**************************************************************************
 * 12. Tabs
 */
.nav-tabs > li > a {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  border: none;
  font-family: 'Lato', sans-serif;
  margin-left: 4px;
  margin-right: 0px;
  padding: 8px 15px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top-width: 1px;
  border: none;
}
/**************************************************************************
 * 13. Ad/Banner
 */
.ad-wrapper {
  padding-top: 20px;
  *zoom: 1;
}
.ad-wrapper .add-inner {
  overflow: hidden;
  max-width: 100%;
}
.container .ad-wrapper.section {
  padding-left: 0px;
  padding-right: 0px;
}
.ad-wrapper:before,
.ad-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.ad-wrapper:after {
  clear: both;
}
.ad {
  margin: 0 auto 20px;
}
.ad.ad-728x90 {
  width: 728px;
  height: 90px;
}
.ad.ad-200x125 {
  width: 200px;
  height: 125px;
}
.ad.ad-410x125 {
  width: 410px;
  height: 125px;
}
.ad.ad-336x280 {
  width: 336px;
  height: 280px;
}
.ad.ad-300x250 {
  width: 300px;
  height: 250px;
}
/**************************************************************************
 * 14. PrettyPhoto
 */
.pp_pic_holder .pp_content_container .pp_left {
  padding-left: 5px;
}
.pp_pic_holder .pp_content_container .pp_right {
  padding-right: 5px;
}
.pp_pic_holder .pp_content_container .pp_details {
  margin-top: 7px;
}
.pp_pic_holder .pp_content_container .pp_details .pp_description {
  text-align: center;
  font-size: 12px;
  margin: 0px;
}
.pp_pic_holder .pp_content .pp_close,
.pp_pic_holder .pp_content .pp_expand {
  display: block;
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-image: none;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  z-index: 20001;
  position: absolute;
  text-indent: 0px;
  top: -14px;
}
.pp_pic_holder .pp_content .pp_close:hover,
.pp_pic_holder .pp_content .pp_expand:hover {
  background-image: none;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.pp_pic_holder .pp_content .pp_close {
  font-size: 15px;
  right: -10px;
}
.pp_pic_holder .pp_content .pp_expand {
  right: 16px;
}
.pp_pic_holder .pp_content .pp_topHoverContainer {
  display: none;
  position: absolute;
  z-index: 20000;
  right: 0px;
  top: 0px;
}
.pp_pic_holder .pp_content:hover .pp_topHoverContainer {
  display: block;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous {
  background-image: none;
  background-color: transparent;
  text-indent: 0px;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next span,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous span {
  position: absolute;
  display: none;
  text-align: center;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  top: 50%;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next:hover span,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous:hover span {
  display: block;
  background-image: none;
  text-decoration: none;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next:hover span:hover,
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous:hover span:hover {
  background-color: #fff;
  color: #000;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_next span {
  right: -14px;
}
.pp_pic_holder .pp_content .pp_hoverContainer .pp_previous span {
  left: -14px;
}
.pp_top,
.pp_bottom,
.pp_top .pp_left,
.pp_bottom .pp_left,
.pp_top .pp_middle,
.pp_bottom .pp_middle,
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 5px;
}
a.pp_expand,
a.pp_contract {
  top: 5px;
  right: 10px;
}
/**************************************************************************
 * 								RESPONSIVE
 *************************************************************************/
@media (max-width: 520px) {
  .style-grid .entry-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .style-thumbnail-text {
    padding: 15px 20px;
    height: auto;
  }
  blockquote.pulled-left {
    float: none;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .comments-area .comment .media-list {
    margin-left: 17px;
  }
  .style-hero.hero-nav {
    height: 50px;
  }
  .style-hero.hero-nav .entry-title {
    display: none;
  }
  .style-hero.hero-nav:nth-child(2),
  .lt-ie9 .style-hero.hero-nav:first-child + li {
    text-align: right;
  }
  .ad.ad-728x90 {
    display: none;
  }
}
@media (min-width: 769px) {
  .image.image-full,
  .style-single .entry-content .flushed-left {
    margin-left: -190px;
  }
  .widget-author .avatar {
    position: absolute;
    left: -110px;
  }
  .comments-area > .comment-list {
    margin-left: -87px;
  }
  .indented {
    margin-left: 175px;
  }
  blockquote.pulled-left {
    margin-left: -145px;
  }
}
@media (max-width: 991px) {
  .style-large .entry-thumbnail {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .hero-sm-larger .entry-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 7px;
  }
  .hero-sm-largest .entry-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .hero-md-larger .entry-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 7px;
  }
  .hero-md-largest .entry-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .hero-sm-larger .entry-title,
  .hero-md-larger .entry-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .hero-sm-largest .entry-title,
  .hero-md-largest .entry-title {
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 13px;
  }
  .hero-lg-larger .entry-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .hero-lg-largest .entry-title {
    font-size: 43px;
    line-height: 48px;
    margin-bottom: 13px;
  }
  .hero-lg-normal .entry-title {
    font-size: 18px;
    line-height: 23px;
  }
  .style-hero.hero-nav {
    height: 115px;
  }
  .style-media .media-object {
    width: 240px;
    height: 170px;
  }
  .style-media .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
  .style-thumbnail-text .entry-meta {
    margin-bottom: 10px;
  }
  .style-thumbnail-text .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .style-media .entry-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
  .style-media .media-body {
    width: 100%;
  }
}
@media (min-width: 1540px) {
  .hero-xl-normal .entry-title {
    font-size: 18px;
    line-height: 23px;
  }
}


/**
 * see *.less for some documentation
 * some helpers located on libs.less
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/************************************************************************** 
 *
 * Set general styling for layout - for components styling see components.css
 * 
 * 1. Base rules
 * 2. Col XL
 * 3. Header
 * 4. Header Navbar
 * 5. Main
 * 6. Section
 * 7. Widget
 * 8. Footer 
 * 9. Responsive
 * 10. Images
 *
 * */
/**************************************************************************
 * 1. Base Rules
 */
html,
body {
  height: 100%;
}
body {
  font-family: 'Droid Sans', sans-serif, Microsoft JhengHei, 微軟正黑體;
  font-size: 14px;
  line-height: 24px;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
js img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
/**************************************************************************
 * 2. Col XL
 */
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sm-pull-right,
.md-pull-right,
.lg-pull-right,
.xl-pull-right {
  float: none;
}
.colheight-sm-1,
.colheight-sm-2,
.colheight-sm-3 {
  height: 155px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
[class*="col-"].col-no-padding,
[class^="*col-"].col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
/**************************************************************************
 * 3. Header
 */
.header-navbar {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-top: 6px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  min-height: inherit;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-family: 'Lato', sans-serif;
}
.header-navbar .header-navbar-inner {
  position: relative;
  padding: 0px;
  height: 44px;
}
.header-navbar .header-navbar-inner:after {
  bottom: -10px;
  right: -10px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333;
}
.header-navbar .header-navbar-inner.search-toggled-in .nav.navbar-nav {
  display: none;
}
.header-navbar .header-navbar-inner.search-toggled-in .nav-icons .search-toggled-out-icon {
  display: none;
}
.header-navbar .header-navbar-inner.search-toggled-in .nav-icons .search-toggled-in-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header-navbar .header-navbar-inner.search-toggled-in .search-wrapper {
  display: block;
}
.header-navbar .search-wrapper {
  position: relative;
  overflow: hidden;
  display: none;
  height: 44px;
  line-height: 22px;
}
.header-navbar .search-wrapper .search-wrapper-inner {
  margin: 0 54px 0 10px;
  position: relative;
}
.header-navbar .search-wrapper .search-wrapper-inner form {
  padding: 0px;
  margin: 0px;
}
.header-navbar .search-wrapper .search-wrapper-inner input[type="text"] {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 11px 0px 0px 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.header-navbar .search-wrapper .search-wrapper-inner input[type="text"]:focus {
  outline: none;
}
.header-navbar .search-wrapper .search-wrapper-inner button {
  position: absolute;
  z-index: 2;
  right: -54px;
  top: 0px;
}
.header-navbar .btn-icon {
  padding: 0px;
  margin: 0px;
  line-height: 44px;
  height: 44px;
  width: 44px;
  border: none;
  background-color: transparent;
}
.header-navbar .navbar-brand {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  width: 244px;
  height: 44px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-right: 1px solid transparent;
}
/*logo的位置 */
.header-navbar .navbar-brand a {
  position: relative;
  top: -40px;
  left: -25px;
}
/*logo後的小斜角位置 
.header-navbar .navbar-brand a:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  top: 76px;
  left: 0px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 20px solid #333333;
}*/
.header-navbar .navbar-brand a img {
  vertical-align: top;
  position: relative;
  height: auto;
}
body.scrolled .header-navbar {
  position: fixed;
  margin-top: 0px;
}
body.scrolled .header-navbar .navbar-brand {
  width: 140px;
}
body.scrolled .header-navbar .navbar-brand a {
  top: 5px;
  left: -5px;
  width: 140px;
  padding-right: 0px;
}
body.scrolled .header-navbar .navbar-brand a:after {
  top: 0px;
  border-bottom-width: 0px;
}
body.scrolled .header-navbar .nav-pages {
  display: none !important;
}
.header-navbar .nav-pages {
  position: absolute;
  right: 0px;
  top: -30px;
  line-height: 30px;
}
.header-navbar .nav-pages > li {
  float: left;
  font-size: 12px;
}
.header-navbar .nav-pages > li > a {
  font-family: 'Droid Sans', sans-serif;
  padding: 0px 6px;
}
.header-navbar .nav-pages > li > a,
.header-navbar .nav-pages > li.active > a {
  background-color: transparent;
}
.header-navbar .nav-icons {
  position: relative;
  height: 44px;
  width: 44px;
  float: right;
  margin-right: -10px;
}
.header-navbar .nav-icons > li {
  width: 44px;
  height: 44px;
}
.header-navbar .nav-icons > li > a {
  padding: 0px;
  line-height: 44px;
  width: 44px;
  text-align: center;
}
.header-navbar .nav-icons .search-toggled-out-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header-navbar .nav-icons .search-toggled-in-icon {
  display: none;
}
/**************************************************************************
 * 4. Header Navbar
 */
.nav.navbar-nav {
  height: 44px;
  line-height: 44px;
  float: none;
  display: block;
  width: auto;
  font-size: 13px;
}
.nav.navbar-nav > li {
  height: 44px;
  line-height: 44px;
}
.nav.navbar-nav > li.nav-all {
  border-left: transparent 1px solid;
}
.nav.navbar-nav > li.nav-all .text {
  display: none;
  font-size: 12px;
}
.nav.navbar-nav > li.nav-all > a {
  padding: 0px 15px;
  line-height: 44px;
  height: 44px;
}
.nav.navbar-nav > li > a {
  padding: 0px 10px;
  line-height: 44px;
  height: 44px;
  text-transform: uppercase;
}
.nav.navbar-nav > li > a:hover {
  background-color: transparent;
}
.nav.navbar-nav li .subnav-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0px 0px;
  line-height: 18px;
  border-top: 4px solid transparent;
  font-family: 'Droid Sans', sans-serif;
}
.nav.navbar-nav li .subnav-wrapper .subnav-wrapper {
  position: absolute;
  left: 100%;
  top: -4px;
}
.nav.navbar-nav li.full-subnav-wrapper {
  position: static;
}
.nav.navbar-nav li.full-subnav-wrapper .subnav-wrapper {
  left: 0px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.nav.navbar-nav li.full-subnav-wrapper .subnav-wrapper .subnav,
.nav.navbar-nav li.full-subnav-wrapper .subnav-wrapper .subnav-entries {
  min-width: inherit;
  width: 100%;
}
.nav.navbar-nav li ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.nav.navbar-nav li ul li a {
  display: block;
}
.nav.navbar-nav li ul li a:hover {
  text-decoration: none;
}
.nav.navbar-nav li.toggled-in > .subnav-wrapper,
.no-touch .nav.navbar-nav li:hover > .subnav-wrapper {
  display: block;
}
.nav.navbar-nav li .subnav {
  min-width: 150px;
}
.nav.navbar-nav li .subnav li {
  position: relative;
}
.nav.navbar-nav li .subnav li a {
  padding: 10px 10px;
}
.nav.navbar-nav li .subnav-entries {
  width: 230px;
}
.nav.navbar-nav li .subnav-entries li {
  font-size: 12px;
  padding: 0px;
}
.nav.navbar-nav li .subnav-entries li a {
  display: block;
  padding: 8px 10px;
}
.nav.navbar-nav li .subnav-full {
  margin-bottom: 20px;
}
.nav.navbar-nav li .subnav-full a {
  padding: 8px 8px;
  margin-left: -8px;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-tabs {
  padding-top: 20px;
  height: 100%;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-tabs a {
  padding: 8px 10px 4px 15px;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-panels {
  padding-top: 20px;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-panels .subnav-tabbed-panel {
  display: none;
}
.nav.navbar-nav li .subnav-tabbed .subnav-tabbed-panels .subnav-tabbed-panel.active {
  display: block;
}
.subnav-header {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
/**************************************************************************
 * 5. Main
 */
#main {
  padding-top: 94px;
  position: relative;
}
.page-header {
  border: none;
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.page-header .page-meta.pull-right {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}
.page-header[class*="col-"] .page-title,
.page-header[class^="col-"] .page-title {
  margin-top: 0px;
  position: relative;
  left: -15px;
}
.page-title,
.page-title.full-page-title {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 5px;
  font-weight: 300;
  overflow: hidden;
}
/**************************************************************************
 * 6. Section
 */
.section {
  position: relative;
  margin-bottom: 0px;
  *zoom: 1;
}
.sider-color {
  background-color: #d4d4d4;
}
.section:before,
.section:after {
  display: table;
  line-height: 0;
  content: "";
}
.section:after {
  clear: both;
}
.section .section-title {
  top: 0px;
  font-size: 16px;
}
.section.section-no-margin-bottom {
  margin-bottom: 0px;
}
.container > .section:not(.row),
.container > .section.not-row {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.container > .section.carousel {
  padding-left: 0px;
  padding-right: 0px;
}
/**************************************************************************
 * 7. Widget
 */
.widget {
  margin-bottom: 0px;
  position: relative;
}
.bottombar .widget {
  padding-top: 0px;
}
/* 排行榜字體*/
.widget .widget-title.ribbon {
  font-size: 14px;
  color: #ffffff;
  font-family: Microsoft JhengHei,微軟正黑體;
  line-height: 38px;
  font-weight: 600;
}
.widget .widget-title:not(.ribbon) {
  margin-bottom: 15px;
}
.bottombar .widget .widget-title {
  font-size: 18px;
  line-height: 38px;
}
.widget .more-wrapper {
  margin-bottom: 0px;
}
.widget > ul:not(.entries) {
  padding: 20px 0 0 0;
  list-style-type: none;
  margin: 0px;
}
.widget > ul:not(.entries) li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}
.js .collapsible-widgets .widget > * {
  display: none;
}
.js .collapsible-widgets .widget > .widget-title {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}
.js .collapsible-widgets .widget > .widget-title:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.js .collapsible-widgets .widget.active > * {
  display: block;
}
.js .collapsible-widgets .widget.active > .widget-title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**************************************************************************
 * 8. Footer
 */
.footer-area {
  padding-top: 25px;
  font-size: 13px;
}
.footer-area a:hover {
  text-decoration: none;
}
.footer-area .widget .widget-title {
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.footer-area .footer-top {
  margin-bottom: 20px;
}
.footer-area .footer-bottom {
  border-top: 1px solid transparent;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.footer-area .footer-bottom p {
  margin-bottom: 10px;
}
/**************************************************************************
 * 9. Responsive
 */
@media (min-width: 768px) {

  .sm-pull-right {
    float: right;
  }
  .page-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page-title,
  .page-title.full-page-title {
    font-size: 41px;
    line-height: 48px;
  }
  .fontpage-til  a {
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	background-color:rgba(252,79,45,0.4);
	padding: 6px;
}
  
}
@media (max-width: 768px) {
  .header-navbar,
  body.scrolled .header-navbar {
   
  }
  /* 固定菜單語法 position: absolute;*/
   
  .header-navbar {
    margin-top: 0px;
  }
  .header-navbar .navbar-brand {
    width: 150px;
  }
  .header-navbar .navbar-brand a {
    top: 0px;
    left: -5px;
    width: 192px;
    height: 44px;
  }
  .header-navbar .navbar-brand a:after {
    top: 44px;
    bordsuber-bottom-width: 10px;
    border-right-width: 10px;
    display: none;
  }
  .header-navbar .nav.navbar-nav {
    margin: 0px;
  }
  .header-navbar .nav.navbar-nav > li {
    display: none;
  }
  .header-navbar .nav.navbar-nav > li:first-child {
    display: block;
  }
  .header-navbar .header-navbar-inner:after {
    display: none;
  }
  .sider-c{
    float: left;
	padding: 8px;
  }
  .navbar-fixed-top,
  #main {
    padding-top: 44px;
  }
   .colheight-sm-1 {
    height: 210px;
  }
  .colheight-sm-4 {
    height: 210px;
  }
  .colheight-xl-1 {
    height: 250px;
  }
  .lebel-pos {
	position: relative; 
	top: 10px;
  }
  .col-md-5 {
	display: none;  
  }
  .fontpage-til  a {
	font-size: 26px;
	color: #ffffff;
	line-height:32px;
	}
}
@media (min-width: 769px) {
  .nav.navbar-nav > li {
    display: none;
  }
  .nav.navbar-nav > li:nth-child(1),
  .nav.navbar-nav > li:nth-child(2),
  .nav.navbar-nav > li:nth-child(3) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child,
  .lt-ie9 .nav.nav.navbar-nav > li:first-child + li,
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li {
    display: block;
  }

}
@media (max-width: 790px) {
  .header-navbar .nav-icons,
  .header-navbar .nav.navbar-nav > li.nav-all {
    margin-right: 0px;
  }
  .header-navbar:after {
    display: none;
  }
}
@media (min-width: 899px) {
  .nav.navbar-nav > li:nth-child(4) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-header[class*="col-"] .page-title,
  .page-header[class^="col-"] .page-title {
    left: auto;
  }
}
@media (min-width: 992px) {
    .fontpage-til  a {
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	background-color:rgba(252,79,45,0.4);
	padding: 6px;
}
  .margin-c {
    margin-right: 10px;
  }
  .colheight-sm-1 {
    height: 175px;
  }
  .colheight-sm-2 {
    height: 350px;
  }
  .colheight-sm-3 {
    height: 525px;
  }
  .colheight-md-1 {
    height: 175px;
  }
  .colheight-md-2 {
    height: 350px;
  }
  .colheight-md-3 {
    height: 525px;
  }
  .md-pull-right {
    float: right;
  }
  .nav.navbar-nav > li.nav-all .text {
    display: block;
  }
  .nav.navbar-nav > li.nav-all .toggle {
    display: none;
  }
  .nav.navbar-nav > li:nth-child(5) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li {
    display: block;
  }
  .page-header {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .colheight-sm-4 {
    height: 150px;
	width:242px;
  }
}
@media (min-width: 1150px) {
  .nav.navbar-nav > li:nth-child(6) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li {
    display: block;
  }
  
}
@media (min-width: 1200px) {

  .container {
    max-width: 1000px;
  }
  .colheight-sm-1,
  .colheight-md-1 {
    height: 170px;
  }
  .colheight-sm-2,
  .colheight-md-2 {
    height: 400px;
  }
  .colheight-sm-3,
  .colheight-md-3 {
    height: 600px;
  }
  .colheight-sm-4,
  .colheight-md-4 {
    height: 215px;
	width: 250px;
  }
  .colheight-lg-1 {
    height: 200px;
  }
  .colheight-lg-2 {
    height: 400px;
  }
  /* 焦點位置的高*/
  .colheight-lg-c {
    height: 260px;
  }
  .colheight-lg-3 {
    height: 600px;
  }
  .lg-pull-right {
    float: right;
  }
  .content .md-pull-right .entry-thumbnail {
    margin-left: -16px;
  }
  .page-title {
    font-size: 46px;
    line-height: 53px;
    padding-bottom: 10px;
  }
  .page-title.full-page-title {
    font-size: 44px;
    line-height: 50px;
  }
  .lebel-pos {
	position: relative; 
	top: 10px;
  }

}
@media (min-width: 1300px) {
  .container {
    max-width: 1100px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .colheight-sm-4 {
    height: 210px;
	width:275px;
  }
  .lebel-pos {
	position: relative; 
	top: 20px;
  }
  .fontpage-til  a {
	font-size: 40px;
	color: #ffffff;
	background-color:rgba(30,30,30,0.3); 	
}

}
@media (min-width: 1540px) {
  .container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333333333332%;
  }
  .col-xl-2 {
    width: 16.666666666666664%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333333333%;
  }
  .col-xl-5 {
    width: 41.66666666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333333333336%;
  }
  .col-xl-8 {
    width: 66.66666666666666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333333334%;
  }
  .col-xl-11 {
    width: 91.66666666666666%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333333333332%;
  }
  .col-xl-push-2 {
    left: 16.666666666666664%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333333333333%;
  }
  .col-xl-push-5 {
    left: 41.66666666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333333333336%;
  }
  .col-xl-push-8 {
    left: 66.66666666666666%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333333333334%;
  }
  .col-xl-push-11 {
    left: 91.66666666666666%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333333333332%;
  }
  .col-xl-pull-2 {
    right: 16.666666666666664%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333333333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333333333336%;
  }
  .col-xl-pull-8 {
    right: 66.66666666666666%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333333333334%;
  }
  .col-xl-pull-11 {
    right: 91.66666666666666%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .colheight-sm-1,
  .colheight-md-1,
  .colheight-lg-1 {
    height: 220px;
  }
  .colheight-sm-2,
  .colheight-md-2,
  .colheight-lg-2 {
    height: 440px;
  }

  .colheight-sm-3,
  .colheight-md-3,
  .colheight-lg-3 {
    height: 660px;
  }

  .colheight-xl-1 {
    height: 220px;
  }
  .colheight-xl-2 {
    height: 440px;
  }
  .colheight-xl-c {
    height: 300px;
  }
  .colheight-xl-3 {
    height: 660px;
  }
  .xl-pull-right {
    float: right;
  }

}
@media (min-width: 1250px) {
  .nav.navbar-nav > li:nth-child(7) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li {
    display: block;
  }
    .fontpage-til  a {
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	background-color:rgba(252,79,45,0.4);
	padding: 6px;
}

}
@media (min-width: 1440px) {
  .nav.navbar-nav > li:nth-child(8) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li + li {
    display: block;
  }
      .colheight-sm-4,
   .colheight-md-4 {
    height: 215px;
	width: 275px;
  }
}
@media (min-width: 1610px) {
  .nav.navbar-nav > li:nth-child(9) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li + li + li {
    display: block;
  }

}
@media (min-width: 1730px) {
  .nav.navbar-nav > li:nth-child(10) {
    display: block;
  }
  .lt-ie9 .nav.navbar-nav > li:first-child + li + li + li + li + li + li + li + li + li {
    display: block;
  }

}

/**************************************************************************
 * 10. Images
 */
  .related-img {
	width:300px;
	margin:15px;
  }
  .custom-img {
	width:330px;
	margin-left:15px;
	margin-right:15px;
  }
/**************************************************************************
 * 11. Section Title
 */
  .section-til {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Microsoft JhengHei,微軟正黑體;
	color: #000000;
  }
  .cate-fon {
	color: #000000;
	font-family: Microsoft JhengHei,微軟正黑體;
  }
/**************************************************************************
 * 12. Rating
 */
  .indicator-font {
	font-size: 12px;
	font-family: Microsoft JhengHei,微軟正黑體;
	color: #222222;
  }
  .buy-bnt {
	font-size: 16px;
	font-family: Microsoft JhengHei,微軟正黑體;
	color: #000000;
	background-color: #ffffff;
  }
  .share-til{
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-family: Elephant,微軟正黑體;
	color: #222;
	text-shadow:1px 1px 2px #999;
  }
  .share-inc{
	margin: 10px;
  }
  /* 星星*/
.rating {
  margin: 10px 0;
}

.rating i {
  display: inline-block;
  width: 0;
  height: 1.5em;
  border-width: 0 0.75em;
  border-style: solid;
  border-color: #eee;
  border-radius: .22em;
  color: white;
  background: #eee;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6em;
  text-indent: -0.5em;
  text-shadow: 1px 0 1px #b3b3b3;
}
/** Colors */
.rating-1 .star-1,
.rating-1-half .star-1 {
  border-color: #cc8b1f;
  background: #cc8b1f;
}

.rating-1-half .star-2 {
  border-left-color: #cc8b1f;
}

.rating-2 .star-1,
.rating-2-half .star-1 {
  border-color: #dcb228;
  background: #dcb228;
}

.rating-2 .star-2,
.rating-2-half .star-2 {
  border-color: #dcb228;
  background: #dcb228;
}

.rating-2-half .star-3 {
  border-left-color: #dcb228;
}

.rating-3 .star-1,
.rating-3-half .star-1 {
  border-color: #f0991e;
  background: #f0991e;
}

.rating-3 .star-2,
.rating-3-half .star-2 {
  border-color: #f0991e;
  background: #f0991e;
}

.rating-3 .star-3,
.rating-3-half .star-3 {
  border-color: #f0991e;
  background: #f0991e;
}

.rating-3-half .star-4 {
  border-left-color: #f0991e;
}

.rating-4 .star-1,
.rating-4-half .star-1 {
  border-color: #f26a2c;
  background: #f26a2c;
}

.rating-4 .star-2,
.rating-4-half .star-2 {
  border-color: #f26a2c;
  background: #f26a2c;
}

.rating-4 .star-3,
.rating-4-half .star-3 {
  border-color: #f26a2c;
  background: #f26a2c;
}

.rating-4 .star-4,
.rating-4-half .star-4 {
  border-color: #f26a2c;
  background: #f26a2c;
}

.rating-4-half .star-5 {
  border-left-color: #f26a2c;
}

.rating-5 .star-1,
.rating-5-half .star-1 {
  border-color: #dd050b;
  background: #dd050b;
}

.rating-5 .star-2,
.rating-5-half .star-2 {
  border-color: #dd050b;
  background: #dd050b;
}

.rating-5 .star-3,
.rating-5-half .star-3 {
  border-color: #dd050b;
  background: #dd050b;
}

.rating-5 .star-4,
.rating-5-half .star-4 {
  border-color: #dd050b;
  background: #dd050b;
}

.rating-5 .star-5,
.rating-5-half .star-5 {
  border-color: #dd050b;
  background: #dd050b;
}

.rating-5-half .star-6 {
  border-left-color: #dd050b;
}
/**************************************************************************
 * 13. Search List
 */
 .list-pos {
	position: relative; 
	top: -30px;
  }
/**************************************************************************
 * 14. Top products
 */
.top-til a{
	font-size: 16px;
	color: #333333;
}
.top-til {
	font-size: 16px;
	color: #000000;
	display: inline;
}
/**************************************************************************
 * 15. Fonts
 */
.fontpage-sub-til  a {
	font-size: 20px;
	color: #ffffff;
	line-height: 26px;
	padding: 6px;
	background-color:rgba(252,79,45,0.5);
}
.man-til {
	margin-left: 15px;
	color: #333333;
	font-weight:400;
}
.man-itm {
	color: #333333;
	font-size: 18px;
	padding: 4px;
}
.info-hr {
	 border-top: 1px dashed #222222;
	 margin-bottom: 8px;
}
.Radio-des {
	color: #333333;
	font-size: 14px;
	margin-left:10px;
}
.regi-til {
	color: #333333;
	font-size: 18px;
	padding-top: 10px;
	font-family: Microsoft JhengHei,微軟正黑體;	
}
.intro-til {
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	font-weight:400;
	font-family: Microsoft JhengHei,微軟正黑體;	
}
.alone-page-til {
	color: #333333;
	font-size: 18px;
	padding-top: 10px;
	font-weight:600;
	font-family: Microsoft JhengHei,微軟正黑體;	
}
.alone-page {
	color: #333333;
	font-size: 14px;	
	font-family: Microsoft JhengHei,微軟正黑體;	
}
/**************************************************************************
 * 16. Images
 */
 
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

/**************************************************************************
 * 17. botton & form
 */
.btn-pos {
	margin-top:25px;
	width: 175px;
	color: #ffffff;
	background-color: #f26522;
}
.fom-color {
	margin-top:15px;
	color: #333333;
}
.box-pos {
	margin-right:10px;
}
.up-btn {
	margin-bottom:20px;
}
.man-btn {
	margin-top:10px;
	margin-bottom:20px;
	margin-right:15px;
}
.tap-btn {
	margin-left:15px;
	margin-bottom:10px;
}
	li{
	padding: 0px;
}
	li.active{
    border-bottom:none;
}
.file-inp {
	margin: 8px;
}
.status {
	position: relative;
	top:10px;
	right:7px;
}
.source-btn {
	margin-bottom:-15px;
}
.icon-btn {
	margin-top:0px;
	margin-left:0px;
	width:170px;
}
.upload-btn {
	margin-top:8px;
	margin-bottom:10px;
	margin-left:30px;
}
/**************************************************************************
 * 18. table
 */
 .table-mag {
	margin-top:8px;
	margin-bottom:0px;
	margin-left:10px;
	width: 96%;
	background-color: #dfdfdf;
}
/**************************************************************************
 * 19. Banner
 */
  .AD-size {
	padding-right: -15px;
	padding-left: -15px;
	width: 100%;
	background-color: #dfdfdf;
}
/**************************************************************************
 * 20. manage
 */
   .img-size img {
	width: 300px;
	height: 200px;
}