/*!
 * Learning Tech - 2015
 * Main Stylesheet
 *
 * @author: Matt Hilder
 *
**/
/*! 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.
 */
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.
 */
/**
 * Removed this as it is conflicting with the CKEditor making impossible for clients to add padding and spacing

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;
}

.clear {
  clear: both;
}

/**
 * Helper: Prefixer
 * @author: Joao Guerreiro
 *
 * Example: @include prefixer(border-radius, 10px);
 *
**/
/**
 * Utilities: Layout
 * @author: Joao Guerreiro
 *
 * Includes a few utilities related to the overall layout handling
 *
**/
/**
 * 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);
 *
**/
/**
 * Global: Variables
 * @author: author
 *
 * Includes all the site specific used variables
 *
**/
html, body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  color: #000000;
  background: white;
}

embed, object, iframe {
  max-width: 100%;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.clear {
  clear: both;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/css/boxsizing.htc);
}

a {
  text-decoration: none;
}

a[name^="PageAnchor"], a[name^="Article_"] {
  clear: none;
}

.rightsheet + a[name^="PageAnchor"] {
  clear: both;
}

a {
  color: #61116a;
}

a:hover, a:focus {
  color: #399c95;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

ul {
  margin-left: 1em;
  margin-bottom: 1em;
}

ol {
  margin-left: 1em;
  margin-bottom: 1em;
}

#home_cont h1 {
  font-size: 1.6em;
  position: relative;
  color: white;
  text-align: center;
  font-weight: 600;
}

#home_cont h1 span {
  display: inline-block;
  background: #61116a;
  padding: 0.5em 1em;
  position: relative;
}

#home_cont h1:before {
  content: "";
  border-top: 4px solid #61116a;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 100%;
}

#home_cont {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 53px;
}

h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.1em;
  margin-bottom: 20px;
  font-weight: normal;
}

h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 2.571em;
  font-weight: normal;
  color: #414042;
  padding: 10px 10px 4px 10px;
  margin: 0;
}

.sheetbody_2-image h2 {
  background: url(../g/2015/template/bg_h2_full.png) no-repeat top center;
}

.sheetbody_2-image h2 {
  background: url(../g/2015/template/bg_h2_full.png) no-repeat top center;
}

/* =============================================================
 * SECTION HEADER + panels
 * ============================================================*/
#section_located {
  width: 100%;
  height: 72px;
  background: #B9B6B6;
}

#pb_located {
  width: 100%;
  height: 72px;
  position: relative;
  background: #B9B6B6;
}
#pb_located p {
  margin: 0;
  padding: 0;
}

#pb_located > div > div.panelbody_3 > p > img:nth-child(5) {
  height: 52px;}
  
.panel_3 {
  width: 100%;
  float: left;
  position: relative;
}

.panelbody_3 {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 12px;
  background:#B9B6B6;
  line-height: 1.8em;
}
.panelbody_3 p {
  margin: 0;
  padding: 0;
}
.panelbody_3 img {
  margin-right: 5px;
}

#panelnum_2535.panel_1 {
  width: 51px;
  height: 51px;
  float: left;
  background: #02bf03;
  padding: 9px 0 0 7px;
}

#panelnum_2534.panel_1 p {
  margin: 0;
  padding: 0;
}

/* =============================================================
 * SECTION HEADER + panels
 * ============================================================*/
#section_header {
  width: 100%;
  height: 217px;
}

#pb_header {
  width: 100%;
  height: 217px;
  position: relative;
}
#pb_header .panel_1 {
  float: left;
  width: 370px;
  padding: 0px;
}
#pb_header .panel_1 .panelbody_1 {
  float: left;
  width: 370px;
  position: relative;
  margin: 45px 0 0 0px;
}
#pb_header #panelnum_2894 .panelbody_1 {
  margin-top: 0px !important;
}
#pb_header #panelnum_2894 .panelbody_1 p img {
  width: 440px !important;
  height: auto !important;
}

.panel_2 {
  width: 500px;
  float: right;
  position: relative;
}

.panelbody_2 {
  float: right;
  position: relative;
  margin: 45px 0 0 0px;
}

.paneltitle_2 {
  position: absolute;
  bottom: -45px;
  font-size: 1.6em;
  font-weight: bold;
  color: #61116a;
}

/* =============================================================
 * SECTION: MENU
 * ============================================================*/
#section_menu {
  position: relative;
  background: #61116a;
  width: 100%;
  height: 48px;
  display: inline-black;
  padding: 0;
}
#section_menu .wrapper {
  position: relative;
}
#section_menu #menu {
  width: 930px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  float: left;
  height: 48px;
  padding: 0 11px;
}
#section_menu #main_nav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#section_menu #main_nav > li {
  position: relative;
  float: left;
  margin: 0;
  /*** Home icon/link **/
}
#section_menu #main_nav > li > a {
  position: relative;
  display: block;
  padding: 13px 11px 13px 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 1.1em;
  /* &:after 									{ content: ""; position: absolute; left: 50%; top: 20px; width: 14px; height: 12px; margin-left: -7px; background: url(../g/2015/template/triangle_down.png) no-repeat center center; } */
}
#section_menu #main_nav > li:hover > a {
  color: white;
  background: #8d5393;
}
#section_menu #main_nav > li#menu_Home > a, #section_menu #main_nav > li:first-child > a {
  /*width: 19px; height: 48px; margin: 0px 0 0 0; padding: 0 14px; overflow: hidden; text-indent: -999px; background: url(../g/2015/template/ic_home.png) no-repeat center ;*/
}
#section_menu #main_nav > li#menu_Home > a:hover, #section_menu #main_nav > li:first-child > a:hover {
  /*background: url(../g/2015/template/ic_home.png) no-repeat center #a9d46f;*/
}
#section_menu #main_nav > li .sub_nav {
  display: none;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 44px;
  width: 200px;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #bdbbbd;
}
#section_menu #main_nav > li .sub_nav li {
  font-size: 1.214em;
  padding: 0 0 0 6px;
  text-align: left;
}
#section_menu #main_nav > li .sub_nav li:hover a {
  color: white;
  padding: 0 0 0 6px;
  display: block;
  background: #61116a;
}
#section_menu #main_nav > li .sub_nav li a {
  color: white;
}
#section_menu #main_nav > li:hover .sub_nav {
  display: block;
}

#pb_search {
  float: right;
}
#pb_search .paneltitle_1 {
  cursor: pointer;
  width: 48px;
  float: left;
  background: #8d5393;
}
#pb_search .site-search {
  display: none;
  width: 230px;
  padding: 10px 15px;
  position: absolute;
  right: 22px;
  top: 48px;
  z-index: 99;
  background: #ccc;
}
#pb_search .site-search form {
  width: 182px;
  height: 100%;
}
#pb_search .site-search form input {
  background: none;
  border: none;
  color: #414042;
  width: 180px !important;
}

/* =============================================================
 * BX SLIDER (HOMEPAGE)
 * ============================================================*/
#section_slide {
  width: 100%;
  display: inline-block;
  position: relative;
}

#pb_slide {
  width: 100%;
  height: auto;
  margin: 0px auto;
  /* overflow:hidden;*/
}

#pb_slide .panel_1 {
  width: 100%;
}

#pb_slide .panelbody_1 {
  float: none;
}

#pb_slide .bx-wrapper {
  margin: 0 auto;
}

#pb_slide ul.cc_slider {
  margin: 0;
  padding: 0;
}

#pb_slide .cc_slide {
  position: relative;
  width: 100%;
  max-height: 489px;
  overflow: hidden;
}

#pb_slide .cc_field_01 {
  max-height: 489px;
  overflow: hidden;
}

#pb_slide .cc_field_01 img {
  width: 100%;
  height: auto;
  position: relative;
}

#pb_slide #slide_wrap {
  position: relative;
  width: 1058px;
  margin: 0 auto;
  z-index: 100;
}

#pb_slide #slide_inner {
  position: absolute;
  top: -264px;
  left: 30px;
  width: 495px;
  background: #61116a;
  padding: 20px 25px;
  float: left;
  height: 160px;
}

.cc_slider_id_3 ul {
  list-style: none;
}

.cc_slider_id_3 #slide_inner {
  display: none;
}

#pb_slide .cc_field_02 h2 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 1.9em;
  line-height: 1em;
  text-transform: none;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
}

#pb_slide .cc_field_03 {
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 100;
  color: #fff;
}

#pb_slide .cc_field_03 p {
  color: #fff;
  margin: 0px;
}

.bx-controls {
  width: 1058px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#pb_slide .bx-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -180px;
  left: -20px;
  text-indent: -9999px;
}

#pb_slide .bx-prev:hover, #pb_slide .bx-next:hover {
  opacity: 0.5;
}

#pb_slide .bx-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -180px;
  right: 283px;
  text-indent: -9999px;
}

.bx-pager {
  position: absolute;
  top: -113px;
  right: 355px;
}

.bx-pager a {
  float: left;
  border-radius: 50%;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  background: white;
}

.bx-pager a.active {
  background: #991ba8;
}

.bx-pager-item {
  float: left;
  margin-right: 4px;
}

#section_stats {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

#pb_stats {
  width: 100%;
  z-index: 100;
  background: white;
  position: relative;
  float: left;
  margin: -50px 0 0 0;
  padding: 35px 11px 0 11px;
  border-top: 6px solid #61116a;
}

/*stats panels*/
.panel_6 {
  width: 240px;
  float: left;
  position: relative;
  background: url(../g/2015/template/border_stat.jpg) no-repeat top right;
}

.panelbody_6 {
  width: 232px;
  float: left;
  position: relative;
}

.panelbody_6 a {
  display: table-cell;
  vertical-align: middle;
  width: 232px;
  font-weight: bold;
  text-align: center;
  height: 78px;
  /*line-height:78px;*/
  color: #414042;
  font-size: 1.2em;
  /*display:block; float:left;*/
  margin: 0;
  padding: 0 0 0 0;
}

.paneltitle_6 {
  width: 232px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 52px;
  color: #61116a;
  font-size: 3.4em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}

.panelbody_6 h5 {
  height: 39px;
  color: #7e7e7f;
  width: 232px;
  float: left;
  font-size: 1em;
  text-align: center;
  margin: 0;
  padding: 0;
}

.panelbody_6 img {
  margin: 0 0 50px 0;
  height: 54px;
  display: block;
  float: left;
  width: 232px;
}

.arrow_box {
  position: relative;
  background: #e6d9e7;
  width: 232px;
  height: 76px;
  float: left;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 57%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e6d9e7;
  border-width: 15px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e6d9e7;
  border-width: 14px;
  margin-left: -30px;
}

/*last stat panel*/
.panel_7 {
  width: 240px;
  float: left;
  position: relative;
}

.panelbody_7 {
  width: 232px;
  float: left;
  position: relative;
}

.panelbody_7 a {
  display: table-cell;
  vertical-align: middle;
  width: 232px;
  font-weight: bold;
  text-align: center;
  height: 78px;
  /*line-height:78px;*/
  color: #414042;
  font-size: 1.2em;
  /*display:block; float:left;*/
  margin: 0;
  padding: 0 0 0 0;
}

.paneltitle_7 {
  width: 232px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 52px;
  color: #61116a;
  font-size: 3.4em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}

.panelbody_7 h5 {
  height: 39px;
  color: #7e7e7f;
  width: 232px;
  float: left;
  font-size: 1em;
  text-align: center;
  margin: 0;
  padding: 0;
}

.panelbody_7 img {
  margin: 0 0 50px 0;
  height: 54px;
  display: block;
  float: left;
  width: 232px;
}

/* =============================================================
 * Default Sheets
 * ============================================================*/
#section_sheets {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

#home_cont .bodysheet {
  padding: 0 0 0 0;
  float: left;
  position: relative;
  width: 100%;
}

#home_cont .sheetbody {
  float: left;
  margin-top: 18px;
  background: #fff;
  padding: 0px;
}

#home_cont .fullsheet {
  width: 100%;
  float: left;
  position: relative;
  /*margin-bottom: 20px;*/
  background: #fff;
}

.leftsheet {
  width: 317px;
  margin-right: 9px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 0px;
}

.rightsheet {
  width: 317px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 0px;
}

.sheetbody_2-image {
  width: 660px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

.sheetbody_2-image.leftsheet {
  width: 320px;
  margin-right: 20px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 0px;
}

.sheetbody_2-image.rightsheet {
  width: 320px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 0px;
}

.bodysheet_2-image {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0 20px 0;
  padding-top: 18px;
}

.sheetbody_2-image h2 {
  display: inline;
  padding: 6px 12px;
  margin: 0;
  background: #61116a;
  font-weight: 600;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  bottom: 178px;
}

.bodysheet {
  padding: 18px 0 0 0;
  float: left;
  position: relative;
  width: 100%;
}

.sheetbody {
  float: left;
  margin-top: 0;
  background: #fff;
  padding: 0;
}

.fullsheet {
  width: 100%;
  position: relative;
  /*margin-bottom: 20px;*/
  background: #fff;
}

.leftsheet {
  width: 300px;
  margin-right: 20px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 0px;
}

.rightsheet {
  width: 300px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 0px;
}

.rightsheet h2 {
  font-size: 1.7em;
  font-weight: normal;
  padding: 10px 10px 4px 0px;
  margin: 0;
  border-bottom: 2px solid #61116a;
}

.leftsheet h2 {
  font-size: 1.7em;
  font-weight: normal;
  padding: 10px 10px 4px 0px;
  margin: 0;
  border-bottom: 2px solid #61116a;
}

.sheetbody h2 {
  font-size: 2em;
  font-weight: normal;
  padding: 10px 10px 4px 0px;
  margin: 0;
  border-bottom: 2px solid #61116a;
}

/*** Accordion sheets ***/
.sheet_openlose {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

.sheet_openlose_title h2 {
  text-indent: 1em;
  font-size: 1.6em;
  color: white;
  padding: 2px 20px 2px 40px;
  background: #61116a url(../g/2015/template/chev_down.png) no-repeat 14px center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.sheet_openlose_title h2:hover {
  color: #000;
  background: #e9e9e9 url(../g/2015/template/chev_down_blk.png) no-repeat 14px center;
}

.sheet_openlose .sheetbody p {
  padding: 10px 20px;
}

.sheet_openlose_title h2.openAcc {
  background: #f88e1e url(../g/2015/template/chev_down.png) no-repeat 14px center;
}

/* =============================================================
 * Features
 * ============================================================*/
.title_9 {
  display: none;
}

.countdown_label_d {
  display: none;
}

.countdown_days {
  position: absolute;
  width: 94px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  top: 90px;
  left: 84px;
  font-size: 3.4em;
  color: #61116a;
  font-weight: bold;
  text-align: center;
}

#section_features {
  width: 100%;
  position: relative;
}

#pb_features {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 80px;
}

/*Media Gallery*/
.panel_8 {
  width: 320px;
  min-height: 400px;
  float: left;
  padding: 57px 30px 0 30px;
  position: relative;
  background: #e9e9e9;
  margin-right: 20px;
  margin-right: 11px\9;
}

.paneltitle_8:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_media.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

.paneltitle_8 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.3em;
  color: #414042;
}

.panelbody_8 {
  width: 100%;
  float: left;
  position: relative;
}

.panelbody_8 a {
  color: #414042;
  font-size: 1.2em;
  font-weight: bold;
}

.panelbody_8 a:hover {
  color: #61116a;
}

.panelbody_8 img {
  border: 2px solid white;
}

#pb_features div:nth-child(5) {
  margin-right: 0;
  float: right;
}

.panel_9 {
  width: 320px;
  min-height: 400px;
  margin-left: 20px;
  float: left;
  padding: 57px 30px 20px 30px;
  position: relative;
  background: #e9e9e9;
}

.paneltitle_9:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_testimonial.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

.paneltitle_9 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.3em;
  color: #414042;
}

.panelbody_9 {
  width: 100%;
  float: left;
  position: relative;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  padding: 14px 0 0 0;
}

.panelbody_9 div {
  margin: 0;
  padding: 0;
}

.panelbody_9 h6 {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
  padding: 0;
  font-weight: 600;
  color: #414042;
}

.panelbody_9 span {
  font-size: 1em;
  margin: 0;
  text-align: center;
  padding: 0;
  display: block;
  font-weight: 600;
  color: #414042;
}

.panelbody_9 a {
  width: 260px;
  text-align: center;
  font-size: 1.1em;
  color: white;
  display: block;
  margin: 0 auto 14px auto;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #8b5491;
  border: 2px solid #c4c0c0;
}

.panelbody_9 a:hover {
  background: #61116a;
}

.panel_10 {
  width: 320px;
  min-height: 400px;
  margin-left: 20px;
  float: left;
  padding: 57px 30px 20px 30px;
  position: relative;
  background: #e9e9e9;
}

.paneltitle_10:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_mic.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

.paneltitle_10 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.3em;
  color: #414042;
}

.panelbody_10 {
  width: 100%;
  float: left;
  position: relative;
}

.panelbody_10 h6 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 14px 0 0 0;
  padding: 0;
}

.panelbody_10 p {
  margin: 0;
}

.panelbody_10 img {
  border: 2px solid white;
}

#section_news {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

#pb_news {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0 0 0;
  padding: 0;
}

.panel_18 {
  width: 490px;
  min-height: 280px;
  float: left;
  position: relative;
  margin: 0;
  padding: 14px;
  background: #e9e9e9;
  overflow: hidden;
}

.paneltitle_18 {
  background: url(../g/2015/template/ic_news.png) no-repeat top left #61116a;
  position: absolute;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  display: inline;
  padding: 0 14px 0 48px;
}

.panelbody_18 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 60px 0 0 0;
}

.panel_19 {
  width: 490px;
  min-height: 280px;
  float: right;
  position: relative;
  margin: 0;
  padding: 14px;
  background: #e9e9e9;
}

.paneltitle_19 {
  background: url(../g/2015/template/ic_info.png) no-repeat top left #61116a;
  position: absolute;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  display: inline;
  padding: 0 14px 0 48px;
}

.panelbody_19 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 60px 0 0 0;
}

#section_footer {
  width: 100%;
  margin-top: 30px;
  position: relative;
  background: #b9b6b6;
}

#pb_footer {
  width: 100%;
  position: relative;
  height: 285px;
  padding-top: 30px;
}

#pb_footer .panel_1 {
  width: 235px;
  float: left;
  position: relative;
  margin: 0 7px;
}

#pb_footer .paneltitle_1 {
  width: 100%;
  border-bottom: 2px solid white;
  padding-bottom: 7px;
  color: white;
  font-size: 1.4em;
}

#pb_footer .panelbody_1 {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
}

#pb_footer p {
  color: #fff;
}

#pb_footer .panelbody_1 ul {
  margin: 0;
  padding: 0;
}

#pb_footer .panelbody_1 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pb_footer .panelbody_1 li a {
  margin: 0;
  padding: 0 0 16px 0;
  color: white;
  width: 100%;
  font-size: 1.1em;
}

#pb_footer .panelbody_1 li a:hover {
  color: #61116a;
}

.panel_11 {
  width: 235px;
  float: left;
  position: relative;
}

.panel_11 ul {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
}

.panel_11 ul li {
  list-style: none;
}

.panel_11 ul li .fa a {
  border-radius: 50%;
  width: 40px;
  padding: 8px 0;
  margin: 4px 0px 0px 4px;
  font-size: 1.8em;
  text-align: center;
  height: 40px;
  float: left;
  position: relative;
  display: block;
  color: white;
  background: #61116a;
}

.panel_11 ul li .fa a:hover {
  border-radius: 50%;
  width: 40px;
  padding: 8px 0;
  margin: 4px 0px 0px 4px;
  font-size: 1.8em;
  text-align: center;
  height: 40px;
  float: left;
  position: relative;
  display: block;
  color: white;
  background: #414042;
}

.panel_11 {
  width: 235px;
  float: left;
  position: relative;
  margin-left: 17px;
}
.panel_11 .paneltitle_11 {
  width: 100%;
  border-bottom: 2px solid white;
  padding-bottom: 7px;
  color: white;
  font-size: 1.4em;
}
.panel_11 .panelbody_11 {
  margin: 0 auto;
}
.panel_11 img {
  max-width: 80%;
}
.panel_11 ul {
  width: 80%;
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
  color: white !important;
}
.panel_11 ul a {
  display: block;
}
.panel_11 ul li {
  margin: 0 4px 9px 4px;
  display: inline-block;
}
.panel_11 ul i {
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  padding: 9px 6px 6px 9px;
  font-size: 1.3em;
  color: white;
}
.panel_11 ul i.fa-facebook {
  background: #61116a;
  color: white !important;
  margin-right: 12px;
}
.panel_11 ul i.fa-twitter {
  background: #61116a;
  margin-right: 12px;
}
.panel_11 ul i.fa-linkedin {
  background: #61116a;
  margin-right: 12px;
}
.panel_11 ul i.fa-google {
  background: #61116a;
  margin-right: 12px;
}

.panel_11 a {
  color: white !important;
}

#panelnum_1427.panel_1 {
  width: 235px;
  float: left;
  position: relative;
}

#panelnum_1427 .paneltitle_1 {
  width: 100%;
  border-bottom: 2px solid white;
  padding-bottom: 7px;
  color: white;
  font-size: 1.4em;
}

#panelnum_1427 .panelbody_1 {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
}

#panelnum_1427 p {
  color: #fff;
}

#panelnum_1427 .panelbody_1 ul {
  margin: 0;
  padding: 0;
}

#panelnum_1427 .panelbody_1 li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#panelnum_1427 .panelbody_1 li a {
  margin: 0;
  padding: 0 0 16px 0;
  color: white;
  width: 100%;
  font-size: 1em;
}

#panelnum_1427 .panelbody_1 li a:hover {
  color: #61116a;
}

/* =============================================================
 * Sheets Pages
 * ============================================================*/
#pages_cont {
  width: 660px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

#pb_right {
  padding-top: 67px;
  width: 320px;
  float: left;
  position: relative;
  margin: 0 0 0 20px;
}

#pages_cont h1 {
  padding-bottom: 20px;
  background: url(../g/2015/template/h1_border.png) no-repeat bottom left;
  font-size: 2.5em;
}

/* =============================================================
 * PB RIGHT
 * ============================================================*/
.panel_12 {
  width: 320px;
  float: left;
  position: relative;
  margin-bottom: 59px;
}

.panelbody_12 {
  width: 320px;
  float: left;
  position: relative;
}

.panelbody_12 ul {
  margin: 0;
  padding: 0;
}

.panelbody_12 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 320px;
  float: left;
  position: relative;
  margin-bottom: 8px;
}

.panelbody_12 ul li a {
  width: 320px;
  height: 75px;
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
  color: #414042;
  font-weight: bold;
  font-size: 1.3em;
  background: url(../g/2015/template/ic_arrow.png) no-repeat top right #e6d9e7;
}

.panelbody_12 ul li a:hover {
  color: white;
  background: url(../g/2015/template/ic_arrow.png) no-repeat top right #61116a;
}

.panelbody_12 ul li:first-child a {
  color: white;
  background: url(../g/2015/template/ic_reg.png) no-repeat top right #61116a;
}

.panelbody_12 ul li:first-child a:hover {
  background: url(../g/2015/template/ic_reg.png) no-repeat top right #e6d9e7;
}

/* =============================================================
 * PB RIGHT
 * ============================================================*/
/*Media Gallery*/
#pb_right .panel_8 {
  width: 320px;
  margin-bottom: 20px;
  float: left;
  padding: 57px 30px 0 30px;
  position: relative;
  background: #e9e9e9;
}

#pb_right .paneltitle_8:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_media.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

#pb_right .paneltitle_8 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.3em;
  color: #414042;
}

#pb_right .panelbody_8 {
  width: 100%;
  float: left;
  position: relative;
}

#pb_right .panel_9 {
  width: 320px;
  margin-bottom: 20px;
  float: left;
  padding: 57px 30px 20px 30px;
  position: relative;
  background: #e9e9e9;
}

#pb_right .paneltitle_9:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_testimonial.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

#pb_right .paneltitle_9 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.3em;
  color: #414042;
}

#pb_right .panelbody_9 {
  width: 100%;
  float: left;
  position: relative;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  padding: 14px 0 0 0;
}

#pb_right .panelbody_9 div {
  margin: 0;
  padding: 0;
}

#pb_right .panelbody_9 h6 {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
  padding: 0;
  font-weight: 600;
  color: #414042;
}

#pb_right .panelbody_9 span {
  font-size: 1em;
  margin: 0;
  text-align: center;
  padding: 0;
  display: block;
  font-weight: 600;
  color: #414042;
}

#pb_right .panelbody_9 a {
  width: 260px;
  text-align: center;
  font-size: 1.1em;
  color: white;
  display: block;
  margin: 0 auto 14px auto;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #8b5491;
  border: 2px solid #c4c0c0;
}

#pb_right .panelbody_9 a:hover {
  background: #61116a;
}

#pb_right .panel_10 {
  width: 320px;
  margin: 0 0 20px 0;
  float: left;
  padding: 57px 30px 20px 30px;
  position: relative;
  background: #e9e9e9;
}

#pb_right .paneltitle_10:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_mic.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

#pb_right .paneltitle_10 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 1.3em;
  color: #414042;
}

#pb_right .panelbody_10 {
  width: 100%;
  float: left;
  position: relative;
}

/* =============================================================
 * Section Testimonials
 * ============================================================*/
#section_testimonial {
  background: #e9e9e9;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

#pb_testimonial {
  width: 100%;
  float: left;
  position: relative;
}

#pb_testimonial .panel_1 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 38px;
}

#pb_testimonial .paneltitle_1 {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 14px;
  color: #414042;
  font-size: 1.8em;
}

#pb_testimonial .paneltitle_1:before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -31px;
  z-index: 100;
  transform: translate(-50%, -50%);
  background: url(../g/2015/template/ic_testimonial.png) no-repeat 40% 40% #61116a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -33px;
}

#pb_testimonial .panelbody_1 {
  padding: 30px 0 0 0;
  width: 100%;
  float: left;
  position: relative;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

#pb_testimonial .panelbody_1 p {
  font-size: 1.4em;
  color: #414042;
  text-align: center;
}

#pb_testimonial .panelbody_1 h6 {
  margin: 0;
  font-size: 1.2em;
  text-align: center;
  padding: 0;
  color: #414042;
}

#pb_testimonial .panelbody_1 span {
  font-size: 0.875em;
  margin: 0;
  text-align: center;
  padding: 0;
  display: block;
  font-weight: 600;
  color: #414042;
}

#pb_testimonial .panelbody_1 a {
  width: 260px;
  text-align: center;
  font-size: 1.1em;
  color: white;
  display: block;
  margin: 0 auto 14px auto;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #8b5491;
  border: 2px solid #c4c0c0;
}

#pb_testimonial .panelbody_1 a:hover {
  background: #61116a;
}

/* =============================================================
 * Section SPONSORS & PARTNERS
 * ============================================================*/
#section_sponsors {
  width: 100%;
  position: relative;
}

#pb_sponsors {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
}

.bx-wrapper {
  overflow: hidden;
}

.bx-controls-direction {
  width: 1000px;
  float: left;
  position: relative;
}

#pb_sponsors .bx-next {
  width: 29px;
  height: 43px;
  position: absolute;
  top: -42px;
  left: 90%;
  text-indent: -9999px;
}

#pb_sponsors .bx-prev {
  width: 29px;
  height: 43px;
  position: absolute;
  top: -42px;
  right: 107%;
  text-indent: -9999px;
}

#pb_sponsors .cc_field_01 {
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#pb_sponsors .cc_slide .cc_field_01 a img {
  text-align: center;
  vertical-align: middle;
}

#pb_sponsors .bx-wrapper li {
  overflow: hidden;
}

/*SPONSORS Title*/
.panel_13 {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.panel_17 {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding: 30px 0 60px 0;
  text-align: center;
  border-top: 5px solid #61116a;
}

.panelbody_17 {
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.paneltitle_17 {
  position: relative;
  top: -60px;
  z-index: 999;
  display: inline-block;
  padding: 11px 10px;
  font-weight: bold;
  margin: 0;
  font-size: 1.4em;
  background: #61116a;
  color: white;
  text-align: center;
}

/* =============================================================
 * Section SOCIAL FLOATERS
 * ============================================================*/
#float_social {
  position: absolute;
  right: 0px;
  top: 365px;
  z-index: 150;
  display: inline-block;
}

#float_social .panel_1 a {
  display: block;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
}

/*social bar*/
#social_outer {
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: 385px;
  width: 44px;
  z-index: 999;
}

#social_inner {
  float: left;
  width: 280px;
}

#social_butt {
  /*background: url(../g/2013/template/tweet_out.png) no-repeat scroll top center;*/
  background: url(../g/2015/template/pull_out.png) no-repeat scroll top center;
  cursor: pointer;
  float: left;
  /*height: 252px;*/
  height: 362px;
  margin-right: 0px;
  vertical-align: middle;
  width: 54px;
}

#social_content {
  float: left;
  padding: 5px;
  width: 200px;
  background: #fff;
  height: 610px;
}

#float_social p {
  margin: 0;
}

#side_news {
  width: 48px;
  position: absolute;
  right: 0;
  top: 770px;
  z-index: 150;
}

#side_news .panel_1 {
  width: 48px;
  height: 172px;
}

#side_news .paneltitle_1 {
  width: 48px;
  height: 172px;
  z-index: 150;
  float: left;
  position: relative;
  text-indent: -9999px;
  background: url(../g/2015/template/lt_news_btn.gif) no-repeat scroll top center;
  cursor: pointer;
}

#side_news .panelbody_1 {
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  z-index: 100;
  right: -420px;
  width: 48px;
  position: absolute;
  width: 420px;
  padding: 14px;
  background: white;
}

#side_news .panel_1 .panelbody_1 {
  display: none;
}

#side_news .panel_1.is-open .panelbody_1 {
  right: 40px;
  display: block;
}

#panelnum_2564 .paneltitle_1 {
  width: 48px;
  height: 172px;
  z-index: 150;
  float: left;
  position: relative;
  background: url(../g/2015/template/ls_news_btn.gif) #c9273e no-repeat scroll top center;
  margin-top: 2px;
  cursor: pointer;
}

/* =============================================================
 * Footer
 * ============================================================*/
#section_foot_nav {
  width: 100%;
  position: relative;
  background: #7f6b82;
  height: 62px;
}

#footer_nav {
  width: 100%;
  position: relative;
}

ul#footer {
  width: 100%;
  float: right;
  position: relative;
  margin: 0 0 6px 0;
  list-style: none;
  padding: 25px 0 0 0;
}

ul#footer li {
  float: left;
  font-size: 0.875em;
  position: relative;
  margin: 0 2px;
  color: white;
  display: inline;
}

ul#footer li a {
  display: block;
  font-weight: normal;
  color: white;
}

ul#footer li a:hover {
  color: #414042;
  text-decoration: underline;
  color: #414042;
}

.panel_accor {
  width: 320px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

.paneltitle_accor {
  text-indent: 1em;
  font-size: 1.6em;
  color: white;
  padding: 2px 20px 2px 40px;
  background: #61116a url(../g/2015/template/chev_down.png) no-repeat 14px center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.panelbody_accor {
  width: 320px;
  float: left;
  position: relative;
  padding: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #float_social {
    position: fixed;
    top: 385px;
  }

  #side_news {
    position: fixed;
    top: 770px;
  }

  #pages_cont {
    padding: 0 50px;
  }
}

