@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
	RESET
\*------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif;
  background: #EEE;
}
a,
a:link,
a:visited {
  color:#b70000;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #000;
}
figure > figcaption {
  padding-top: 10px;
}
figure p {margin: 0;}
/*--- HEADINGS ---*/
h1{
  font-size:2em;      /* 24px */
  margin-bottom:1em;  /* 24px */
  line-height:1;    /* 24px */
  font-weight: bold;
}
h2{
  font-size:1.6em;    /* 19.5px */
  margin-bottom:1.3333em;    /* 24px */
  line-height:1.3333;      /* 24px */
  font-weight: bold;
}
h3{
  font-size:1.4em;    /* 16.25 */
  margin:10px 0;
  line-height:1.477;    /* 24px */
  font-weight: bold;
}
h4{
  font-size:1.2em;    /* 14.6px */
  margin-bottom:1.64em;  /* 24px */
  line-height:1.64;    /* 24px */
}
h5{
  font-weight:bold;
}
h5,
h6{
  font-size:1em;      /* 16px */
  margin-bottom:1.5em;  /* 24px */
  line-height:1.5;    /* 24px */
}
h1,h2,h3,h4,h5,h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}
h6.site-slogan { font-size: 1em; text-align: center; }
p, address, pre, table {
    margin-bottom: 1.846em;
}
ul, ol {
  margin: 10px 0 10px 20px;
}
article.node ul, article.node ol {
  margin: 0 0 1.846em 10px;
  font-size: 120%;
  line-height: 2;
}
pre,
div.code {
  border-left: 5px solid #b70000;
  background: #eee;
  color: #000;
  padding: 0.2em 10px;
}
.highlight {
  background: #b70000;
  color: #fff;
}
blockquote {
  border-left: 3px solid #68a617;
  margin: 25px 50px;
  padding-left: 15px;
}

.typo-label {
  font-size:1.4em;    /* 18px */
  margin-bottom:1.333em;    /* 24px */
  line-height:1.333;
  padding: 0px 10px;
  color: #b70000;
  background: #DCDACE;
  border: 0px solid #b70000;
}
a.readmore {
    float: right;
    padding-right: 6px;
}
img {
  max-width: 100%;
  height: auto;
}

.mobile-style {
  display: none;
}

/*------------------------------------*\
	Pages Background
\*------------------------------------*/
/*  Zone branding  */
.zone-branding-wrapper,
.zone-branding-wrapper {
  background-color: #b70000; /* url(../images/header-bg.png); */
}

.region-menu {
  background: url(../images/mainmenu-border.png) 0 0 repeat-x;
}

/* Zone submenu */
.zone-submenu-wrapper {
  display: none;
}

/* Zone header */
.zone-header-wrapper {
  border-bottom: 1px solid #ddd;
  background: #fff; /* url(../images/zone-header-bg.png) #fff bottom left repeat-x; */
}
.zone-header {
  padding-top: 40px;
}

/* Zone content */
.section-content {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Zone footer */
.zone-footer {
  margin-bottom: 20px;
}
.footer-links {
  text-align: center;
}
/* Region Sidebar Second */
#region-sidebar-second {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------*\
	Pages CSS
\*------------------------------------*/
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#logo /* Wrapping link for logo */ {
  margin: 0;
  padding: 0;
  width: 205px;
  height: auto;
}
#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size:1.4em;    /* 19.5px */
  line-height:1.3333;
}


.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 1.846em;
  display: none;
}

h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}
h2.block-title {
  font-weight: 600;
}
/* Page and full node titles */
h1.title {
  color:#222;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 180%;
  line-height: 1.3333;
  padding: 10px 0px 0;
}

/* Table */
table[align=center] {
  margin: 0 auto;
}
table[align=right] {
  margin-left: 15px;
}
table[align=left] {
  margin-right: 15px;
}

table.no-border {
  margin: 0;
}
table.no-border tr,
table.no-border td {
  border: none;
  background: none;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none;
}
tr.odd /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
  background-color: #fff !important;
}
th, tr.even {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
  background-color: #f7f7f7 !important;
}

/* Messages */
div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.3em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}
li.comment-add a,
li.comment-add a.active {
  float: right;
}
li.comment_forbidden {
  float: right;
}
.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
  text-align: center;
  float: none;
}

.item-list .pager li /* Each page number in the pager list */ {
  margin: 10px 5px 10px 0;
  padding:0;
  float: none;
  display: inline-block;
  border: none;
}
.item-list .pager .pager-current,
.item-list .pager li a {
  padding: 5px 13px;
  float: none;
  border: 1px solid #DCDACE;
}
.item-list .pager li a {
  padding: 8px 13px;
}
.item-list .pager li.pager-last a, .item-list .pager li.pager-next a {
  padding: 8px 4px;
}
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  background: #b70000;
  border: 1px solid #b70000;
  color: #fff;
}
.date-nav-wrapper .pager {
  border: none;
  top: -40px;
  background: transparent;
}
.date-nav-wrapper .pager li a,
.date-nav-wrapper .item-list .pager li a:hover {
  background: transparent;
  border: none;
}
/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #b70000;
}

#navigation ul.links, /* Main menu and secondary menu links */
#navigation .content ul /* Menu block links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation ul.links li, /* A simple method to get navigation links to appear in one line. */
#navigation .content li {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/* Nagivation Menu */
#block-system-navigation ul { margin: 10px 0 10px 20px; }

/*
 * Main menu links
 */
.zone-branding .block {
  margin: 0;
}
.stickynav-active .region-branding {
  margin-top: -15px;
}
.stickynav-active .branding-data {
  padding-bottom: 15px;
}
ul#main-menu,
.zone-branding ul.menu {
  margin:0;
  padding: 10px 0 10px 0;
  width: 100%;
  float: left;
}
ul#main-menu li,
.zone-branding ul.menu li {
  display: inline;
  margin:0;
  padding:0;
  list-style: none;
}
ul#main-menu li a,
.zone-branding ul.menu li a {
  display: inline-block;
  padding: 6px 16px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
ul#main-menu li a:hover,
ul#main-menu li a.active:hover,
ul#main-menu li a.active,
.zone-branding ul.menu li a:hover,
.zone-branding ul.menu li a.active:hover,
.zone-branding ul.menu li a.active,
.zone-branding ul.menu li.active-trail a {
  background: url(../images/submenu-bg.png) 0 0 repeat;
}

.zone-branding .block-nice-menus {
  float: right;
  padding-top: 35px;
  margin-bottom: 20px;
}
.zone-branding ul.nice-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  background: none;
}

ul.nice-menu, ul.nice-menu ul {
  z-index: 15;
}
ul.nice-menu-down li.menuparent {
  background: none; /* LTR */
}
ul.nice-menu-down li.menuparent:hover {
  background: none; /* LTR */
}
ul.nice-menu li {
  display: inline-block;
  list-style: none;
  margin:0;
  padding: 0;
  background: none;
  border: none;
  z-index: 1;
  float: none;
}
ul.nice-menu li.first {
  background: none;
}
ul.nice-menu li.menu-path-nolink span,
ul.nice-menu li a {
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
}
/* Search menu item */
.zone-branding ul.nice-menu li.menu-path-search {
  float: right;
  background-color: #9E0000;
}
.zone-branding ul.nice-menu li.menu-path-search a:hover,
.zone-branding ul.nice-menu li.menu-path-search a.active-trail,
.zone-branding ul.nice-menu li.menu-path-search a {
  background: url(../images/search_icon_16.png) center center no-repeat;
  text-indent: 100px;
  width: 16px;
  height: 18px;
  overflow: hidden;
}
ul.nice-menu li.over {
  background: none;
}
ul.nice-menu li.active-trail a,
ul.nice-menu li a.active,
ul.nice-menu li a:hover,
ul.nice-menu li.over a {
  color: #fff;
  background-color: #9E0000; /* url(../images/submenu-bg.png) 0 0 repeat; */
}

ul.nice-menu ul {
  border: none ;
  background-color: #9E0000; /* url(../images/submenu-bg.png); */
  top: 56px;
  z-index: 999;
  text-align: left;
}
ul.nice-menu ul ul {
  top: 0;
}
ul.nice-menu li li a,
ul.nice-menu li.active-trail li a,
ul.nice-menu li.over li a,
ul.nice-menu li li li a,
ul.nice-menu li.active-trail li.active-trail li a,
ul.nice-menu li.over li.over li a {
  padding: 11px 15px;
  display: block;
  color: #fff;
  font-size: 95%;
  margin-bottom: 0;
  background: none;
  text-transform: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
ul.nice-menu li li.over a:hover,
ul.nice-menu li li.over a.active,
ul.nice-menu li.over li a:hover,
ul.nice-menu li.over li a.active,
ul.nice-menu li.over li.over a,
ul.nice-menu li.active-trail li a:hover,
ul.nice-menu li.active-trail li a.active,
ul.nice-menu li.active-trail li.active-trail a,
ul.nice-menu li.over li.over li a:hover,
ul.nice-menu li.over li.over li a.active,
ul.nice-menu li.active-trail li.active-trail li.active-trail a:hover,
ul.nice-menu li.active-trail li.active-trail li.active-trail a.active {
  /* background: url(../images/mainmenu-active.png); */
  color: #fff;
  margin-bottom: 0;
}
li.menu-308 ul {
  min-width: 432px;
}
li.menu-299 ul {
  min-width: 390px;
}
ul.nice-menu li.menu-299 ul li a{
  width: 175px;
  padding-right: 5px;
}

li.menu-299 ul li, li.menu-308 ul li {
  margin-right: -4px;
}

/* Split menu */
.zone-submenu .block {
  margin: 0;
}
.zone-submenu ul.menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.zone-submenu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.zone-submenu ul.menu li a {
  padding: 7px 15px;
  color: #fff;
  display: inline-block;
}
.zone-submenu ul.menu li a:hover,
.zone-submenu ul.menu li a.active {
  background: url(../images/mainmenu-active.png);
}

.ui-accordion .ui-accordion-header span.accordion-link {
  padding: 0.5em;
  padding-left: 2.2em;
  color: #B70000;
}
.ui-accordion .ui-accordion-header a.accordion-link {
  color: #B70000;
}
.ui-accordion .ui-accordion-content {
  padding: 0.5em 1em;
}

/* User menu */
.zone-branding .block-system-user-menu {
  display: none;
}
.block-system-user-menu {
  float: right;
  width: 100%;
}
.block-system-user-menu ul.menu {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.block-system-user-menu ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-system-user-menu ul.menu a {
  float: left;
  margin: 0;
  padding: 0px 10px;
  line-height: 1;
  border-right: 1px solid #e1c0c0;
  color: #e1c0c0;
}
.block-system-user-menu ul li.last a {
  border: none;
}
.block-system-user-menu ul.menu a:hover,
.block-system-user-menu ul.menu a.active {
  color: #fff;
}

/* Footer menu */
.zone-footer .block-menu {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #b70000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zone-footer .block-menu .content ul.menu {
  margin: 0px 0 0;
  padding:0;
  text-align: center;
}
.zone-footer ul.menu li {
  margin:0;
  padding:0;
  list-style: none;
  display: inline-block;
}
.zone-footer ul.menu li a {
  display: block;
  padding: 0px 10px;
  color: #333;
}
.zone-footer ul.menu li a:hover,
.zone-footer ul.menu li a.active {
  color: #b70000;
}
.zone-footer ul.menu li.last a {
  border: none;
}

/*------------------------------------*\
	NODES CSS
\*------------------------------------*/

.node-unpublished div.unpublished {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node .submitted /* The "posted by" information */ {
  color: #666;
  font-size: 90%;
  padding-bottom: 20px;
}

body.page-node .node .field-name-field-intro {
  font-weight: bold;
  margin-top: 20px;
}
.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
}

.column-recent {
  color: #5ab267;
}

/* Article node form */
#edit-field-related-news { width: 100%; }
#edit-field-intro { clear: left; }

/*------------------------------------*\
	FIELDS CSS
\*------------------------------------*/

nav.node-links {
  margin-top: 30px;
}
.field-name-field--0 {
  margin-bottom: 10px;
}
.field-name-field--4, .field-name-field-authorship {
  color: #666;
  font-size: 95%;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
}
.field-name-field-heading {
  font-size: 180%;
  padding-top: 10px;
  line-height: 1.3;
}
.field-name-field-subhead {
  color: #68a617;
  font-size: 150%;
  line-height: 1.7;
}
.field-name-field-32 { /* 新聞摘錄來源*/
  margin-bottom: 25px;
}

/*
 * Field types (Contrib)
 */
.view-list-articles .views-field-field-image {
    max-height: 210px;
    overflow: hidden;
}


article .field-type-taxonomy-term-reference {
  display: inline-block;
}

.field-type-taxonomy-term-reference .field-items .field-item {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  background-color: #f9f9f9;
}

/*
 * Named fields
 */

div.content article .field-name-field-image {
  float: left;
  margin: 10px 20px 30px 0;
}

/*
 * CKeditor content modify
 */
.remove-videodetector {
  display: none;
}
.videodetector iframe{
  width: 100%;
  height: 473px;
}


/*------------------------------------*\
	COMMENTS CSS
\*------------------------------------*/
#comments /* Wrapper for the list of comments and its title */ {
  margin: 1.5em 0;
}

#comments h2.title /* Heading for the list of comments */ {
  margin-bottom: 1.3333em;
  text-transform: uppercase;
}

.comment /* Wrapper for a single comment */ {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
article.comment header {
  float: left;
}
article.comment footer {
  color: #aaa;
  font-style: italic;
  padding-bottom: 5px;
}
.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}
#disqus_thread {
  margin-top: 30px;
}
ul.tabs.primary {
  margin-bottom: 30px;
}
/*------------------------------------*\
	NEWS CSS
\*------------------------------------*/

.news-extract-img {
  margin-bottom: 1em;
}

/* Trending Topic */
.page-topic-trending h1.title {
  display: none;
}
.page-topic-trending .region-content-inner {
  background: #fff;
}
/* Article Slideshow */
.page-topics.page-taxonomy h1.title {
  display: none;
}
.page-topics.page-taxonomy .region-content-inner {
  padding: 0 !important;
  background: url(../images/body-bg.jpg) !important;
}
body.page-topics.page-taxonomy .section-content .block-inner {
  padding: 20px;
}
.page-topics.page-taxonomy .section-content #block-system-main .block-inner {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: 0 !important;
}
.page-topics.page-taxonomy .section-content #block-system-main .block-inner .content {
  padding: 20px;
}
.page-topics.page-taxonomy ul.tabs.primary {
  display: none;
}
#block-views-article-slideshow-block-1 .view-article-slideshow .view-content {
  margin-bottom: 0;
}

/* Block Flex Slideshow */
.flexslider {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
  margin-bottom: 40px;
}
article.node .flexslider {
  margin-bottom: 30px;
}
article.node .flexslider ul, article.node .flexslider ol {
  margin: 0;
}
.flexslider .slides {
  margin: 0;
}

.flexslider .view-title,
.flexslider .view-body {
  background: url(../images/black-bg-transparent.png);
  margin: 5px 0;
  padding: 10px;
  width: auto;
  color: #fff;
  float: left;
  clear: left;
}
.flexslider .view-title {
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
}
.flexslider .view-body p {
  margin: 0;
}

.flexslider ul,
.flexslider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-control-nav {
  z-index: 10;
}
.flex-control-paging li a.flex-active {
  background: #e6624d;
}
/* Slideshow */
.view-article-slideshow.view-display-id-page .view-content {
  float: left;
  width: 100%;
  margin: 0 -10px 20px;
  background: #666;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.view-article-slideshow.view-display-id-page .view-content .views-row {
  width: 100%;
}
.view-article-slideshow .flex-control-paging li a {
  width: 7px;
  height: 7px;
}
.view-article-slideshow.view-display-id-page .views-field-field-image {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}

.view-article-slideshow .views-field-field-image img {
  width: 250px;
  display: inline;
}
.view-article-slideshow .views-field-title {
  float: left;
  width: 100%;
  text-align: center;
}
.view-article-slideshow .views-field-title a {
  font-size: 120%;
  line-height: 1.2;
  color: #fff;
}

.view-article-slideshow .attachment {
  float: left;
  width: 100%;
}
.view-article-slideshow .attachment .view-content {
  background: none;
  padding: 0 0 0 10px;
  margin: 0;
  width: auto;
}
.view-article-slideshow .attachment .view-content .views-row {
  margin: 0;
  background: none;
  padding: 0 0 10px;
  height: auto;
  float: left;
  width: 100%;
}
.view-article-slideshow .attachment .views-field-field-image {
  width: 50px;
  float: right;
  margin-left: 20px;
  padding: 0;
}
.view-article-slideshow .views-field-field-image:hover {
  opacity: 0.5;
}
.view-article-slideshow .attachment .views-field-title {
  float: none;
  text-align: left;
  width: auto;
}
.view-article-slideshow .attachment .views-field-title a {
  font-size: 108%;
  font-weight: bold;
  color: #222;
}
.view-article-slideshow .attachment .views-field-title a:hover {
  color: #b70000;
}
.view-article-slideshow .attachment .views-field-field--1 {
  margin: 0;
  font-size: 95%;
  line-height: 1.4;
  color: #666;
}
#block-views-article-slideshow-block-1 .block-inner {
  padding: 0;
}

.view-article-slideshow .views-slideshow-pager-fields {
  margin-top: 0px;
  text-align:center;
}
.view-article-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin: 0 1px;
  background: url(../images/slideshow-nav.png) 0 0 no-repeat;
  color: #024D76;
  width: 6px;
  height: 6px;
  padding:0;
  font-weight:bold;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  display: inline-block;
}
.view-article-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: url(../images/slideshow-nav-active.png) 0 0 no-repeat;
  color: #fff;
}

/* Tabif block */
#block-block-44, .page-topics .feed-icon {
  visibility: hidden;
  height: 0;
}

/* Article Slider - Large */
.view-article-slider-large .flexslider {
  margin-bottom: 0;
}
.view-article-slider-large .views-field-title {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  float: left;
}
.view-article-slider-large .views-field-title a {
  color: #fff;
  padding: 20px;
  float: left;
  font-size: 150%;
}
.view-article-slider-large .flex-control-nav {
  bottom: 13px;
  float: right;
  right: 10px;
  width: auto;
  z-index: 10;
}
.block-views-article-slider-large-block {
  padding: 0 10px;
  margin-bottom: 40px !important;
}
.flex-direction-nav a:before {
  display: block;
  text-align: center;
  line-height: 40px;
  font-family: "fontawesome";
  background: #8a8986;
  color: #333;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
/* List Articles */
.view-list-articles .views-row {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.view-list-articles .views-field-field-image .field-topic {
  position: absolute;
  top: 5px;
  left: 5px;
  float: left;
  padding: 5px 10px;
  background: #b70000;
}
.view-list-articles .views-field-field-image .topic-1 {
  background: #ffcc00; /* Travel Topic - Term ID = 1 */
}
.view-list-articles .views-field-field-image .topic-2 {
  background: #00ff66; /* Technology Topic - Term ID = 2 */
}
.view-list-articles .views-field-field-image .topic-3 {
  background: #ff3300; /* Sport Topic - Term ID = 3 */
}
.view-list-articles .views-field-field-image .topic-4 {
  background: #1db6b6; /* Business Topic - Term ID = 4 */
}
.view-list-articles .views-field-field-image .topic-5 {
  background: #9966cc; /* Health Topic - Term ID = 5 */
}
.view-list-articles .views-field-field-image .topic-6 {
  background: #ff0066; /* Culture Topic - Term ID = 6 */
}
.view-list-articles .views-field-field-image .field-topic a {
  color: #fff;
}
.view-list-articles .views-field-field-image {
  float: left;
  margin: 0 30px 0 0;
  width: 100px;
  position: relative;
}
.view-list-articles .views-field-field-image img {
  margin: 0;
}
.view-list-articles .views-field-title {
  padding-bottom: 10px;
}
.view-list-articles .views-field-title a {
  font-size: 130%;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
}
.view-list-articles .views-field-created,
.view-list-articles .views-field-comment-count {
    color: #aaa;
    padding-bottom: 6px;
    display: inline-block;
    font-size: 90%;
    line-height: 1;
}
.view-list-articles .views-field-view-node a {
  color: #999;
  background: none;
  font-weight: bold;
  float: none;
  padding: 0;
}
.view-list-articles .views-field-body {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}
.view-list-articles .views-field-field-image {
  min-height: 190px;
}

/* News home page */
.region-content h2.block-title,
.region-content-bottom-first h2.block-title,
.region-content-bottom-second h2.block-title {
  margin-bottom: 20px;
}
.block-topic-news {
  position: relative;
}
.block-topic-news.block-topic-news-list .view-content,
.block-topic-news.block-topic-news-large .view-content,
.block-topic-news .view-content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 20px 0;
}
.block-topic-news.block-topic-news-list .view-content {
  border-bottom: 0;
}
.block-topic-news.block-topic-news-list .view-content .views-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
.block-topic-news.block-topic-news-list .view-content .views-row.views-row-last {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-topic-news .view-content .views-field-title {
  margin-bottom: 5px;
}
.block-topic-news .view-content .views-field-title a {
  font-size: 120%;
  font-weight: 600;
  color: #222;
}
#zone-content .block-topic-news .view-content .views-field-title a{
  font-size: 110%;
  line-height: 1.4;
}

#zone-content .block-topic-news .view-content .views-row-first .views-field-title a{
  font-size: 130%;
  line-height: 1.6em;
}
.block-topic-news .view-content .views-field-title a:hover {
  color: #b70000;
}
.block-topic-news .view-content .views-field-field-image {
  margin: 15px 20px 15px 0;
  width: 100px;
}
.block-topic-news .view-content .views-field-field-image img {
  width: 100%;
}
.block-topic-news .view-content .views-field-field-image {
  margin: 0 20px 0 0;
  width: 80px;
}
.block-topic-news .view-content .views-field-field-image:hover {
  opacity: 0.5
}
.block-topic-news .view-content .views-field-created,
.block-topic-news .view-content .views-field-comment-count {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
}
.block-topic-news.block-topic-news-list .view-content .views-field-body {
  padding-top: 10px;
}
.block-topic-news.block-topic-news-large,
.block-topic-news {
  width: 100%;
  float: left;
  margin: 15px 0 0 0px;
}
.block-topic-news .view-content {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.block-topic-news .views-row {
  padding: 0 0 15px;
  margin:  0 0 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
/*
.block-topic-news .views-row-last {
  border: none;
  margin: 0;
  padding: 0;
}*/

.block-topic-news .view-content .views-field-field-image {
  float: left;
  margin: 0 20px 0 0;
  width: 60px;
}
.block-topic-news .view-content .views-row-first .views-field-field-image {
  width: 100%;
}
.block-topic-news .view-content .views-field-title a {
  font-size: 110%;
  font-weight: bold;
  padding:0 0 5px;
  text-transform: none;
}
.block-topic-news .view-content .views-field-body p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}
.block-topic-news .attachment .view-content .views-field-body p {
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}
.block-topic-news .more-link {
  margin-top: 10px;
  position: absolute;
  top: -59px;
  right: 0;
}
.block-topic-news .more-link a {
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
  background: url(../images/view-more.png) right center no-repeat;
  padding-right: 30px;
}
.block-topic-news .attachment .more-link a:hover {
  color: #b70000;
}

/* News Blog Home */
#block-views-news-blog-block-2 h2.block-title { margin-top: 10px; }

/* Block breaking news */
.block.block-breaking-news {
  margin: 0;
  padding: 10px 0;
}
.block-breaking-news h2.block-title {
  color: #b70000;
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.block-breaking-news .content .views-row {
  width: 100%;
}
.block-breaking-news .content .views-field-title a {
  color: #666;
  float: left;
}
.block-breaking-news .content .views-field-title a:hover {
  color: #b70000;
}

/* Recent news */
.main .field-field-image img {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-top: 15px;
}
article.node-article.node-teaser,
article.node-photos.node-teaser,
article.node-video.node-teaser {
  float:left;
  width: 100%;
  clear: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #DCDACE;
}
article.node-article.node-teaser .node-title a,
article.node-photos.node-teaser .node-title a,
article.node-video.node-teaser .node-title a {
  font-size: 100%;
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
}
article.node-article.node-teaser .node-title a:hover,
article.node-photos.node-teaser .node-title a:hover,
article.node-video.node-teaser .node-title a:hover {
  color: #b70000;
}

article.node-article.node-teaser .user-picture,
article.node-photos.node-teaser .user-picture,
article.node-video.node-teaser .user-picture {
  width: 24px;
}

article.node-article.node-teaser .user-picture,
article.node-article.node-teaser footer.submitted,
article.node-photos.node-teaser .user-picture,
article.node-photos.node-teaser footer.submitted,
article.node-video.node-teaser .user-picture,
article.node-video.node-teaser footer.submitted {
  display: inline-block;
}

article.node-article.node-teaser .field-name-field-video img,
article.node-article.node-teaser .field-name-field-images img
article.node-article.node-teaser .field-name-field-image img {
  width: 150px;
}
article.node-article.node-teaser .field-name-field-image img:hover {
  opacity: 0.5
}

.views-field-service-links {
  float: right;
  width: 100%;
  text-align: center;
}
.views-field-service-links ul.links {
  margin:0;
  padding:0;
  float: left;
}
.views-field-service-links ul.links li {
  margin:0;
  padding:0;
  list-style: none;
  float: left;
}

/* Article detail */
.header-info {
  float: left;
  width: 100%;
  padding: 10px 0 3px;
  margin-bottom: 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.header-info .label,
.header-info .field-label {
  color: #666;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
}
.header-info .article-create-date,
.header-info .article-author,
.header-info .article-tags {
  padding-top: 5px;
  float: left;
  padding-right: 35px;
}

.header-info .article-author {
  display: none;
}

.header-info i,
.header-info label,
.header-info .field-name-field-tags {
  float:left;
}
.header-info i {
  line-height: 24px;
  padding-right: 5px;
}
article.node-photos.node-teaser ul.links,
article.node-video.node-teaser ul.links,
article.node-article.node-teaser ul.links {
  margin-bottom: 0;
}

article.node-photos.node-teaser ul.links li,
article.node-video.node-teaser ul.links li,
article.node-article.node-teaser ul.links li {
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}

article.node-photos.node-teaser ul.links li.node-readmore,
article.node-video.node-teaser ul.links li.node-readmore,
article.node-article.node-teaser ul.links li.node-readmore {
  float: right;
  padding-right: 0px;
  padding-top: 0;
}

article.node-photos.node-teaser ul.links .field-type-taxonomy-term-reference,
article.node-video.node-teaser ul.links .field-type-taxonomy-term-reference,
article.node-article.node-teaser .field-type-taxonomy-term-reference {
  margin-bottom: 10px;
  clear: left;
}

article.node-video.node-teaser .field-name-field-video,
article.node-photos.node-teaser .field-name-field-images {
  float: right;
  margin: 10px 0 10px 20px;
}

.field-name-field-related-news {
  width: 100%;
  margin: 20px 0 10px;
  clear: right;
}
.field-name-field-related-news .field-label {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 15px;
  font-size: 120%;
  color: #999;
}
.field-name-field-related-news .field-item {
  font-weight: bold;
  padding: 3px 0;
}
.field-name-field-related-news li {
  line-height: 1.7;
}
.field-name-field-addthis-bottom {
  padding-top: 20px;
}
.page-node .user-picture {
  float: left;
  margin-right: 10px;
  width: 24px;
}

/* Block More news */
.view-more-news .views-row {
  float: left;
  width: 100%;
  padding: 7px 0;
}
.view-more-news .views-row .views-field-title a {
  font-weight: bold;
  color: #222;
  font-size: 110%;
  line-height: 1.2;
}
.view-more-news .views-row .views-field-field-image {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 100px;
}
.view-more-news .views-row .views-field-created {
  color: #999;
  margin-top: 8px;
}
.view-more-news img {
  overflow: hidden;
}
/* Block Author news & Article Author */
#block-views-more-news-block h2.block-title,
#block-views-author-block h2.block-title,
#block-views-news-blog-block-1 h2.block-title {
  margin-bottom: 20px;
}

/* Block About Author */
#block-views-author-block .views-field-picture {
  float: left;
  margin-right: 20px;
  width: 150px;
}
#block-views-author-block .views-field-field-user-name {
  font-weight: bold;
  color: #222;
  font-size: 120%;
}
#block-views-author-block .views-field-field-user-about-us {
  margin-top: 10px;
}
/* Block Latest news */
.block-latest-news {
  position: relative;
}
.block-latest-news .views-row {
  border-bottom: 1px dashed #DCDACE;
  padding-bottom: 10px;
}
.block-most-read h2.block-title {
  border-bottom: 1px solid #ddd;
}
.block-latest-news .views-row,
.block-most-read .views-row {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.block-latest-news .views-row-last,
.block-most-read .views-row-last {
  border: none;
  padding-bottom: 0px;
}
.block-latest-news .views-row .views-field-field-image img,
.block-most-read .views-row .views-field-field-image img {
  float: left;
  margin: 7px 15px 0 0;
  width: 50px;
}

.block-latest-news .views-row .views-field-field-image img:hover,
.block-most-read .views-row .views-field-field-image img:hover {
  opacity: 0.5
}
.block-latest-news .views-row .views-field-title a,
.block-most-read .views-row .views-field-title a {
  font-weight: bold;
  font-size: 110%;
  color: #222;
}
.block-latest-news .views-row .views-field-title a:hover,
.block-most-read .views-row .views-field-title a:hover {
  color: #b70000;
}
.block-latest-news .views-row .views-field-body p,
.block-most-read .views-row .views-field-body p {
  margin: 0;
  font-size: 90%;
  line-height: 1.5;
  color: #666;
}
.block-latest-news .more-link {
  position: absolute;
  top: -28px;
  right: 10px;
}

/* Block recent comments */
.block-comments-recent-block .item-list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
}
.block-comments-recent-block li a {
  color: #333;
}
.block-comments-recent-block li a:hover {
  color: #b70000;
}
.block-comments-recent-block li .views-field-timestamp {
  color: #aaa;
}
.block-comment-recent ul li span {
  font-style: italic;
  color: #999;
}

/* Block header ad */
#block-block-13 {
  margin: 30px 0;
}

/* block term description */
#block-views-taxonomy-info-block {
  margin-bottom: 30px;
}
#block-views-taxonomy-info-block-1 {
  margin-bottom: -30px;
}
.page-taxonomy-term .view-taxonomy-term{
  padding-top: 10px;
  /*border-top: 2px solid #68a617;*/
}
.term-listing-heading {
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 2px solid #5ab267;
}
.view-terms-list h2 {
  margin-bottom: 10px;
}
.view-taxonomy-info .block-title {
  padding-bottom: 15px;
}

/*------------------------------------*\
	PHOTO CSS
\*------------------------------------*/
/* List Photos */
.view-list-photos .view-filters {
  float: left;
  width: 100%;
}
.view-list-photos .views-exposed-form {
  float: right;
}
.view-list-photos .views-exposed-widget {
  padding: 0;
}
.view-list-photos .views-exposed-widget label,
.view-list-photos .views-exposed-widget .views-widget {
  float: left;
  margin-right: 10px;
}
.view-list-photos .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 5px 15px;
  font-size: 90%;
}

.view-list-photos .views-row {
  float: left;
  margin: 10px;
  width: 100%;
}
.view-list-photos .views-row .views-field-field-images,
.view-list-photos.view-list-photos-horizontal .views-row .views-field-field-image {
  margin-bottom: 15px;
}
.view-list-photos.view-list-photos-horizontal .views-row .views-field-field-image img {
  width: 100%;
}
.view-list-photos .views-row .views-field-title {
  margin-bottom: 10px;
}
.view-list-photos .views-row .views-field-title a {
  color: #222;
  font-size: 110%;
  font-weight: bold;
}
.view-list-photos .views-row .views-field-title a:hover { color: #b70000; }
.view-list-photos .views-row .views-field-created,
.view-list-photos .views-row .views-field-comment-count {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
}
.view-list-photos .views-row .views-field-body {
  color: #666;
  margin-top: 10px;
}

/* Photo detail */
article.node-photos .field-name-field-images {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
.galleryformatter {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
.galleryformatter .gallery-slides,
.galleryformatter .gallery-slides img {
  max-width: 100%;
  width: 100%;
}
.galleryformatter .gallery-slides .shownext span {
  background: url("../images/icon-view-full-photo.png") no-repeat scroll 0 0 transparent;
  width: 24px;
  height: 26px;
  float: left;
  text-indent: 100px;
  overflow: hidden;
  top: 10px;
  left: 10px;
}
.galleryformatter .gallery-thumbs {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.galleryformatter-greenarrows .gallery-thumbs .wrapper {
  background: none;
  max-width: 100%;
}
.galleryformatter-greenarrows .gallery-thumbs li a {
  padding: 0;
}
.galleryformatter-greenarrows .gallery-thumbs li.active a,
.galleryformatter-greenarrows .gallery-thumbs li a:hover {
  background: none;
}
.galleryformatter .gallery-thumbs li img {
  opacity: 0.5;
}
.galleryformatter .gallery-thumbs li.active img,
.galleryformatter .gallery-thumbs li:hover img {
  opacity: 1;
}
.galleryformatter .prev-slide,
.galleryformatter .next-slide,
.galleryformatter .gallery-thumbs .back,
.galleryformatter .gallery-thumbs .forward {
  width: 15px;
  height: 22px;
  float: left;
  text-indent: 100px;
  overflow: hidden;
  top: 40%;
}
.galleryformatter .prev-slide,
.galleryformatter .gallery-thumbs .back {
  background: url("../images/jcarousel-prev.png") no-repeat scroll 0 0;
  left: 10px;
}

.galleryformatter .next-slide,
.galleryformatter .gallery-thumbs .forward {
  background: url("../images/jcarousel-next.png") no-repeat scroll 0 0;
  right: 10px;
}

.galleryformatter .prev-slide:hover,
.galleryformatter .gallery-thumbs .back:hover {
  background: url("../images/jcarousel-prev-hover.png") no-repeat scroll 0 0;
}

.galleryformatter .next-slide:hover,
.galleryformatter .gallery-thumbs .forward:hover {
  background: url("../images/jcarousel-next-hover.png") no-repeat scroll 0 0;
}

/* Latest Photos */
.block-latest-photos .views-slideshow-cycle-main-frame,
.block-latest-photos .views-slideshow-cycle-main-frame-row,
.block-latest-photos .views-row,
.block-latest-photos .views-row .views-field-field-images {
  width: 100%;
}
.block-latest-photos .views-row .views-field-field-images {
  padding-bottom: 10px;
}
.block-latest-photos .views-slideshow-pager-fields {
  margin-top: 0px;
  text-align:center;
}
.block-latest-photos .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin: 0 1px;
  background: url(../images/slideshow-nav.png) 0 0 no-repeat;
  color: #024D76;
  width: 6px;
  height: 6px;
  padding:0;
  font-weight:bold;
  cursor: pointer;
  text-indent: 10px;
  overflow: hidden;
  display: inline-block;
}
.block-latest-photos .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: url(../images/slideshow-nav-active.png) 0 0 no-repeat;
  color: #fff;
}
.block-latest-photos .flexslider {
  margin-bottom: 20px;
}
.block-latest-photos .flex-control-paging li a { height: 7px; width: 7px; }
.block-latest-photos .flex-direction-nav { display: none; }
.block-latest-photos .flex-control-nav { margin-bottom: 10px; }
.block-latest-photos .views-field-field-images { padding-bottom: 10px; }

/*------------------------------------*\
	VIDEO CSS
\*------------------------------------*/
/* List video */
.view-list-videos .view-filters {
  float: left;
  width: 100%;
}
.view-list-videos .views-exposed-form {
  float: right;
}
.view-list-videos .views-exposed-widget {
  padding: 0;
}
.view-list-videos .views-exposed-widget label,
.view-list-videos .views-exposed-widget .views-widget {
  float: left;
  margin-right: 10px;
}
.view-list-videos .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

.view-list-videos .views-row {
  float: left;
  margin: 10px;
  width: 150px;
}
.view-list-videos .views-row .views-field-title {
  padding-top: 10px;
}
.view-list-videos .views-row .views-field-title a {
  font: bold 110% Helvetica,Verdana,sans-serif;
  color: #222;
}
.view-video .views-field-created,
.view-video .views-field-comment-count {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
}
.block-video-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  padding: 10px 0px;
  height: 120px;
}
.block-video-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}
.block-video-block .jcarousel-skin-default .jcarousel-item {
  width: 150px;
  height: 120px;
  border: none;
  margin: 0 5px;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal,
.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  width: 15px;
  height: 22px;
  top: 45%;
  display: block;
}
.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal {
  background: url(../images/jcarousel-prev.png) 0 0 no-repeat;
  left: 10px;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal {
  background: url(../images/jcarousel-next.png) 0 0 no-repeat;
  right: 10px;
}

.block-video-block .jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background: url(../images/jcarousel-prev-hover.png) 0 0 no-repeat;
}
.block-video-block .jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background: url(../images/jcarousel-next-hover.png) 0 0 no-repeat;
}
.block-video-block .views-field-field-video {
  padding-bottom: 10px;
}
.block-video-block .views-field-title a {
  font-size: 90%;
  line-height: 1.5;
  color: #666;
  display: block;
}
.block-video-block .views-field-title a:hover {
  color: #b70000;
}
article .field-name-field-video {
  text-align: center;
  padding-bottom: 10px;
}
article.node-video .field-name-field-media iframe {
  width: 100%;
}
/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/
/* Divider */
.full-width,
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.block /* Block wrapper */ {
  margin-bottom: 30px;
}

body.not-front .section-content .block-inner,
body.not-front .region-content-inner,
.section-footer .region-footer-first-inner,
.section-footer .region-footer-second-inner {
  background: #fff;
  padding: 20px;
}
.region-sidebar-second-inner .block-inner {
  padding: 15px;
}
body.not-front .region-content .block-inner {
  padding: 0;
}
body.not-front .region-content-inner {
  margin-bottom: 20px;
}
#region-content {
  overflow: hidden;
}
#region-content-bottom-first {
  margin: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
#region-content-bottom-second {
  margin: 0;
}

h2.block-title {
  color:#999;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #b70000;
  font-weight: bold;
  font-size: 150%;
  text-transform: uppercase;
}

.block-red h2.block-title {
  border-bottom: 2px solid #b70000;
}
.block-blue h2.block-title {
  border-bottom: 2px solid #1db6b6;
}
.block-green h2.block-title {
  border-bottom: 2px solid #00ff66;
}
.block-purple h2.block-title {
  border-bottom: 2px solid #9966cc;
}
.block-yellow h2.block-title {
  border-bottom: 2px solid #ffcc00;
}
.block-pink h2.block-title {
  border-bottom: 2px solid #ff0066;
}
.block-orange h2.block-title {
  border-bottom: 2px solid #ff3300;
}
.block-grey h2.block-title {
  border-bottom: 2px solid #666;
}

.block .content /* Block's content wrapper */ {
}

.zone-content-wrapper h2.block-title {
  font-size: 130%;
}

.zone-content-wrapper h2.block-title a {
  color: #333;
  letter-spacing: 0.01em;
}
.zone-content-wrapper h2.block-title a:hover {
  color: #666;
}
.zone-content-wrapper .block-ads h2.block-title {
  font-size: 110%;
  text-align: center;
  text-transform: none;
  background: none;
  border: none;
  padding: 10px 0;
  font-weight: normal;
  background: #999;
  color: #fff;
  margin: 0;
}

.more-link a {
}
.views-field-view-node a,
li.node-readmore a {
  background: none;
  border: none;
  color: #666;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  float: right;
}
.more-link a:hover{
}
.views-field-view-node a:hover,
li.node-readmore a:hover {
  background: none;
}

/* Header */
.branding-data {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
}

/* Block search */
.zone-branding .block-search {
  display: none;
}
.block-search {
  float: left;
  width: 100%;
  text-align: center;
}
.block-search #search-block-form {
  position: relative;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.block-search .form-item {
  margin: 0;
}
.block-search input.form-submit {
  /* position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  padding: 0;
  margin:0;
  background: url(../images/search-icon.png) 0 0 no-repeat; */
}
.block-search .form-item input.form-text {
  width: 70%;
  max-width: 300px;
  border: 1px solid #ddd;
  height: 32px;
  -moz-box-shadow: 0px 0px 0px #333 inset;
  -webkit-box-shadow: 0px 0px 0px  #aaa inset;
  box-shadow: 0px 0px 0px  #aaa inset;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff !important;
}

/* Block login */
.block-login .block-inner {
  background: #151E25;
  border: 1px solid #DCDACE;
  padding: 10px;
}
.block-login .form-actions {
  text-align: center;
}
.block-login .form-actions input {
  margin: 0;
}
.block-login input.form-text {
  width: 95%;
}

/* Block poll */
.block-poll ul.links {
  margin: 10px 0 10px 20px;
}
.block-poll
input,
textarea{
  font-size: inherit;
}

/* Block list */
.block-list ul {
  margin:0;
  padding: 0;
}
.block-list ul li {
  list-style: none;
  margin:0;
  padding:0;
  padding: 2px 0 2px 15px;
  background: url(../images/bullet-news.jpg) 0 13px no-repeat;
}
.block-list ul li li a {
  text-indent: 15px;
}
.block-list ul li li li a {
  text-indent: 30px;
}

/* Footer block */
.block.block-social-icons {
  text-align: center;
  padding-top: 10px;
}
.block.block-social-icons img {
  display: inline;
  vertical-align: middle;
}

/* Block SimpleNews */
.section-content .block-simplenews  .block-inner {
  background: #2f3541;
  color: #fff;
}
.zone-content-wrapper .block-simplenews h2.block-title {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.section-content .block-simplenews  .block-inner input.form-text {
  width: 100%;
}
.section-content .block-simplenews  .block-inner input.form-submit {
  background-color: #b70000;
}

/* Block block-transparent */
.section-content .block-transparent .block-inner {
  background: none;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* Facebook like box */
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff;
}


/* Block Theme Colors */
.block-theme-colors {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100;
}
.block-theme-color-content {
  width: 200px;
  float: left;
  background: #fff;
  display: none;
  border: 1px solid #ddd;
  -moz-box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  padding: 20px 0 20px 20px;
}

.block-theme-color-content h4 {
  margin-bottom: 10px;
}

.block-theme-colors .content ul {
  margin: 0;
  padding: 0;
  float: left;
}
.block-theme-colors .content ul li {
  margin: 0;
  width: 100px;
  padding: 5px 0;
  list-style: none;
  float: left;
}
.block-theme-colors .content p {
  margin: 0;
}
.block-theme-colors .content ul li a {
  color: #000;
  padding-left: 5px;
}
.block-theme-colors .content .close,
.block-theme-colors .content .open {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0;
  background: #000;
  cursor:pointer;
  border: 1px solid #ddd;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block-theme-colors .content .close {
  background: #fff url(../images/block-theme-color-close.png) center center no-repeat;
}
.block-theme-colors .content .open {
  background: #fff url(../images/block-theme-color-open.png) center center no-repeat;
}

#block-views-topic-trending-block-3 {
  clear: both;
}
/* Contact form */
.contact-form .form-item {
  padding: 10px 10px;
  margin:0;
  float: left;
  width: 90%;
}
.contact-form .form-item:hover,
.contact-form .form-item:active {
  background: #e8eef2;
}
.contact-form .form-actions {
  margin-left: 10px;
}


/*------------------------------------*\
	USER PROFILE
\*------------------------------------*/
.profile h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  float: left;
  width: 100%;
}
.profile .field-name-field-user-name {
  float: left;
  padding-bottom: 20px;
}
.profile .field-name-field-user-about-us {
  clear: left;
}
.profile dt, .profile dd {
  display: inline;
}
.profile .user-picture {
  margin: 0 0 0 2em;
}
/*------------------------------------*\
	FORMS CSS
\*------------------------------------*/

.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1em 0;
}
.form-item input.form-text {
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 15px;
  text-shadow: none;
}
.form-item textarea.form-textarea {
  height: 200px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}


/* Typography and backgrounds for all form buttons */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: none repeat scroll 0 0 #b70000;
  border: none;
  color: #fffefe;
  text-transform: uppercase;
  padding: 1em 1.5em;
  margin: 2px;
  border-radius: 0;
  text-shadow: none;
}

input.form-submit:hover {
  background-color: #930000;
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form /* Wrapper for the search form */ {
  text-align: left;
  width: 100%;
  margin: 0 0 30px 0;
  float: none;
}
.search-advanced {
  margin-top: 20px;
}
#search-form .form-type-textfield label {
  margin-right: 10px;
}
/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}
#edit-field-banner-und img {
  width: 90px;
}
#edit-field-banner-und .form-item {
  margin-bottom: 5px;
}

/*------------------------------------*\
	TABS CSS
\*------------------------------------*/

div.tabs {
  margin: 0 0 0;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px; /* LTR */
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
}

ul.primary li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 0 15px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
}

ul.primary li a:hover,
ul.primary li a:focus {
  border-width: 0;
  background-color: transparent;
}

ul.primary li a:hover .tab,
ul.primary li a:focus .tab {
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  border-width: 0;
  color: #fff;
  background-color: #b70000;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab,
ul.primary li.active a:focus .tab {
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px; /* LTR */
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
}

ul.secondary li {
  float: left; /* LTR */
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none; /* LTR */
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

/* Block Tabs */
.block-tabs {
  padding: 0;
  border: none;
  font-size: 100%;
  color: #666;
}
.ui-tabs .ui-tabs-nav {
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  padding: 0;
  color: #777;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ui-tabs .ui-tabs-nav li {
  top: 0;
  background: #fcfcfc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-tabs .ui-tabs-nav li:hover {
  background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-right: 1px;
  padding-top: 1px;
  background: #fff;
  color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #000;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #777;
  font-weight: 600;
}

.ui-tabs .ui-tabs-panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 0;
  padding-top: 20px;
  color: #777;
  font-size: 100%;
}

/* Vertical Tab */
.vertical-tabs {
  clear: both;
}
.block-tabs-vertical.ui-tabs .ui-tabs-nav {
  float: left;
  width: 20%;
  border-bottom: 1px solid #e8e8e8;
  margin-right: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.block-tabs-vertical.ui-tabs .ui-tabs-panel {
  float: left;
  width: 75%;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.block-tabs-vertical.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  float: none;
  line-height: 40px;
}
.block-tabs-vertical.ui-tabs .ui-tabs-nav li.ui-state-active {
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8 !important;
  border-right: none;
  margin: -1px -1px 0 -1px;
  padding: 1px 1px 0px 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-tabs-vertical.ui-tabs .ui-tabs-nav li a {
  float: none;
  display: block;
  padding: 10px 20px;
}
/* Block accordion */
.ui-accordion {
  font-size: 100%;
}
.ui-accordion ul.menu {
  margin-bottom: 20px;
}
.ui-accordion ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-accordion ul.menu ul {
  margin-left: 20px;
}
.ui-accordion ul.menu li span.nolink,
.ui-accordion ul.menu li a {
  background: url(../images/bullet.png) 0 center no-repeat;
  padding-left: 20px;
  color: #999;
}
.ui-accordion .ui-accordion-header a.accordion-link,
.ui-accordion .ui-accordion-header span.accordion-link {
}
.field-group-accordion {
  float: left;
  width: auto;
}
.ui-accordion .ui-accordion-header {
  color: #666;
  font-weight: 600;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 15px 20px 15px 35px;
  margin-bottom: 2px;
  font-size: 110%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-accordion h3.ui-state-active,
.ui-accordion-header.ui-state-active {
  background: #fff;
  color: #222;
  border-color: #e2e2e2;
  margin-bottom: 0;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ui-accordion h3:hover {
  background: #fcfcfc;
  color: #888;
}
.ui-accordion .ui-accordion-header .ui-icon {
  background: url(../images/accordion-bullet.png) 0 0 no-repeat;
  left: 10px;
  margin-top: -4px;
}
.ui-accordion-header.ui-state-active span.ui-icon {
  background: url(../images/accordion-bullet-active.png) center 4px no-repeat;
}
.ui-accordion .ui-accordion-content {
  padding: 15px 40px 0;
  margin-top: -1px;
  border: 1px solid #e2e2e2;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 1.714;
  color: #333;
  background: #fff;
}
/* Toggle */
.toggle_area .toggle_item {
  margin-bottom: 2px;
}
.toggle_area .toggle_item .toggle_label {
  border: 1px solid #e8e8e8;
  background: #fff url(../images/accordion-bullet.png) 10px center no-repeat;
  padding: 13px 13px 13px 40px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.toggle_area .toggle_item .toggle_label.active {
  background: #fff url(../images/accordion-bullet-active.png) 10px center no-repeat;
  border-color: #e2e2e2;
  color: #333;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.toggle_area .toggle_item .toggle_content {
  border: 1px solid #e2e2e2;
  border-top: none;
  padding: 20px 40px 0;
  margin-top: 0;
  background: #fff;
  color: #333;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* Juicebox popup */
#jb-glry-dlg { z-index: 99; }

/* CKeditor */
.cke.cke_reset {
  margin: 0 -10px;
}

/* event */
.view-event .view-content {
  padding-top: 50px;
  text-align: left;
}
.view-event caption {
  font-size: 18px;
}
.views-field.views-field-field-event-date {
  width: 100px;
}
.field-name-field-event-date .field-item {
    width: 165px;
    display: inline-block;
    margin: 10px 0;
}

/* ad */
.view-ad {
  text-align: center;
}


/* newspaper */
.newspaper {
  background-color: #eee;
}
.newspaper p {
  margin-bottom: 5px;
}

form.node-form .field-type-viewfield {
  display: none;
}
.content .view-event .view-content {
  padding-top: 0;
}

.newspaper #region-content .region-inner {
  width: 564px !important;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}

.newspaper #region-content,
.newspaper #zone-preface,
.newspaper .grid-5,
.newspaper #zone-postscript,
.newspaper .grid-4 {
  width: 564px !important;
  margin: 0 auto;
  display: block;
  float: none;
}
.newspaper #region-preface-second .block-inner,
.newspaper #zone-postscript .block-inner {
  background: none;
  padding: 0;
}
.newspaper #zone-postscript .block-inner  {
  margin-top: 30px;
  font-size: 14px;
}
.node-type-newspaper #region-preface-second p {
  margin-bottom: 0;
}
.newspaper .tabs,
.newspaper .action-links,
.newspaper h1#page-title,
.newspaper #section-header{
  display: none;
}
.node-type-newspaper .image-ad {
  display: inline-block;
  margin: 0 15px -10px;
}
.newspaper td {
  padding: 0;
}
.newspaper .section-content .block-inner {
  background: none;
}
.field-name-field-banner .field-items,
.field-name-field-banner .field-item {
  display: inline-block;
}

#block-block-47 {  /* newspaper textarea block */
  position: fixed;
  right: 2px;
  top: 70px;
  width: 350px;
  height: 450px;
}
#block-block-47 textarea {
  height: 450px;
  font-size: 11px;
}
.newspaper .field-label {
  margin-top: 10px;
  font-size: 17px;
}
.view-event, .field-name-field-recommand-activity .field-items {
  margin-top: 5px;
}
.field-name-field-msg-link.field-label-hidden {
  display: inline-block;
}

/* newspaper calendar */
.view-calendar {
  font-size: 120%;
  line-height: 1.85;
}
.view-calendar p {
  margin: 15px 0 30px;
}
.view .date-nav-wrapper .date-prev {
  right: 80px;
}


/* recruitment */
.view-recruitment .view-list-articles .views-field-title a {
  color: #68a617;
}

/* consumption */
.page-consumption h1.title {
  position: absolute;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 10px;
  text-shadow: 0px 1px 8px #000;
  z-index: 9;
}
.page-consumption .view-greenaction.view-display-id-page {
  margin: -56px -40px 0;
  position: relative;
}
.view-greenaction .views-field-description {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.view-greenaction .attachment{
  position: absolute;
  bottom: 15px;
  left: 0;
  min-height: 100px;
  width: 100%;
  margin: 0 8px;
}
.view-greenaction .attachment .views-row  {
  display: inline-block;
}
.view-greenaction .attachment .views-row a{
  background: #fff;
  padding: 12px;
  display: inline-block;
  width: 175px;
  margin: 6px 4px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
}
.view-greenaction .attachment .views-row a:hover {
  opacity: .8;
  color: #000;
}
.view-greenaction .attachment img {
  vertical-align: middle;
  padding-right: 4px;
}
.view-greenaction .attachment .views-row a{
  color: #777;
}
.consumption-row {
  width: 45%;
  float: left;
  margin: 2.5%;
  height: 610px;
}
.consumption-row .views-row{
  padding: 0 0 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.consumption-row .views-row-first .views-field-title {
  min-height: 66px;
}
.consumption-row h3{
  font-size: 160%;
  border-bottom: 2px solid #5ab267;
}
.consumption-row .views-row a, .consumption-row .views-row a:link {
  color: #333;
}
.consumption-row .views-field-title {
  min-height: 48px;
}
.consumption-row .views-row-first .views-field-views-ifempty {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.consumption-row .views-row-2 img,
.consumption-row .views-row-3 img{
  float: left;
  width: 35%;
  padding-right: 5%;
}
.consumption-row .views-field-created {
  color: #999;
}
.consumption-row .views-row-first .views-field-title a {
    font-size: 130%;
    line-height: 1.6em;
}
body.not-front.page-consumption .region-content-inner, .page-consumption #region-content {
  margin-bottom: 100px;
  overflow: visible;
}
.cooperation {
  text-align: center;
  position: relative;
  top: 120px;
}
.consumption-wrapper {
  margin: 0;
}
.consumption-wrapper li {
  list-style: none;
}
.flexslider .consumption-wrapper.slides > li {
  display: block;
}

/* author */
#block-views-author-block {
  margin-top: 30px;
}
#block-views-author-block .content {
  margin-bottom: 20px;
}
.node-type-author article .field-name-field-photo {
  float: right;
  margin-left: 20px;
}
#block-views-author-block .field-name-field-photo {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.author-link {
  font-size: 120%;
  line-height: 1.8;
}

/* search page */
#edit-search-api-views-fulltext.required {
  border: 1px solid #ccc;
}

/* topic: 2020 */
.topic-kv {
  position: relative;
}

.topic-kv .title {
  position: absolute;
  top: 55px;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 10px;
  text-shadow: 0px 1px 8px #000;
}

.topic-kv .views-field-description {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.topic-kv .attachment {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-around;
  position: absolute;
  bottom: 50px;
  max-width: 100%;
  width: 100%;
}

.topic-kv .attachment > .view {
  width: 100%;
  margin: 0 auto;
}

.topic-kv .attachment a {
  background: #fff;
  color: #777;
  padding: 12px;
  display: inline-block;
  width: 160px;
  margin: 6px 4px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}

.topic-kv .attachment .topic-link-btn a {
  width: 155px;
  background: #3993d6;
  color: #fff;
}

.topic-kv .attachment a:hover {
  opacity: .8;
  color: #000;
}

.topic-term-btn .view-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0 46px;
}

.topic-term-btn a span {
  padding: 0 3px;
}

.is_btn .topic-term-btn .view-content {
  /* max-width: 622px;
  padding: 0; */
}

.topic-link-btn .view-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 22px;
  margin-bottom: 35px;
}

.topic-row h3 {
  font-size: 160%;
  border-bottom: 2px solid #5ab267;
}

.topic-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.topic-row .topic-wrapper li {
  max-width: 350px;
  margin: 2.5%;
}

.topic-row .views-row {
  padding: 0 0 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
}

.topic-row .views-row-first .views-field-views-ifempty {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.topic-row .views-row-first .views-field-title {
  min-height: 66px;
}

.topic-row .views-row-first .views-field-title a {
  font-size: 130%;
  line-height: 1.6em;
}

.topic-row .views-row a,
.topic-row .views-row a:link {
  color: #333;
}

.topic-row .views-row a:hover {
  color: #5ab267;
}

.topic-row .views-row-2,
.topic-row .views-row-3 {
  display: flex;
}

.topic-row .views-row-2 img,
.topic-row .views-row-3 img {
  max-width: 140px;
  margin-right: 10px;
}

.topic-kv .topic-link-btn a {
  border-radius: 0;
  position: relative;
  padding: 12px 0px;
}

/* media queries */
@media ( max-width: 979px ) {

  .view-greenaction .attachment .views-row a {
    width: 134px;
  }
  .wild-term-list .views-row {
    width: 100%;
    float: none;
  }
}

@media ( max-width: 768px ) {
  .mobile-style {
    display: block;
  }

  body {
    font-size: 15px;
  }
  .section-content .block-inner, body.not-front .region-content-inner, .section-footer .region-footer-first-inner, .section-footer .region-footer-second-inner {
    padding: 15px;
  }
  .section-content {
    padding-top: 10px;
  }
  .zone-branding .block-nice-menus, .logo-img {
    float: none;
  }
  #logo {
    width: 170px;
  }
  .zone-branding .block-nice-menus {
    position: absolute;
    left: -2px;
    padding-top: 20px;
  }
  .block-secondary-menu li{
    margin-left: 0;
  }
  .branding-data {
    padding: 15px 0;
  }
  #block-menu-secondary-menu {
    padding-top: 3px;
    margin-bottom: 5px;
    font-size: 85%;
  }
  .view-article-slider-large .views-field-title a {
    font-size: 110%;
    line-height: 1.2;
  }
  h1.title {
    padding-top: 0;
    font-size: 130%;
  }
  .article-addthis {
    clear: left;
    padding-top: 6px;
  }
  .view-list-articles .views-field-field-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .view-list-articles .views-field-field-image img{
    margin-top: -20px;
    max-width: none;
    width: 100%;
  }
  .view-list-articles .views-field-body, .view-list-articles .views-field-view-node {
    display: none;
  }
  figure.image {
    float: none;
    width: 100% !important;
  }
  figure.image img {
    width: 100%;
  }
  .jcbx-glry-classic img{
    width: 100% !important;
    height: auto !important;
    top: 30% !important;
    left: 0 !important;
  }
  .view-greenaction .attachment {
    left: 0;
    bottom: 10px;
    width: 100%;
  }
  .view-greenaction .attachment .views-row a {
    width: 96px;
    font-size: 16px;
    padding: 8px;
    margin: 4px 0;
    border-radius: 6px;
  }
  .page-consumption .view-greenaction.view-display-id-page {
    margin: -37px -11px 10px;
  }
  .view-greenaction .views-field-description {
    top: 80px;
    font-size: 16px;
  }
  .view-greenaction .view-content img {
    max-width: 165%;
  }
  .view-greenaction .attachment .view-content img {
    max-width: 18px;
    vertical-align: sub;
  }
  .consumption-row {
    width: 85%;
    float: none;
    margin: 0 auto;
  }
  .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
  }
  .consumption-list .flex-direction-nav .flex-next,
  .consumption-list:hover .flex-direction-nav .flex-next {
    right: -21px;
  }
  .consumption-list .flex-direction-nav .flex-prev,
  .consumption-list:hover .flex-direction-nav .flex-prev {
    left: -21px;
  }
  .consumption-list .flex-direction-nav a:before {
    background: transparent;
  }
  .view-content .field-content {
    overflow: hidden;
  }
  .flexslider .consumption-wrapper.slides > li {
    display: none;
  }

  /* search & branding */
  .logo-img {
    margin-right: 50px;
  }

  #search-btn {
    position: absolute;
    right: 0;
    font-size: 30px;
    top: 10px;
    color: #fff;
  }

  #block-search-form {
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transform-origin: right top;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    z-index: 999;
    background: rgba(255,255,255,0.9);
    height: 100vh;
  }

  #block-search-form .block-inner {
    padding: 50px 30px;
  }

  #block-search-form .block-title {
    color: #666;
  }

  #block-search-form .fa-times {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 25px;
    color: #68a617;
  }
  /* topic theme */
  .topic-kv .attachment {
    bottom: 10px;
  }

  .topic-kv .attachment > .view {
    max-width: 300px;
  }

  .topic-kv .views-field-field-image .field-content {
    /* height: calc(100vh - 105px); */
    height: 480px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
  }

  .topic-kv .views-field-field-image .field-content img {
    height: 100% !important;
    width: auto;
    max-width: initial;
  }

  .topic-term-btn .view-content,
  .topic-link-btn .view-content {
    padding: 0 1px;
  }

  .topic-link-btn .view-content {
    margin-bottom: 10px;
  }

  .topic-kv .attachment a,
  .topic-kv .attachment .topic-link-btn a {
    font-size: 16px;
    width: 91px;
    padding: 8px 2px;
    border-radius: 6px;
    margin: 6px 2px;
  }

  .topic-kv .attachment .topic-link-btn a {
    border-radius: 0;
  }
  .topic-kv img {
    max-width: 15px;
    vertical-align: baseline;
  }
}

@media ( max-width: 365px ) {  /* small phone */

  .view-greenaction .attachment .views-row a {
    width: 86px;
    padding: 8px 5px;
    margin: 4px 0;
  }
  .view-greenaction .attachment .view-content img {
    padding-right: 2px;
    max-width: 15px;
  }
  .view-greenaction .attachment {
    margin-left: 1%;
  }
  .view-greenaction .view-content img {
    max-width: 205%;
  }


}

@media ( min-width: 360px ) and ( max-width: 374px ) {  /* htc butterfly */
  .view-greenaction .attachment .views-row a {
    margin: 4px 20% ;
  }
}
@media ( min-width: 410px ) and ( max-width: 768px ) {
  .view-greenaction .attachment .views-row a {
    margin: 4px 5px;
  }
}
@media ( min-width: 768px ) and ( max-width: 1200px ) {
  .view-greenaction.view-display-id-page p {
    margin-bottom: 3px;
  }
  .view-greenaction .attachment .views-row a {
    width: 137px;
    margin: 6px 3px;
  }
  .view-greenaction .views-field-description {
    top: 110px;
  }
}

/**
 * Green Action Counter
 */
.block-green-action {
  margin: -40px 0 0px;
}
.green-action-counter {
  display: none;
  width: 215px;
  text-align: center;
  letter-spacing: .05em;
  background: #66bab7;
  padding: 10px 10px;
  color: #fff;
}
.green-action-counter > .sum {
  display: inline-block;
  margin: 0 5px;
  text-shadow: 1px 1px 1px #00796b;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 1.28rem;
  color: #ffeb3b;
}
.green-action-counter.is-initialized {
  display: block;
}
.green-action-counter:before {
  content: "\f135";
  display: inline-block;
  margin: 0 8px;
  line-height: 1.4;
  font-family: FontAwesome;
  font-size: 1.25rem;
}
.block-green-action .block-inner {
  position: relative;
}
.block-green-action a {
  display: block;
  width: 235px;
  height: 76px;
  position: absolute;
  top: 0;
}
#block-block-57, #block-block-49 {
  text-align: center;
}

/* live-with-wild-animals */
.page-live-with-wild-animals div#block-system-main.block.block-system.block-main.block-system-main.odd.block-without-title {
  border: none;
}
.page-live-with-wild-animals .views-field-description {
  margin-top: 15px;
  line-height: 1.7;
}
.wild-term-list {
  text-align: center;
  margin: 0 -40px;
  background-color: #fffdef;
}
.wild-main-top,
.wild-main-bottom {
  margin: 0 -40px;
}
.wild-main .attachment {
  position: relative;
}
.wild-main-top:before {
  display: block;
  content: '';
  height: 51px;
  width: 100%;
  background: url(../images/wild/tree.png) center top no-repeat;
  background-size: auto 51px;
  position: absolute;
  top: 10px;
  left: 0;
}
.wild-main-top {
  height: 54px;
  background: url(../images/wild/block2-bg-up.png) left top no-repeat;
}
.wild-main-bottom {
  height: 31px;
  background: url(../images/wild/block2-bg-down.png) left top no-repeat;
}
.wild-term-list .view-header {
  padding: 30px 0;
}
.wild-term-list .view-content {
  margin: 0 32px;
}
.wild-main .views-field-field-image {
  margin: -55px -40px 0;
}
.wild-term-list .views-row {
    width: 47.6%;
    float: left;
    margin: 1.2%;
}
.wild-term-list .views-row h4{
  text-align: center;
  line-height: 2.5;
  width: 173px;
  height: 49px;
  background: url(../images/wild/btn.png) center no-repeat;
  background-size: contain;
  margin: -25px auto 5px;
  position: relative;
}
.wild-term-list .views-row h4 a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.wild-term-list .views-row.views-row-0{
  font-size: 15px;
  line-height: 1.7;
  color: #4d4d4d;
  background: url(../images/wild/block2-1.png) center no-repeat;
  background-size: contain;
  min-height: 248px;
  text-align: left;

}
.wild-term-list .views-row.views-row-0 .views-row-inner {
  padding: 60px 46px 10px;
}
.wild-term-list .views-row.views-row-0 .views-row-inner p {
  margin-bottom: 3px;
}
.page-live-with-wild-animals #region-content .region-content-inner {
  background: url(../images/wild/bg.png);
  color: #4d4d4d;
  font-size: 18px;
}
.wild-topics {
  margin: 28px auto 36px;
  background: url(../images/wild/block3-dot.png) center top no-repeat;
  padding-top: 1px;
  background-size: 272px;
}
.wild-topic {
  width: 31.5%;
  margin-bottom: 25px;
  padding: 0 7px;
  float: left;
}
.wild-topics h3 {
  margin: 70px auto 36px;
  background: url(../images/wild/h2-2.png) no-repeat;
  background-size: contain;
  width: 323px;
  height: 36px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.wild-topic-1 {
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  color: #4d4d4d;
  min-height: 245px;
  display: flex;
  align-items: center;
}
.wild-topic-1 .wild-topic-inner {
  padding: 25px 14px 0;
}
.page-live-with-wild-animals .views-field-description,
.page-live-with-wild-animals #block-system-main .block-inner {
  margin-bottom: 40px;
}
.page-live-with-wild-animals div#region-content-bottom-first.grid-1.region.region-content-bottom-first div.block-inner.clearfix,
.page-live-with-wild-animals #block-system-main .block-inner,
.page-live-with-wild-animals #region-content-bottom-second .block-inner {
  background: transparent;
}
.page-live-with-wild-animals #region-content-bottom-first,
.page-live-with-wild-animals #region-content-bottom-second {
  margin: 0 -40px;
  width: 104%;
  text-align: center;
  color: #fff;
}
.page-live-with-wild-animals #region-content-bottom-first {
  padding: 30px 30px 0;
  background-color: #aeab77;
  line-height: 2;
  overflow: visible;
}
.page-live-with-wild-animals #region-content-bottom-first:before {
  display: block;
  content: '';
  width: 100%;
  height: 31px;
  background-image: url(../images/wild/footer-bg-up.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 0;
}
.page-live-with-wild-animals #region-content-bottom-first:after {
  display: block;
  content: '';
  width: 143px;
  height: 68px;
  background-image: url(../images/wild/footer-pic.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 127px;
  top: -58px;
}

.page-live-with-wild-animals #region-content .block {
  margin-bottom: 0;
}
.page-live-with-wild-animals #region-content-bottom-first.grid-1.region.region-content-bottom-first {
  margin-top: 0;
}
.page-live-with-wild-animals #region-content-bottom-second {
  padding: 25px;
  background: #766c57;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 65px;
}
@media (max-width: 1219px) {
  .wild-term-list .views-row.views-row-0 {
    min-height: 205px;
    display: flex;
    align-items: center;
  }
  .wild-term-list .views-row.views-row-0 .views-row-inner {
    padding: 30px 30px 10px;
  }
  .wild-topic {
    width: 30.5%;
  }
  .wild-topic-1 .wild-topic-inner {
    padding: 0px 14px 0px;
  }
  .wild-topic-1 .wild-topic-inner p{
    margin: 0;
  }
  .wild-topic-1 {
    min-height: 185px;
  }
  .page-live-with-wild-animals #region-content .region-content-inner {
    padding: 0 25px;
  }
  .page-live-with-wild-animals #region-content-bottom-first,
  .page-live-with-wild-animals #region-content-bottom-second {
    margin: 0px -25px;
    width: 100%;
  }
}
@media (min-width:640px) and (max-width: 979px) {
  .wild-term-list .views-row.views-row-0 {
    min-height: 35vw;
  }
  .wild-term-list .views-row.views-row-0 .views-row-inner {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .wild-term-list .views-row.views-row-0 {
    min-height: 58vw;
  }
}

@media (max-width: 979px) {
  .mobile-separator {
    display: block;
  }
  .page-live-with-wild-animals #region-content .region-content-inner {
    padding: 20px 15px 0;
    font-size: 16px;
    border-radius: 25px;
  }

  .wild-tit-images {
    transform: scale(.95);
  }
  .wild-term-list .view-header {
    transform: scale(.8);
    padding-bottom: 20px;
  }
  .wild-term-list .views-row {
    width: 98.2%;
    float: left;
    margin: 1% 1% 15px;
  }
  .wild-term-list .views-row.views-row-0 {
    margin-bottom: 18px;
    line-height: 1.55;
  }
  .wild-term-list .views-row.views-row-0 .views-row-inner {
    padding: 35px 30px 10px;
  }
  .wild-topic {
    width: 95%;
    margin-bottom: 15px;
  }
  .page-live-with-wild-animals #region-content-bottom-first,
  .page-live-with-wild-animals #region-content-bottom-second {
    margin: 0 -15px;
    width: 94%;
    float: none;
  }
  .page-live-with-wild-animals #region-content-bottom-first {
    padding: 10px ​22px;
  }
  .page-live-with-wild-animals #region-content-bottom-first:after {
    right: 27px;
    background-size: 122px;
  }
  .block-59 {
    transform: scale(.9);
    margin-left: -1.5%;
  }
  .wild-main .views-field-field-image {
    margin: -35px -15px 0;
  }
  .page-live-with-wild-animals #region-content {
    margin-top: 5px;
  }
  .wild-topics h3 {
    background-size: 80%;
    background-position: center bottom;
    margin-bottom: 20px;
  }
}
