/*STYLE INFO
-------------------------------------------------------------------------
Style:  custom.css
Site:
Author: poliphilo
-------------------------------------------------------------------------
-------------------------------------------------------------------------
/** General **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: none;
}
html > body, html > textarea {
  font-size: 100%;
}
body {
  background: none;
  color: #000;
  /*font-family: "Helvetica Neue", Helvetica, Arial, "儷黑 Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif; */
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  /* word-break: break-all; */
}
.ie7 body {
  /*font-family: "儷黑 Pro", "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif; */
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}
body.admin-menu {
  margin-top: 24px !important;
}
.serif {
  /*font-family: Century, "新細明體", "Microsoft PMingLiU", serif;*/
  font-family: "新細明體", "Microsoft PMingLiU", serif;
}
.ie7 .serif {
  /*font-family: "新細明體", Century, "Microsoft PMingLiU", serif;*/
}
h1, h2, h3, h4, h5, h6, .sans-serif {
  /*font-family: "Helvetica Neue", Helvetica, Arial, "儷黑 Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif; */
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-weight: normal;
}
.ie7 h1,
.ie7 h2,
.ie7 h3,
.ie7 h4,
.ie7 h5,
.ie7 h6,
.ie7 .sans-serif {
  /*font-family: "儷黑 Pro", "微軟正黑體", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif; */
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  margin-bottom: .5em;
}
dl, menu, ol, ul, .item-list ul {
  /* margin: 0; */
}
a, a:link, a:visited {
  /*color: #0C8EB8;*/
  /*color: #000;*/
  color: #1B5A42;
  /*text-decoration: none;*/
}
a:hover, a:active {
  /*color: #58E6F2;*/
  color: #ff0000;
  /*text-decoration: none;*/
  /*text-decoration: underline;*/
}
a:focus {
  outline: none;
}
a:-webkit-any-link {
  /*text-decoration: none;*/
}
a:-webkit-any-link:hover,
a:-webkit-any-link:active {
  /*color: #58E6F2;
  text-decoration: underline;*/
}
p {
  margin: 0 0 1em 0;
}
img {
  width: auto\9;
  /*height: auto;*/
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.img a {
  display: block;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.clearfloat {
  overflow: hidden;
}
.hide {
  display:none !important;
}
.inner {
  position: relative;
}
.grid-box {
  float: left;
}
.inline-block {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
a.button:hover {
  text-decoration: none;
}
.image-replace {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.more,
.more-link,
.read-more {
  /*line-height: 1;*/
  text-align: right;
}
/*.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}*/
.fulljustify {
overflow:hidden;
text-align:justify;
text-justify :distribute-all-lines;
}
.fulljustify:after {
content: " ";
}

/** Override **/
/* =override admin_menu.css */
#admin-menu {
  font-size: 12px;
}

/* =override nice_menus_default.css  */
ul.nice-menu li,
ul.nice-menu-down li {
    border: 0;
}
ul.nice-menu li {
    background-color: transparent;
    text-align: left;
}
#header-region ul.nice-menu li {
    background: none;
    padding: 0;
}
ul.nice-menu a {
    padding: 5px 10px;
}
#header-region ul.nice-menu ul {
    border-top: 0;
    top: 2em;
}

/* remove arrow down icon */
ul.nice-menu-down li.menuparent,
ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.menuparent,
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li li.menuparent:hover {
    background: none;
}
ul.nice-menu-down .menuparent a {
    padding: 5px 10px;
}

/* =override style.css */
#header,
#navigation,
#page {
  width: 956px;
}
.limiter {
  width: 956px;
}
#header-region ul {
  text-align: left;
}
#footer {
  height: auto;
}
.with-navigation #content, .with-navigation .sidebar {
  margin-top: 0;
}

/** Base **/
#page-wrapper {
  border: none;
/*
  margin-top: 153px;
*/
}
.l10n-client-enable #page-wrapper {
  padding-bottom: 32px;
}


/* =branding & header */
#branding {
  position: relative;
  margin-bottom: 55px;
  z-index: 998;
}
/*
#branding {
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  -webkit-transition: background-color .3s ease-out 0.1s;
  -moz-transition: background-color .3s ease-out 0.1s;
  -o-transition: background-color .3s ease-out 0.1s;
  transition: background-color .3s ease-out 0.1s;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.5);
}
*/
.ie8 #branding {
/*
  background: url(images/blank-50-s.png);
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6cffffff', endColorstr='#6cffffff');
*/
}
.ie7 #branding {
  background: #fff;
}
#branding:hover {
/*
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
*/
}
.ie8 #branding:hover {
/*
  background: url(images/blank-90-s.png);
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8cffffff', endColorstr='#8cffffff');
*/
}
.ie7 #branding:hover {
  background: #fff;
}
/*
.simplemenu-enabled #branding {
  margin-top: 21px;
}
.admin-menu #branding {
  margin-top: 45px;
}
*/
#header {
  padding: 25px 0 0 0;
  position: relative;
}
#logo-title {
  float: none;
  position: absolute;
  width: auto;
  z-index: 100;
}
.ie8 #logo-title {
  z-index: 997;
  left: 0;
  top: 25px;
}
#name-and-slogan {
  display: none;
}
#header-region {
  float: none;
  height: auto;
  width: auto;
}

/* =main menu */
#block-nice_menus-1 {
  border-top: 1px solid #1B4442;
  border-bottom: 1px solid #1B4442;
  margin: 31px 0 0 92px;
}
#block-nice_menus-1 .block-inner {
  padding: 0;
}
#block-nice_menus-1 .nice-menu {
  text-align: left;
  margin-left: 32px;
  padding: 6px 0 0 0;
}
#nice-menu-1 {}
#header-region #nice-menu-1 li {
  font-size: 14px;
  letter-spacing: 2px;
  margin: -25px 25px 0 0;
  position: relative;
  text-align: center;
}
#header-region #nice-menu-1 li.menu-1154 {
  margin-right: 27px;
}
#header-region #nice-menu-1 li.menu-1153 {
  margin-right: 19px;
}
#header-region #nice-menu-1 li.menu-1155 {}
#header-region #nice-menu-1 li.menu-1843 {
  margin-right: 17px;
}
#header-region #nice-menu-1 li.menu-1846 {
  margin-right: 27px;
}

#header-region #nice-menu-1 li.menu-516 {
  margin-right: 22px;
}
#header-region #nice-menu-1 li.menu-1157 {
  margin-right: 0;
}
#header-region #nice-menu-1 li.menu-1158 {
  margin-right: 18px;
}
#header-region #nice-menu-1 li.menu-1170 {

}
#nice-menu-1 li a {
  background: url(images/5_spot_red.png) no-repeat 50% 13px;
  color: #000;
  padding-top: 33px;
  padding-bottom: 11px;
}
.ie8 #nice-menu-1 li a {
  padding-left: 0;
  padding-right: 0;
}
#nice-menu-1 li a:hover,
#nice-menu-1 li a.active,
#nice-menu-1 li.over a {
  background: url(images/2_bean_red.png) no-repeat 50% 0;
  text-decoration: none;
}
#nice-menu-1 li.menu-1154 a {
  min-width: 67px;
}
#nice-menu-1 li.menu-1153 a {
  /*min-width: 98px;*/
  min-width: 92px;
}
#nice-menu-1 li.menu-1155 a,
#nice-menu-1 li.menu-1843 a {
  /*min-width: 111px;*/
  min-width: 92px;
}
#nice-menu-1 li.menu-1846 a {
  min-width: 99px;
}
#nice-menu-1 li.menu-516 a {
  min-width: 68px;
}
#nice-menu-1 li.menu-1157 a {
  /*min-width: 126px;*/
  min-width: 115px;
}
#nice-menu-1 li.menu-1158 a {
  min-width: 108px;
}
#nice-menu-1 li.menu-1170 a {
  min-width: 83px;
}
#nice-menu-1 li a .zh {
  display: inline;
}
#nice-menu-1 li a .en {
  display: none;
}
#nice-menu-1 li a:hover .zh,
#nice-menu-1 li.over a .zh {
  display: none;
}
#nice-menu-1 li a:hover .en,
#nice-menu-1 li.over a .en {
  display: inline;
}
#nice-menu-1 li.over li a .zh {
  display: inline;
}

#nice-menu-1 li.over li a .en {
  display: none;
}
#nice-menu-1 li.over li a:hover .zh {
  display: none;
}
#nice-menu-1 li.over li a:hover .en {
  display: inline;
}


#header-region #nice-menu-1 ul {
  border-top: 1px solid #fff;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #1B4442;
  left: 50%;
  margin: 0 0 0 -85px;
  /*padding-bottom: 5px;*/
  top: 60px;
  -webkit-transition: background-color .3s ease-out 0.1s;
  -moz-transition: background-color .3s ease-out 0.1s;
  -o-transition: background-color .3s ease-out 0.1s;
  transition: background-color .3s ease-out 0.1s;
}
#branding:hover #header-region #nice-menu-1 ul {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}
#header-region #nice-menu-1 ul li {
  margin: 0;
  width: 170px;
  font-size: .875em;
}
#nice-menu-1 ul li a {
  background: none;
  padding: 5px;
}
#nice-menu-1 ul li.first a {
  padding-top: 10px;
}
#nice-menu-1 ul li.last a {
  padding-bottom: 10px;
}
#nice-menu-1 ul li a:hover,
#nice-menu-1 li.over ul a {
  background: none;
}

/* =user menu & cart */
#block-menu-menu-nav-user-login {
  position: absolute;
  top: 0;
  right:  0;
  margin:  -50px 35px 0 0;
}
#block-menu-menu-nav-user-login .menu {
  overflow: hidden;
}
#block-menu-menu-nav-user-login .menu li {
  font-size: .875em;
  border-right: 1px solid #000;
  padding: 0 10px;
  margin: 0;
  float: left;
  line-height: 1;
}
.logged-in #block-menu-menu-nav-user-login .first + li {
  display: none;
}
#block-menu-menu-nav-user-login .menu li.last {
}
#block-menu-menu-nav-user-login .menu a {
  color: #000;
}


/* =menu left */
#menu-left {
  left: 50%;
  margin: 162px 0 0 -502px;
  position: absolute;
  top: 0;
  /*width: 172px;*/
  z-index: 997;
}
.simplemenu-enabled #menu-left {
  margin-top: 183px;
}
.admin-menu #menu-left {
  margin-top: 207px;
}
#menu-left .block {
  margin-bottom: 10px;
}
#menu-left .block .block-title {
  cursor: pointer;
  height: 28px;
  margin: 0 0 0 9px;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
}
#menu-left .block-expanded .block-title {
  height: 64px;
  margin: 0;
  width: 47px;
}
#menu-left .block .block-inner,
#menu-left .block .content {
  padding: 0;
  position: relative;
}
#menu-left .block .content {
  display: none;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.7);
  border-bottom: 1px solid #1b5842;
  border-top: 1px solid #1b5842;
  width: 172px;
}
#menu-left .block-expanded .content {
  display: block;
}
#menu-left .block a {
  color: #1b5842;
}
#menu-left .block .edit {
  right: -75px;
}

/* =menu right */
#menu-right {
  right: 50%;
  margin: 125px -555px 0 0;
  position: fixed;
  top: 0;
  /* width: 172px; */
  z-index: 997;
}

/* =cart */
#block-uc_cart-0 {
/*#block-uc_ajax_cart-0 {*/
  display: none;
  color: #1b5842;
}
.node-type-product #block-uc_cart-0,
/*.node-type-product #block-uc_ajax_cart-0,*/
body[class*="page-shop-category-"] #block-uc_cart-0,
/*body[class*="page-shop-category-"] #block-uc_ajax_cart-0,*/
.page-shop-products #block-uc_cart-0,
/*.page-shop-products #block-uc_ajax_cart-0,*/
.section-shop #block-uc_cart-0 {
/*.section-shop #block-uc_ajax_cart-0 */
  display: block;
}
#block-uc_cart-0 .block-inner,
#block-uc_ajax_cart-0 .block-inner {
  padding: 0;
}
#block-uc_cart-0 .cart-block-title-bar,
#block-uc_ajax_cart-0 .cart-block-title-bar,
#block-uc_cart-0 .content,
#block-uc_ajax_cart-0 .content {

}
#header #block-uc_ajax_cart-0 {
  position: absolute;
  top: 0;
  right: 0;
  margin: -47px 0 0 0;
  z-index: 100;
}
#block-uc_ajax_cart-0 .block-title {
  cursor: pointer;
  height: 28px;
  margin: 0;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
}
#header .block-expanded .block-title {
  height: 64px;
  margin: 0;
  width: 47px;
}
#header .block-uc_ajax_cart-0-expanded .block-title {
  float: right;
}
#menu-left #block-uc_cart-0 .content,
#menu-left #block-uc_ajax_cart-0 .content,
#header #block-uc_ajax_cart-0 .content {
  width: 340px;
  padding: 0;
}
#block-uc_ajax_cart-0 .content {
  display: none;
  background: rgb(255,255,255);
  /*background: rgba(255,255,255,0.7);*/
  border-bottom: 1px solid #1b5842;
  border-top: 1px solid #1b5842;
}
#header .block-expanded .content {
  display: block;
  clear: both;
}
#block-uc_cart-0 .edit,
#block-uc_ajax_cart-0 .edit {
  top: -20px;
}
#block-uc_cart-0 .block-title,
#block-uc_ajax_cart-0 .block-title {
  margin: 0;
  padding: 0;
}
.cart-block-icon-full,
.cart-block-icon-empty,
#ajax-cart-headline {
  background: url(images/3_cart.png) no-repeat -2px -2px;
  display: block;
  height: 30px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999em;
  width: 29px;
}
.block-uc_cart-0-expanded .cart-block-icon-full,
.block-uc_cart-0-expanded .cart-block-icon-empty,
.block-uc_ajax_cart-0-expanded #ajax-cart-headline {
  background: url(images/3_cart＿line.png) no-repeat -1px 0;
  height: 66px;
  width: 46px;
}
#menu-left #block-uc_ajax_cart-0 span.block-title {
  margin: 0;
}
.cart-block-items {
  font-size: 14px;
  margin: 3px 0 0 0;
}
.cart-block-items td {
  padding: 0;
  line-height: 1.2em;
  padding-bottom: 3px;
}
.cart-block-items .cart-block-item-title {}
.cart-block-items .cart-block-item-qty {
  padding: 0 9px 0 5px;
}
.cart-block-items .cart-block-item-price {}
.cart-block-summary,
.cart-block-summary-total-wrapper {
  color: #1b5842;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 2px 0 0 0;
}
.cart-block-summary td,
.cart-block-summary-total-wrapper td {
  overflow: hidden;
  padding: 0 0 5px 0;
}
.cart-block-summary .label-wrapper,
.cart-block-summary-total-wrapper .label-wrapper {
  float: left;
  width: 60px;
  font-weight: 100;
}
.cart-block-summary .label,
.cart-block-summary-total-wrapper .label {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 3px;
}
.cart-block-summary .currency-code,
.cart-block-summary-total-wrapper .currency-code {
  font-size: 16px;
  font-weight: 300;
}
.cart-block-summary .uc-summary-price,
.cart-block-summary-total-wrapper .uc-summary-price {
  font-size: 46px;
  font-weight: 100;
  text-align: right;
  line-height: 1;
}
.cart-block-summary-links {
  border-top: 1px solid #1b5842;
}
.cart-block-summary .cart-block-summary-links td {
  padding: 0;
}
.cart-block-summary-links ul.links li {
  width: 50%;
  display: block;
  float: left;
  padding: 0;
  text-align: center;
  margin: 7px 0;
  line-height: 1;
}
.cart-block-summary-links ul.links li a {
  font-size: 14px;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}


/* =cart ajax */
#menu-left #block-uc_ajax_cart-0 .content {
  width: 340px;
}
#block-uc_ajax_cart-0 thead {
  display: none;
}
#block-uc_ajax_cart-0 table {
  margin: 5px 0 0 0;
}
#menu-left #block-uc_ajax_cart-0 .content {
  /*display: block;*/
}
#block-uc_ajax_cart-0 tr.odd {
  background: none;
  border: none;
}
.cart-block-summary-links td {
  padding: 0;
}
.cart-block-summary-items,
.cart-block-summary-total {
  padding: 0 5px;
}
.cart-block-summary-total {
  text-align: right;
}
#block-uc_ajax_cart-0 .cart-block-items td {
  padding: 0 5px 3px 5px;
}
#block-uc_ajax_cart-0 .cart-block-items .cart-block-item-title {
  width: 210px;
}
#block-uc_ajax_cart-0 .cart-block-items .cart-block-item-remove {
  width: 70px;
}
.cart-block-summary-links ul.links li {
  border-right: 1px solid #1b5842;
}
.cart-block-summary-links ul.links li.last {
  border-right: none;
}
.cart-block-summary-total-wrapper td {
  padding: 0 5px 5px 5px;
}
#block-uc_ajax_cart-0 .cart-empty {
  padding: 5px;
}
.uc-ajax-cart-blockui .close {
  display: none;
}

/* =cart view */
#uc-cart-view-form img {
  min-width: 50px;
}

/* =search */
#block-google_cse-0 {
  display: none;
}
.block-google_cse .block-title {
  background: url(images/3_search.png) no-repeat -2px -1px;
  cursor: pointer;
  height: 28px;
  margin: 0;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
}
.block-google_cse-expanded .block-title {
  background: url(images/3_search_line.png) no-repeat -1px 0;
  height: 49px;
  width: 44px;
}
.block-google_cse .content {
  display: none;
  padding: 0;
}
.block-google_cse-expanded .content {
  display: block;
}
#google-cse-searchbox-form {
}
.block-google_cse #edit-query-wrapper {
  display: block;
  padding: 3px 0 0 0;
}
#edit-query {
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
  font-size: 2.44em;
  color: #1d5842;
  display: block;
  line-height: 1;
  padding: 0;
  height: 45px;
  width: 100%;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #1d5842 !important;
  padding: 0 !important;
}
#google-cse-searchbox-form .form-submit {
  border: none;
  border-radius: none;
  background: none;
  display: block;
  font-size: .75em;
  color: #1d5842;
  letter-spacing: 4px;
  text-align: center;
  width: 100%;
  text-shadow: none;
}
#edit-query:focus,
#edit-query:active,
#google-cse-searchbox-form .form-submit:focus,
#google-cse-searchbox-form .form-submit:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/**/
.block-search .block-title {
  background: url(images/3_search.png) no-repeat -2px -1px;
  cursor: pointer;
  height: 28px;
  margin: 0;
  text-indent: -9999em;
  overflow: hidden;
  width: 26px;
}
.block-search-expanded .block-title {
  background: url(images/3_search_line.png) no-repeat -1px 0;
  height: 49px;
  width: 44px;
}
.block-search .content {
  display: none;
  padding: 0;
}
.block-search-expanded .content {
  display: block;
}
#google-cse-searchbox-form {
}
.block-search #edit-search-block-form-1-wrapper {
  display: block;
  padding: 3px 0 0 0;
  margin: 0;
}
#edit-search-block-form-1-wrapper label {
  display: none;
}
#edit-search-block-form-1 {
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
  font-size: 2.44em;
  color: #1d5842;
  display: block;
  line-height: 1;
  padding: 0;
  height: 45px;
  width: 100%;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #1d5842 !important;
  padding: 0 !important;
}
#search-block-form .form-submit {
  border: none;
  border-radius: none;
  background: none;
  display: block;
  font-size: .75em;
  color: #1d5842;
  letter-spacing: 4px;
  text-align: center;
  width: 100%;
  text-shadow: none;
}
#edit-query:focus,
#edit-query:active,
#search-block-form .form-submit:focus,
#search-block-form .form-submit:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* =aboutus menu & product menu */
#block-block-2 .block-title {
  background: url(images/WEBabout-icon.png) no-repeat -1px -1px;

}
#block-block-5 .block-title {
  background: url(images/inf_icon.png) no-repeat -2px -2px;
}
#menu-left .block-block-2-expanded .block-title {
  background: url(images/WEBabout-icon-mouseover.png) no-repeat 0 0;
}
#menu-left .block-block-5-expanded .block-title {
  background: url(images/inf_icon_big.png) no-repeat 0 0;
}
#menu-left #block-block-2 .content {
  width: 125px;
}
#menu-left #block-block-5 {
  width: 92px;
}
#menu-left #block-block-5 .content {
  width: 92px;
  position: absolute;
  left: -50%;
  margin-left: 23px;
}
#aboutus-menu,
#product-info-menu {
  padding: 3px 0;
}
#aboutus-menu li,
#product-info-menu li {
  list-style: none;
  font-size: .875em;
  text-align: justify;
  margin: 0;
}
#product-info-menu li {
  text-align: center;
}



/* =scroll menu left */
#scroll-menu-left {
  position:absolute;
  top: 50%;
  left:10px;
  background-color:#FFF;
}

/* =footer */
#footer {
  background: rgba(255, 255, 255, 0.5) url(images/7_square.png) repeat-x 0 100%;
  padding-bottom: 32px;
}
.ie8 #footer {
  background: url(http://okogreen.com.tw/sites/okogreen.com.tw/themes/vigor/css/images/blank-50-s.png) repeat 0 0;
}
#footer * {
  color: #1b4442;
}
#footer .inner {
  padding-left: 50px;
}
#block-menu_block-1,
#block-block-1 {
  margin: 0 auto;
  width: 310px;
}

/* =footer menu */
.menu-block-1 {
  text-align: center;
}
#block-menu_block-1 ul.menu {
  left: 50%;
  float: left;
  padding: 0;
  position: relative;
}
#block-menu_block-1 li.leaf {
  float: left;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0 6px;
  position: relative;
  right: 50%;
}
#block-menu_block-1 li.leaf a {
  display: block;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  width: 27px;
}
#block-menu_block-1 li.menu-mlid-1159 a {
  background: url(images/6_icon1.png) no-repeat -3px -1px;
}
#block-menu_block-1 li.menu-mlid-1160 a {
  background: url(images/6_icon2.png) no-repeat 0 0;
}
#block-menu_block-1 li.menu-mlid-1161 a {
  background: url(images/6_icon3.png) no-repeat 0 0;
}
#block-menu_block-1 li.menu-mlid-1162 a {
  background: url(images/6_icon4.png) no-repeat -3px -1px;
}

/* =footer copyright */
#block-block-1 {
  text-align: center;
}
#block-block-1.clearfix:after {
  content: none;
}
#block-block-1 .block-inner {
  padding-top: 15px;
}
#block-block-1 .content {
  padding: 0;
}
.icon-caption-wrapper {
  border-bottom: 1px solid #6d8578;
  border-top: 1px solid #6d8578;
  /*font-size: 2em;
  line-height: 1; */
  padding: 5px 0;
  width: 310px;
  margin: 0 auto 5px auto;
}
.icon-caption {
  display: none;
}
.icon-caption-default {
  display: block;
}
#block-block-1 p {
  font-size: .75em;
}

/** Second **/
.not-front #page {
  padding-bottom: 20px;
}
#main {
  position: relative;
}
.not-front #main {
  margin-left: 50px;
  padding-bottom: 0;
}
#content {
  position: relative;
  z-index: 1;
}
#content-inner {
  padding: 0 39px 0 0;
}
.two-sidebars .center,
.sidebar-second .center {
  margin-right: 264px;
}
.no-sidebars #content-inner {
  padding: 0;
}
#sidebar-second {
  position: relative;
  width: 264px;
  z-index: 1;
}
.sidebar-second .content-separator {
  height: 100%;
  position: absolute;
  width: 906px;
  top: 0;
  left: 0;
  z-index: 0;
}
.sidebar-second .content-separator .separator {
  width: 2px;
  height: 100%;
  margin: 0 0 0 620px;
  background: #7f7f7f;
}
#sidebar-first {
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

/* hide page title */
.page-aboutus .page-title,
.page-products .page-title,
.page-blog .page-title,
.page-partnership .page-title,
.page-contactus .page-title {
  display: none;
}

/* =breadcrumb */
.breadcrumb {
  background: url(images/2_bean_red.png) no-repeat 0 0;
  color: #000;
  display: none;
  font-size: .9375em;
  padding-left: 35px;
  line-height: 1;
  padding-top: 9px;
}
.breadcrumb a {
  color: #000;
}

/* =slideshow img */


/* =content block */
.not-front #content .block {
  font-size: .875em;
}
.not-front #content .block-title {
  padding: 0;
}

/* =post list */
.post-list {
  border-left: 2px solid #7f7f7f;
  padding: 0 0 0 17px;
}
.post-list .views-row {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}
.post-list .views-row-first {
  padding-top: 0;
}
.post-list .views-row-last {
  /*border-bottom: 0;*/
  margin-bottom: 0;
}
.post-list .views-row label {
  /*font-weight: normal;*/
}
.post-list-header {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.post-list-image {
  float: left;
  margin: 0;
}
.post-list-image img {
  border: 1px solid #f2f2f2;
}
/*.post-list-title,
.post-list-date,
.post-list-body,
.post-list-content {
  margin-left: 165px;
}*/
.post-list-date {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 3px 0;
  float: left;
}
.date-m-d {
  font-size: 27px;
}
.date-y {
  font-size: 29px;
}
.post-list-title {
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0 0 0 83px;
}
.post-list-title a {}
.post-list-created {
  font-size: .6em;
  letter-spacing: 2px;
  line-height: 1em;
  margin-left: 83px;
}
.post-list-created span {
  letter-spacing: 0;
  padding: 0 4px;
}
.post-list-body {
  font-size: .875em;
  height: 250px;
  line-height: 1.5em;
  margin-left: 328px;
  margin-bottom: .5em;
  overflow: hidden;
}
.ie8 .post-list-body {
  height: 245px;
}
.post-list .read-more {
  font-size: .875em;
}
.post-list .read-more a {
}
.post-list-arrow {
  background: url(images/2_bean_red.png) no-repeat 0 0;
  height: 25px;
  width: 17px;
  position: absolute;
  left: 0;
  top: 0;
  margin: -16px 0 0 -27px;
}

/*= grid list */
.grid-list table {
  margin: 0;
}
.grid-list table tr {
  overflow: hidden;
}
.grid-list table td {
  display: block;
  float: left;
}
.grid-list table .col-first {
  margin-left: 0;
}
.grid-list table .col-last {
  margin-right: 0;
}


/* =timeline */
/* =timeline item */
.timeline-item-wrapper {
  position: relative;
  z-index: 3;
}
.timeline-item {
  width: 500px;
/*  width: 408px;
  margin: 10px;
  float: left;
  margin-top: 10px;
  background-color: #ffffff;
  border: solid 1px #B4BBCD;
  min-height: 50px;
  text-align: justify;
  word-wrap: break-word;*/
}
.timeline-item:hover {
  /*cursor: pointer;*/
}
.timeline-item-inner {
  position: relative;
}
.timeline-item-center {
  width: 838px;
}
.timeline-item-time,
.timeline-item-type {
  display: none;
}
.timeline-item-img,
.timeline-item-img-hover {
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}
.timeline-item-img {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 4;
}
.timeline-item-content:hover .timeline-item-img {
  opacity: 0;
}
.ie8 .timeline-item-content:hover .timeline-item-img,
.ie7 .timeline-item-content:hover .timeline-item-img {
  display: none;
}
.timeline-item-img-hover {
  position: relative;
  z-index: 3;
  opacity: 0;
}
.timeline-item-content:hover .timeline-item-img-hover {
  opacity: 1;
}
.ie8 .timeline-item-content:hover .timeline-item-img-hover,
.ie7 .timeline-item-content:hover .timeline-item-img-hover {
  /*filter: alpha(opacity=100); */
}
.timeline-item .arrow {
  height: 10px;
  width: 10px;
  opacity: 1;
/*  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;*/
}
.timeline-item-content:hover .arrow {
  opacity: 0.7;
}
.timeline-item-odd .arrow {
  background: url(images/5_spot.png) no-repeat -4px -3px;
}
.timeline-item-even .arrow {
  background: url(images/5_spot.png) no-repeat -20px -3px;
}
.timeline-item-content-inner {
  position: relative;
}
.right-arrow {
  display: block;
  /*margin-left: 408px;
  margin-top: 8px;*/
  margin: 0 -15px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: top;
  z-index: 2;
}
.left-arrow {
  display: block;
  left: 0;
  /*margin-left: -13px;
  margin-top: 8px;*/
  margin: 50px 0 0 -14px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.timeline-item-center .arrow {
  display: none;
}

/* =timeline line */
.timeline-line-wrapper {
  /*width: 16px;*/
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /*cursor:pointer;*/
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
.timeline {
  margin: 0 auto;
  background-color: #000;
  display: block;
  /* float: left; */
  height: 100%;
  /* left: 428px; */
  /* margin-top: 10px; */
  position: relative;
  width: 1px;
}
.timeline:hover {
  /*cursor: pointer;*/
  /*margin: 0 auto;*/;
}
.timeline div.plus {
  width: 14px;
  height: 14px;
  position: relative;
  left: -6px;
}
.timeline:hover {
  /*cursor: none;*/
}
.timeline .bottom-feed {
  background: url(images/2_bean.png) no-repeat -23px 0;
  bottom: 0;
  left: 0;
  height: 26px;
  margin: 0 0 -22px -11px;
  position: absolute;
  width: 25px;
}

/* =timeline bg */
.timeline-bg-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  margin: 250px 0 0 -224px;
}
.timeline-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 324px;
  width: 483px;
}

/* =timeline bg big */
.timeline-bg-wrapper-big {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  margin: 0 !important;
}
.timeline-bg-wrapper-big .timeline-bg {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  width: 1024px;
  height: 768px;
}

/* =node */
.node {
  font-size: .875em;
}
.node .node {
  font-size: 1em;
}
.node .content {
  font-size: 1em;
}
.node a {
  /*color: #ff0000;*/
  text-decoration: underline;
}
.node thead th,
.node th {
  background: #000;
  border-bottom: none;
  color: #fff;
}

/* =pager */
/* =reset pager style */
.item-list .pager {
  margin-top: 26px;
  margin-bottom: 0;
}
.item-list .pager li {
  font-size: .875em;
}
.item-list .pager li.pager-item {
  font-family: 'Roboto', Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 100;
}
.item-list .pager li a {
  background: none;
}
.item-list .pager li a:hover {
  background: none;
  color: #ff0000
}
ul.pager li.pager-current {
  background: none;
  color: #ff0000;
  font-family: 'Roboto', Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

/* =service links */
.service-links ul.links {
  overflow: hidden;
}
.service-links ul.links li {
  float: left;
  display: block;
  margin: 0;
}
.service-links ul.links li.service-links-facebook-share {
  margin-right: 20px;
  margin-top: -1px;
}
.service-links ul.links li iframe,
.service-links .fb_iframe_widget span {
  vertical-align: bottom;
}
.service-links li.service-links-facebook-like,
.service-links li.service-links-google-plus-one {
  width: 90px;
}
.service-links li.service-links-facebook-like iframe,
.service-links li.service-links-google-plus-one iframe {
  width: 90px !important;
}
.service-links ul.links li a {}


/* =category and tag  block */
#block-views-article_tags-block_1 .block-title,
#block-views-article_tags-block_2 .block-title,
#block-views-article_tags-block_1 .content,
#block-views-article_tags-block_2 .content {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
#block-views-article_tags-block_1 .block-title,
#block-views-article_tags-block_2 .block-title {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.8em;
  font-weight: bold;
}
#block-views-article_tags-block_1 .block-title:after,
#block-views-article_tags-block_2 .block-title:after {
  content: ":";
}
#block-views-article_tags-block_2 .content {}
#block-views-article_tags-block_1 .content {
  overflow: hidden;
}
#block-views-article_tags-block_1 .views-row {
  float: left;
  margin-right: 7px;
}

/* =sidebar */
/* =sidebar block */
.sidebar .block {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.sidebar .block .content {
  font-size: .875em;
}
.block-sidebar_second .item-list {
  overflow: hidden;
}
.block-sidebar_second .item-list ul {
  padding-bottom: 0;
}
.block-sidebar_second .item-list ul li {
  margin-left: 16px;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.block-sidebar_second .item-list .pager {
  left: 50%;
  float: left;
  margin-top: 12px;
  padding: 0;
  position: relative;
}
.block-sidebar_second .item-list .pager li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
  right: 50%;
  text-align: center;
}
.block-sidebar_second .item-list .pager .pager-previous,
.block-sidebar_second .item-list .pager .pager-next {
  width: 9px;
  height: 11px;
}
.block-sidebar_second .item-list .pager .pager-previous {
  background: url(images/arrow-left.png) no-repeat 0 0;
}
.block-sidebar_second .item-list .pager .pager-next {
  background: url(images/arrow-right.png) no-repeat 0 0;
}
.block-sidebar_second .item-list .pager .pager-previous a,
.block-sidebar_second .item-list .pager .pager-next a {
  display: block;
  height: 11px;
  text-indent: -9999em;
  width: 9px;
  overflow: hidden;
}
.block-sidebar_second .item-list .pager .pager-previous a {
  background: url(images/arrow-left.png) no-repeat 0 0;
}
.block-sidebar_second .item-list .pager .pager-current {
  width: 80px;
  visibility: hidden;
}
.block-sidebar_second .item-list .pager .pager-next a {
  background: url(images/arrow-right.png) no-repeat 0 0;
}

/* =blog sidebar block  */
#block-views-blog-block_5 .block-inner,
#block-views-blog-block_1 .block-inner,
#block-views-blog-block_4 .block-inner,
#block-views-blog_tags-block_3 .block-inner,
#block-views-blog_tags-block_1 .block-inner,
#block-views-blog-block_6 .block-inner,
#block-views-blog_tags-block_2 .block-inner
 {
  padding-top: 196px;
}
#block-views-blog-block_5 .block-inner,
#block-views-blog_tags-block_1 .block-inner {
  background: url(images/sort-img.png) no-repeat 50% 0;
}
#block-views-blog-block_1 .block-inner {
  background: url(images/lastest-img.png) no-repeat 50% 0;
}
#block-views-blog-block_4 .block-inner,
#block-views-blog_tags-block_3 .block-inner {
  background: url(images/select-img.png) no-repeat 50% 0;
}
#block-views-blog-block_6 .block-inner,
#block-views-blog_tags-block_2 .block-inner {
  background: url(images/tag-img.png) no-repeat 50% 0;
}
#block-views-blog-block_5 .block-title,
#block-views-blog-block_1 .block-title,
#block-views-blog-block_4 .block-title,
#block-views-blog_tags-block_3 .block-title,
#block-views-blog_tags-block_1 .block-title,
#block-views-blog-block_6 .block-title,
#block-views-blog_tags-block_2 .block-title
 {
  margin-bottom: 10px;
  text-indent: -9999em;
  overflow: hidden;
}
#block-views-blog-block_5 .block-title,
#block-views-blog_tags-block_1 .block-title {
  background: url(images/categories.png) no-repeat 50% 0;
  height: 75px;
}
#block-views-blog-block_1 .block-title {
  background: url(images/Recent-Post.png) no-repeat 50% 0;
  height: 69px;
}
#block-views-blog-block_4 .block-title,
#block-views-blog_tags-block_3 .block-title {
  background: url(images/selected.png) no-repeat 50% 0;
  height: 73px;
}
#block-views-blog-block_6 .block-title,
#block-views-blog_tags-block_2 .block-title {
  background: url(images/tag.png) no-repeat 50% 0;
  height: 72px;
}
.view-display-id-block_5 .views-summary {
  display: list-item;
  margin-left: 16px;
}
#block-views-blog_tags-block_1 .item-list ul li {
  list-style: disc;
  margin-left: 16px;
}

#block-views-blog_tags-block_1 .item-list ul li,
#block-views-blog_tags-block_3 .item-list ul li {
  margin-left: 0;
  text-align: center;
  list-style: none;
}


/* =faq block */
#block-faq-0 .item-list ol {
  list-style: none;
}
#block-faq-0 .item-list li {
  margin-left: 0;
}

/* =tab block */
#block-views-blog-block_6 .view-content,
#block-views-blog_tags-block_2 .view-content {
  overflow: hidden;
  text-align: center;
}
#block-views-blog-block_6 .views-summary,
#block-views-blog_tags-block_2 .views-row {
  display: inline;
  margin: 0 2px;
}

/* =sidebar fb block */
#block-fb_social_likebox-likebox {
  border-bottom: none;
}
#block-fb_social_likebox-likebox .block-inner {
  padding: 0;
}
#block-fb_social_likebox-likebox .content {
  padding: 0;
}

/* =sidebar list */
/*
#sidebar-second .item-list ol,
#sidebar-second .item-list ul {
  list-style: none;
}
#sidebar-second .item-list li {
  margin-left: 0;
}
*/

/** Front **/
.front #branding {
 margin-bottom: 65px;
}
.page-front .breadcrumb {
  display: none;
}
.page-front #main {
  margin-left: 0;
  padding-bottom: 0;
  width: auto;
}
.view-front-carousel,
.view-block-front-ads,
.view-front-timeline .view-header {
  margin: 0 19px 0 74px;
  width: 862px;
}

/* =front carousel */
.view-front-carousel {
  /*background: #fff;*/
  padding-bottom: 13px;
  position: relative;
  z-index: 2;
}

/* =front ads */
#block-views-ads-block_1 {
  /*background: #fff;*/
  position: relative;
  z-index: 2;
}
#block-views-ads-block_1 .block-inner {
  padding: 0;
}
#block-views-ads-block_1 .content {
  padding: 0;
}
.view-block-front-ads .view-content {
  position: relative;
  overflow: hidden;
}
.view-block-front-ads .views-row {
  width: 49%;
  position: relative;
}
.view-block-front-ads .views-row-odd {
  float: left;
}
.view-block-front-ads .views-row-even {
  float: right;
}
.front-top-ad-img {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 2;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -webkit-transform: translateZ(0);
  width: 424px;
  height: 242px;
}
.front-top-ad-img-hover {
  width: 424px;
  height: 242px;
}
.front-top-ad-img img,
.front-top-ad-img-hover img {
/*  width: 424px;
  height: 242px;*/
}
.view-block-front-ads .views-row:hover .front-top-ad-img {
  opacity: 0;
}
.ie8 .view-block-front-ads .views-row:hover .front-top-ad-img,
.ie7 .view-block-front-ads .views-row:hover .front-top-ad-img {
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.ad-arrow {
  bottom: 0;
  left: 50%;
  margin: 0 0 -1px -21px;
  position: absolute;
  z-index: 3;
}
.ad-arrow a,
.ad-arrow a img {
  display: block;
}

/* =front timeline */
#block-views-front_timeline-block_1 .block-inner {
  padding-top: 0;
}
#block-views-front_timeline-block_1 .content {
  padding: 0;
}
#front-timeline {
/*  width: 860px;
  margin: 0 auto;*/
  height: 2760px;
  padding-bottom: 0;
  /*overflow: hidden;*/
  width: 936px;
}
.view-front-timeline .view-header {
  /*background: #fff;*/
  padding-top: 7px;
  position: relative;
  z-index: 2;
}
.view-front-timeline .timeline-header {
  letter-spacing: 6px;
  margin: 0 auto;
  padding-top: 13px;
  width: 715px;
}
.view-front-timeline .timeline-slogan {
  font-size: .9375em;
  margin-bottom: 20px;
  text-align: center;
}
.view-front-timeline .timeline-title {
  border-bottom: 1px solid #51806e;
  border-top: 1px solid #51806e;
  margin-bottom: 32px;
  padding: 10px 0;
}
.view-front-timeline .timeline-title h3 {
  font-size: .9375em;
  margin: 0;
  text-align: center;
  width: 50%;
}
#front-timeline-header-flag {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

/* =front timeline item */
#front-timeline .timeline-item {
  width: 468px;
}
#front-timeline .left-arrow {
  background: url(images/5_spot.png) no-repeat -4px -3px;
  margin: 0 0 0 -4px;
}
#front-timeline .right-arrow {
  background: url(images/5_spot.png) no-repeat -20px -3px;
  margin: 0 -6px 0 0;
}

/* =front timeline right item */
#front-timeline .timeline-item-right {
  width: 434px;
}
.timeline-item-0600,
.timeline-item-0815,
.timeline-item-1112,
.timeline-item-1615,
.timeline-item-1920,
.timeline-item-2130 {
  position: absolute;
  right: 0;
  top: 0;
}
.timeline-item-0600 .timeline-item-content,
.timeline-item-0815 .timeline-item-content,
.timeline-item-1112 .timeline-item-content,
.timeline-item-1615 .timeline-item-content,
.timeline-item-1920 .timeline-item-content,
.timeline-item-2130 .timeline-item-content {
  left: 0;
  margin-left: 10px;
  position: absolute;
  top: 0;
}
.timeline-item-0600 {
  margin: 0;
}
.timeline-item-0600 .timeline-item-content {
  margin: -18px 0 0 10px;
}
.timeline-item-0815 {
  margin: 293px 0 0 0;
}
.timeline-item-0815 .timeline-item-content {
  margin: -16px 0 0 10px;
}
.timeline-item-1112 {
  margin: 673px 0 0 0;
}
.timeline-item-1112 .timeline-item-content {
  margin: -15px 0 0 10px;
}
.timeline-item-1615 {
  margin: 1214px 0 0 0;
}
.timeline-item-1615 .timeline-item-content {
  margin: -39px 0 0 10px;
}
.timeline-item-1920 {
  margin: 1739px 0 0 0;
}
.timeline-item-1920 .timeline-item-content {
  margin: -148px 0 0 10px;
}
.timeline-item-2130 {
  margin: 2130px 0 0 0;
}
.timeline-item-2130 .timeline-item-content {
  margin: -206px 0 0 10px;
}

/* =front timeline left item */
#front-timeline .timeline-item-left {
  width: 502px;
}
.timeline-item-0700,
.timeline-item-0926,
.timeline-item-1430,
.timeline-item-1545,
.timeline-item-1737,
.timeline-item-2045,
.timeline-item-2211 {
  left: 0;
  position: absolute;
  top: 0;
}
.timeline-item-0700 .timeline-item-content,
.timeline-item-0926 .timeline-item-content,
.timeline-item-1430 .timeline-item-content,
.timeline-item-1545 .timeline-item-content,
.timeline-item-1737 .timeline-item-content,
.timeline-item-2045 .timeline-item-content,
.timeline-item-2211 .timeline-item-content {
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.timeline-item-0700 {
  margin: 146px 0 0 0;
}
.timeline-item-0700 .timeline-item-content {
  margin: -85px 10px 0 0;
}
.timeline-item-0926 {
  margin: 451px 0 0 0;
}
.timeline-item-0926 .timeline-item-content {
  margin: -13px 10px 0 0;
}
.timeline-item-1430 {
  margin: 891px 0 0 0;
}
.timeline-item-1430 .timeline-item-content {
  margin: -18px 10px 0 0;
}
.timeline-item-1545 {
  margin: 1172px 0 0 0;
}
.timeline-item-1545 .timeline-item-content {
  margin: -30px 10px 0 0;
}
.timeline-item-1737 {
  margin: 1468px 0 0 0;
}
.timeline-item-1737 .timeline-item-content {
  margin: -16px 10px 0 0;
}
.timeline-item-2045 {
  margin: 1862px 0 0 0;
}
.timeline-item-2045 .timeline-item-content {
  margin: -23px 10px 0 0;
}
.timeline-item-2211 {
  margin: 2212px 0 0 0;
}
.timeline-item-2211 .timeline-item-content {
  margin: -63px 10px 0 0;
}

/* =front timeline aboutus */
.timeline-item-aboutus {
  left: 50%;
  margin: 2420px 0 0 -123px;
  position: absolute;
  top: 0;
}
.timeline-item-aboutus .arrow {
  display: none;
}

/* =front timeline line */
#front-timeline .timeline-line-wrapper {
  height: inherit;
  position: absolute;
  width: 936px;
}
#front-timeline .timeline {
  height: 2365px;
  margin: 1px 434px 0 502px;
}
/* =front footer */
.page-front #footer {
  padding-top: 0;
  position: relative;
  z-index: 10;
}
.page-front #footer .inner {
  padding-left: 48px;
}


/** About **/
.page-aboutus #main {
  margin-left: 0;
}
.page-aboutus #footer .inner {
  padding-left: 0;
}
#node-368 .content {
  padding-bottom: 0;
}
#block-views-press-block_1 .block-inner,
#block-views-press-block_1 .content {
  padding: 0;
}
#about-press-timeline .timeline-line-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
#about-press-timeline .timeline {
  background-color: #4c4c4a;
  width: 2px;
}
#about-press-timeline .timeline-item {
  width: 478px;
  text-align: center;
  height: 630px;
/*  position: absolute;
  z-index: 3;*/
}
#about-press-timeline .timeline-item-left {
  height: 570px;
}
#about-press-timeline .timeline-item-right {
  padding-top: 88px;
}
#about-press-timeline .timeline-item .arrow {
  background: url(images/5_spot.png) no-repeat -4px -3px;
}
#about-press-timeline .timeline-item .right-arrow {
  margin: 22px -5px 0 0;
}
#about-press-timeline .timeline-item .left-arrow {
  margin: 22px 0 0 -5px;
}
#about-press-timeline .timeline .bottom-feed {
  background: url(images/2_bean.png) no-repeat -1px 0;
}
#about-press-timeline .timeline-item h3 {
font-family: 'Roboto', sans-serif;
font-weight: 100;
font-size: 40px;
border-top: 1px solid #000;
display: inline-block;
border-bottom: 1px solid #000;
margin-bottom: 10px;
padding: 2px 0;
}
#about-press-timeline .timeline-item-inner {
  padding: 0 50px;
}
#about-press-timeline .timeline-item-left .timeline-item-inner {
  padding: 0 156px 0 87px;
}
#about-press-timeline .timeline-item-right .timeline-item-inner {
  padding: 0 123px 0 120px;
}
#about-press-timeline .timeline-items {
  text-align: center;
  margin-top: 7px;
}
#about-press-timeline .timeline-items .views-row {
  margin-bottom: 13px;
}
#about-press-timeline .timeline-item .views-row-first .report-title,
#about-press-timeline .timeline-item .views-row-first .report-date,
#about-press-timeline .timeline-item .views-row-first .report-source-wrapper {
  display: none;
}
.report-title {
  font-size: .875em;
  margin-bottom: 5px;
}
.report-source-wrapper {
  font-size: .625em;
  line-height: 1.1em;
}
.report-source,
.report-date {

}
.report-source {
  padding-right: 5px;
}
.report-date {

}
#about-press-timeline .page-navigation {
  width: 98px;
  margin: 0 auto;
  overflow: hidden;
}
#about-press-timeline .page-navigation a {}
#about-press-timeline .page-navigation .first_link,
#about-press-timeline .page-navigation .ellipse,
#about-press-timeline .page-navigation .page_link,
#about-press-timeline .page-navigation .last_link {
  display: none !important;
}
#about-press-timeline .page-navigation .previous_link,
#about-press-timeline .page-navigation .next_link {
  display: block;
  height: 11px;
  text-indent: -9999em;
  width: 9px;
  overflow: hidden;
}
#about-press-timeline .page-navigation .previous_link {
  background: url(images/arrow-left.png) no-repeat 0 0;
  float: left;
}
#about-press-timeline .page-navigation .next_link {
  background: url(images/arrow-right.png) no-repeat 0 0;
  float: right;
}
#about-press-timeline .timeline-item-year-2011 {
  /*width: 906px;*/
}
.page-aboutus .abuwrapper .flag {
  margin-top: 0;
}

/* =aboutus bottom block */
#block-block-3 {
  width: 322px;
  height: 323px;
  margin: 60px auto 0 auto;
}
#block-block-3 .block-inner,
#block-block-3 .content {
  padding: 0;
}

/** Product **/
.page-shop-products #main,
.page-shop #main {
  padding-left: 44px;
}
.page-shop .page-title,
.page-shop-products .page-title {
  display: none;
}
.page-shop-all .breadcrumb {
  display: block;
  padding-bottom: 18px;
}

#block-views-shop_home-block_1 .block-inner,
#block-views-shop_home-block_2 .block-inner,
#block-views-shop_home-block_1 .content,
#block-views-shop_home-block_2 .content {
  padding: 0;
}
.view-shop-home-banner .views-row {
  margin-bottom: 25px;
}
.view-shop-home-small {
  padding: 0 47px;
}
.view-shop-home-small img {
  height: auto;
}
.view-shop-home-small .col-3 td {
  padding: 0;
  margin-bottom: 40px;
  width: 232px;
}
.view-shop-home-small .col-3 .row-last td {
  margin-bottom: 0;
}
.view-shop-home-small .col-3 .col-2 {
  margin: 0 36px 40px 36px;
}
.view-shop-home-product {
  margin-bottom: 46px;
}
.view-shop-home-link {

}


/* =product menu */
#block-nice_menus-2 {
  text-align: center;
  margin: -26px 0 17px 0;
  /*overflow: hidden;*/
}
#block-nice_menus-2 .block-inner {
  padding: 0 0 0 50px;
}
#block-nice_menus-2 ul.nice-menu {
  left: 50%;
  float: left;
  padding: 0;
  position: relative;
  font-size: 14px;
}
#block-nice_menus-2 ul.nice-menu li {
  float: left;
  position: relative;
  right: 50%;
}
#block-nice_menus-2 ul.nice-menu li.menuparent {
  background: url(images/black-arrow.png) no-repeat 90% 4px;
}
#block-nice_menus-2 ul.nice-menu li a {
  color: #000;
  padding: 5px 25px;
}
#block-nice_menus-2 ul.nice-menu ul {
  left: 0;
  float: none;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.9);
/*  display: block !important;
  visibility: visible !important;*/
  width: 100%;
  padding: 12px 0 7px 0;
  border-top: none;
  border-bottom: 1px solid #000;
}
#block-nice_menus-2 ul.nice-menu ul li {
  float: none;
  right: 0;
width: 100%;
text-align: center;
}
#block-nice_menus-2 ul.nice-menu ul li a {
  padding: 1px;
}

/** Product Category List **/
body[class*="page-shop-category-"] #main {
  padding-left: 44px;
}
body[class*="page-shop-category-"] .breadcrumb {
  display: block;
  padding-bottom: 18px;
}
body[class*="page-shop-category-"] .page-title {
  display: none;
}
body[class*="page-shop-category-"] #page {
  padding-bottom: 0;
}
#block-views-shop_taxonomy_slideshow-block_1 {
  margin-bottom: 40px;
}
#block-views-shop_taxonomy_slideshow-block_1 .block-inner,
#block-views-shop_taxonomy_slideshow-block_1 .content {
  padding: 0;
}
.grid-product-list {
  /*padding-left: 45px;*/
}
.may-like-list {
  position: relative;
  overflow: hidden;
}
.grid-product-list .col-3 td,
.may-like-item {
  margin-right: 55px;
  margin-bottom: 12px;
  padding: 0;
  text-align: center;
  width: 250px;
}
.may-like-item {
  float: left;
}
.grid-product-list .col-3 .col-first {}
.grid-product-list .col-3 .col-last {
  margin-right: 0;
}
.grid-product-list img,
.may-like-item img {
  /*border: 1px solid #ccc;*/
  margin-bottom: 5px;
}
.grid-product-list .product-title,
.may-like-item .product-title {
  font-size: .9375em;
  margin-bottom: 6px;
}
.grid-product-list .product-price,
.may-like-item .product-price {
  font-size: .9375em;
  line-height: 1;
}
.grid-product-list .add-to-cart .form-item,
.may-like-item .add-to-cart .form-item,
.grid-product-list .add-to-cart .captcha-admin-links,
.may-like-item .add-to-cart .captcha-admin-links {
  display: none;
}
.grid-product-list .add-to-cart,
.may-like-item .add-to-cart {
  font-size: .9375em;
}
.page-shop-category-1154 .grid-product-list .add-to-cart {
  display: none;
}
.grid-product-list .add-to-cart .node-add-to-cart,
.may-like-item .add-to-cart .node-add-to-cart {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: normal;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  text-shadow: none;
  color: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.add-to-cart .node-add-to-cart:active,
.add-to-cart .node-add-to-cart:focus {
   -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/** Product Node **/
.node-type-product,
.node-type-product-kit,
.node-type-cafebean {
  font-size: 15px;
  line-height: 1.6em;
}
.node-type-product .breadcrumb,
.node-type-product-kit .breadcrumb,
.node-type-cafebean .breadcrumb {
  display: block;
  margin-left: 32px;
}
#block-views-product_node-block_1 {
  margin-bottom: 22px;
}
#block-views-product_node-block_1 .block-inner,
#block-views-product_node-block_1 .content {
  padding: 0;
}
.view-proudct-node .views-row {
  overflow: hidden;
}
.product-slideshow {
  /*float: left;*/
  margin-right: 275px;
  padding: 0 26px 0 70px;
}

/*
.product-slideshow .jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 535px;
}
.product-slideshow .jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 455px;
  height: 125px;
}
.product-slideshow .jcarousel-skin-tango .jcarousel-item {
  width: 160px;
  height: 125px;
}
.product-slideshow .jcarousel-skin-tango .jcarousel-item img {
  width: 160px;
  height: 125px;
}
*/

.product-info {
  float: right;
  width: 275px;
}
.node-type-product .page-title,
.node-type-product-kit .page-title,
.node-type-cafebean .page-title {
  display: none;
}
.product-info-top .product-title {
  font-size: 20px;
}
.product-info-top .product-price-wrapper {
  margin-bottom: 22px;
}
.product-info-top h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}
.product-info-top .product-price {
  margin-bottom: 12px;
  color: #ff0000;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.product-kit td {
  line-height: 1.2;
}
.product-add-cart .add-to-cart .form-item {
/*#edit-qty-1-wrapper {*/
  overflow: hidden;
}
.product-add-cart .add-to-cart .form-item label {
/*#edit-qty-1-wrapper label {*/
  float: left;
  margin-right: 12px;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
}
.product-add-cart .add-to-cart .form-item .form-text {
/*#edit-qty-1-wrapper .form-text {*/
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  padding: 0;
  text-align: center;
  width: 90px;
  height: auto;
  line-height: 1.8em;

}
.product-add-cart {
  margin-bottom: 25px;
}
.product-add-cart .captcha-admin-links {
  display: none;
}
.product-add-cart .node-add-to-cart {
  display: block;
  border: none;
  background: url(images/3_cart.png) no-repeat 0 0;
  font-weight: normal;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  height: 30px;
  padding: 0 0 0 32px;
  padding: 0 0 0 32px;
  text-shadow: none;
  color: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product-category-1154 .product-add-cart {
  display: none;
}
.product-service-links ul.links li {
  margin: 0;
  padding: 0;
  width: 80px;
}
.product-service-links {
  margin-bottom: 15px;
}
.related-product .label {
  margin-bottom:  6px;
}
.related-product-items img {
  margin: 0 8px 8px 0;
}
.product-support {
  margin-bottom: 20px;
}
.product-support a {
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  background: #1B5A42;
}
.product-support a:hover {
  text-decoration: none;
  background: #247A59;
}

/* =product node field */
.view-product-node-bottom-field .field {
  margin-bottom: 22px;
  padding: 0 23px 0 86px;
  position: relative;
}
.field-product-quality {
  overflow: hidden;
}
.view-product-node-bottom-field .field .field {
  padding: 0;
}
.view-product-node-bottom-field .field-label {
  margin-bottom: 18px;
  padding-top: 22px;
  overflow: hidden;
  text-align: center;
  text-indent: -9999em;
  border-top: 1px solid #000;
  font-size: 20px;
  height: 100px;
}
.view-product-node-bottom-field .field-label em {
  font-style: normal;
}
.view-product-node-bottom-field .field-product-body .field-label {
  background: url(images/product-descriptions.png) no-repeat 50% 19px;
}
.view-product-node-bottom-field .field-product-producer .field-label {
  background: url(images/our-producers.png) no-repeat 50% 19px;
  margin-bottom: 27px;
}
.view-product-node-bottom-field .field-product-norm .field-label {
  background: url(images/product-details.png) no-repeat 50% 19px;
}
.view-product-node-bottom-field .field-product-quality .field-label {
  background: url(images/quality-certificates.png) no-repeat 50% 19px;
}
.view-product-node-bottom-field .field-product-like .field-label {
  background: url(images/you-may-also-like.png) no-repeat 50% 19px;
}
.product-info-flag {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.view-product-story .views-row {
  margin-bottom: 40px;
}
.view-product-story .views-row-last {
  border-bottom: none;
}
.view-product-story .post-list-header {
  margin-bottom: 12px;
}
.view-product-story .post-list-title,
.view-product-story .post-list-created,
.view-product-story .post-list-country,
.view-product-story .post-list-body,
.view-product-story .post-list-link {
  margin-left: 260px;
}
.view-product-story .post-list-title,
.view-product-story .post-list-country {
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
}
.view-product-story .post-list-title {
  padding-top: 15px;
}
.view-product-story .post-list-title a {
  color: #000;
}
.view-product-story .post-list-country {
  margin-bottom: 8px;
}
.view-product-story .post-list-body {
  font-size: 1em;
  height: 154px;
  margin-bottom: 10px;
}
.view-product-story .post-list-image img {
  border: none;
  width: 230px;
  height: 230px;
}
.view-product-story .post-list-link {
  text-align: right;
}
.product-quality-list li,
.field-product-quality .field-item {
  display: block;
  float: left;
  margin: 0 17px 25px 17px;
  width: 230px;
  list-style: none;
}

.view-product-node-bottom-field .grid-product-list .col-3 td,
.may-like-item {
  margin-right: 21px;
}
.view-product-node-bottom-field .grid-product-list .col-3 .col-last,
.may-like-item:nth-child(3n),
.may-like-item-3n {
  margin-right: 0;
}

/* = product story colorbox */
.node-type-product #colorbox,
.node-type-product #cboxOverlay,
.node-type-product #cboxWrapper {
  z-index: 997;
}
.node-type-product #cboxWrapper {
  background: #fff;
  background: rgba(255,255,255,0.8);
}
.node-type-product #cboxContent {
  background: none;
}
.node-type-product #cboxClose {
  background: url(/sites/okogreen.com.tw/modules/colorbox/styles/default/images/controls.png) -26px -1px no-repeat;
}
.colorbox-product-story-wrapper {
  padding: 15px;
}
.colorbox-product-story .views-row {
  overflow: hidden;
}
.colorbox-product-story .group-left {
  float: left;
  width: 250px;
}
.colorbox-product-story .group-right {
  margin-left: 270px;
}
.product-story-title {
  margin-top: 60px;
  margin-bottom: 1px;
  text-align: center;
}
.product-story-country {
  text-align: center;
}
.product-story-country span {
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
}
.product-story-img {
  margin-top: 30px;
}
.product-story-body {}

.discount-expires {
  display: none;
}

/** Producer List **/
.view-producer-list {
  padding-left: 44px;
}
.view-producer-list .view-content {
  padding: 19px;
}
.view-producer-list h3 {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid #000;
}
.grid-producer-list .col-3 td {
  margin-right: 37px;
  margin-bottom: 28px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 250px;
  height: 250px;
}
.grid-producer-list .col-3 .col-first {}
.grid-producer-list .col-3 .col-last {
  margin-right: 0;
}
.view-producer-list .views-row:hover {}
.view-producer-list .producer-img img {
/*  width: 250px;
  height: 250px;*/
}
.view-producer-list .producer-info-wrapper {
  left: 0;
  height: 250px;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 250px;
  z-index: 1;
  -webkit-transition: background-color .3s ease-out 0.1s;
  -moz-transition: background-color .3s ease-out 0.1s;
  -o-transition: background-color .3s ease-out 0.1s;
  transition: background-color .3s ease-out 0.1s;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0);
  /*
  background-color: rgb(255,255,255);
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  */
}
.view-producer-list .producer-info {
  position: relative;
  height: 250px;
}
.view-producer-list .producer-info-inner {
  position: absolute;
  height: 250px;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  width: 100%;
}
.view-producer-list .producer-title,
.view-producer-list .producer-country {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}
.view-producer-list td:hover .producer-title,
.view-producer-list td:hover .producer-country {
  opacity: 1;
}
.view-producer-list .producer-title {
  margin-bottom: 0;
}
.view-producer-list td:hover .producer-info-wrapper {
  /*opacity: 0.5;*/
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.6);
}
.view-producer-list .mask-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999em;
  overflow: hidden;
}

/** Locations **/

/** Contact **/
.page-contactus .page-title {
  display: none;
}
#node-1162 .node-body {
  background: url(images/2_bean_red.png) no-repeat 0 0;
  margin: 0 auto;
  padding: 5px 0 0 33px;
  width: 738px;
}
#node-1162 p {
  margin-bottom: 0;
}
#webform-client-form-1162 {
  margin: 0 auto;
  width: 364px;
}
#webform-client-form-1162 .form-item label {
  font-size: 1.07em;
}
#webform-client-form-1162 .form-select {
  border: 1px solid #000;
}
#webform-client-form-1162 .form-text {
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  height: 30px;
  width: 100%;
}
#webform-client-form-1162 #edit-submitted-name {
  width: 200px;
}
#webform-client-form-1162 .resizable-textarea {
  width: 100%;
}
#webform-client-form-1162 textarea {
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  height: 160px;
  width: 100%;
}
#webform-client-form-1162 textarea + .grippie {
  display: none;
}
#webform-client-form-1162 .form-actions {
  text-align: center;
}
#webform-client-form-1162 .captcha {
  text-align: left;
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  background: none;
}
#webform-client-form-1162 .captcha legend {
  display: none;
}
#webform-client-form-1162 .captcha_image {
  float: right;
}
#webform-client-form-1162 #edit-captcha-response-wrapper {
  float: left;
  margin: 0;
}
#webform-client-form-1162 .form-submit {
  background: url(images/2_bean_red.png) no-repeat 0 0;
  border: none;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  border-radius: 0;
  text-shadow: none;
  padding-top: 8px;
  height: 25px;
  font-size: 1.125em;
  padding-left: 21px;
}

/** Blog **/
.page-blog #branding {
  margin-bottom: 65px;
}

/** Support **/
.node-type-support-ticket .comment div[class^="support-"] {
  display: none;
}
.node-type-support-ticket.role-admin-group .comment div[class^="support-"] {
  display: block;
}

/** Checkout **/
#uc-cart-checkout-form #edit-continue {
  margin-left: 15px;
}
#uc_profile-pane .form-item .description {
  display: none;
}
legend + .description {
  line-height: 1.2em;
  font-size: 1em;
  margin-top: 15px;
  color: #666;
}

/** Search **/
.page-search #content-header .tabs {
  display: none;
}

/** User **/
.page-user-register #edit-profile-birthday-wrapper .description,
.page-user-register #edit-profile-gender-wrapper .description,
.page-user-register #edit-profile-news-wrapper .description {
  display: none;
}
#user-profile-form .form-item .description {
  display: none;
}

/** Temp **/
.testbox {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 5px;
  font-size: .75em;
  position: fixed;
  left: 0;
  z-index: 10;
  display: none;
}
.testbox-1 {
  top: 500px;
}
.testbox-2 {
  top: 550px;
}
.testbox-3 {
  top: 600px;
}
.testbox-4 {
  top: 650px;
}
.testbox-5 {
  top: 700px;
}
.bg-mode-wrapper {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 5px;
  font-size: .75em;
  position: fixed;
  left: 0;
  z-index: 10;
  top: 450px;
  display: none;
}
.bg-mode-wrapper .floatleft {
  margin-bottom: 0;
}
.bg-mode-wrapper .bg-mode {
  width: 95px;
}
.bg-mode-wrapper .bg-mode span {
  color: #e1ffc8;
}
.bg-mode-wrapper .bg-btn {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
}
.bg-mode-wrapper .bg-btn:hover {
  color: #fff;
  background: #555;
}
.box-shadow-preview{
    height: 200px;
    width: 500px;
    position: relative;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 0px;
}
.box-shadow-preview:before{
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    top: 160px;
    bottom: 15px;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    box-shadow: 0px 15px 10px #777;
}
.box-shadow-preview:after{
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    top: 160px;
    right: 10px;
    bottom: 15px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    box-shadow: 0px 15px 10px #777;
}
.page-aboutus #l10n-client {
  display: none;
}
#header-region #nice-menu-1 li.menu-2495 {
  display: none;
}
.node-type-page .location-locations-header,
.node-type-page .location-locations-wrapper {
  display: none;
}


#block-block-4 .block-inner,
#block-block-4 .content {
  padding: 0;
}
.product-top-info {
  overflow: hidden;
}

/** Stage container **/

.connected-carousels .stage {
    width: 535px;
    margin: 20px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    margin: 20px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
    margin: 0;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {

}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
  width: 500px;
  margin: 0 auto;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    margin-right: 10px;
}

.connected-carousels .carousel-navigation li.views-row-last img {
    margin-right: 0;
}

.connected-carousels .carousel-navigation li.active img {

}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #1B4442;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  -webkit-box-shadow: 0 0 7px #fff;
     -moz-box-shadow: 0 0 7px #fff;
          box-shadow: 0 0 7px #fff;
}

.connected-carousels .prev-stage span {
  left: 20px;
}

.connected-carousels .next-stage span {
  right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  height: 11px;
  text-indent: -9999em;
  width: 9px;
  overflow: hidden;
  position: absolute;
}

.connected-carousels .prev-navigation {
  left: 0px;
  top: 57px;
  background: url(images/arrow-left.png) no-repeat 0 0;
}

.connected-carousels .next-navigation {
  right: 0px;
  top: 57px;
  background: url(images/arrow-right.png) no-repeat 0 0;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  opacity: .5;
  cursor: default;
}

body.role-authenticated.page-create-issue fieldset,
body.role-authenticated.page-create-issue #edit-teaser-include-wrapper {
  display: none;
}
body.role-administrator.page-create-issue fieldset,
body.role-chief.page-create-issue fieldset,
body.role-editor.page-create-issue fieldset,
body.role-manager.page-create-issue fieldset {
  display: block;
}
#edit-field-refund-method-value--wrapper {
  display: none;
}
#comment-form #edit-subject-wrapper {
  display: none;
}
