/*
Theme Name: eurobiz
Theme URI: http://www.eurobiz.com.cn/
Author: Avenit Software (Shanghai) Ltd.
Author URI: http://www.avenit.com.cn/
Description: THE REFERENCE PUBLICATION FOR EUROPEAN BUSINESS OPERATING IN CHINA
Version: 1.0.0
License: Commercial
License URI: http://www.avenit.com.cn/
Tags: white, black, gray, light, one-column, two-columns, right-sidebar, fixed-width, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: eurobiz
*/

/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead
See: http://codex.wordpress.org/Child_Themes
*/

/* TABLE OF CONTENT
 * ================================================
 * 1.  RESET
 * 2.  COMMON ELEMENTS
 * 3.  BASE LAYOUT
 * 4.  HEADER
 * 5.  NAVIGATION MENU
 * 6.  MAIN CONTENT
 * 7.  SIDEBAR
 * 8.  FOOTER
 * 9.  MEDIA QUERIES
 **/


 /* 1. RESET
 * ================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


 /* 2. COMMON ELEMENTS
 * ================================================ */
h1, h2, h3, h4, h5, h6{
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:700;
  line-height:1.4;
}

h1{
  font-size:26px;
}

h2{
  font-size:22px;
}

h3{
  font-size:16px;
}

h4{
  font-size:14px;
}

h5{
  font-size:13px;
}

a{
  -moz-transition: background-color 0.2s linear 0s;
}

a:link {
  color: #4581B9;
  text-decoration:none;
}

a:visited {
  color: #4581B9;
}

a:active {
  color: #404B58;
}

a:hover {
  color: #404B58;
}

ul, ol {
  margin: 0 0 1.5em 2.5em;
}

ul {
  list-style: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 1.5em;
}

dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.5em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

big {
  font-size: 120%;
}

cite, em, i {
  font-style: italic;
}

cite {
  border: none;
}

blockquote {
  font-style:italic;
    margin: 7px 35px 7px 45px;
  font-style:italic;
  background:#f7f7f7;
  padding:10px;
}

blockquote p {
  margin: 0px;
  padding: 0px;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
pre {
  background: rgba(0, 0, 0, 0.05);
  font: 87.5% "Courier 10 Pitch", Courier, monospace;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 0.75em 1.5em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 62.5%;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

input[type=text], textarea {
  border: 1px solid #E7E7E7;
}

textarea {
  padding-left: 3px;
  width: 98%;
}

address {
  display: block;
  margin: 0 0 1.625em;
}

table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
  text-align:left;
}

th {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.6em;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}

p{
  margin-bottom: 15px;
}

img{
  max-width: 100%;
  height: auto;
}

/*-- WordPress common classes*/
.clear{
  clear:both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.25em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone{
  display: inline;
  float: left;
  margin-right: 1.25em;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.25em;
}

p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  margin-bottom: 0.5em;
  max-width: 96%;
  text-align:left;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption-text {
  padding-left:7px;
}

.gallery{
  margin-bottom:15px !important;
}

.gallery dl{
  margin:0;
}

.gallery img{
  border:none !important;
}


 /* 3. BASE
 * ================================================ */
body{
  background: #f7f8f9;
  color: #555555;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
}

#container{
  width: 960px;
  margin: 0 auto;
}

#content-container{
  padding: 15px;
  background: #fff;
  overflow:hidden;
}

#content {
  float: left;
  width: 630px;
}

.wide-content{
  width:100% !important;
}

/* 4. HEADER
* ================================================ */
#header
{
  margin: 0px auto 0px;
  border-bottom:1px solid #ddd;
  background-color:#fff;
}

#header .header-wrap
{
  overflow:hidden;
  padding-top:10px;
  padding-bottom:10px;
  background-color:#000342;
}

#header .logo
{
  float:left;
  width:450px;
}

#header .logo h1
{
  margin-bottom: 0px;
}

#header .logo img
{
  display:block;
  margin-top:5px;
}

#header .ad468
{
  float:right;
  width:480px;
  text-align:right;
  padding-top:13px;
}


/* 5. NAVIGATION MENU
* ================================================ */

#nav
{
  clear:both;
}

#nav select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 34px;
  color:#555555;
  font-family:inherit;
}

#nav ul {
  z-index:99;
  margin:0;
  padding:0;
  list-style:none;
  text-align:left;
}

#nav ul li{
  position: relative;
  display:block;
  float:left;
  margin:0;
  padding:0;
  padding-top:12px;
  padding-bottom:12px;
}

#nav ul li a
{
  display: block;
  float: left;
  position:relative;
  font-size: 14px;
  font-weight:700;
  padding:0 15px;
  height:16px;
  line-height:16px;
  border-right:1px solid #c4c4c4;
  color:#14003f;
  text-decoration:none;
}
#nav ul li a:hover
{
  color:#4581B9;
}

#nav li:last-child a
{
  border-right:0;
}

#nav ul.sub-menu{
  display: none;
  position: absolute;
  top: 30px;
  width:190px;
  left:10px;
  z-index: 9999;
  background: #ffffff !important;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

#nav ul.sub-menu li
{
  padding-top:0;
  padding-bottom:0;
}

#nav ul.sub-menu a
{
  display:block !important;
  width:160px;
  text-transform: none;
  font-size:12px;
  font-weight:700;
  border-bottom:1px solid #efefef;
  padding:0 15px;
  height:30px;
  line-height:30px;
}

#nav ul li ul li ul{
  margin: -30px 0 0 180px;
}

#nav .sf-sub-indicator{
  display:none;
}

#nav ul.sub-menu li.current-menu-item a,
#nav ul.sub-menu li.current-page-ancestor a,
#nav ul.sub-menu li.current-menu-ancestor a{
  color:#4581B9 !important;
}

/* 6. MAIN CONTENT
 * ================================================ */

/*-- Slider --*/
#slider
{
  margin-bottom:20px;
}
#slider .lof-slidecontent
{
  width:630px;
  height:300px;
}
#slider .lof-slidecontent .slider-image
{
  width:630px;
  height:300px;
}
#slider .main-slider-content
{
  width:630px;
  height:300px;
}
#slider .lof-slidecontent
{
  position:relative;
  overflow:hidden;
  border:1px solid #F4F4F4;
}
#slider .lof-slidecontent .preload
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:100000;
  text-align:center;
  background:#ffffff;
}
#slider .lof-slidecontent .preload div
{
  height:100%;
  width:100%;
  background:transparent url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-load-indicator.gif) no-repeat scroll 50% 50%;
}
#slider .lof-slidecontent ul.sliders-wrap-inner
{
  overflow:hidden;
  background:transparent url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-load-indicator.gif) no-repeat scroll 50% 50%;
  padding:0px;
  margin:0;
  position:absolute;
  overflow:hidden;
}
#slider .lof-slidecontent ul.sliders-wrap-inner li
{
  overflow:hidden;
  padding:0px;
  margin:0px;
  float:left;
  position:relative;
}
#slider .lof-slidecontent .lof-opacity li
{
  position:absolute;
  top:0;
  left:0;
  float:inherit;
}
#slider .lof-slidecontent .navigator-content
{
  position:absolute;
  right:24px;
  bottom:79px;
  z-index:9;
  width:60px;
  height:10px;
  overflow:hidden;
  color:#ffffff;
}
#slider .lof-slidecontent .navigator-wrapper
{
  width:60px;
  height:10px;
  position:relative;
  z-index:10;
  overflow:hidden;
  color:#ffffff;
  float:left
}
#slider .lof-slidecontent  ul.navigator-wrap-inner
{
  top:0;
  padding:0;
  margin:0;
  position:absolute;
  width:100%;
}
#slider .lof-slidecontent  ul.navigator-wrap-inner li
{
  cursor:hand;
  cursor:pointer;
  list-style:none;
  padding:0;
  margin-left:0;
  margin-right:3px;
  overflow:hidden;
  float:left;
  display:block;
  text-align:center;
}
#slider .lof-slidecontent ul.navigator-wrap-inner li
{
  background-image:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-dot-inactive.png);
  background-repeat:no-repeat;
  background-position:center center;
}
#slider .lof-slidecontent ul.navigator-wrap-inner li.active
{
  background-image:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-dot-active.png);
}

#slider .lof-slidecontent .slider-description
{
  z-index:100px;
  position:absolute;
  bottom:0px;
  left:0px;
  width:610px;
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-bg-trans.png);
  height:90px;
  padding:10px;
  color:#ffffff;
}
#slider .lof-slidecontent .slider-description h3
{

}
#slider .lof-slidecontent h3 a
{
  color:#e8e8e8;
}
#slider .lof-slidecontent .slider-meta
{
  font-size:12px;
}
#slider .lof-slidecontent .button-next,
#slider .lof-slidecontent .button-previous
{
  display:block;
  width:24px;
  color:#ffffff;
  cursor:pointer;
  position:absolute;
  height:100%;
  z-index:40;
  top:0;
  text-indent:-999px;
}
#slider .lof-slidecontent .button-next
{
  right:0px;
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-next.png) no-repeat right center;
}
#slider .lof-slidecontent .button-previous
{
  left:0px;
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/s-previous.png) no-repeat left center;
}


/*-- Homepage carousel --*/
#carousel {
  margin-bottom:20px;
  overflow:hidden;
  padding-bottom: 25px;
  background: url("http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/sep-bg.png") repeat-x center bottom;
}

#carousel .carousel-posts ul {
  overflow:hidden;
}

#carousel .title{
  overflow:hidden;
  margin-bottom:10px;
}

#carousel .cat{
  display:inline-block;
  float:left;

}

#carousel .buttons{
  float:right;
  margin-right:5px;
}

#carousel .prev{
  margin-right:5px;
}

#carousel .prev,
#carousel .next {
  opacity:0.5;
  width:20px;
  height:20px;
  float:left;
  cursor:pointer;
}

#carousel .prev:hover,
#carousel .next:hover{
  opacity:0.7;
}

#carousel .carousel-posts li {
  width:190px;
  list-style:none;
  margin:0;
  margin-right:26px;
  float:left;
}

#carousel .post-excerpt{
  max-height:100px;
  overflow:hidden;
  line-height:1.5;
}

#carousel .post-meta{
  color: #888888;
}

#carousel .post-meta .sep{
  margin:0 5px;
}

#carousel .carousel-posts img {
  width:190px;
  height:130px;
}

/*-- Featured Categories --*/
#featured-categories{
  overflow:hidden;
}

#featured-categories .category{
  width:300px;
  float:left;
  overflow:hidden;
  position:relative;
  padding-bottom: 15px;
  margin-bottom:25px;
}

#featured-categories .right-side{
  margin-left:30px;
}

#featured-categories .category .attachment-feat-thumb{
  width:300px;
  height:170px;
}

#featured-categories h3.cat-title {
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}

#featured-categories h3.cat-title a {
  background:#999;
  color:#ddd;
  display:block;
  padding:5px 12px;
  -moz-transition:  .8s ease-in-out;
  -webkit-transition:  .8s ease-in-out;
  transition:  .8s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  text-decoration:none;
}

#featured-categories h3.cat-title a:hover {
  background: rgba(0, 0, 0, 0.6);
}

#featured-categories .feat-post h3{
  margin-bottom:5px;
}
#featured-categories .more-posts .post{
  clear:both;
  overflow:hidden;
  margin-bottom:10px;
}

#featured-categories .more-posts .post .right{
  float:left;
  width:240px;
}

#featured-categories .more-posts img {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin: 1px 10px 0px 0;
}

#featured-categories .more-posts .post-meta .sep{
  margin:0 5px;
}

#posts-list .post{
  overflow:hidden;
  padding-bottom: 25px;
  margin-bottom:25px;
  background: url("http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/sep-bg.png") repeat-x center bottom;
}

#posts-list .post-image{
  margin-right:20px;
  float:left;
}

#posts-list .post-image img{
  width:150px
}

#posts-list .post-meta .sep{
  margin:0 5px;
}

#posts-list .post .exceprt p{
  margin-bottom:7px;
}

#content .page-title{
  margin-bottom:20px;
}

#content .post-meta{
  font-size:12px;
  color: #888888;
  margin-bottom:7px;
}

#content .archive-meta{
  background: #f7f7f7;
  padding:8px 10px;
  margin-bottom:20px;
}

#content .archive-meta p{
  margin-bottom:5px;
}

#content .no-posts-notice{
  background: #f7f7f7;
  padding:8px 10px;
  margin-bottom:20px;
}

#content .post .sticky{
  font-size:12px;
  background:#f2f2f2;
  padding:4px 6px;
  letter-spacing:1px;
  display:inline-block;
  line-height:1;
  border-bottom:1px solid #eee;
}

#content .post,
#content .page{
  overflow:hidden;
  margin-bottom:15px;
}

#content  .post .post-entry{
  overflow:hidden;
}

#content .post-meta .sep{
  margin:0 5px;
}

#content .post .author{
  overflow:hidden;
}

#content .post .author h3{
  margin-bottom:5px;
}

#content .post .author .avatar{
  float:left;
  width:50px;
  margin-top:5px;
}

#content .post .author .author-meta{
  margin-left:60px;
}

#content .image-nav,
#content .post-nav {
  margin: 12px 0;
  overflow:auto;
}

#content .image-nav .previous,
#content .post-nav .previous {
  float: left;
  text-align: left;
  width: 50%;
}

#content .image-nav .next,
#content .post-nav .next {
  float: right;
  text-align: right;
  width: 50%;
}

#content .parent-post-link{
  margin:10px 0;
  text-align: center;
}

#content  .pagination{
  text-align:center;
  text-shadow: none;
}

#content .pagination .current {
  background:#f1f1f1;
}

#content .pagination  .page-numbers {
  border:solid 1px #DEDEDE;
  display: block;
  float: left;
  margin-right:3px;
  padding: 3px 8px;
  position: relative;
}

#content .post .widget{
  margin:20px 0;
  padding-bottom: 20px;
  background: url("http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/sep-bg.png") repeat-x center bottom;
  overflow:hidden;
}

#content .post .widget li{
  border-bottom:none;
}


/*-- Post comments --*/
#comments h2{
  margin:15px 0;
}

#comments span.date-and-time a {
  display: block;
  font-size:13px;
  color:#999;
  text-decoration: none;
  font-weight: normal;
  margin: 2px 0;
}

#comments p.comment-notes {
  font-size: 12px;
  color: #333333;
}

#comments ol.commentlist{
  margin:0;
}

#comments ol.commentlist li div.comment-author {
  margin-top: 5px;
}

#comments ol.commentlist .comment-meta .comment-awaiting-moderation{
  color:red;
  font-style:italic;
}

#comments ol.commentlist .pingback{
  margin-bottom:10px;
}

#comments ol.commentlist .pingback .title{
  font-size:14px;
  font-weight: 700;
}

#comments ol.commentlist li div.vcard {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

#comments ol.commentlist li div.vcard span.edit-link a {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

#comments ol.commentlist .comment-content p{
  margin-bottom:10px;
}

#comments ol.commentlist li div.vcard cite.fn {
  font-style:normal;
}

#comments ol.commentlist li div.vcard img.avatar {
  float:left;
  margin-right: 10px;
}

#comments ol.commentlist li {
  list-style: none;
}

#comments ol.commentlist li div.reply {
  margin-bottom: 15px;
}

#comments ol.commentlist li ul.children {
  list-style:none;
  margin:15px 0 0;
  text-indent:0;
}

#comments ol.commentlist li ul.children li.depth-2 {
  margin: 0 0 30px 40px;
}

#comments ol.commentlist li ul.children li.depth-3 {
  margin: 0 0 30px 40px;
}

#comments ol.commentlist li ul.children li.depth-4 {
  margin: 0 0 30px 40px;
}

#comments ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 30px 40px;
}

#comments ol.commentlist > li.bypostauthor {

}

#respond p.comment-form-comment label{
  display:none;
}

#commentform p.comment-notes{
  color:#888;
}

#commentform p.form-allowed-tags{
  display:none;
}

#respond input[type="text"], #respond input[type="password"] {
  width: 320px;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
  margin-right: 12px;
  line-height: 20px;
  border:1px solid #CFCFCF;
  color:#555555;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#respond textarea{
  height: 165px;
  padding: 10px;
  width: 90%;
  line-height: 20px;
  border:1px solid #CFCFCF;
  color:#555555;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#respond #submit{
  -moz-transition:  .8s ease-in-out;
  -webkit-transition:  .8s ease-in-out;
  transition:  .8s ease-in-out;
  background: #41464b;
  border: 1px solid #41464b;
  border-radius: 3px 3px 3px 3px;
  color:#eeeeee;
  margin:0 0 20px;
  padding: 5px 7px;
}

#respond #submit:hover {
  cursor:pointer;
  color:#fff;
  background:#292f33;
}

/* 7. SIDEBAR
 * ================================================ */
#sidebar {
  width: 280px;
  float: right;
  margin-left:20px;
}

#sidebar h3{
  margin-bottom:10px;
}

#sidebar .widget{
  padding-bottom:15px;
  margin-bottom:15px;
  background: url("http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/sep-bg.png") repeat-x center bottom;
  width:280px;
  overflow:hidden;
}

.widget ul {
  margin:0;
  padding:0;
}
.widget:first-child{
  margin-top: 0px;
}

.widget:last-child{
  border-bottom: none;
}

.widget ul li {
  background: url("http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/arrow-sidebar.png") no-repeat left 9px;
  border-bottom: 1px dotted #E7E7E7;
  color: #444444;
  margin: 0;
  overflow: hidden;
  padding: 6px 15px;
}

.widget ul li:last-child{
  border-bottom: none;
}

#sidebar .widget_ad125 ul{
  overflow:auto;
  margin-top:10px;
  margin-left:15px;
}

#sidebar .widget_ad125 li{
  float:left;
  margin-bottom:5px;
  border-bottom: none;
  background:none;
  padding:0;
}

#sidebar .widget_ad125 li a{
  display:block;
}

#sidebar .widget_ad125 li:first-child{
  float:left;
  margin-right:10px;
}

#sidebar .widget_ad125 li:last-child{
  float:left;
  margin-left:12px;
}

#sidebar .widget_eurobiz_sidebarad
{
  height: 230px;
}

/*-- twitter widget --*/
.widget_tweets{
  height:272px;
}

.widget_tweets  .twtr-ft{
  display:none;
}

.twtr-tweet-text em{
  display:none !important;
}

/*-- search widget --*/
.searchfield{
  font-size: 13px;
  padding: 10px 28px 10px 6px;
  width: 240px;
  border:1px solid #E7E7E7;
  font:inherit;
  color: #888;
  background: url("http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/magnify.png") no-repeat 96% 50%;
}

/*-- Tags Widget --*/
.tagcloud{
  overflow:hidden;
  margin-top:10px;
}

.tagcloud a {
  background: #F7F7F7;
  color: #494F56;
  display: block;
  float: left;
  font-size: 12px !important;
  line-height: 12px;
  margin-bottom: 8px;
  margin-right: 15px;
  padding: 8px 12px;
  text-decoration: none;
}

.tagcloud a:hover{
  background: #ececec;
}

/*-- Calendar Widget --*/
.widget_calendar h3.widgettitle {
  display:none;
}

.widget_calendar h4 {
  display:none;
}

.widget_calendar #wp-calendar caption {
  font-size: 14px;
  font-weight:bold;
  text-align:center;
  text-transform: uppercase;
  margin-bottom:10px;
}

.widget_calendar table#wp-calendar {
  width:100%;
  border:none;
  margin-bottom:0;
}

.widget_calendar thead>tr>th {
  width:14%;
  height:23px;
  text-align:center;
  background-color:#f7f7f7;
}

.widget_calendar td {
  width:14%;
  height:23px;
  text-align:center;
  border:none;
}

.widget_calendar tfoot>tr>td#prev {
  width:58px;
  height:20px;
  text-align:left;
}

.widget_calendar tfoot>tr>td#next {
  width:58px;
  height:20px;
  text-align:right;
}

.widget_social ul li{
  padding-left:24px;
}

.widget_social ul li.facebook{
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/fb16.png) no-repeat left center;
}
.widget_social ul li.twitter{
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/twitter16.png) no-repeat left center;
}
.widget_social ul li.gplus{
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/gplus16.png) no-repeat left center;
}
.widget_social ul li.weibo{
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/weibo16.png) no-repeat left center;
}
.widget_social ul li.linkedin{
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/linkedin16.gif) no-repeat left center;
}
.widget_social ul li.bookmark{
  background:url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/bookmark.png) no-repeat left center;
}

 /* 8. FOOTER
 * ================================================ */

#footer{
  color: #bbbbbb;
  background: url(http://staticeurobiz.europeanchamber.com.cn/wp-content/themes/eurobiz/images/footer-bg.png) repeat;
  overflow: hidden;
}

#footer h4{
  color:#cdcdcd;
  margin-bottom: 10px;
}

#footer a{
  color: #999;
  font-weight: normal;
}

#footer a:hover{
  color: #fff;
}

#footer .footer-widgets{
  padding:15px;
  overflow:hidden;
}

/*--- footer widgets --*/
#footer .widget{
  float: left;
  width: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow:hidden;
}

#footer .widget ul li{
  color: #bbbbbb;
  border-bottom: 1px dotted #292f33;
}

/*--- tags widget  --*/
#footer .tagcloud a {
  background: #292F33;
  color: #878787;
}

/*--- calendar widget --*/
#footer .widget_calendar thead > tr > th{
  background: none;
  color: #bbbbbb;
}

/*--- twitter widget --*/
#footer  .widget_tweets .twtr-tweet .twtr-tweet-text p {
    color: #bbbbbb !important;
}
#footer  .widget_tweets  .twtr-hd h3 {
  color: #bbbbbb !important;
}

#footer  .widget_tweets .twtr-hd *,
#footer  .widget_tweets .twtr-hd h4 a {
    color: #999 !important;
}

#footer  .widget_tweets .twtr-tweet a:link,
#footer  .widget_tweets .twtr-tweet a:visited,
#footer  .widget_tweets .twtr-tweet a:hover {
    color: #999 !important;
}

#footer  .widget_tweets .twtr-widget .twtr-tweet{
  border-bottom:1px dotted #292F33 !important;
}

/*--- footer info --*/
#footer .footer-info{
  clear: both;
  margin-top: 0px;
  padding: 10px 15px;
  overflow: hidden;
  background: #3e4348;
  background: rgba(41, 47, 51, 0.2);
}

#footer .footer-info p{
  float: left;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: italic;
}

#footer .footer-info .credit{
  float: right;
}

#footer .footer-info .credit img{
  margin-bottom:-2px;
}

 /* 9. MEDIA QUERIES
 * ================================================ */
@media screen and (min-width : 630px) and (max-width : 960px) {

  #container {
    width: 630px;
  }

  /*-- header --*/
  #header .header-wrap{
    padding-bottom:0;
  }

  #header .logo{
    float:none;
    margin-bottom:10px;
    padding-left:5px;
  }

  #header .ad468{
    float:none;
    padding:0;
    background-color:#fff;
    width:630px;
    text-align:center;
    padding-top:10px;
  }

  #nav{
    clear: both;
    float: left;
  }

  /*-- content --*/
  #content{
    width:600px;
  }

  #slider .lof-slidecontent{
    width:600px;
    height:285px;
  }

  #slider .lof-slidecontent .slider-image{
    width:600px;
    height:285px;
  }

  #slider .main-slider-content{
    width:600px;
    height:285px;
  }

  #carousel .carousel-posts li {
    margin-right:16px;
  }

  #featured-categories .category{
    width:290px;
    float:left;
    position:relative;
    margin-bottom:10px;
  }

  #featured-categories .right-side{
    margin-left:20px;
  }

  #featured-categories .more-posts .right{
    width:230px !important;
  }

  /*-- sidebar --*/
  #sidebar {
    width: 600px;
    float: left;
    margin-left:0;
    margin-top:20px;
  }

  #sidebar .widget{
    width:280px;
    float:left;
    margin-right:20px;
  }

  /*-- footer --*/
  #footer .widget{
    width:190px;
    margin-right:10px;
  }

}

@media screen and (min-width : 460px) and (max-width : 629px) {

  #container {
    width: 460px;
  }

  /*-- header --*/

  #header .header-wrap{
    float:none;
    padding-bottom:0;
  }

  #header .logo{
    float:none;
    width:95%;
    text-align:center;
    margin-bottom:10px;
    padding-left:5px;
  }

  #header .ad468{
    float:none;
    padding:0;
    background-color:#fff;
    width:460px;
    text-align:center;
    padding-top:10px;
  }

  #nav ul {
    display:none;
  }

  #nav select {
    width:95%;
    margin:10px auto;
    display: block;
  }

  /*-- content --*/
  #content-container{
    padding:10px;
  }

  #content {
    width: 440px;
  }

  #slider .lof-slidecontent{
    width:440px;
    height:210px;
  }

  #slider .lof-slidecontent .slider-image{
    width:440px;
    height:210px;
  }

  #slider .main-slider-content{
    width:440px;
    height:210px;
  }

  #carousel{
    display:none;
  }

  #featured-categories .category{
    width:210px;
    float:left;
    margin-bottom:10px;
  }

  #featured-categories .right-side{
    margin-left:20px;
  }

  #featured-categories .category .attachment-feat-thumb{
    width:210px;
    max-height:120px;
  }

  #featured-categories .more-posts img{
    display:none;
  }

  #featured-categories .more-posts .right{
    width:210px !important;
  }

  #posts-list .post-image{
    margin-right:10px;
  }

  #posts-list .post-image img{
    width:120px;
  }

  #posts-list .post .right .date-by{
    margin-bottom:5px;
  }

  /*-- Sidebar --*/
  #sidebar {
    width: 440px;
    float: left;
    margin-left:0;
    margin-top:20px;
  }

  #sidebar  .widget{
    width: 210px;
    float: left;
    margin-right:10px;
  }

  .widget_search input{
    width: 170px;
  }

  #sidebar .widget_ad125 li:last-child{
    margin-left:0;
  }

  /*-- footer --*/
  #footer .footer-widgets{
    padding:10px;
  }

  #footer  .widget{
    float:left;
    margin-right:10px
  }

  #footer .footer-info{
    padding:10px;
  }
}

@media screen and (max-width: 459px) {

  #container {
    width: 320px;
  }

  #content-container{
    padding:10px;
  }

  /*-- header --*/
  #header{

  }

  #header .header-wrap{
    float:none;
    padding-bottom:0;
  }

  #header .logo {
    float:none;
    width:95%;
    text-align:center;
    padding-left:5px;
  }

  #header .ad468{
    float:none;
    padding:0;
    background-color:#fff;
    width:320px;
    text-align:center;
    padding-top:10px;
  }


  #header .logo img {
    display:inline-block;
  }

  #nav ul {
    display:none;
  }

  #nav select  {
    display: block;
    width:95%;
    margin:10px auto;
  }

  /*-- content --*/
  #slider{
    display:none;
  }

  #content {
    width: 300px;
  }

  #carousel{
    display:none;
  }


  #featured-categories .right-side{
    margin-left:0;
  }

  #posts-list .post-image{
    display:none;
  }

  #content .single-post .author .avatar{
    display:none;
  }

  #content .single-post .author .author-meta{
    margin-left:0px;
  }

  #comments ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 30px 30px;
  }

  #comments ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 30px 0px;
  }

  #comments ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 30px 0px;
  }

  #comments ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 30px 0px;
  }

  #respond input[type="text"], #respond input[type="password"] {
    width: 200px;
  }

  /*-- sidebar --*/
  #sidebar {
    width: 300px;
    float: left;
    margin-left:0;
    margin-top:20px;
  }

  /*-- footer --*/
  #footer .footer-widgets{
    padding:10px;
  }

  #footer .widget{
    width: 300px;
  }

  #footer .footer-info{
    padding:10px;
  }

  #footer  .footer-info .credit{
    float:left;
  }

}

/**
 *
 * Home screen (IOS)
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	user-select:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	touch-callout:none;
	width:240px;
	font-size:15px;
	padding:12px 14px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIpad {
	width:268px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
	width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
	width:320px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
	position:absolute;
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#505050;
	width:16px; height:16px;
	-webkit-transform:rotateZ(45deg);
	bottom:-9px; left:50%;
	margin-left:-8px;
	-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
	-webkit-border-bottom-right-radius:2px;
}


/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
	-webkit-transform:rotateZ(-135deg);
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
	-webkit-box-shadow:inset -1px -1px 0 #fff;
	top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
	-webkit-box-sizing:border-box;
	position:absolute;
	right:4px;
	top:4px;
	width:18px;
	height:18px; line-height:14px;
	text-align:center;
	text-indent:1px;
	-webkit-border-radius:9px;
	background:rgba(0,0,0,0.12);
	color:#707070;
	-webkit-box-shadow:0 1px 0 #fff;
	font-size:16px;
}


/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}


/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
	display:block;
	float:left;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:no-repeat;
	width:57px; height:57px;
	-webkit-background-size:57px 57px;
	background-size:57px 57px;
	margin:0 12px 0 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}


/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#addToHomeScreen .addToHomeShare {
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
	}
}
