/*!
 * Website Name - YEAR
 * Main Stylesheet
 *
 * @author: Author Name
 *
**/
/**
 * Global: Variables
 * @author: author
 *
 * Includes all the site specific used variables
 *
**/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Exo:300,400,500,600,700,800,900,600italic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Global: Defaults
 * @author: Joao Guerreiro
 *
 * This file includes a few defaults for showoff. This means a few hacks, workarounds and common issues we've faced and that applies to all websites.
 *
**/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a[name^="PageAnchor"], a[name^="Article_"] {
  display: block;
  width: 1px;
  float: left;
  *width: auto;
  *float: none;
  clear: both; }

form {
  float: left; }

td, th {
  padding: 3px; }

.clear {
  clear: both; }

/**
 * Helper: Prefixer
 * @author: Joao Guerreiro
 *
 * Example: @include prefixer(border-radius, 10px);
 *
**/
/*
* @Title: Function - Px to Em
* @Author: JGuerreiro
* @Date:   2014-08-27 09:37:43
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2014-08-27 09:43:16
*
*/
/**
 * Utilities: Layout
 * @author: Joao Guerreiro
 *
 * Includes a few utilities related to the overall layout handling
 *
**/
.header:before, .header__wrap:before, .content:before, .sponsors:before, .footerwrap:before, .section_slide:before, .header:after, .header__wrap:after, .content:after, .sponsors:after, .footerwrap:after, .section_slide:after {
  content: "";
  display: table;
  clear: both; }
.header:after, .header__wrap:after, .content:after, .sponsors:after, .footerwrap:after, .section_slide:after {
  clear: both; }

/**
 * Functions: Cut Corner
 * @author: Joao Guerreiro
 * @description: Creates a cut corner on the parent element /___|. Apply only on pseudo-elements. The parent needs position relative.
 *
 * Example: @include cut-corner(top left, 10px, red);
 *
**/
/**
 * Functions: Grayscale Effect
 * @author: Joao Guerreiro
 * @description: Converts a coloured element to black and white
 *
 * Example: @include grayscale();
 *
**/
/**
 * CSS3: Border Radius
 * @author: Joao Guerreiro
 *
 * Example: @include border-radius(10px);
 *
**/
/**
 * CSS3: Box Shadow
 * @author: Joao Guerreiro
 *
 * Example: @include box-shadow(1px 1px 0 0 #000 inset);
 *
**/
/**
 * CSS3: Filters
 * @author: Joao Guerreiro
 *
 * Example: @include filter(grayscale(0));
 *
**/
/**
 * CSS3: Text Shadow
 * @author: Joao Guerreiro
 *
 * Example: @include text-shadow(1px 1px 0 0 #000 inset);
 *
**/
/**
 * CSS3: Transforms
 * @author: Joao Guerreiro
 *
 * Example: @include rotate(45deg);
 *
**/
/**
 * CSS3: Transitions
 * @author: Joao Guerreiro
 *
 * Example: @include transition(all 1s ease 1.5s) or @include transition(color 1s ease 1.5s, background 1s ease 1.5s);
 *
**/
html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Exo", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  color: #333333;
  background: #ffffff; }

.inner {
  width: 1020px;
  margin: 0 auto;
  /*padding: 0 1em;*/ }

embed, object, iframe {
  max-width: 100%; }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto !important; }

a {
  color: #da1d2b;
  text-decoration: none; }

a:hover, a:focus {
  color: #ad1722; }

h1 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 2.57143em;
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  margin: 0 0 1em 0;
  padding: 0; }

h2 {
  line-height: 1.2em;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 1.57143em;
  margin: 0 0 28px 0;
  padding: 0; }

.col__left h1 {
  font-size: 1.78571em;
  color: #000;
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../g/2016/template/target_bg.png) no-repeat center left; }

.header {
  width: 100%;
  display: inline-block;
  position: relative;
  background-image: url(../g/2016/template/texture_bg.png);
  background-position: repeat-y; }

.header__logo {
  width: 280px;
  height: 225px;
  float: left;
  position: relative; }

.header__wrap {
  width: 100%;
  height: 225px;
  display: inline-block;
  position: relative;
  background-image: url(../g/2016/template/world_bg_pages.png);
  background-position: center center; }

.head_wrap {
  width: 100%;
  height: 225px;
  position: relative; }

.header__clock {
  width: 360px;
  height: 36px;
  position: absolute;
  top: 100px;
  right: 0;
  background-image: url(../g/2016/template/clock_bg.png);
  background-position: center center; }

.countdown_label_d {
  display: none; }

.countdown_label_h {
  display: none; }

.countdown_label_min {
  display: none; }

.title_1 {
  display: none; }

.title_6 {
  display: none; }

.title_8 {
  display: none; }

.title_4 {
  display: none; }

.title_7 {
  display: none; }

.title_10 {
  display: none; }

.countdown_days {
  width: 25px;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 146px;
  text-align: left;
  float: left; }

.countdown_hour {
  width: 20px;
  color: #ffffff;
  padding: 8px 0px 0 73px;
  text-align: left;
  float: left; }

.countdown_min {
  width: 20px;
  color: #ffffff;
  padding-top: 8px;
  padding-left: 70px;
  text-align: left;
  float: left; }

#menu_Home a::after {
  opacity: 0; }

.header__menu {
  width: 670px;
  float: right;
  margin-top: 30px; }

ul#main_nav {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

ul#main_nav li {
  position: relative;
  float: left;
  margin-left: 0;
  padding-left: 0; }

ul#main_nav li a {
  position: relative;
  display: block;
  padding: 16px 12px 16px 12px;
  color: #ffffff; }
  ul#main_nav li a::after {
    display: inline-block;
    content: "\f107";
    font-family: "fontawesome";
    padding-left: 3px; }
  ul#main_nav li a:hover {
    color: #ffffff;
    background: #da1d2b; }

li:hover .sub_nav {
  display: block; }

.sub_nav {
  display: none;
  background: #da1d2b !important;
  z-index: 999;
  position: absolute;
  top: 50px;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  margin: 0;
  padding: 6px 10px 11px 10px;
  list-style: none; }
  .sub_nav li:hover a {
    color: #000;
    background: #f3c802;
    text-align: left; }
  .sub_nav li a {
    display: block;
    font-size: 0.85714em;
    padding: 8px 9px 8px 28px;
    color: #ffffff;
    text-align: left !important; }
  .sub_nav li:hover {
    color: #000; }

.sub_nav li a:hover {
  color: #000 !important; }

.news {
  width: 100%;
  position: relative;
  background: #f3c802;
  float: left;
  height: 63px;
  /*news*/
  /*social*/ }
  .news #panelnum_329.panel_1 {
    height: 63px;
    font-size: 1em;
    line-height: 63px;
    width: 910px;
    padding-left: 200px;
    float: left;
    background-image: url(../g/2016/template/news_bg.png);
    background-position: center left;
    background-repeat: no-repeat; }
  .news #panelnum_330.panel_1 {
    margin-top: 0;
    width: 106px;
    float: right; }
    .news #panelnum_330.panel_1 ul {
      margin: 0px;
      padding: 0;
      list-style: none;
      text-align: right; }
    .news #panelnum_330.panel_1 li {
      margin: 0px;
      display: inline-block; }
    .news #panelnum_330.panel_1 li:first-child {
      margin: 0px 6px 0 0; }
    .news #panelnum_330.panel_1 a {
      display: block;
      float: left;
      width: 48px;
      height: 63px;
      line-height: 63px;
      padding: 20px 0 0 0;
      text-align: center;
      background-color: #000;
      color: #ffffff; }
    .news #panelnum_330.panel_1 a:hover {
      background: #5b4b01;
      color: #ffffff; }
    .news #panelnum_330.panel_1 i {
      padding: 2px;
      font-size: 1.1em; }

.title_wrap {
  width: 100%;
  background: #000;
  float: left;
  position: relative; }

.title {
  width: 100%;
  float: left;
  height: 80px; }

.content {
  width: 100%;
  padding: 30px 0;
  display: inline-block; }

.col__left {
  width: 670px;
  float: left;
  position: relative;
  margin-right: 30px; }

.pb__right {
  width: 320px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0; }

.sheet-image {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 28px; }

.fullsheet {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px; }

.leftsheet {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 20px; }

.rightsheet {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 0px; }

.sheet-body ul {
  margin: 0;
  padding: 0; }
.sheet-body li {
  list-style: none;
  margin-bottom: 12px; }
.sheet-body li::before {
  display: inline-block;
  color: #da1d2b;
  content: "\f10c";
  font-family: "fontawesome";
  padding-right: 8px; }

/*Border sheet*/
.sheetbody_2 {
  width: 100%;
  padding: 20px;
  border: 1px solid #dfdfdf;
  float: left;
  position: relative;
  margin-bottom: 35px; }
  .sheetbody_2 ul {
    margin: 0;
    padding: 0; }
  .sheetbody_2 li {
    list-style: none;
    margin-bottom: 12px; }
  .sheetbody_2 li::before {
    display: inline-block;
    color: #da1d2b;
    content: "\f10c";
    font-family: "fontawesome";
    padding-right: 8px; }

.bodysheet2 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px; }

.leftsheet2 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 20px; }

.rightsheet2 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 0px; }

/*yellow sheet*/
.sheetbody_3 {
  width: 100%;
  color: #ffffff;
  padding: 20px;
  background: #000;
  float: left;
  position: relative;
  margin-bottom: 35px; }
  .sheetbody_3 ul {
    margin: 0;
    padding: 0; }
  .sheetbody_3 li {
    list-style: none;
    margin-bottom: 12px; }
  .sheetbody_3 li::before {
    display: inline-block;
    color: #da1d2b;
    content: "\f10c";
    font-family: "fontawesome";
    padding-right: 8px; }

.bodysheet3 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px; }

.leftsheet3 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 20px; }

.rightsheet3 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 0px; }

/*yellow sheet*/
.sheetbody_4 {
  width: 100%;
  color: #000;
  padding: 20px;
  background: #f3c802;
  float: left;
  position: relative;
  margin-bottom: 35px; }
  .sheetbody_4 ul {
    margin: 0;
    padding: 0; }
  .sheetbody_4 li {
    list-style: none;
    margin-bottom: 12px; }
  .sheetbody_4 li::before {
    display: inline-block;
    color: #da1d2b;
    content: "\f10c";
    font-family: "fontawesome";
    padding-right: 8px; }

.bodysheet4 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px; }

.leftsheet4 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 20px; }

.rightsheet4 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 0px; }

/*Red sheet*/
.sheetbody_6 {
  width: 100%;
  color: #ffffff;
  padding: 20px;
  background: #da1d2b;
  float: left;
  position: relative;
  margin-bottom: 35px; }
  .sheetbody_6 ul {
    margin: 0;
    padding: 0; }
  .sheetbody_6 li {
    list-style: none;
    margin-bottom: 12px; }
  .sheetbody_6 li::before {
    display: inline-block;
    color: #da1d2b;
    content: "\f10c";
    font-family: "fontawesome";
    padding-right: 8px; }

.bodysheet6 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 35px; }

.leftsheet6 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 20px; }

.rightsheet6 {
  width: 320px;
  float: left;
  position: relative;
  margin-right: 0px; }

.sheetbody_5-image {
  padding: 2px;
  border: 1px solid #dfdfdf;
  float: left;
  position: relative;
  margin-bottom: 35px; }
  .sheetbody_5-image ul {
    margin: 0;
    padding: 0; }
  .sheetbody_5-image li {
    list-style: none;
    margin-bottom: 12px; }
  .sheetbody_5-image li::before {
    display: inline-block;
    color: #da1d2b;
    content: "\f10c";
    font-family: "fontawesome";
    padding-right: 8px; }
  .sheetbody_5-image .leftsheet {
    width: 320px;
    float: left;
    position: relative;
    margin-right: 20px; }
  .sheetbody_5-image .rightsheet {
    width: 320px;
    float: left;
    position: relative;
    margin-right: 0px; }
  .sheetbody_5-image h2 {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0; }
  .sheetbody_5-image .bodysheet_5-image {
    width: 100%;
    float: left;
    padding: 0 20px 20px 20px; }

.bodysheet_5-image a::before {
  display: inline-block;
  color: #da1d2b;
  content: "\f18e";
  font-family: "fontawesome";
  padding-right: 8px; }

.sheet-body a::before {
  display: inline-block;
  color: #da1d2b;
  /*content:"\f18e";*/
  font-family: "fontawesome";
  padding-right: 8px; }

.panel_2 {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  position: relative; }
  .panel_2 ul {
    margin: 0;
    padding: 0; }
  .panel_2 li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .panel_2 li:first-child a {
    background: #da1d2b; }
  .panel_2 li:first-child + li a {
    background: #da1d2b; }
    .panel_2 li:first-child + li a:hover {
      background: #242424; }
  .panel_2 li a {
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    background: #000;
    padding: 0 18px; }
    .panel_2 li a:hover {
      background: #242424; }
  .panel_2 li a::before {
    display: inline-block;
    font-weight: normal;
    color: #ffffff;
    /*content:"\f18e";*/
    font-family: "fontawesome";
    padding-right: 8px; }

.panel_4 {
  padding: 18px;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  position: relative;
  border: 1px solid #dfdfdf; }

.paneltitle_4 h4 {
  margin-top: 0; }

.panelbody_4 {
  width: 100%;
  float: left;
  position: relative; }

/*video panel*/
.panel_8 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0; }

.panelbody_8 {
  width: 100%;
  float: left;
  padding: 20px;
  background: #000;
  color: #fff; }

.panelbody_8 a::before {
  display: inline-block;
  color: #da1d2b;
  /*content:"\f18e";*/
  font-family: "fontawesome";
  padding-right: 8px; }

.sponsors {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px; }

.sponsors__partners {
  width: 100%;
  float: left;
  position: relative;
  /*last panel*/ }
  .sponsors__partners .panel_1 {
    width: 150px;
    height: 150px;
    margin-left: 20px;
    float: left;
    border: 1px solid #dfdfdf; }
  .sponsors__partners .panel_7 {
    width: 100%;
    float: left;
    position: relative; }
  .sponsors__partners .paneltitle_7 {
    width: 100%;
    font-weight: 700;
    padding: 30px 0;
    color: #000;
    text-align: center;
    font-size: 1.57143em; }
  .sponsors__partners .panel_6 {
    width: 150px;
    position: relative;
    height: 150px;
    margin-left: 20px;
    float: left;
    border: 1px solid #dfdfdf; }
  .sponsors__partners .paneltitle_6 {
    position: absolute;
    bottom: -22px;
    font-size: 0.85714em;
    letter-spacing: -1px;
    width: 100%;
    text-align: center; }
  .sponsors__partners .panelbody_6 {
    height: 150px;
    line-height: 150px;
    display: table-cell;
    vertical-align: middle; }
  .sponsors__partners img {
    display: block; }
  .sponsors__partners .asp-icatcher-holder {
    height: 150px;
    line-height: 150px;
    vertical-align: middle !important;
    display: inline-block !important; }

#uniqueid_113 .asp-icatcher-inner img {
  width: 100px;
  margin: 0 0 0 25px;
  position: relative;
  top: 10px; }

#uniqueid_171 .asp-icatcher-inner img {
  width: 100px;
  margin: 0 0 0 25px;
  position: relative;
  top: 10px; }

.reasons {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #000000; }

.reasons__list {
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 0; }
  .reasons__list .panel_7 {
    width: 100%;
    float: left;
    position: relative; }
  .reasons__list .paneltitle_7 {
    width: 100%;
    font-weight: 700;
    padding: 0 0 30px 0;
    color: #fff;
    text-align: center;
    font-size: 1.57143em; }
  .reasons__list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .reasons__list li {
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 50px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4d4e4d;
    width: 100%;
    float: left; }
  .reasons__list li:first-child {
    background: url(../g/2016/template/ic_number_1.png) no-repeat left; }
  .reasons__list li:nth-child(2) {
    background: url(../g/2016/template/ic_number_2.png) no-repeat left; }
  .reasons__list li:nth-child(3) {
    background: url(../g/2016/template/ic_number_3.png) no-repeat left; }
  .reasons__list li:nth-child(4) {
    background: url(../g/2016/template/ic_number_4.png) no-repeat left; }

.section_cta {
  width: 100%;
  display: inline-block;
  position: relative;
  background: url(../g/2016/template/world_bg_pages_home.png) center center no-repeat; }

#pb_cta {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 110px 0; }
  #pb_cta ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center; }
  #pb_cta li {
    list-style: none;
    display: inline-block; }
  #pb_cta a {
    font-weight: 700;
    display: block;
    width: 227px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: #f3c802;
    margin-right: 20px; }
    #pb_cta a a::after {
      display: inline-block;
      color: #ffffff;
      content: "\f10c";
      font-family: "fontawesome";
      padding-right: 8px; }
    #pb_cta a:hover {
      background: #a78a01;
      color: #fff; }
  #pb_cta li:nth-child(2) a {
    font-weight: 700;
    display: block;
    width: 227px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #da1d2b;
    margin-right: 20px; }
    #pb_cta li:nth-child(2) a a::before {
      display: inline-block;
      color: #da1d2b;
      content: "\f10c";
      font-family: "fontawesome";
      padding-right: 8px; }
    #pb_cta li:nth-child(2) a:hover {
      background: #96141e;
      color: #000; }
  #pb_cta .panel_1 {
    width: 100%;
    float: left;
    position: relative; }
  #pb_cta .paneltitle_1 h4 {
    margin: 0;
    font-size: 36;
    width: 100%;
    font-weight: 700;
    padding: 0px 0 30px 0;
    color: #fff;
    text-align: center;
    font-size: 2.57143em; }

.footerwrap {
  width: 100%;
  display: inline-block;
  background: #000; }

.footer__content {
  width: 100%;
  float: left;
  position: relative;
  padding: 24px 0; }
  .footer__content .panel_1 {
    width: 240px;
    float: left;
    position: realtive;
    color: #fff; }
  .footer__content .paneltitle_1 h4 {
    width: 100%;
    color: #fff;
    font-size: 1.14286em; }
  .footer__content .panelbody_1 ul {
    margin: 0;
    padding: 0; }
  .footer__content .panelbody_1 li {
    margin: 0;
    padding: 4px 0;
    list-style: none;
    color: #fff; }
  .footer__content .panelbody_1 a {
    color: #fff; }
    .footer__content .panelbody_1 a:hover {
      color: #f3c802; }

.section_slide {
  width: 100%;
  height: 265px;
  overflow: hidden;
  float: left;
  position: relative;
  background: #000; }

#slider {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0; }

.cc_slider {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 117px; }

.caption {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 280px;
  padding-top: 20%;
  top: 0;
  text-align: center;
  transition: 0.25s; }
  .caption:hover {
    opacity: 1;
    background: rgba(218, 29, 43, 0.8); }

.cc_slide {
  cursor: pointer; }
  .cc_slide.roundabout-in-focus {
    cursor: default; }

.cc_field_01 {
  height: 230px; }

.cc_field_02 a {
  color: #fff;
  font-size: 1.71429em;
  color: #fff;
  font-weight: bold; }

.cc_field_03 {
  color: #fff;
  font-size: 1.07143em;
  color: #fff; }

.roundabout-next {
  cursor: pointer;
  color: #fff !important;
  position: absolute;
  right: -107px;
  font-size: 1.71429em;
  z-index: 999; }

.roundabout-prev {
  cursor: pointer;
  color: #fff !important;
  position: absolute;
  left: -116px;
  font-size: 1.71429em;
  z-index: 999; }

.pb_clarion {
  width: 179px;
  float: right;
  height: 70px;
  position: relative;
  background-image: url(../g/2016/template/clarion_logo.png); }

.footernav {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  border-top: 1px solid #4d4e4d; }

.footer_nav {
  width: 60%;
  float: left;
  padding: 31px 0 0 0; }

ul#footer {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

ul#footer li {
  font-size: 0.85714em;
  list-style: none;
  color: #fff;
  display: block;
  float: left;
  margin-right: 6px; }

ul#footer li a {
  color: #fff; }

ul#footer li a:hover {
  color: #f3c802; }

[id^="page_seminar"] .lib_list_item {
  /*border: 1px solid $color-red;*/
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 95%;
  min-height: 80px; }
  [id^="page_seminar"] .lib_list_item .lib_col_1, [id^="page_seminar"] .lib_list_item .lib1, [id^="page_seminar"] .lib_list_item .lib1a, [id^="page_seminar"] .lib_list_item .lib1b {
    float: left;
    text-align: left;
    width: 100%; }
[id^="page_seminar"] .libentryfieldmodule_entryTimeFromTo {
  padding: 1px !important; }
[id^="page_seminar"] .lib_list_view .clear {
  clear: none; }
[id^="page_seminar"] .spk_gall_photo {
  width: 100px;
  margin-right: 10px; }
  [id^="page_seminar"] .spk_gall_photo .spk_photo_border {
    width: 100%;
    height: auto; }
  [id^="page_seminar"] .spk_gall_photo img {
    width: 100%;
    height: auto; }
[id^="page_seminar"] #DIV_Exhib .lib_list_view .lib_item .lib_col_1 {
  width: 100%; }
[id^="page_seminar"] .lib1 {
  background: none repeat scroll 0 0 #000;
  border-bottom: 5px solid #f3c802;
  color: #fff;
  padding: 10px !important;
  width: 100%; }
[id^="page_seminar"] .lib_list_view .lib_sep {
  display: none !important; }
[id^="page_seminar"] .libentryfieldReadMore {
  background: none repeat scroll 0 0 #f3c802;
  border-radius: 10px;
  padding: 10px; }
  [id^="page_seminar"] .libentryfieldReadMore a {
    color: #fff; }
[id^="page_seminar"] .spk_gall_entry {
  text-align: left;
  margin: 10px 0; }
[id^="page_seminar"] h1.spk_entrytitle {
  color: #000; }
[id^="page_seminar"] .spk_graphic1 {
  width: 122px;
  height: auto;
  padding: 10px !important; }
  [id^="page_seminar"] .spk_graphic1 img {
    width: 100%;
    height: auto; }
[id^="page_seminar"] .spk_gall_merge1, [id^="page_seminar"] .spk_gall_merge2, [id^="page_seminar"] .spk_gall_merge3 {
  float: left;
  width: 100%; }

/*# sourceMappingURL=ctx15.css.map */
