/*--------------------------------------------------------------
Application Main LESS
--------------------------------------------------------------*/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */

  color: #000;
  /* 2 */

  font-size: 100%;
  /* 3 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 30px 0 20px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/*--------------------------------------------------------------
Web fonts (Try not to use web font on global body or p elements)
--------------------------------------------------------------*/
/******** Server hosted web fonts *********/
@font-face {
  font-family: 'AlrightSansRegularRegular';
  src: url('../fonts/alrightsans-rg/alrightsans-regular-v3-webfont.eot');
  src: url('../fonts/alrightsans-rg/alrightsans-regular-v3-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alrightsans-rg/alrightsans-regular-v3-webfont.woff') format('woff'), url('../fonts/alrightsans-rg/alrightsans-regular-v3-webfont.ttf') format('truetype'), url('../fonts/alrightsans-rg/alrightsans-regular-v3-webfont.svg#AlrightSansRegularRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AlrightSansLightRegular';
  src: url('../fonts/alrightsans-lt/alrightsans-light-v3-webfont.eot');
  src: url('../fonts/alrightsans-lt/alrightsans-light-v3-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alrightsans-lt/alrightsans-light-v3-webfont.woff') format('woff'), url('../fonts/alrightsans-lt/alrightsans-light-v3-webfont.ttf') format('truetype'), url('../fonts/alrightsans-lt/alrightsans-light-v3-webfont.svg#AlrightSansLightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AlrightSansRegularItalic';
  src: url('../fonts/alrightsans-ri/alrightsans-regularitalic-v3-webfont.eot');
  src: url('../fonts/alrightsans-ri/alrightsans-regularitalic-v3-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alrightsans-ri/alrightsans-regularitalic-v3-webfont.woff') format('woff'), url('../fonts/alrightsans-ri/alrightsans-regularitalic-v3-webfont.ttf') format('truetype'), url('../fonts/alrightsans-ri/alrightsans-regularitalic-v3-webfont.svg#AlrightSansRegularItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
LESS Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
LESS helpers
--------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*--------------------------------------------------------------
3.0 - WordPress
	3.1 - Alignments
	3.2 - Images
	3.3 - Posts
	3.4 - Comments
	3.5 - Archives, Categories
	3.6 - WP standard search form and serach result (non-PRI Search)

----------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.text-align-right {
  text-align: right;
}
/*--------------------------------------------------------------
3.2 - Images
--------------------------------------------------------------*/
img.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 10px;
}
.avatar,
img.avatar {
  float: left;
  margin: .7em .7em .2em 0;
}
.avatar img.avatar,
img.avatar img.avatar {
  margin: 0;
}
img.wp-smiley {
  border: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
img.centered,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
3.3 - Posts
--------------------------------------------------------------*/
.entry img,
.content img {
  max-width: 100%;
  height: auto;
}
.page-title {
  color: #646363;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}
a.post-edit-link {
  display: block;
  padding: 10px 0;
}
/*--------------------------------------------------------------
3.4 - Comments
--------------------------------------------------------------*/
.comments-con h3 {
  padding: .5em;
  color: #4f4f4f;
}
.comments-con .padder {
  padding: 1em .3em;
}
.comments {
  float: right;
}
ol.commentlist li.comment {
  clear: left;
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
ol.commentlist li.comment li.comment {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
ol.commentlist ol.commentlist ul.children li {
  margin-bottom: 0;
}
ol.commentlist ol.commentlist div.comment-avatar-box {
  float: left;
  margin: 15px 15px 0 0;
}
ol.commentlist div.comment-content {
  overflow: hidden;
}
ol.commentlist div.comment-content .comment-entry {
  color: #656565;
}
ol.commentlist div.comment-content .comment-entry p {
  font-size: .9em;
  line-height: 1.5;
}
ol.commentlist div.comment-meta {
  color: #888;
  font-size: 11px;
  margin: 12px 0 5px 0;
  width: 100%;
}
ol.commentlist div.comment-meta em {
  font-style: normal;
}
ol.commentlist #reply-title {
  margin-top: 0;
}
ol.commentlist #reply-title small {
  float: right;
  font-size: 11px;
  font-weight: normal;
}
ol.commentlist #reply-title small a {
  margin-right: 0;
}
ol.commentlist ul.children {
  margin: 0 0 0 60px;
  padding: 0;
}
ol.commentlist ul.children ul {
  margin: 0 0 0 25px;
  padding-right: 0;
}
ol.commentlist ul.children img.avatar {
  border-style: none;
}
ol.commentlist ul.children div.comment-meta {
  font-size: 11px;
  margin: 0 0 0 0;
}
ol.commentlist ul.children li {
  padding-top: 10px;
}
ol.commentlist ul.children .commentlist ul.children li:first-child {
  border-top: none;
}
ol.commentlist ul.children #respond {
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 20px;
}
ol.commentlist #respond {
  clear: left;
  margin-left: 70px;
}
ol.commentlist .comment-options {
  margin-bottom: 10px;
  overflow: hidden;
}
ol.commentlist .comment-options a {
  float: right;
  cursor: pointer;
}
ol.commentlist .comment-options .comment-edit-link {
  display: none;
}
#respond {
  margin-top: .7em;
}
#respond #reply-title {
  display: none;
}
#respond .avb img {
  float: inherit;
}
#respond .comment-avatar-box {
  float: left;
  margin: 0 15px 0 0;
}
#respond .comment-avatar-box {
  /* as we do not need avatar box for comment */

  display: none;
}
#respond .form-submit {
  margin-top: 10px;
  margin-bottom: 0;
}
#respond div.comment-content {
  border-style: none;
}
#respond p {
  line-height: 1.2;
  padding: .4em;
}
#respond #commentform p {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#respond #commentform p.form-textarea {
  overflow: hidden;
}
#respond #commentform p.form-textarea textarea {
  width: 98%;
  border: #e3e3e3;
  background: #e3e3e3;
  font-size: 1.2em;
  line-height: 1.2;
  padding: .5em;
}
#respond #commentform p.form-textarea textarea:focus {
  color: #4f4f4f;
}
#respond #commentform .form-submit {
  overflow: hidden;
}
#respond #commentform .form-submit input {
  float: right;
}
#respond #commentform input#submit {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
#respond p.form-allowed-tags code {
  font-size: .9em;
}
p.comments-closed {
  padding: .5em;
}
#nav-below {
  margin: 0 0;
  padding: 0 0;
}
#nav-above {
  margin: 0 0 15px;
  padding: 0;
}
/*--------------------------------------------------------------
3.5 - Archives, Categories
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.6 - WP standard search form and serach result (non-PRI Search)
--------------------------------------------------------------*/
/*
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
3.0 - WordPress (see app-wordpress.less)

1.0 - Structure
2.0 - Global style
4.0 - Navigation, Sub-Nav, Common pagination
5.0 - Specific pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Structural
(try to avoid any thing other than size and position settings)
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}
/* simple row span grid system */
.row {
  clear: both;
  overflow: hidden;
}
.row .row {
  padding: 0;
}
.row .span30:first-child,
.row .span40:first-child,
.row .span50:first-child,
.row .span60:first-child,
.row .span70:first-child,
.row .span100:first-child {
  margin-left: 0;
}
.span-half {
  float: left;
  width: 49.4%;
  margin-left: 3px;
}
.span-half:first-child {
  margin: 0;
}
.span30,
.span40,
.span50,
.span60,
.span70,
.span100 {
  float: left;
  margin: 0 1%;
}
.span30 {
  width: 33%;
}
.span40 {
  width: 43%;
}
.span50 {
  width: 48%;
}
.span60 {
  width: 53%;
}
.span70 {
  width: 63%;
}
.span100 {
  width: 100%;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
/*--------------------------------------------------------------
2.0 - Global style
--------------------------------------------------------------*/
body {
  color: #333;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image:url(http://www.unepfi.org/grt/2013/wp-content/themes/unepfi-grt/assets/images/pattern.jpg);
  height: auto;
  padding: 10px;
}
p {
  margin: .5em 0 0 0;
}
hr {
  background-color: #E7E7E7;
  border: 0 none;
  clear: both;
  height: 1px;
  margin: 20px 0;
}
h1 {
  font-size: 18px;
  line-height: 150%;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
big {
  font-size: 18px;
}
del {
  text-decoration: line-through;
}
ins {
  background: #fff9db;
  text-decoration: none;
}
sub {
  top: .5ex;
}
sup {
  bottom: 1ex;
}
sub,
sup {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
pre,
blockquote {
  margin-bottom: 20px;
}
pre,
code p {
  background: #f4f4f4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  overflow: auto;
}
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 150%;
  padding: 0 3em;
  quotes: none;
}
blockquote p {
  margin-bottom: 15px !important;
}
dl {
  margin-left: 0;
}
dt {
  font-size: 14px;
  font-weight: bold;
}
dd {
  margin: 0 0 15px 0;
}
form {
  line-height: 1.7;
}
a:link,
a:visited {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  color: #454545;
  text-decoration: blink;
  font-weight: 600;
}
a:hover,
a:active {
  color: #8d8d8d;
  text-decoration: blink;
}
/*--------------------------------------------------------------
4.0 - Navigation, Sub-Nav, Common pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 - Specific pages
--------------------------------------------------------------*/
.clear-div {
  clear: both;
}
#lang-widget {
  float: right;
  height: 0px;
  position: relative;
  margin-right: 35px;
  font-size:14px;
}
#lang-widget ul li {
  list-style-type: none;
  float: left;
}
#lang-widget .lang-zh .qtrans_flag,
#lang-widget .lang-en .qtrans_flag {
  display: block;
  height: 62px;
  width: 62px;
}
#lang-widget .lang-en .qtrans_flag {
}
#lang-widget .lang-zh .qtrans_flag {
}
#lang-widget .lang-en .qtrans_flag:hover {
}
#lang-widget .lang-zh .qtrans_flag:hover {
}
#lang-widget ul li.active .qtrans_flag_en {
}
#lang-widget ul li.active .qtrans_flag_zh {
}
#main-container {
  margin: 0 auto;
  width: 1270px;
  overflow: hidden;
  background-color:#fffae7;
}
#main-container .menu-container {
  position: relative;
  float: left;
  /*overflow: hidden;*/

  /*box-shadow:2px 2px 6px 2px rgba(20%,20%,40%,0.3);*/

  width: 250px;
  z-index: 1000;
  margin-top: 10px;
}
#main-container .menu-container #logo {
  float: left;
}
#main-container .menu-container #logo img {
  float: left;
}
#main-container .menu-container .menu {
  float: left;
  margin: 10px 0;
  padding: 0px 10px;
  font-size: 18px;
  list-style-type: none;
  font-weight:bold;
  color: #000000;
}
#main-container .menu-container .menu li.current-menu-item a {
  position: relative;
  display: block;
  background: #f9e20c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e20c), color-stop(100%, #f9b700));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f9e20c 0%, #f9b700 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e20c', endColorstr='#f9b700', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  color: #333;
  margin-left: -10px;
  width: 184px;
  padding: 10px 33px;
  box-shadow: 1px 1px 1px #555;
}
#main-container .menu-container .menu li {
  cursor: pointer;
  margin-top: 5px;
  margin-left: 0px;
  
}
#main-container .menu-container .menu li a {
  position: relative;
  display: block;
  width: 200px;
  padding: 10px 33px;
}
#main-container .menu-container .menu li a:hover {
  position: relative;
  display: block;
  /*background-image: linear-gradient(to bottom, #ffee00, #ffaa00);*/

  background: #f9e20c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e20c), color-stop(100%, #f9b700));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f9e20c 0%, #f9b700 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e20c', endColorstr='#f9b700', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  color: #333;
  margin-left: -10px;
  width: 184px;
  padding: 10px 33px;
  box-shadow: 1px 1px 1px #555;
}
#main-container .menu-container .menu .sub-menu {
  display: none;
  list-style-type: none;
  text-decoration: none;
  margin-top: 0px;
  z-index: 1;
}
#main-container .menu-container .menu .sub-menu li a {
  position: relative;
  display: block;
  background: #aaaaaa;
  /* Old browsers */

  background: -moz-linear-gradient(top, #aaaaaa 0%, #888888 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #888888));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #aaaaaa 0%, #888888 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #aaaaaa 0%, #888888 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #aaaaaa 0%, #888888 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #aaaaaa 0%, #888888 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#888888', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  opacity: 0.6;
  color: #fff;
  margin-left: 0px;
  width: 160px;
  padding: 10px 15px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 2px #fff;
}
#main-container .menu-container .menu .sub-menu li a:hover {
  position: relative;
  display: block;
  background: #f9e20c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e20c), color-stop(100%, #f9b700));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f9e20c 0%, #f9b700 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e20c', endColorstr='#f9b700', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  opacity: 1.0;
  color: #333;
  margin-left: 0px;
  width: 160px;
  padding: 10px 15px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 2px #555;
}
#main-container .menu-container .menu .sub-menu li:hover {
  /*background-image: none;
					border-left: none;*/

}
#main-container .menu-container .menu .sub-menu li.current-menu-item a {
  position: relative;
  display: block;
  background: #f9e20c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e20c), color-stop(100%, #f9b700));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f9e20c 0%, #f9b700 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f9e20c 0%, #f9b700 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e20c', endColorstr='#f9b700', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  opacity: 1.0;
  color: #333;
  margin-left: 0px;
  width: 160px;
  padding: 10px 15px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 2px #555;
}
#main-container .menu-container #widget-area {
  float: left;
  margin: 10px 10px 30px 10px;
  width: 230px;
}
#main-container .menu-container #widget-area #sidebar .widget_text {
  margin: 10px -10px;
  padding: 10px 33px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  display: block;
  /*background-image: linear-gradient(to bottom, #ffee00, #ffaa00);*/

  background: #FA0218;
  /* Old browsers */

  background: -moz-linear-gradient(top, #FA0218 0%, #F47965 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FA0218), color-stop(100%, #F47965));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #FA0218 0%, #F47965 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #FA0218 0%, #F47965 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #FA0218 0%, #F47965 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #FA0218 0%, #F47965 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA0218', endColorstr='#F47965', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  box-shadow: 1px 1px 1px #555;
}
#main-container .menu-container #widget-area #sidebar .follow_links {
  margin: 0px 0px;
  overflow: hidden;
  border-radius: 5px;
}
#main-container .menu-container #widget-area #sidebar .follow_links h3 {
  margin: 0px;
  padding: 0px 10px;
  color: #fff;
  background-image: url("../images/head_title_bg.png");
}
#main-container .menu-container #widget-area #sidebar .follow_links ul {
  padding: 0px 20px;
}
#main-container .menu-container #widget-area #sidebar .follow_links ul li {
  margin: 10px 15px;
  box-shadow: 2px 2px 6px 2px rgba(51, 51, 102, 0.3);
  border-radius: 6px;
  float: left;
}
#main-container .menu-container #widget-area .share-list {
  margin: 20px 0px;
  box-shadow: 2px 2px 6px 2px rgba(51, 51, 102, 0.3);
}
#main-container .menu-container .widget-logo {
  margin: 20px 13px;
}
#main-container #main-slider {
  float: left;
  /*background-color: white;*/

  width: 1010px;
}
#main-container #main-slider img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  width: 100%;
}
#main-container #content-container {
  float: left;
  width: 950px;
  margin-left:70px;
  margin-bottom: -99990px;
  padding-bottom: 99990px;
}
#main-container #content-container #content {
  width: 100%;
  /*background-image: linear-gradient(to bottom, #f9f4ca, #f9e5ca);*/

}
#main-container #content-container #content h2 {
  margin: 0px 0px 10px 0px;
  padding: 25px 200px 5px 15px;
  color: #fff;
  font-size: 21px;
  background-color: #ff0000;
  background-image: url("../images/head_title_bg.png");
  border-bottom: 1px solid #aaa;
  width:425px;
}
#main-container #content-container #content .entry,
#main-container #content-container #content #news-entry {
  float: left;
  margin: 10px 0px 10px 30px;
  padding: 0px 0px;
  width: 66%;
}
#main-container #content-container #content .entry p {
  margin: 20px 0px 0px 0px;
  line-height: 150%;
  font-size: 14px;
}
#main-container #content-container #content .entry .p-content {
  margin: 0px;
  padding: 10px 20px 20px 20px;
}
#main-container #content-container #content .entry .p-content .small-content {
  font-size: 1.0em;
  margin: 0px 50px;
}
#main-container #content-container #content .entry .p-content .medium-content {
  font-size: 1.2em;
  line-height: 20px;
}
#main-container #content-container #content .entry .p-content .medium-content ul li {
  font-size: 14px;
  font-weight: bold;
}
#main-container #content-container #content .entry .p-content .medium-content div {
  margin-top: 10px;
}
#main-container #content-container #content .entry .p-content blockquote {
  margin: 0px 10px;
  padding: 5px 10px 0px 10px;
}
#main-container #content-container #content .entry .p-content blockquote p {
  font-family: "Arial Black";
  font-size: 0.9em;
  color: #555;
  margin: 0px !important;
}
#main-container #content-container #content .entry .p-content .question-list li {
  margin-left: 10px;
  margin-top: 5px;
}
#main-container #content-container #content .entry .p-content .head-point {
  background-image: url(../images/news_title_bg.png);
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
#main-container #content-container #content .entry .p-content .small-title {
  background-image: url(../images/news_title_bg.png);
  padding: 5px;
  color: #333;
  border-radius: 4px;
  font-weight: bold;
}
#main-container #content-container #content .entry .p-content .thumb-table {
  margin-top: 10px;
  margin-left: 20px;
}
#main-container #content-container #content .entry .p-content .thumb-table td {
  padding: 5px 0px;
}
#main-container #content-container #content .entry .p-content td.left-content {
  padding-left: 10px;
}
#main-container #content-container #content .entry .p-content .big-link a {
  font-size: 2.0em;
  text-decoration: underline;
  color: #169bd9;
}
#main-container #content-container #content #news-entry {
  background-image: url("../images/transparent_bg.png");
}
#main-container #content-container #content #news-entry .item-list-container {
  margin: 10px 20px;
}
#main-container #content-container #content #news-entry .item-list-container .category-news {
  margin: 20px 30px;
  width: 85%;
  /*box-shadow: 2px 2px 2px #888;*/

  border-bottom: 1px solid #bbb;
}
#main-container #content-container #content #news-entry .item-list-container .category-news .post-title {
  border: 1px solid #eee;
  width: 100%;
  /*background-color: #dfb340;*/

  background-image: url('../images/news_title_bg.png');
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
}
#main-container #content-container #content #news-entry .item-list-container .category-news .post-title a {
  color: #555;
}
#main-container #content-container #content #news-entry .item-list-container .category-news .post-title a:hover {
  color: #eee;
}
#main-container #content-container #content #news-entry .item-list-container .category-news .post-partial {
  padding: 10px 10px 20px 10px;
  width: 100%;
}
#main-container #content-container .content-home {
  float: left;
  margin-top: 10px;
}
#main-container #content-container .content-page {
  margin-top: 0px;
}
#main-container #content-container .right-sidebar {
  float: right;
  width: 250px;
  margin: 10px 30px 20px 10px;
  /*overflow: hidden;*/

}

.home #main-container #content-container .right-sidebar {
  float: right;
  width: 250px;
  margin: 10px 30px 20px 10px;
  /*overflow: hidden;*/

}
#main-container #content-container .right-sidebar .news-block {
  float: left;
  box-shadow: 2px 2px 6px 2px rgba(51, 51, 102, 0.3);
  width: 250px;
  margin: 20px 20px 0px 0px;
  background-color: white;
  border: 5px solid #ddd;
  border-radius: 6px;
}
#main-container #content-container .right-sidebar .news-block .news-title {
  margin: 0px 0px 0px 0px;
  /*box-shadow:2px 2px 6px 2px rgba(20%,20%,40%,0.3);*/

  border-bottom: 1px solid #ddd;
  padding: 5px 0px 5px 20px;
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
#main-container #content-container .right-sidebar .news-block .news-title p {
  margin: 0px;
}
#main-container #content-container .right-sidebar .news-block ul {
  padding-left: 20px;
  padding-right: 20px;
}
#main-container #content-container .right-sidebar .news-block ul li {
  /*background-color: #fcd083;*/

  margin: 10px 0px;
  padding-left: 0px;
  /*border-bottom: 1px solid #888;*/

  color: #555;
}
#main-container #content-container .right-sidebar .news-block ul li a {
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
  color: #444;
}
#main-container #content-container .right-sidebar .news-block ul li span {
  margin-left: 10px;
  font-size: 0.9em;
}
#main-container #content-container .single-news .single-news-content-container {
  margin: 30px 20px;
}
#main-container #content-container .single-news .single-news-content-container .single-post-title {
  border: 1px solid #eee;
  background-color: #dfb340;
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}
#main-container #content-container .single-news .single-news-content-container .single-post-content {
  /*margin: 20px;*/

  border: 1px solid #eee;
  background-color: #eee;
  padding: 10px 40px 20px 40px;
  font-size: 1.2em;
}
#partners {
  overflow: hidden;
  background-image: url("../images/subheader_tilt.png");
  background-repeat: repeat-x;
}
#partners .slider-header {
  margin: 20px 20px 10px 20px;
  border-bottom: 1px solid #eee;
  font-size: 1.0em;
}
#partners #slider-block h3 {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 3px;
}
#partners #slider {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 10px 0px;
}
#partners #slider > div {
  position: relative;
}
#partners #slider .images-list-1,
#partners #slider .images-list-2 {
  float: left;
  position: absolute;
}
#partners #slider .images-list-1 img,
#partners #slider .images-list-2 img {
  display: inline-block;
  margin: 0;
  max-height: 100px;
  max-width: 100px;
  padding-right: 15px;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#footer {
  position: relative;
  margin-bottom: -15px;
  height: 116px;
  padding: 20px 0px;
  margin: 0 auto;
  width: 1270px;
  background-image: url("../images/footer_bg.png");
  text-align: center;
  color: white;
}
#footer span {
  /*margin: 20px 5px;*/

}
#footer #lang-widget ul li {
  float: right;
  list-style-type: none;
  margin-right: 10px;
}
#footer #lang-widget ul li a {
  color: #fff;
}
#footer .menu-footer-menu-container ul li {
  list-style-type: none;
  float: left;
  margin-left: 30px;
  margin-top: 85px;
}
#footer .menu-footer-menu-container ul li a {
  color: #000;
  text-decoration: underline;
  font-size:12px;
}
/* Special Component CSS*/
#content-container #content .table-spon {
  margin: 30px 0 50px 0;
}
#content-container #content .table-spon tbody td {
  width: 170px;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  border-bottom: 1px solid #f2daa5;
}
#content-container #content .table-spon tbody > tr:first-child td {
  background-color: black;
  color: #fff;
  font-size: 0.9em;
  padding: 15px 0px;
}
#content-container #content .table-spon tbody > tr td {
  background-color: #e0b33d;
  color: #000;
  padding: 10px 0px;
}
#content-container #content .table-spon tbody > tr.odd td {
  /*background-color: #e7bf5d;*/

  background-color: #eccc81;
  color: #000;
}
#content-container #content .table-spon tbody tr > td:first-child {
  color: #fff;
  font-family: "Arial Black";
  width: 220px;
}
#content-container #content .table-spon tbody tr > td:nth-child(2) {
  width: 220px;
}
#content-container #content .table-spon tbody tr > td:nth-child(3) {
  width: 240px;
}
#content-container #content .table-spons {
  margin: 30px 0 20px 0;
}
#content-container #content .table-spons tbody td {
  width: 170px;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  border-bottom: 1px solid #f2daa5;
}
#content-container #content .table-spons tbody > tr:first-child td {
  background-color: black;
  color: #fff;
  font-size: 0.9em;
}
#content-container #content .table-spons tbody > tr td {
  background-color: #e0b33d;
}
#content-container #content .table-spons tbody > tr:nth-child(2) td {
  background-color: #e0b33d;
  color: #000;
}
#content-container #content .table-spons tbody > tr:nth-child(3) td {
  background-color: #e7bf5d;
  color: #000;
}
#content-container #content .table-spons tbody > tr:nth-child(4) td {
  background-color: #eccc81;
  color: #000;
}
#content-container #content .table-spons tbody > tr:nth-child(5) td {
  background-color: #f2daa5;
  color: #000;
}
#content-container #content .table-spons tbody tr > td:first-child {
  color: #fff;
  font-family: "Arial Black";
  width: 100px;
}
#content-container #content .table-spons tbody tr > td:nth-child(2) {
  width: 60px;
}
#content-container #content .table-spons tbody tr > td:nth-child(3) {
  width: 60px;
}
#content-container #content .table-spons tbody tr > td:nth-child(4) {
  width: 170px;
}
#content-container #content .table-spons tbody tr > td:nth-child(5) {
  width: 140px;
}
#content-container #content .table-spons tbody tr > td:nth-child(6) {
  width: 120px;
}
#content-container #content .table-agenda {
  /*width: 930px;*/

  margin: 10px 4px 50px 0px;
}
#content-container #content .table-agenda tbody tr {
  border-top: 2px solid #e0b33d;
}
#content-container #content .table-agenda tbody td {
  font-size: 1em;
  line-height: 1em;
  text-align: left;
}
#content-container #content .table-agenda tbody td.agenda-title {
  padding: 10px 0px;
}
#content-container #content .table-agenda tbody tr.sub-section {
  border-top: 0px solid #fff;
}
#content-container #content .table-agenda tbody td.sub-section-three {
  width: 170px;
  padding-right: 10px;
  padding-top: 5px;
}
#content-container #content .table-agenda tbody td.sub-section-three-center {
  width: 50px;
  padding-right: 10px;
  padding-top: 5px;
}
#content-container #content .table-agenda tbody .section-title {
  background-color: #e0b33d;
  font-family: "Arial Black";
  color: #fff;
  height: 17px;
  font-size: 1.1em;
  text-align: left;
  padding-left: 5px;
}

.table-agenda a{color:inherit}

#content-container #content .table-agenda tbody .section-title span {
  float: left;
}
#content-container #content .table-agenda tbody tr > td:first-child.section-event,
#content-container #content .table-agenda tr > td.section-event {
  text-align: left;
  padding: 5px;
}
#content-container #content .table-agenda tbody tr > td:first-child {
  text-align: right;
}
#content-container #content .table-agenda tbody .section-time {
  display: block;
  font-family: "Arial Black";
  font-size: 1.1em;
  width: 105px;
  margin: 2px 2px 5px 2px;
}
#content-container #content #table-agenda-overview td {
  border: 1px solid #e2b35a;
  vertical-align: top;
  padding: 5px;
  width: 150px;
  font-size:14px;
}
#content-container #content #table-agenda-overview .s-event {
  background-color: #e2b35a;
  font-family: "Arial Black";
}
#content-container #content #table-agenda-overview .s-time {
  width: 75px;
}
#content-container #content #table-agenda-overview td.red-bg {
  background-color: red;
  color:#fff;
  text-align:center;
}
#content-container #content #table-agenda-overview td.white-bg {
  background-color: #fff;
}
/*
 * custom style
*/
.h-divider {
  background-image: url("../images/subheader_tilt.png");
  background-repeat: repeat-x;
}
.red-bg {
  background-color: #ff0017;
}
.gray-bg {
  background-color: #ddd;
}
.yellow-bg {
  background-color: #e0b33d;
}
.white-font {
  color: #fff;
}
.blue-font {
  color: #00548a;
}
.black-font {
  color: black;
}
.bold-font {
  font-weight: bold;
}
.section-title-font {
  font-family: "Arial Black" !important;
  height: 17px;
  font-size: 1.1em;
  text-align: left;
}
.big-title {
  font-size: 2.0em;
  font-weight: bold;
}
blockquote {
  font-size: 2.0em !important;
}
.btn {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 1px 1px 1px #999;
}
.btn p {
  margin: 0px;
}
.btn:visited,
.btn:link {
  color: #444;
}
.btn:hover {
  color: #fff;
}

.btnRed:visited,
.btnRed:link {
  color: #fff;
}
.btnRed:hover {
  color: #FFEB00;
}

.big-btn {
  width: 250px;
}
.tab-btn {
  display: block;
  border-radius: 4px;
  text-align: center;
  padding: 10px 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: #555;
}
.tab-btn:hover {
  color: #fff;
}
.yellow-btn {
  background: #ffee00;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffee00 0%, #ffaa00 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffee00), color-stop(100%, #ffaa00));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffee00 0%, #ffaa00 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffee00 0%, #ffaa00 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffee00 0%, #ffaa00 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffee00 0%, #ffaa00 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee00', endColorstr='#ffaa00', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
}
.red-btn {
  background: #ff5a23;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ff5a23 0%, #fc2100 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5a23), color-stop(100%, #fc2100));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ff5a23 0%, #fc2100 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ff5a23 0%, #fc2100 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ff5a23 0%, #fc2100 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ff5a23 0%, #fc2100 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a23', endColorstr='#fc2100', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  
  
}
/*
  Contact form custom style
*/
.gform_wrapper .gform_body {
  width: 250px;
  margin-top: 0px;
}
#content .gform_wrapper .top_label .gfield_label {
  font-size: 1.2em;
  /*color: #f00;*/

}
#content .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  padding: 10px 10px;
  width: 100px;
  /*background-image: linear-gradient(to bottom, #ff8800, #ff1100);*/

  background: #ff8800;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ff8800 0%, #ff1100 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8800), color-stop(100%, #ff1100));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ff8800 0%, #ff1100 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ff8800 0%, #ff1100 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ff8800 0%, #ff1100 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ff8800 0%, #ff1100 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8800', endColorstr='#ff1100', GradientType=0);
  /* IE6-9 */

  background-repeat: repeat-x;
  border-radius: 6px;
  font-size: 1.2em;
  color: #fff;
  box-shadow: 2px 2px 4px #aaa;
}
#content-container #content .gform_wrapper {
  width: 100%;
}
#content-container #content .gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
  width: 100% !important;
}
#content-container #content .gform_wrapper .top_label input.medium {
  width: 80% !important;
}
/*
* Logo slider
*/
#partners-box {
  background-color: white;
  border: 5px solid #ddd;
}
#slider-block {
  /*margin-bottom: 54px;*/

}
#slider-block h3 {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin: 0 0 10px 0;
  padding: 3px;
}
#logo-slider {
  height: 240px;
  overflow: hidden;
  position: relative;
}
#logo-slider #images-container .image {
  margin-top: 80px;
  text-align: center;
}
#logo-slider #images-container .image img {
  height: auto;
  max-height: 100px;
  max-width: 240px;
}
/*
 * contact page 
 */
#main-container #content-container #content .contact-detail-block {
  width: 247px;
  margin: 10px 40px 0px 0px;
  background-color: #eee;
  padding: 10px;
  font-size: 1.2em;
}
#main-container #content-container #content .contact-detail-block li {
  margin-left: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
#main-container #content-container #content .contact-detail-block .contact-option {
  margin-bottom: 15px;
}
#main-container #content-container #content .contact-detail-block .contact-option a {
  text-decoration: underline;
  font-weight: bold;
}
/*
* agenda template css
*/
/* nav css */
nav .tab-item {
  float: left;
  margin-right: 10px;
}
#page-content > p {
  margin: 0px !important;
}
/*
* Translation css
*/
.translation-content p {
  margin: 0px !important;
}
/*
 * Slider
 */
#slides .promo_slider_title {
  z-index: 1;
  top: 30px;
}
#slides .promo_slider_title a {
  color: #fff;
  font-size: 1.2em;
  display: block;
  width: 240px;
}
#slides .promo_slider_excerpt {
  background-color: #000000;
  border-radius: 3px 3px 3px 3px;
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  height: 250px;
  left: 0;
  line-height: 1.3em;
  opacity: 0.6;
  padding: 20px 10px 10px 25px;
  position: absolute;
  width: 250px;
  display: none;
}
#slides .promo_slider_excerpt h4 {
  margin-top: 0px ;
  margin-bottom: 10px;
  font-size: 1.4em;
}
/******** LESS variables, mixins, operators and functions *********/
/*--------------------------------------------------------------
LESS Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
LESS helpers
--------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.slide-buttons {
  display: block;
  position: relative;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: center;
  padding: 10px 0 3px 0;
  height: 1px;
  min-height: 1px;
  height: auto !important;
}
.slide-buttons a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  width: 10px;
  height: 13px;
  margin: 0 4px;
  text-decoration: none;
}
.slide-buttons a:link,
.slide-buttons a:visited {
  background: transparent url('../images/slide-link.gif') no-repeat center center;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */

  -webkit-transition: all 0.4s;
  /* Safari and Chrome */

  -o-transition: all 0.4s;
  /* Opera */

}
.slide-buttons a.active,
.slide-buttons a:hover,
.slide-buttons a:active {
  background: transparent url('../images/slide-active.gif') no-repeat center center;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */

  -webkit-transition: all 0.4s;
  /* Safari and Chrome */

  -o-transition: all 0.4s;
  /* Opera */

}
#slides {
  position: relative;
  width: 1010px;
  margin: 0 auto;
  overflow: hidden;
}
#slides .slide-navigation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 150px;
  z-index: 80;
}
#slides .slide-navigation a.back {
  position: absolute;
  left: 1em;
  width: 50px;
  height: 50px;
  background: transparent url('../images/nav_style3_arrows-prev.png') no-repeat;
}
#slides .slide-navigation a.next {
  position: absolute;
  right: 1em;
  width: 50px;
  height: 50px;
  background: transparent url('../images/nav_style3_arrows-next.png') no-repeat;
}
#slides .slides_container {
  overflow: hidden;
  width: 1010px;
  height: 300px;
  position: relative;
}
#slides .slides_container .slide_content {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  background: transparent url('../images/60pc_black.png');
  display: block;
  text-align: left;
  color: #666;
  position: absolute;
  height: 254px;
  width: 315px;
  left: 0;
  top: 48px;
}
#slides .slides_container .slide_content h3.title {
  color: #FFFFFF;
  font-weight: normal;
  background: transparent url('../images/header-overlay-line.png') no-repeat left bottom;
  font-family: Century Gothic,Arial;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0 6px 9px;
  margin: 23px 15px 0;
}
#slides .slides_container .slide_content .content {
  color: #fff;
  font-family: Century Gothic,Arial;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0 15px;
}
#slides .slides_container .slide_content a:link,
#slides .slides_container .slide_content a:visited {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */

  -webkit-transition: all 0.4s;
  /* Safari and Chrome */

  -o-transition: all 0.4s;
  /* Opera */

  color: #a22239;
}
#slides .slides_container .slide_content a:hover,
#slides .slides_container .slide_content a:active {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */

  -webkit-transition: all 0.4s;
  /* Safari and Chrome */

  -o-transition: all 0.4s;
  /* Opera */

  color: #b1b1b1;
}
#slides .slides_container .slide_content a.read-more {
  color: #a22239;
  font-family: 'gothamhtf-bold-italic', sans-serif;
  font-size: 14px;
}
#slides .slides_container .slide_content a.read-more:hover {
  text-decoration: underline;
}
#slides .slides_container .current,
#slides .slides_container .previous {
  width: 1010px;
  height: 300px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
#slides .slides_container .current .left,
#slides .slides_container .previous .left {
  float: left;
}
#slides .slides_container .current .right,
#slides .slides_container .previous .right {
  float: right;
}
#slides .slides_container .previous {
  z-index: 10;
}
#slides .slides_container .slide {
  width: 1010px;
  height: 300px;
  float: left;
}
#slides .slides_container .slide .left {
  float: left;
}
#slides .slides_container .slide .right {
  float: right;
}

li.livefeed{list-style:none;}

.thumbnail_news_list img {max-width:250px;}

.room_td {
	text-align:center;
	background-color:#F7CF94;
}

.s-time		{
		text-align:center;
		font-style:italic;}
		
.the_excerpt	a:link,
a:visited 	{
		font-weight:normal;
		font-style:italic;}		