@charset "UTF-8";
/* =====>>> Table of contents <<<=============================================================== */
/*			BASE
				Reset
				Tools

			DEFAULT STYLES
				Typography
				Images
				Tables
				Forms

			GLOBAL LAYOUT
				Structure
				Body
				Preheader
				Header
				Precontent
				Content
				Prefooter
				Footer

			PAGE SPECIFIC LAYOUT
				Home
				Pages
				Posts
				Works
				Search
				404
				Extras
*/
/* ============================================================================================= */
/* =====>>> BASE <<<============================================================================ */
/* ============================================================================================= */
/* ----->>> RESET <<<--------------------------------------------------------------------------- */
html, body,
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: solid;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* Permanent vertical scrollbar */
html {
  overflow-y: scroll;
}

html {
  overflow: -moz-scrollbars-vertical;
}

/* ----->>> TOOLS <<<--------------------------------------------------------------------------- */
/* Clearfix */
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

html#ie7 .clearfix {
  zoom: 1;
}

.clear {
  display: block;
  clear: both;
}

/* Basic CSS animations */
@-webkit-keyframes expand-inline-width {
  from {
    width: 0px;
  }
}

@-moz-keyframes expand-inline-width {
  from {
    width: 0px;
  }
}

@-ms-keyframes expand-inline-width {
  from {
    width: 0px;
  }
}

@-o-keyframes expand-inline-width {
  from {
    width: 0px;
  }
}

@keyframes expand-inline-width {
  from {
    width: 0px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keys fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Fluid (responsive) wrapper for iframes, objects, embeds */
.g1-fluid-wrapper {
  max-width: 100%;
  margin: 0 0 22px;
}
.g1-fluid-wrapper.g1-ratio-16x9 {
  width: 9999px;
}
.g1-fluid-wrapper.g1-ratio-16x9 > .inner {
  padding-bottom: 56.25%;
}
.g1-fluid-wrapper > div:first-child {
  width: 100%;
  height: 0;
  position: relative;
}
.g1-fluid-wrapper > div:first-child > iframe,
.g1-fluid-wrapper > div:first-child > object,
.g1-fluid-wrapper > div:first-child > embed {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* ============================================================================================= */
/* =====>>> DEFAULT STYLES <<<================================================================== */
/* ============================================================================================= */
/* ----->>> TYPOGRAPHY <<<---------------------------------------------------------------------- */
.g1-meta {
  font-family: Arial, sans-serif;
  font-style: italic;
}

body {
  font-family: Georgia, serif;
  line-height: 1.5;
  /* Headings - based on modular scale 1:1.25 */
}
body.g1-fonts-xs {
  font-size: 12px;
}
body.g1-fonts-xs h1, body.g1-fonts-xs .g1-h1 {
  font-size: 36.624px;
}
body.g1-fonts-xs h2, body.g1-fonts-xs .g1-h2 {
  font-size: 23.436px;
}
body.g1-fonts-xs h3, body.g1-fonts-xs .g1-h3 {
  font-size: 18.756px;
}
body.g1-fonts-xs h4, body.g1-fonts-xs .g1-h4 {
  font-size: 15px;
}
body.g1-fonts-xs h5, body.g1-fonts-xs .g1-h5 {
  font-size: 12px;
}
body.g1-fonts-xs h6, body.g1-fonts-xs .g1-h6 {
  font-size: 12px;
}
body.g1-fonts-xs .g1-dropdown li li a,
body.g1-fonts-xs .g1-meta {
  font-size: 11px;
}
body.g1-fonts-s {
  font-size: 13px;
}
body.g1-fonts-s h1, body.g1-fonts-s .g1-h1 {
  font-size: 39.676px;
}
body.g1-fonts-s h2, body.g1-fonts-s .g1-h2 {
  font-size: 25.389px;
}
body.g1-fonts-s h3, body.g1-fonts-s .g1-h3 {
  font-size: 20.319px;
}
body.g1-fonts-s h4, body.g1-fonts-s .g1-h4 {
  font-size: 16.25px;
}
body.g1-fonts-s h5, body.g1-fonts-s .g1-h5 {
  font-size: 13px;
}
body.g1-fonts-s h6, body.g1-fonts-s .g1-h6 {
  font-size: 13px;
}
body.g1-fonts-s .g1-dropdown li li a,
body.g1-fonts-s .g1-meta {
  font-size: 11px;
}
body.g1-fonts-m {
  font-size: 14px;
}
body.g1-fonts-m h1, body.g1-fonts-m .g1-h1 {
  font-size: 42.728px;
}
body.g1-fonts-m h2, body.g1-fonts-m .g1-h2 {
  font-size: 27.342px;
}
body.g1-fonts-m h3, body.g1-fonts-m .g1-h3 {
  font-size: 21.882px;
}
body.g1-fonts-m h4, body.g1-fonts-m .g1-h4 {
  font-size: 17.5px;
}
body.g1-fonts-m h5, body.g1-fonts-m .g1-h5 {
  font-size: 14px;
}
body.g1-fonts-m h6, body.g1-fonts-m .g1-h6 {
  font-size: 14px;
}
body.g1-fonts-m .g1-dropdown li li a,
body.g1-fonts-m .g1-meta {
  font-size: 12px;
}
body.g1-fonts-l {
  font-size: 15px;
}
body.g1-fonts-l h1, body.g1-fonts-l .g1-h1 {
  font-size: 45.78px;
}
body.g1-fonts-l h2, body.g1-fonts-l .g1-h2 {
  font-size: 29.295px;
}
body.g1-fonts-l h3, body.g1-fonts-l .g1-h3 {
  font-size: 23.445px;
}
body.g1-fonts-l h4, body.g1-fonts-l .g1-h4 {
  font-size: 18.75px;
}
body.g1-fonts-l h5, body.g1-fonts-l .g1-h5 {
  font-size: 15px;
}
body.g1-fonts-l h6, body.g1-fonts-l .g1-h6 {
  font-size: 15px;
}
body.g1-fonts-l .g1-dropdown li li a,
body.g1-fonts-l .g1-meta {
  font-size: 12px;
}
body.g1-fonts-xl {
  font-size: 16px;
}
body.g1-fonts-xl h1, body.g1-fonts-xl .g1-h1 {
  font-size: 48.832px;
}
body.g1-fonts-xl h2, body.g1-fonts-xl .g1-h2 {
  font-size: 31.248px;
}
body.g1-fonts-xl h3, body.g1-fonts-xl .g1-h3 {
  font-size: 25.008px;
}
body.g1-fonts-xl h4, body.g1-fonts-xl .g1-h4 {
  font-size: 20px;
}
body.g1-fonts-xl h5, body.g1-fonts-xl .g1-h5 {
  font-size: 16px;
}
body.g1-fonts-xl h6, body.g1-fonts-xl .g1-h6 {
  font-size: 16px;
}
body.g1-fonts-xl .g1-dropdown li li a,
body.g1-fonts-xl .g1-meta {
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
dl, ol, ul, table,
legend, hr, figure {
  margin-bottom: 22px;
}

h1, .g1-h1 {
  line-height: 1.1;
  font-weight: normal;
}

h2, .g1-h2 {
  line-height: 1.16666667;
  font-weight: normal;
}

h3, .g1-h3 {
  line-height: 1.25000000;
  font-weight: normal;
}

h4, .g1-h4 {
  line-height: 1.33333333;
  font-weight: normal;
}

h5, .g1-h5 {
  line-height: 1.57142857;
  font-weight: normal;
}

h6, .g1-h6 {
  line-height: 1.57142857;
  font-weight: normal;
}

/* Subheadings */
h1 + h3, h1 + .g1-h3, .g1-h1 + h3, .g1-h1 + .g1-h3,
h1 + h4, h1 + .g1-h4, .g1-h1 + h4, .g1-h1 + .g1-h4,
h1 + h5, h1 + .g1-h5, .g1-h1 + h5, .g1-h1 + .g1-h5,
h1 + h6, h1 + .g1-h6, .g1-h1 + h6, .g1-h1 + .g1-h6,
h2 + h4, h2 + .g1-h4, .g1-h2 + h4, .g1-h2 + .g1-h4,
h2 + h5, h2 + .g1-h5, .g1-h2 + h5, .g1-h2 + .g1-h5,
h2 + h6, h2 + .g1-h6, .g1-h2 + h6, .g1-h2 + .g1-h6,
h3 + h5, h3 + .g1-h5, .g1-h3 + h5, .g1-h3 + .g1-h5,
h3 + h6, h3 + .g1-h6, .g1-h3 + h6, .g1-h3 + .g1-h6,
h4 + h6, h4 + .g1-h6, .g1-h4 + h6, .g1-h4 + .g1-h6,
h1 + .g1-meta, .g1-h1 + .g1-meta,
h2 + .g1-meta, .g1-h2 + .g1-meta,
h3 + .g1-meta, .g1-h3 + .g1-meta,
h4 + .g1-meta, .g1-h4 + .g1-meta,
h5 + .g1-meta, .g1-h5 + .g1-meta,
h6 + .g1-meta, .g1-h6 + .g1-meta,
hgroup + .g1-meta {
  margin-top: -22px;
}

@media only screen and (min-width: 601px) and (max-width: 960px) {
  h1, .g1-h1 {
    font-size: 48px;
  }

  h2, .g1-h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  h1, .g1-h1 {
    font-size: 30px;
  }

  h2, .g1-h2 {
    font-size: 24px;
  }

  h3, .g1-h3 {
    font-size: 18px;
  }

  h4, .g1-h4 {
    font-size: 14px;
  }

  h5, .g1-h5 {
    font-size: 12px;
    text-transform: uppercase;
  }
}
ul {
  margin-left: 2em;
  list-style-type: circle;
}

ol {
  margin-left: 2em;
  list-style-type: decimal;
}

dl {
  overflow: hidden;
}

dt {
  font-weight: bold;
}

dd + dt {
  padding: 5px 0 0;
  border-width: 1px 0 0 0;
}

dd {
  padding: 0 0 5px;
}

@media only screen and (min-width: 601px) {
  dt {
    width: 30%;
    margin-right: 3.75%;
    padding: 5px 0;
    clear: left;
    float: left;
    font-weight: bold;
    border-width: 0;
  }

  dd {
    padding: 5px 0 5px 33.75%;
  }

  dd + dt + dd {
    border-width: 1px 0 0 0;
  }
}
pre,
code,
kbd,
samp {
  font-family: "Lucida Console", Courier, "DejaVu Sans Mono", monospace, sans-serif;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  padding: 0 10px;
  border-width: 1px;
}

pre code {
  padding: 1.5em;
  display: block;
}

blockquote {
  min-height: 32px;
  padding: 0 22px;
}

a {
  cursor: pointer;
  text-decoration: none;
  border-width: 0;
  border-style: solid;
}

a:hover,
a:active {
  outline: none;
}

small {
  font-size: 11px;
}

strong {
  font-weight: bold;
}

dfn,
em,
q,
cite {
  font-weight: normal;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1 sub, h2 sub, h3 sub {
  font-size: 50%;
  bottom: 0;
}
h1 sup, h2 sup, h3 sup {
  font-size: 50%;
  top: -0.75em;
}

abbr,
acronym {
  text-transform: uppercase;
}

hr {
  border-style: solid;
  border-width: 1px 0 0 0;
}

/* ----->>> IMAGES <<<-------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
html#ie7 img {
  -ms-interpolation-mode: bicubic;
}
html#ie8 img {
  width: auto;
}

video,
embed,
object,
iframe {
  max-width: 100%;
}

img.preloader {
  background: url(./../images/preloader.gif) center center no-repeat;
}

img.alignleft {
  margin: 0 22px 11px 0;
  float: left;
}
img.alignright {
  margin: 22px 0 11px 22px;
  float: right;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}

.wp-caption-text {
  font: italic 12px/18px Georgia, sans-serif;
  text-align: center;
}

.gallery-caption {
  text-transform: none;
}

/* ----->>> TABLES <<<-------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  width: 100%;
  padding: 6px 10px;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

/* --- Text highlighting ----------------------------------------------------------------------- */
ins {
  color: #333;
  background-color: #c1f7ff;
}

mark {
  padding: 0 0.33em;
}

/* ----->>> FORMS <<<--------------------------------------------------------------------------- */
legend {
  font-size: 18px;
  font-weight: bold;
}

label {
  margin: 0 0 2px;
  display: block;
  font-weight: bold;
}

label em.meta {
  font: 10px/15px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

input,
select,
textarea,
button {
  margin: 0;
  border-style: solid;
  font: normal 12px/20px Arial, Helvetica, Verdana, sans-serif;
}

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
select,
textarea {
  padding: 3px 6px;
  border-width: 1px 3px 3px 1px;
  background: #fff;
  color: #666;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio],
input[type=submit] {
  width: auto;
  padding: 0;
  border: none;
}

input[type=image] {
  background: none;
}

select optgroup {
  font-style: normal;
}
select option {
  padding: 0 10px;
}

/* Extra classes */
.form-row {
  margin: 0 0 10px 0;
}

.form-row-error input {
  border-color: #ff0000 !important;
}

.form-message {
  color: #ff0000;
}

p.form-submit {
  margin-bottom: 0;
}

/* ============================================================================================= */
/* =====>>> GLOBAL LAYOUT <<<=================================================================== */
/* ============================================================================================= */
/* ----->>> STRUCTURE <<<----------------------------------------------------------------------- */
#page {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* --- Theme Areas ----------------------------------------------------------------------------- */
/* @todo z-index? */
/* Backgrounds */
.g1-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.g1-background .g1-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: url(./../images/noise.png) 0 0 repeat;
}

/* Add z-indexes */
#g1-preheader {
  z-index: 900;
}

#g1-header {
  z-index: 800;
}

#g1-precontent {
  z-index: 600;
}

#g1-content {
  z-index: 500;
}

#g1-footers {
  z-index: 800;
}

#g1-prefooter {
  z-index: 300;
}

#g1-footer {
  z-index: 400;
}

#g1-footers,
#g1-headers {
  width: 100%;
  position: relative;
}

/* Inners and wrappers */
#g1-preheader,
#g1-header,
#g1-precontent,
#g1-content,
#g1-prefooter,
#g1-footer {
  width: 100%;
  position: relative;
  /* No margins outside */
  /* Add clearfix rules */
}
#g1-preheader > .g1-inner,
#g1-header > .g1-inner,
#g1-precontent > .g1-inner,
#g1-content > .g1-inner,
#g1-prefooter > .g1-inner,
#g1-footer > .g1-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 8%;
}
#g1-preheader:after, #g1-preheader:before,
#g1-header:after,
#g1-header:before,
#g1-precontent:after,
#g1-precontent:before,
#g1-content:after,
#g1-content:before,
#g1-prefooter:after,
#g1-prefooter:before,
#g1-footer:after,
#g1-footer:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
html#ie7 #g1-preheader, html#ie7
#g1-header, html#ie7
#g1-precontent, html#ie7
#g1-content, html#ie7
#g1-prefooter, html#ie7
#g1-footer {
  zoom: 1;
}
#g1-preheader > .g1-inner:after,
#g1-header > .g1-inner:after,
#g1-precontent > .g1-inner:after,
#g1-content > .g1-inner:after,
#g1-prefooter > .g1-inner:after,
#g1-footer > .g1-inner:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}
html#ie7 #g1-preheader > .g1-inner, html#ie7
#g1-header > .g1-inner, html#ie7
#g1-precontent > .g1-inner, html#ie7
#g1-content > .g1-inner, html#ie7
#g1-prefooter > .g1-inner, html#ie7
#g1-footer > .g1-inner {
  zoom: 1;
}
#g1-preheader > .g1-background,
#g1-header > .g1-background,
#g1-precontent > .g1-background,
#g1-content > .g1-background,
#g1-prefooter > .g1-background,
#g1-footer > .g1-background {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

body.g1-preheader-boxed #g1-preheader > .g1-background,
body.g1-header-boxed #g1-header > .g1-background,
body.g1-precontent-boxed #g1-precontent > .g1-background,
body.g1-content-boxed #g1-content > .g1-background,
body.g1-prefooter-boxed #g1-prefooter > .g1-background,
body.g1-footer-boxed #g1-footer > .g1-background {
  max-width: 1218px;
}

#g1-header {
  max-width: 1218px;
  margin: 0 auto;
}
#g1-header > .g1-inner {
  padding: 0 6.896551724%;
}

#g1-prefooter {
  max-width: 1218px;
  margin: 0 auto;
}
#g1-prefooter > .g1-inner {
  padding: 0 6.896551724%;
}

/* Out of the box effect */
#g1-footers > .g1-background {
  top: 30px;
}

#g1-prefooter {
  margin-top: -30px;
}

#g1-headers > .g1-background {
  bottom: 30px;
}

#g1-precontent > .g1-background {
  top: -30px;
}

#g1-content > .g1-background {
  top: -30px;
}

/* --- Grid system ----------------------------------------------------------------------------- */
.g1-grid {
  width: 100%;
  min-height: 1px;
}

ul.g1-grid {
  margin: 0;
  list-style: none;
}

/* clearfix */
.g1-grid:after {
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  content: "";
}

html#ie7 .g1-grid {
  zoom: 1;
}

.g1-grid > .g1-column {
  min-height: 1px;
  margin-left: 4%;
  float: left;
}

ul.g1-grid > li.g1-column {
  float: none;
  display: inline-block;
  vertical-align: top;
}
html#ie7 ul.g1-grid > li.g1-column {
  display: inline;
  zoom: 1;
}
ul.g1-grid > li.g1-column.g1-valign-top {
  vertical-align: top;
}
ul.g1-grid > li.g1-column.g1-valign-middle {
  vertical-align: middle;
}
ul.g1-grid > li.g1-column.g1-valign-bottom {
  vertical-align: bottom;
}

.g1-grid > .g1-column:first-child {
  margin-left: 0;
}

.g1-one {
  width: 100%;
}

.g1-max {
  width: 100%;
}

.g1-one-half {
  width: 48%;
}

.g1-one-third {
  width: 30.6666667%;
}

.g1-two-third {
  width: 65.3333333%;
}

.g1-one-fourth {
  width: 22%;
}

.g1-three-fourth {
  width: 74%;
}

.g1-one-fifth {
  width: 16.8%;
}

.g1-two-fifth {
  width: 37.6%;
}

.g1-three-fifth {
  width: 58.4%;
}

.g1-four-fifth {
  width: 79.2%;
}

.g1-one-sixth {
  width: 13.3333333%;
}

.g1-five-sixth {
  width: 82.6666667%;
}

body.g1-secondary-wide {
  /* Change the visual order of blocks (SEO requirement) */
}
body.g1-secondary-wide #primary {
  width: 65.3333333%;
  float: left;
}
body.g1-secondary-wide #secondary {
  width: 30.6666667%;
  margin-left: 4%;
  float: left;
}
body.g1-secondary-wide.g1-secondary-before #primary {
  position: relative;
  left: 34.6666667%;
}
body.g1-secondary-wide.g1-secondary-before #secondary {
  position: relative;
  left: -69.3333333%;
}

body.g1-secondary-narrow #primary {
  width: 74%;
  float: left;
}
body.g1-secondary-narrow #secondary {
  width: 22%;
  margin-left: 4%;
  float: left;
}
body.g1-secondary-narrow.g1-secondary-before #primary {
  position: relative;
  left: 26%;
}
body.g1-secondary-narrow.g1-secondary-before #secondary {
  position: relative;
  left: -78%;
}

/* Destroy:) grid system on smaller screens */
@media only screen and (max-width: 600px) {
  .g1-grid > .g1-column {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    left: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  #primary,
  #secondary {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    left: auto !important;
  }

  #secondary > .g1-inner {
    padding: 0 !important;
  }
}
/* ----->>> BODY SECTION <<<-------------------------------------------------------------------- */
body {
  background-color: #fff;
}

/* --- Icon Font ------------------------------------------------------------------------------ */
@font-face {
  font-family: 'AmadeusDingbatsRegular';
  src: url("./fontface-kits/amadeusdingbats-fontfacekit/amadeusdingbats-webfont.eot");
  src: url("./fontface-kits/amadeusdingbats-fontfacekit/amadeusdingbats-webfont.eot?#iefix") format("embedded-opentype"), url("./fontface-kits/amadeusdingbats-fontfacekit/amadeusdingbats-webfont.woff") format("woff"), url("./fontface-kits/amadeusdingbats-fontfacekit/amadeusdingbats-webfont.ttf") format("truetype"), url("./fontface-kits/amadeusdingbats-fontfacekit/amadeusdingbats-webfont.svg#AmadeusDingbatsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

span[data-icon] {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
}

span[data-icon]:before {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-icon);
  text-align: center;
  line-height: 30px;
  font-family: 'AmadeusDingbatsRegular';
  font-size: 14px;
  background: cyan;
}
span[data-icon]:before #g1-prefooter:before,
span[data-icon]:before #g1-prefooter:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.g1-space {
  display: block;
}

/* --- Additional list styles ------------------------------------------------------------------ */
ul.g1-type-upper-roman, ol.g1-type-upper-roman {
  list-style-type: upper-roman;
}
ul.g1-type-lower-roman, ol.g1-type-lower-roman {
  list-style-type: lower-roman;
}
ul.g1-type-upper-alpha, ol.g1-type-upper-alpha {
  list-style-type: upper-alpha;
}
ul.g1-type-lower-alpha, ol.g1-type-lower-alpha {
  list-style-type: lower-alpha;
}
ul.g1-type-lower-greek, ol.g1-type-lower-greek {
  list-style-type: lower-greek;
}
ul.g1-type-square, ol.g1-type-square {
  list-style-type: square;
}
ul.g1-type-circle, ol.g1-type-circle {
  list-style-type: circle;
}
ul.g1-type-disc, ol.g1-type-disc {
  list-style-type: disc;
}
ul.g1-type-decimal, ol.g1-type-decimal {
  list-style-type: decimal;
}
ul.g1-type-check, ul.g1-type-cross, ul.g1-type-arrow, ul.g1-type-plus, ul.g1-type-heart, ul.g1-type-pin, ul.g1-type-gold-star, ul.g1-type-goldstar, ul.g1-type-silver-star, ul.g1-type-silverstar, ol.g1-type-check, ol.g1-type-cross, ol.g1-type-arrow, ol.g1-type-plus, ol.g1-type-heart, ol.g1-type-pin, ol.g1-type-gold-star, ol.g1-type-goldstar, ol.g1-type-silver-star, ol.g1-type-silverstar {
  margin-left: 0;
  list-style-type: none;
}
ul.g1-type-check li, ul.g1-type-cross li, ul.g1-type-arrow li, ul.g1-type-plus li, ul.g1-type-heart li, ul.g1-type-pin li, ul.g1-type-gold-star li, ul.g1-type-goldstar li, ul.g1-type-silver-star li, ul.g1-type-silverstar li, ol.g1-type-check li, ol.g1-type-cross li, ol.g1-type-arrow li, ol.g1-type-plus li, ol.g1-type-heart li, ol.g1-type-pin li, ol.g1-type-gold-star li, ol.g1-type-goldstar li, ol.g1-type-silver-star li, ol.g1-type-silverstar li {
  padding-left: 26px;
  background-position: 0 2px;
  background-repeat: no-repeat;
}
ul.g1-type-check li, ol.g1-type-check li {
  background-image: url(./../images/icons/check.png);
}
ul.g1-type-cross li, ol.g1-type-cross li {
  background-image: url(./../images/icons/cross.png);
}
ul.g1-type-arrow li, ol.g1-type-arrow li {
  background-image: url(./../images/icons/arrowright.png);
}
ul.g1-type-plus li, ol.g1-type-plus li {
  background-image: url(./../images/icons/plus.png);
}
ul.g1-type-heart li, ol.g1-type-heart li {
  background-image: url(./../images/icons/heart.png);
}
ul.g1-type-pin li, ol.g1-type-pin li {
  background-image: url(./../images/icons/pin.png);
}
ul.g1-type-gold-star li, ul.g1-type-goldstar li, ol.g1-type-gold-star li, ol.g1-type-goldstar li {
  background-image: url(./../images/icons/star-gold.png);
}
ul.g1-type-silver-star li, ul.g1-type-silverstar li, ol.g1-type-silver-star li, ol.g1-type-silverstar li {
  background-image: url(./../images/icons/star-silver.png);
}

/* --- Additional table styles ----------------------------------------------------------------- */
table.simple {
  width: 100%;
  margin-bottom: 1em;
}
table.simple th, table.simple td {
  padding: 6px 10px;
}
table.simple thead th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top-width: 1px;
  text-align: left;
  text-transform: uppercase;
}
table.simple thead th + th {
  border-left-width: 1px;
}
table.simple tfoot td {
  font-weight: bold;
  border-width: 3px 0 1px 1px;
}
table.simple tfoot td:first-child {
  border-left-width: 0;
}
table.simple tbody tr td {
  margin: 4px;
  border-width: 1px 0 1px 1px;
}
table.simple tbody tr td:first-child {
  border-left-width: 0;
}

@media only screen and (max-width: 600px) {
  .table-wrapper {
    margin: 0 0 1.5em 0;
    overflow-x: scroll;
    border-style: dotted solid;
    border-width: 3px;
  }

  .table-wrapper table.simple {
    width: auto;
    margin: 0;
    white-space: nowrap;
  }

  .table-wrapper table.simple caption {
    text-align: left;
  }
}
/* --- Lead ------------------------------------------------------------------------------------ */
.g1-lead {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.g1-lead p {
  font-size: 125%;
}

/* --- Flags ----------------------------------------------------------------------------------- */
.g1-flag {
  padding: 1px 4px;
  position: relative;
  top: -1px;
  vetical-align: middle;
  font: normal normal normal 10px/12px Arial, sans-serif !important;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /* Hide it when necessary */
}
.g1-flag canvas {
  display: none;
}
.g1-flag cufon {
  width: auto !important;
  height: 100% !important;
  font: normal normal normal 10px/12px Arial, sans-serif !important;
}
.g1-flag cufontext {
  width: auto !important;
  height: auto !important;
  font: normal normal normal 10px/12px Arial, sans-serif !important;
  text-indent: 0 !important;
}
h1.entry-title .g1-flag, .page-title .g1-flag, .g1-breadcrumbs .g1-flag {
  display: none;
}

/* --- Plus, minus ----------------------------------------------------------------------------- */
.g1-plus,
.g1-minus {
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.g1-plus > span,
.g1-minus > span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.g1-plus > span > span,
.g1-minus > span > span {
  position: absolute;
}
.g1-plus > span > span:first-child,
.g1-minus > span > span:first-child {
  width: 8px;
  height: 2px;
  left: 4px;
  top: 7px;
}

.g1-plus > span > span + span {
  width: 2px;
  height: 8px;
  left: 7px;
  top: 4px;
}

/* --- Buttons --------------------------------------------------------------------------------- */
.g1-button {
  margin-bottom: 1.5em;
  margin-right: 0.2px;
  /*IE8 inline-block fix*/
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
  zoom: 1;
}
.g1-button > span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  zoom: 1;
}
.g1-button > span > span {
  display: block;
  zoom: 1;
  letter-spacing: 0.15em;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  /* Second line of a button label  */
}
.g1-button > span > span small {
  margin-top: 2px;
  display: block;
  font: 11px/14px Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  opacity: 0.66;
}

.g1-button:hover > span:before {
  background: none;
}

.g1-button {
  /* Small buttons */
  /* Medium buttons */
  /* Big buttons */
}
.g1-button.g1-small > span > span {
  padding: 6px 20px;
}
.g1-fonts-xs .g1-button.g1-small > span > span {
  font-size: 11px;
}
.g1-fonts-s .g1-button.g1-small > span > span {
  font-size: 11px;
}
.g1-fonts-m .g1-button.g1-small > span > span {
  font-size: 12px;
}
.g1-fonts-l .g1-button.g1-small > span > span {
  font-size: 13px;
}
.g1-fonts-xl .g1-button.g1-small > span > span {
  font-size: 13px;
}
.g1-button.g1-medium > span > span {
  padding: 10px 30px;
}
.g1-button.g1-big > span > span {
  padding: 18px 40px;
}
.g1-fonts-xs .g1-button.g1-big > span > span {
  font-size: 16px;
}
.g1-fonts-s .g1-button.g1-big > span > span {
  font-size: 17px;
}
.g1-fonts-m .g1-button.g1-big > span > span {
  font-size: 18px;
}
.g1-fonts-l .g1-button.g1-big > span > span {
  font-size: 19px;
}
.g1-fonts-xl .g1-button.g1-big > span > span {
  font-size: 20px;
}

/* Wide buttons */
.g1-button.g1-wide {
  display: block;
}

.g1-button.g1-wide > span {
  display: block;
  text-align: center;
}

/* Divider buttons */
.g1-button-divider {
  padding: 3px 0 3em;
  overflow: hidden;
  text-align: center;
}

html#ie7 .g1-button-divider {
  position: relative;
}

/* IE7 overflow fix */
.g1-button-divider .g1-button {
  margin: 0;
}

.g1-button-divider > span {
  display: inline-block;
  position: relative;
}
.g1-button-divider > span .helper-1,
.g1-button-divider > span .helper-2 {
  width: 500px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  border-width: 1px 0;
}
.g1-button-divider > span .helper-1 {
  right: 100%;
  margin-right: 10px;
}
.g1-button-divider > span .helper-2 {
  left: 100%;
  margin-left: 10px;
}

/* --- HGROUP -------------------------------------------------------------------------------- */
hgroup.g1-hgroup {
  margin-bottom: 1.5em;
  /* classic */
  /* modern */
}
hgroup.g1-hgroup h1, hgroup.g1-hgroup h2, hgroup.g1-hgroup h3, hgroup.g1-hgroup h4, hgroup.g1-hgroup h5, hgroup.g1-hgroup h6 {
  margin: 0;
}
hgroup.g1-hgroup.g1-type-classic .g1-regular {
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
hgroup.g1-hgroup.g1-type-classic .g1-regular:before {
  content: "— ";
}
hgroup.g1-hgroup.g1-type-classic .g1-regular:after {
  content: " —";
}
hgroup.g1-hgroup.g1-type-classic .g1-important {
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}
hgroup.g1-hgroup.g1-type-classic .g1-meta {
  margin-top: 0.375em;
  text-transform: capitalize;
}
hgroup.g1-hgroup.g1-type-modern .g1-regular + .g1-important {
  padding-top: 0.1em;
  display: inline-block;
  border-width: 1px 0 0 0;
}
hgroup.g1-hgroup.g1-type-modern .g1-meta {
  margin-top: 0.375em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

/* --- Frame ----------------------------------------------------------------------------------- */
.g1-frame {
  max-width: 100%;
  margin: 0 auto 1.5em;
  display: block;
  text-align: center;
}
.g1-frame.alignleft, .g1-frame.alignright {
  margin-bottom: 1em;
  display: inline;
}
.g1-frame.alignleft {
  margin-right: 1.625em;
  float: left;
}
.g1-frame.alignright {
  margin-left: 1.625em;
  float: right;
}

/* Clearfix */
.g1-frame:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
}

html#ie7 .g1-frame {
  zoom: 1;
}

/* Decorators */
.g1-frame > .g1-decorator {
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.g1-decorator {
  max-width: 100%;
  display: inline-block;
}
.g1-decorator > .g1-outer {
  display: block;
  position: relative;
}
.g1-decorator > .g1-outer > .g1-inner {
  display: block;
  position: relative;
  z-index: 10;
}
.g1-decorator > .g1-outer > .g1-inner > * {
  margin: 0;
  display: block;
}
.g1-decorator > .g1-outer > span[class*="g1-0"] {
  display: block;
  position: absolute;
  z-index: 1;
}
.g1-decorator .g1-fluid-wrapper + .g1-indicator {
  display: none !important;
}

.g1-frame > .g1-decorator > .g1-outer {
  padding: 10px;
}

/* simple frame */
.g1-frame.g1-type-simple > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 1px;
}

/* classic & modern frames */
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer {
  /* vertical bars */
  /* horizontal bars */
  /* corners */
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-01,
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-02,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-01,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-02 {
  width: 10px;
  top: 10px;
  bottom: 10px;
  background-repeat: repeat-y;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-01,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-02,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-02 {
  right: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-03,
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-04,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-03,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-04 {
  width: 100%;
  height: 10px;
  left: 0;
  background-repeat: repeat-x;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-03,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-03 {
  top: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-04,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-04 {
  bottom: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-05,
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-06,
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-07,
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-08,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-05,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-06,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-07,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-08 {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-05,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-05 {
  top: 0;
  left: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-06,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-06 {
  top: 0;
  right: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-07,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-07 {
  bottom: 0;
  left: 0;
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > .g1-08,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > .g1-08 {
  bottom: 0;
  right: 0;
}

/* classic frames background */
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span[class*="g1-0"] {
  background-image: url(./../images/classic_horizontal_v02.png);
}
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span.g1-01,
.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span.g1-02 {
  background-image: url(./../images/classic_vertical_v02.png);
}

/* HDPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-ms-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* classic frames background */
  .g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span.g1-01 {
    background-size: 500px 500px;
  }
  .g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span.g1-02 {
    background-size: 500px 500px;
  }
  .g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span.g1-01 {
    background-image: url(./../images/classic_vertical_v02@2x.png);
  }
  .g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer > span.g1-02 {
    background-image: url(./../images/classic_vertical_v02@2x.png);
  }
}
/* modern frames background */
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span[class*="g1-0"] {
  background-image: url(./../images/modern_horizontal_v02.png);
}
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span.g1-01,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span.g1-02 {
  background-image: url(./../images/modern_vertical_v02.png);
}

/* HDPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-ms-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* classic frames background */
  .g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span.g1-01 {
    background-size: 500px 500px;
  }
  .g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span.g1-02 {
    background-size: 500px 500px;
  }
  .g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span.g1-01 {
    background-image: url(./../images/modern_vertical_v02@2x.png);
  }
  .g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer > span.g1-02 {
    background-image: url(./../images/modern_vertical_v02@2x.png);
  }
}
/* classic & modern frames: white */
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-01 {
  background-color: white;
  background-position: 0 0;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-02 {
  background-color: white;
  background-position: -10px 0;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-03 {
  background-color: white;
  background-position: 0 0;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-04 {
  background-color: white;
  background-position: 0 -10px;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -20px;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -20px;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -30px;
}
.g1-frame.g1-type-classic-white > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-white > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -30px;
}

/* classic & modern frames: yellow */
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-01 {
  background-color: #ba9a15;
  background-position: -20px 0;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-02 {
  background-color: #ba9a15;
  background-position: -30px 0;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-03 {
  background-color: #ba9a15;
  background-position: 0 -40px;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-04 {
  background-color: #ba9a15;
  background-position: 0 -50px;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -60px;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -60px;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -70px;
}
.g1-frame.g1-type-classic-yellow > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-yellow > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -70px;
}

/* classic & modern frames: orange */
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-01 {
  background-color: #984316;
  background-position: -40px 0;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-02 {
  background-color: #984316;
  background-position: -50px 0;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-03 {
  background-color: #984316;
  background-position: 0 -80px;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-04 {
  background-color: #984316;
  background-position: 0 -90px;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -100px;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -100px;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -110px;
}
.g1-frame.g1-type-classic-orange > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-orange > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -110px;
}

/* classic & modern frames: red */
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-01 {
  background-color: #6d1818;
  background-position: -60px 0;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-02 {
  background-color: #6d1818;
  background-position: -70px 0;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-03 {
  background-color: #6d1818;
  background-position: 0 -120px;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-04 {
  background-color: #6d1818;
  background-position: 0 -130px;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -140px;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -140px;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -150px;
}
.g1-frame.g1-type-classic-red > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-red > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -150px;
}

/* classic & modern frames: brown */
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-01 {
  background-color: #563828;
  background-position: -80px 0;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-02 {
  background-color: #563828;
  background-position: -90px 0;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-03 {
  background-color: #563828;
  background-position: 0 -160px;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-04 {
  background-color: #563828;
  background-position: 0 -170px;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -180px;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -180px;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -190px;
}
.g1-frame.g1-type-classic-brown > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-brown > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -190px;
}

/* classic & modern frames: grey */
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-01 {
  background-color: #5f5f5f;
  background-position: -100px 0;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-02 {
  background-color: #5f5f5f;
  background-position: -110px 0;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-03 {
  background-color: #5f5f5f;
  background-position: 0 -200px;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-04 {
  background-color: #5f5f5f;
  background-position: 0 -210px;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -220px;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -220px;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -230px;
}
.g1-frame.g1-type-classic-grey > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-grey > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -230px;
}

/* classic & modern frames: black */
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-01 {
  background-color: #343434;
  background-position: -120px 0;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-02 {
  background-color: #343434;
  background-position: -130px 0;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-03 {
  background-color: #343434;
  background-position: 0 -240px;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-04 {
  background-color: #343434;
  background-position: 0 -250px;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-05 {
  background-position: 0 -260px;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-06,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-06 {
  background-position: right -260px;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-08,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-08 {
  background-position: right -270px;
}
.g1-frame.g1-type-classic-black > .g1-decorator > .g1-outer > .g1-07,
.g1-frame.g1-type-modern-black > .g1-decorator > .g1-outer > .g1-07 {
  background-position: 0 -270px;
}

/* type-geometric-1*/
.g1-frame.g1-type-geometric-1 > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 1px;
}
.g1-frame.g1-type-geometric-1 > .g1-decorator > .g1-outer > .g1-02 {
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-width: 3px;
}
.g1-frame.g1-type-geometric-1 > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-geometric-1 > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-geometric-1 > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-geometric-1 > .g1-decorator > .g1-outer > .g1-06 {
  display: none;
}

/* type-geometric-2*/
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-01 {
  border-width: 1px;
}
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-02 {
  border-width: 2px;
}
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-04,
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-05,
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-06 {
  display: none;
}
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-01 {
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
}
.g1-frame.g1-type-geometric-2 > .g1-decorator > .g1-outer > .g1-02 {
  left: 0;
  right: 0;
  top: 4px;
  bottom: 4px;
}

/* type-geometric-3*/
.g1-frame.g1-type-geometric-3 > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
  right: 0;
  top: 5px;
  bottom: 5px;
  border-width: 2px 0;
}
.g1-frame.g1-type-geometric-3 > .g1-decorator > .g1-outer > .g1-02 {
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  border-width: 0 2px;
}

/* type-geometric-4*/
.g1-frame.g1-type-geometric-4 > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
  right: 50%;
  top: 0;
  bottom: 50%;
  border-width: 2px 0 0 2px;
}
.g1-frame.g1-type-geometric-4 > .g1-decorator > .g1-outer > .g1-02 {
  left: 5px;
  right: 75%;
  top: 5px;
  bottom: 75%;
  border-width: 1px 0 0 1px;
}
.g1-frame.g1-type-geometric-4 > .g1-decorator > .g1-outer > .g1-03 {
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  border-width: 0 2px 2px 0;
}
.g1-frame.g1-type-geometric-4 > .g1-decorator > .g1-outer > .g1-04 {
  left: 75%;
  right: 5px;
  top: 75%;
  bottom: 5px;
  border-width: 0 1px 1px 0;
}

/* type-geometric-5*/
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-01,
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-02,
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-03,
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-04 {
  width: 20%;
  height: 20%;
}
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
  top: 0;
  border-width: 2px 0 0 2px;
}
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-02 {
  right: 0;
  top: 0;
  border-width: 2px 2px 0 0;
}
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-03 {
  left: 0;
  bottom: 0;
  border-width: 0 0 2px 2px;
}
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-04 {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}
.g1-frame.g1-type-geometric-5 > .g1-decorator > .g1-outer > .g1-06 {
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-width: 2px;
}

/* type-geometric-6*/
.g1-frame.g1-type-geometric-6 > .g1-decorator > .g1-outer > .g1-01 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 75%;
  border-width: 2px 2px 0 2px;
}
.g1-frame.g1-type-geometric-6 > .g1-decorator > .g1-outer > .g1-02 {
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 80%;
  border-width: 1px 1px 0 1px;
}
.g1-frame.g1-type-geometric-6 > .g1-decorator > .g1-outer > .g1-03 {
  left: 0;
  right: 0;
  top: 75%;
  bottom: 0;
  border-width: 0 2px 2px 2px;
}
.g1-frame.g1-type-geometric-6 > .g1-decorator > .g1-outer > .g1-04 {
  left: 5px;
  right: 5px;
  top: 80%;
  bottom: 5px;
  border-width: 0 1px 1px 1px;
}

/* frame shadows */
.g1-frame.g1-type-simple > .g1-decorator > .g1-outer {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.g1-frame[class*=g1-type-classic-] > .g1-decorator > .g1-outer,
.g1-frame[class*=g1-type-modern-] > .g1-decorator > .g1-outer {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.2);
}

/* --- Indicators ------------------------------------------------------------------------------ */
.g1-indicator {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  /* strokes */
  /* outer stroke */
}
.g1-indicator > span:first-child {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./../images/sprites_1.png);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html.lt-ie9 .g1-indicator > span:first-child {
  display: none;
}
a:hover .g1-indicator > span:first-child {
  opacity: 0.99;
}
html.lt-ie9 a:hover .g1-indicator > span:first-child {
  display: block;
}
.g1-indicator > span:first-child:before,
.g1-indicator > span:first-child:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  border-color: #fff !important;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.g1-indicator > span:first-child:before {
  margin: -1px 0 0 -1px;
  border-width: 1px;
}
a:hover .g1-indicator > span:first-child:before {
  width: 42px;
  height: 42px;
  margin: 0;
  left: -12px;
  top: -12px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.g1-indicator > span:first-child:after {
  margin: -2px 0 0 -2px;
  border-width: 2px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
a:hover .g1-indicator > span:first-child:after {
  width: 48px;
  height: 48px;
  margin: 0;
  left: -16px;
  top: -16px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.g1-indicator > span + span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: url(./../images/black-opacity-75.png) repeat;
}
html.lt-ie9 .g1-indicator > span + span {
  display: none;
}
a:hover .g1-indicator > span + span {
  opacity: 0.99;
}
html.lt-ie9 a:hover .g1-indicator > span + span {
  display: block;
}

/* Indicator icons */
.g1-indicator.g1-type-zoom > span:first-child {
  background-position: 0 0;
}
.g1-indicator.g1-type-document > span:first-child {
  background-position: -20px 0;
}
.g1-indicator.g1-type-new-window > span:first-child {
  background-position: -40px 0;
}
.g1-indicator.g1-type-play > span:first-child {
  background-position: -60px 0;
}

/* HDPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-ms-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .g1-indicator.g1-type-zoom > span:first-child {
    background-size: 200px 200px;
  }
}
/* --- Dividers -------------------------------------------------------------------------------- */
hr,
.g1-divider.g1-type-simple,
.g1-divider-top {
  width: 100%;
  height: 0;
  display: block;
  clear: both;
  position: relative;
}

hr {
  margin: 1.5em 0;
  border-width: 1px 0 0;
}

.g1-divider.g1-type-simple {
  height: 2px;
  margin: 1.5em 0 3em;
  border-width: 2px 0 1px 0;
}

.g1-divider-top {
  height: auto;
  margin: 3em 0 1.5em;
  top: -9px;
  overflow: hidden;
  font: 10px/15px Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.g1-divider-top div {
  height: 1px;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 1px 0 0 0;
}
.g1-divider-top a {
  margin-left: 10px;
  float: right;
}

.g1-divider[class*="g1-type-classic-"],
.g1-divider[class*="g1-type-modern-"],
.g1-divider[class*="g1-type-geometric-"] {
  margin: 1.5em 0;
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.g1-divider[class*="g1-type-classic-"] embed,
.g1-divider[class*="g1-type-modern-"] embed,
.g1-divider[class*="g1-type-geometric-"] embed {
  display: inline;
  position: relative;
}
.g1-divider[class*="g1-type-classic-"]:before, .g1-divider[class*="g1-type-classic-"]:after,
.g1-divider[class*="g1-type-modern-"]:before,
.g1-divider[class*="g1-type-modern-"]:after,
.g1-divider[class*="g1-type-geometric-"]:before,
.g1-divider[class*="g1-type-geometric-"]:after {
  position: absolute;
  top: 13px;
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-style: solid;
  border-width: 2px 0 1px;
}
.g1-divider[class*="g1-type-classic-"]:before,
.g1-divider[class*="g1-type-modern-"]:before,
.g1-divider[class*="g1-type-geometric-"]:before {
  left: -49px;
}
.g1-divider[class*="g1-type-classic-"]:after,
.g1-divider[class*="g1-type-modern-"]:after,
.g1-divider[class*="g1-type-geometric-"]:after {
  right: -49px;
}
html.lt-ie9 .g1-divider[class*="g1-type-classic-"], html.lt-ie9
.g1-divider[class*="g1-type-modern-"], html.lt-ie9
.g1-divider[class*="g1-type-geometric-"] {
  height: 2px;
  margin: 3em 0;
  border-width: 2px 0 1px;
}

/* --- Messages -------------------------------------------------------------------------------- */
.g1-message {
  margin: 0 0 1.5em;
  border-width: 1px 0 5px 0;
  /* color scheme */
}
.g1-message > .g1-inner {
  padding: 1.5em 1.5em 1.5em 4em;
  background-repeat: no-repeat;
  background-position: 1.5em 1.5em;
}
.g1-message.g1-type-success {
  color: #0e6200;
  background-color: #d8ffcc;
  border-color: #aee59d !important;
}
.g1-message.g1-type-success > .g1-inner {
  background-image: url(./../images/icons/icon_message_success.png);
}
.g1-message.g1-type-info {
  color: #004a79;
  background-color: #cbebff;
  border-color: #9bc8e4 !important;
}
.g1-message.g1-type-info > .g1-inner {
  background-image: url(./../images/icons/icon_message_info.png);
}
.g1-message.g1-type-warning {
  color: #7f4800;
  background-color: #fff8c0;
  border-color: #e2d990 !important;
}
.g1-message.g1-type-warning > .g1-inner {
  background-image: url(./../images/icons/icon_message_warning.png);
}
.g1-message.g1-type-error {
  color: #ca0000;
  background-color: #ffe0e0;
  border-color: #e4adad !important;
}
.g1-message.g1-type-error > .g1-inner {
  background-image: url(./../images/icons/icon_message_error.png);
}

/* --- Qoutes ---------------------------------------------------------------------------------- */
.g1-pullquote {
  width: 33.3%;
}

.g1-pullquote,
blockquote {
  font-family: Georgia, serif;
  font-style: italic;
}

blockquote {
  margin: 11px 22px 0;
  padding: 27px 22px 11px;
}

.g1-pullquote.align-left {
  float: left;
}

.g1-pullquote.align-right {
  float: right;
}

.g1-pullquote.g1-type-simple {
  border-style: double;
}

.g1-pullquote.g1-type-simple.align-left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 1.5em;
  border-width: 0 5px 0 0;
}

.g1-pullquote.g1-type-simple.align-right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 1.5em;
  border-width: 0 0 0 5px;
}

blockquote {
  margin: 1.5em;
  padding: 0 1.5em;
  border-width: 0 0 0 5px;
  border-style: double;
}

/* --- Testimonials --------------------------------------------------------------------------- */
.g1-testimonial > .g1-inner {
  position: relative;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}
.g1-testimonial.g1-size-medium .g1-inner {
  font-size: 18px;
  line-height: 24px;
}
.g1-testimonial.g1-size-big .g1-inner {
  font-size: 24px;
  line-height: 30px;
}
.g1-testimonial > p * + *:before {
  content: ", ";
}

/* type-bubble */
.g1-testimonial.g1-type-bubble {
  margin: 0 0 35px;
}
.g1-testimonial.g1-type-bubble > .g1-inner {
  padding: 22px 22px 1px;
  position: relative;
  border-width: 3px;
  border-style: solid;
}
.g1-testimonial.g1-type-bubble > .g1-inner > .helper {
  display: none;
}
.g1-testimonial.g1-type-bubble.g1-size-medium > .g1-inner {
  padding: 22px 33px 1px;
}
.g1-testimonial.g1-type-bubble.g1-size-big > .g1-inner {
  padding: 33px 44px 11px;
}

.g1-testimonial.g1-type-bubble > .g1-inner:before {
  width: 0;
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 30px;
  border-width: 8px;
  border-style: solid outset outset solid;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.g1-testimonial.g1-type-bubble > p {
  margin: 1em 0 0 0;
  text-align: left;
}

/* type-quote */
.g1-testimonial.g1-type-quote > p {
  margin-top: -11px;
  position: relative;
}
.g1-testimonial.g1-type-quote > .g1-inner > .helper {
  position: absolute;
  left: 0;
  top: 0;
}
.g1-testimonial.g1-type-quote.g1-size-small > .g1-inner,
.g1-testimonial.g1-type-quote.g1-size-small > p {
  padding-left: 18px;
}
.g1-testimonial.g1-type-quote.g1-size-small > .g1-inner > .helper {
  font-size: 26px;
  line-height: 26px;
}
.g1-testimonial.g1-type-quote.g1-size-medium > .g1-inner,
.g1-testimonial.g1-type-quote.g1-size-medium > p {
  padding-left: 27px;
}
.g1-testimonial.g1-type-quote.g1-size-medium > .g1-inner > .helper {
  font-size: 36px;
  line-height: 36px;
}
.g1-testimonial.g1-type-quote.g1-size-big > .g1-inner,
.g1-testimonial.g1-type-quote.g1-size-big > p {
  padding-left: 36px;
}
.g1-testimonial.g1-type-quote.g1-size-big > .g1-inner > .helper {
  font-size: 48px;
  line-height: 48px;
}

/* type-simple */
.g1-testimonial.g1-type-simple > .g1-inner > .helper {
  display: none;
}
.g1-testimonial.g1-type-simple > p {
  margin-top: -11px;
  position: relative;
}
.g1-testimonial.g1-type-simple > p:before {
  content: "— ";
}
.g1-testimonial.g1-type-simple > p:after {
  content: " —";
}

/* --- Dropcaps ------------------------------------------------------------------------------- */
.g1-dropcap {
  float: left;
  display: block;
  text-transform: uppercase;
}
.g1-dropcap > span {
  width: 100%;
  height: 100%;
  display: block;
}

/* type-simple */
.g1-dropcap.g1-type-simple {
  height: 38px;
  margin-right: 0.25em;
  font-size: 44px;
  line-height: 44px;
}

/* type-square */
.g1-dropcap.g1-type-square {
  height: 30px;
  width: 30px;
  border-width: 4px;
  margin-right: 0.5em;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* --- Progress Bar ---------------------------------------------------------------------------- */
.g1-progress-bar {
  padding: 2px;
  margin: 0 0 46px;
  position: relative;
  top: 23px;
  border-width: 1px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.g1-progress-bar > .g1-inner {
  height: 6px;
  position: relative;
  -webkit-animation: expand-inline-width 2s ease-in-out;
  -moz-animation: expand-inline-width 2s ease-in-out;
  -ms-animation: expand-inline-width 2s ease-in-out;
  -o-animation: expand-inline-width 2s ease-in-out;
  animation: expand-inline-width 2s ease-in-out;
}
.g1-progress-bar > .g1-inner > span {
  width: 28px;
  padding: 2px;
  margin-right: -17px;
  display: block;
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-animation: fade-in 1s 2s ease-in-out;
  -moz-animation: fade-in 1s 2s ease-in-out;
  -ms-animation: fade-in 1s 2s ease-in-out;
  -o-animation: fade-in 1s 2s ease-in-out;
  animation: fade-in 1s 2s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  /* arrow */
}
.g1-progress-bar > .g1-inner > span:after {
  width: 0;
  margin-left: -4px;
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  border-width: 4px;
  border-style: solid outset outset outset;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

/* --- Box ------------------------------------------------------------------------------------- */
.g1-box {
  overflow: hidden;
  margin: 0 0 1.5em;
  border-width: 0 0 5px 0;
}

.g1-box-header {
  padding: 8px 22px;
  overflow: hidden;
  position: relative;
}

.g1-box-header:after {
  height: 1px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 1px;
  z-index: 2;
  content: "";
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.33)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 50%, rgba(255, 255, 255, 0) 100%);
}

.g1-box-header h1, .g1-box-header h2, .g1-box-header h3, .g1-box-header h4, .g1-box-header h5, .g1-box-header h6, .g1-box-header p {
  margin: 0;
}

.g1-box-content {
  padding: 22px 22px 0;
  overflow: hidden;
  position: relative;
  border-width: 1px;
}
.g1-box-content > .g1-inner {
  position: relative;
  z-index: 2;
}
.g1-box-content > .g1-background {
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.g1-box .g1-box-content + .g1-box-content {
  border-top-width: 0;
}

/* --- Feeds ----------------------------------------------------------------------------------- */
div.g1-feeds {
  /* all icons */
  /* calculate background-position (x, y) of an icon */
  /* 24x24 */
  /* 32x32 */
  /* 48x48 */
  /* horizontal layout */
  /* vertical layout */
}
div.g1-feeds ul {
  list-style-type: none;
  margin-left: 0;
}
div.g1-feeds ul:before, div.g1-feeds ul:after {
  content: " ";
  display: table;
}
div.g1-feeds ul:after {
  clear: both;
}
html#ie7 div.g1-feeds ul {
  zoom: 1;
}
div.g1-feeds ul li {
  position: relative;
}
div.g1-feeds ul strong {
  min-height: 16px;
  margin-bottom: 0;
}
div.g1-feeds ul .g1-feed-caption {
  display: block;
}
div.g1-feeds .g1-feed-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
div.g1-feeds .g1-feed-facebook .g1-feed-icon {
  background-position: 0px 0px;
}
div.g1-feeds .g1-feed-twitter .g1-feed-icon {
  background-position: -50px 0px;
}
div.g1-feeds .g1-feed-flickr .g1-feed-icon {
  background-position: -100px 0px;
}
div.g1-feeds .g1-feed-behance .g1-feed-icon {
  background-position: -150px 0px;
}
div.g1-feeds .g1-feed-vimeo .g1-feed-icon {
  background-position: -200px 0px;
}
div.g1-feeds .g1-feed-googleplus .g1-feed-icon {
  background-position: -250px 0px;
}
div.g1-feeds .g1-feed-pinterest .g1-feed-icon {
  background-position: -300px 0px;
}
div.g1-feeds .g1-feed-linkedin .g1-feed-icon {
  background-position: -350px 0px;
}
div.g1-feeds .g1-feed-youtube .g1-feed-icon {
  background-position: -400px 0px;
}
div.g1-feeds .g1-feed-rss .g1-feed-icon {
  background-position: -450px 0px;
}
div.g1-feeds.g1-size-24 li {
  min-height: 29px;
  padding-left: 24px;
}
div.g1-feeds.g1-size-24 .g1-feed-label,
div.g1-feeds.g1-size-24 .g1-feed-caption {
  padding-left: 8px;
}
div.g1-feeds.g1-size-32 li {
  min-height: 37px;
  padding-left: 32px;
}
div.g1-feeds.g1-size-32 .g1-feed-label,
div.g1-feeds.g1-size-32 .g1-feed-caption {
  padding-left: 12px;
}
div.g1-feeds.g1-size-48 li {
  min-height: 55px;
  padding-left: 48px;
}
div.g1-feeds.g1-size-48 .g1-feed-label,
div.g1-feeds.g1-size-48 .g1-feed-caption {
  padding-left: 16px;
}
div.g1-feeds.g1-size-24 .g1-feed-icon {
  width: 24px;
  height: 24px;
  background-image: url("./../images/feeds_24x24.png");
}
div.g1-feeds.g1-size-32 .g1-feed-icon {
  width: 32px;
  height: 32px;
  background-image: url("./../images/feeds_32x32.png");
}
div.g1-feeds.g1-size-48 .g1-feed-icon {
  width: 48px;
  height: 48px;
  background-image: url("./../images/feeds_48x48.png");
}
div.g1-feeds.list-horizontal li {
  display: inline;
  float: left;
}
div.g1-feeds.list-horizontal li + li {
  margin-left: 3px;
}
div.g1-feeds.list-vertical li {
  padding-bottom: 5px;
}
div.g1-feeds.list-vertical li + li {
  padding-top: 5px;
  border-width: 1px 0 0;
}
div.g1-feeds.list-vertical li + li .g1-feed-icon {
  top: 5px;
}

div.g1-feeds.no-icon h5 {
  padding-left: 0;
}

div.g1-feeds.no-icon .g1-meta {
  padding-left: 0;
}

/* HDPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-ms-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* 24x24 icons on HDPI screens */
  div.g1-feeds.g1-size-24 .g1-feed-icon {
    background-image: url("./../images/feeds_24x24@2x.png");
    background-size: 500px 100px;
  }

  /* 32x32 icons on HDPI screens */
  div.g1-feeds.g1-size-32 .g1-feed-icon {
    background-image: url("./../images/feeds_32x32@2x.png");
    background-size: 500px 100px;
  }

  /* 48x48 icons on HDPI screens */
  div.g1-feeds.g1-size-48 .g1-feed-icon {
    background-image: url("./../images/feeds_48x48@2x.png");
    background-size: 500px 100px;
  }
}
/* --- Tweets ---------------------------------------------------------------------------------- */
.g1-tweets {
  padding: 22px;
  position: relative;
}

.g1-tweets:before {
  width: 0;
  display: block;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 30px;
  border-width: 8px;
  border-style: solid outset outset solid;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.g1-twitter > p {
  padding: 13px 22px 13px 44px;
  background: url(./../images/twitter.png) 0 13px no-repeat;
}

/* HDPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-ms-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .g1-twitter > p {
    background-size: 27px 24px;
    background-image: url(./../images/twitter_@2.png);
  }
}
.g1-tweets {
  margin: 0;
  list-style: none;
}
.g1-tweets li {
  padding: 9px 0;
  border-width: 1px 0 0 0;
}
.g1-tweets li:first-child {
  padding-top: 0;
  border: 0;
}
.g1-tweets p {
  margin: 0;
}

/* --- JPLAYER --------------------------------------------------------------------------------- */
div.jp-audio {
  color: #fff;
  background-color: #404040;
  position: relative;
}

div.jp-audio {
  width: 960px;
  max-width: 100%;
}

div.jp-interface {
  position: relative;
  background: url(./../images/fader.skin.png) 0 -60px repeat-x;
}

div.jp-audio .jp-interface {
  height: 40px;
  padding: 10px 20px;
}

div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

ul.jp-controls {
  width: 100%;
  height: 23px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 10px;
  list-style-type: none;
}

ul.jp-controls li {
  display: inline;
  float: left;
}

ul.jp-controls a {
  height: 23px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.jp-controls li a {
  background-image: url(./../images/fader.skin.png);
  background-repeat: no-repeat;
}

.jp-play {
  width: 32px;
  background-position: -20px -25px;
}

.jp-play:hover {
  background-position: -60px -25px;
}

.jp-pause {
  width: 32px;
  background-position: -100px -25px;
}

.jp-pause:hover {
  background-position: -140px -25px;
}

.jp-progress {
  margin: 0 auto;
  height: 8px;
  overflow: hidden;
}

.jp-seek-bar {
  width: 0px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  background: #4d4d4d;
}

.jp-play-bar {
  width: 0px;
  height: 100%;
  overflow: hidden;
}

a.jp-mute,
a.jp-unmute {
  width: 32px;
  position: absolute;
  bottom: 0;
  right: 90px;
  background-image: url(./../images/fader.skin.png);
  background-repeat: no-repeat;
}

a.jp-mute {
  background-position: -180px -25px;
}

a.jp-mute:hover {
  background-position: -220px -25px;
}

a.jp-unmute {
  background-position: -260px -25px;
}

a.jp-unmute:hover {
  background-position: -300px -25px;
}

.jp-volume-bar {
  width: 40px;
  height: 8px;
  overflow: hidden;
  position: absolute;
}

.jp-volume-bar:hover {
  cursor: pointer;
}

.jp-volume-bar {
  bottom: 17px;
  right: 20px;
}

.jp-volume-bar-value {
  height: 8px;
}

.jp-volume-bar-value,
.jp-play-bar {
  background: #fa2323;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa2323), color-stop(100%, #c50303));
  background-image: -webkit-linear-gradient(top, #fa2323, #c50303);
  background-image: -moz-linear-gradient(top, #fa2323, #c50303);
  background-image: -o-linear-gradient(top, #fa2323, #c50303);
  background-image: linear-gradient(top, #fa2323, #c50303);
}

.jp-current-time, .jp-duration {
  position: relative;
  z-index: 5;
  margin-top: 10px;
  font-size: 11px;
}

.jp-current-time {
  margin-left: 42px;
  float: left;
  color: #fff;
}

.jp-duration {
  margin-left: 5px;
  float: left;
  color: #b2b2b2;
}

.jp-title ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.jp-title li {
  position: relative;
  padding: 10px 20px 0;
  overflow: hidden;
}

div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}

div.jp-jplayer {
  background-color: #000000;
}

.jp-progress,
.jp-volume-bar {
  border-width: 1px;
  border-color: #232323 !important;
  background: #1a1a1a;
  -webkit-box-shadow: 0 1px 0 #4e4e4e;
  -moz-box-shadow: 0 1px 0 #4e4e4e;
  box-shadow: 0 1px 0 #4e4e4e;
}

/* --- Toggle UI ------------------------------------------------------------------------------- */
.g1-toggle {
  margin-bottom: 1.5em;
  position: relative;
}

html#ie7 .g1-toggle {
  position: static;
}

.g1-toggle + .g1-toggle {
  margin-top: 1.5em;
  padding: 1.5em 0 0;
  border-top-width: 1px;
}

.g1-toggle + .divider {
  margin-top: 0;
}

.g1-toggle-title {
  cursor: pointer;
}

.g1-toggle-title .g1-plus,
.g1-toggle-title .g1-minus {
  margin-top: 4px;
  float: left;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.g1-toggle-title h4 {
  margin: 0 0 0 26px;
}

.g1-toggle-content .g1-block {
  padding: 1.5em 26px 2px;
}

/* --- Tab UI ---------------------------------------------------------------------------------- */
.g1-tabs {
  margin: 0 0 22px;
}

.g1-tabs-nav {
  margin: 0;
  list-style: none;
}

.g1-tabs .g1-tabs-nav {
  display: table;
}

.g1-tabs .g1-tabs-nav:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

html#ie7 .g1-tabs .g1-tabs-nav {
  zoom: 1;
}

.g1-tabs.g1-align-left .g1-tabs-nav {
  margin: 0 auto 0 0;
}
.g1-tabs.g1-align-center .g1-tabs-nav {
  margin: 0 auto;
}
.g1-tabs.g1-align-right .g1-tabs-nav {
  margin: 0 0 0 auto;
}

html#ie7 .g1-tabs.g1-align-center {
  text-align: center;
}

html#ie7 .g1-tabs.g1-align-center .g1-tabs-nav {
  display: inline;
  zoom: 1;
}

html#ie7 .g1-tabs.g1-align-center .g1-tabs-viewport {
  text-align: left;
}

.g1-tabs-nav-item {
  padding: 8px 15px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}

.g1-tabs-nav-item h1, .g1-tabs-nav-item h2, .g1-tabs-nav-item h3, .g1-tabs-nav-item h4, .g1-tabs-nav-item h5, .g1-tabs-nav-item h6, .g1-tabs-nav-item p {
  margin: 0;
}

@media only screen and (min-width: 601px) {
  .g1-tabs.g1-layout-vertical {
    overflow: hidden;
  }

  .g1-tabs.g1-tabs-left .g1-tabs-nav {
    max-width: 200px;
    float: left;
  }

  .g1-tabs.g1-tabs-right .g1-tabs-nav {
    max-width: 200px;
    float: right;
  }

  .g1-tabs.g1-layout-vertical .g1-tabs-nav {
    display: block;
  }
  .g1-tabs.g1-layout-vertical .g1-tabs-nav-item {
    float: none;
  }
  .g1-tabs.g1-layout-vertical .g1-tabs-viewport {
    overflow: hidden;
  }
}
/* Tabs - Transparent */
.g1-tabs.g1-type-transparent .g1-tabs-nav-item {
  opacity: 0.33;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.g1-tabs.g1-type-transparent .g1-tabs-nav-item:hover,
.g1-tabs.g1-type-transparent .g1-tabs-nav-item.current {
  opacity: 1;
}

/* Tabs - Button */
.g1-tabs.g1-type-button .g1-tabs-nav {
  position: relative;
  left: -10px;
}

.g1-tabs.g1-type-button .g1-tabs-nav-item {
  padding: 2px 22px;
  border-width: 1px;
}

.g1-tabs.g1-type-button .g1-tabs-nav-item {
  margin: 0 0 0 10px;
}

.g1-tabs.g1-type-button .g1-tabs-nav-item.current {
  padding: 3px 21px;
  position: relative;
  border-width: 0;
}

.g1-tabs.g1-type-button .g1-tabs-nav-item.current:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  border-width: 6px;
}

.g1-tabs.g1-type-button.g1-tabs-top .g1-tabs-nav-item.current:after {
  margin-left: -6px;
  bottom: -12px;
  left: 50%;
  border-style: solid outset outset outset;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

@media only screen and (max-width: 600px) {
  .g1-tabs.g1-type-button.g1-tabs-left .g1-tabs-nav-item.current:after,
  .g1-tabs.g1-type-button.g1-tabs-right .g1-tabs-nav-item.current:after {
    margin-left: -6px;
    bottom: -12px;
    left: 50%;
    border-style: solid outset outset outset;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
  }
}
.g1-tabs.g1-type-button.g1-tabs-bottom .g1-tabs-nav-item.current:after {
  margin-left: -6px;
  top: -12px;
  left: 50%;
  border-style: outset outset solid outset;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}

.g1-tabs.g1-type-button.g1-tabs-top .g1-tabs-viewport {
  padding: 20px 0 0;
}

.g1-tabs.g1-type-button.g1-tabs-bottom .g1-tabs-viewport {
  padding: 0 0 20px;
}

@media only screen and (min-width: 601px) {
  .g1-tabs.g1-type-button.g1-layout-vertical .g1-tabs-nav {
    position: static;
    left: auto;
  }

  .g1-tabs.g1-type-button.g1-tabs-left .g1-tabs-nav-item {
    margin: 0 20px 4px 0;
  }

  .g1-tabs.g1-type-button.g1-tabs-right .g1-tabs-nav-item {
    margin: 0 0 4px 20px;
  }

  .g1-tabs.g1-type-button.g1-tabs-left .g1-tabs-nav-item.current:after {
    margin-left: 0;
    margin-top: -6px;
    left: auto;
    right: -12px;
    top: 50%;
    bottom: auto;
    border-style: outset outset outset solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .g1-tabs.g1-type-button.g1-tabs-right .g1-tabs-nav-item.current:after {
    margin-left: 0;
    margin-top: -6px;
    left: -12px;
    right: auto;
    top: 50%;
    bottom: auto;
    border-style: outset solid outset outset;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
  }

  .g1-tabs.g1-type-button.g1-layout-vertical .g1-tabs-viewport {
    padding: 0;
  }
}
/* Tabs - Simple */
.g1-tabs.g1-type-simple {
  /* Current tab arrow */
}
.g1-tabs.g1-type-simple .g1-tabs-nav {
  position: relative;
}
.g1-tabs.g1-type-simple.g1-tabs-top .g1-tabs-nav {
  padding: 0 16px;
  top: 4px;
}
.g1-tabs.g1-type-simple.g1-tabs-bottom .g1-tabs-nav {
  padding: 0 16px;
  top: -4px;
}
.g1-tabs.g1-type-simple .g1-tabs-nav-item {
  position: relative;
}
.g1-tabs.g1-type-simple.g1-layout-horizontal .g1-tabs-nav-item {
  padding: 5px 16px 8px;
  top: 3px;
}
.g1-tabs.g1-type-simple.g1-layout-horizontal .g1-tabs-nav-item.current {
  padding: 8px 13px;
}
.g1-tabs.g1-type-simple.g1-tabs-top .g1-tabs-nav-item {
  border-width: 4px 1px 0;
}
.g1-tabs.g1-type-simple.g1-tabs-bottom .g1-tabs-nav-item {
  border-width: 0px 1px 4px 1px;
}
.g1-tabs.g1-type-simple .g1-tabs-nav-item.current {
  top: 0;
  border-width: 4px;
}
.g1-tabs.g1-type-simple .g1-tabs-nav-item.current:after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  content: "";
  border-width: 6px;
}
.g1-tabs.g1-type-simple.g1-tabs-top .g1-tabs-nav-item.current:after {
  margin-left: -6px;
  bottom: -16px;
  left: 50%;
  border-style: solid outset outset outset;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.g1-tabs.g1-type-simple.g1-tabs-bottom .g1-tabs-nav-item.current:after {
  margin-left: -6px;
  top: -16px;
  left: 50%;
  border-style: outset outset solid outset;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.g1-tabs.g1-type-simple .g1-tabs-viewport {
  padding: 22px 22px 0;
  border-width: 1px;
}

/* max-width 600px, tabs-left & tabs-right similar to tabs-top */
@media only screen and (max-width: 600px) {
  .g1-tabs.g1-type-simple.g1-layout-vertical .tabs-nav {
    padding: 0 16px;
    top: 4px;
  }

  .g1-tabs.g1-type-simple.g1-layout-vertical .tabs-nav-item {
    padding: 8px 16px;
    position: relative;
    top: 3px;
    border-width: 1px 1px 0 1px;
  }

  .g1-tabs.g1-type-simple.g1-layout-vertical .g1-tabs-nav-item.current {
    padding: 8px 13px;
    top: 0;
    border-width: 4px;
  }

  .g1-tabs.g1-type-simple.g1-layout-vertical .g1-tabs-nav-item.current:after {
    margin-left: -6px;
    bottom: -16px;
    left: 50%;
    border-style: solid outset outset outset;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
  }
}
/* min-width: 601px */
@media only screen and (min-width: 601px) {
  .g1-tabs.g1-type-simple.g1-layout-vertical .tabs-nav {
    margin-top: 10px;
  }

  .g1-tabs.g1-type-simple.g1-tabs-left .g1-tabs-nav-item {
    border-width: 1px 0 1px 4px;
  }

  .g1-tabs.g1-type-simple.g1-tabs-right .g1-tabs-nav-item {
    border-width: 1px 4px 1px 0;
  }

  .g1-tabs.g1-type-simple.g1-tabs-left .g1-tabs-nav-item.current {
    margin-right: -4px;
    border-width: 4px;
  }

  .g1-tabs.g1-type-simple.g1-tabs-left .g1-tabs-nav-item.current:after {
    margin-top: -6px;
    right: -16px;
    top: 50%;
    border-style: outset outset outset solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .g1-tabs.g1-type-simple.g1-tabs-right .g1-tabs-nav-item.current {
    margin-left: -4px;
    padding-left: 15px;
    border-width: 4px;
  }

  .g1-tabs.g1-type-simple.g1-tabs-right .g1-tabs-nav-item.current:after {
    margin-top: -6px;
    left: -16px;
    top: 50%;
    border-style: outset solid outset outset;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
  }
}
/* --- Before & After Effect ------------------------------------------------------------------- */
.g1-before-after {
  max-width: 100%;
  display: block;
  /* Handle */
}
.g1-before-after > .g1-fluid-wrapper {
  margin: 0;
  overflow: hidden;
}
.g1-before-after > .g1-fluid-wrapper:hover {
  cursor: col-resize;
  cursor: w-resize;
}
.g1-before-after img {
  display: block;
}
.g1-before-after .g1-layers {
  margin: 0;
  list-style: none;
}
.g1-before-after .g1-layers li {
  width: 100%;
  height: 100%;
  margin: 0;
}
.g1-before-after .g1-layers > li:first-child {
  position: relative;
  z-index: 1;
}
.g1-before-after .g1-layers > li + li {
  position: absolute;
  left: 50%;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.g1-before-after .g1-layers > li + li img {
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 2;
}
.g1-before-after .g1-handle {
  width: 6px;
  height: 100%;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  background: red;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Arrows */
  /* Left arrow */
  /* Right arrow */
}
.g1-before-after .g1-handle span {
  width: 0;
  height: 0;
  margin-top: -7px;
  display: block;
  position: absolute;
  top: 50%;
  border-width: 7px;
}
.g1-before-after .g1-handle span {
  left: -20px;
  right: auto;
  border-style: outset solid outset outset;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: red !important;
}
.g1-before-after .g1-handle span + span {
  left: auto;
  right: -20px;
  border-style: outset outset outset solid;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: red !important;
}

html#ie7 .g1-before-after .g1-before {
  height: 9999px;
  left: 0;
  top: 0;
  position: absolute;
}
html#ie7 .g1-before-after .g1-after {
  height: 9999px;
}
html#ie7 .g1-before-after .g1-handle {
  height: 9999px;
}
html#ie7 .g1-before-after .g1-handle span {
  top: 25px;
}
html#ie7 .g1-before-after > .g1-fluid-wrapper > div {
  overflow: hidden;
}

/* --- FlexSlider ------------------------------------------------------------------------------ */
.g1-flex-container {
  margin-bottom: 1.5em;
  position: relative;
  text-align: center;
  zoom: 1;
}
.g1-flex-container.layout-wide, .g1-flex-container.layout-narrow {
  max-width: 1218px;
  margin: 0 auto;
}
.g1-flex-container.g1-primary {
  margin-bottom: 0;
}

.flexslider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  zoom: 1;
}
.flexslider .g1-slides {
  margin: 0;
  list-style: none;
  zoom: 1;
}
.flexslider .g1-slides:after {
  height: 0;
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
  line-height: 0;
}
html[xmlns] .flexslider .g1-slides {
  display: block;
}
* html .flexslider .g1-slides {
  height: 1%;
}
.flexslider .g1-slides > li {
  position: relative;
}
.flexslider .g1-slides > li + li {
  display: none;
}
.flexslider .g1-slides img {
  max-width: 100%;
  display: block;
}

/* Prevent image slight jumping (FireFox) */
.g1-slides li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1000;
}

.flex-nav {
  width: 100%;
  height: 16px;
  position: relative;
  text-align: center;
}
html#ie7 .flex-nav {
  display: inline;
  zoom: 1;
}
.g1-flex-container.layout-narrow .flex-nav {
  max-width: 1050px;
  margin: 0 auto;
}

.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.flex-control-nav {
  height: 16px;
  display: inline-block;
  vertical-align: top;
}

.flex-control-nav li,
.flex-direction-nav li {
  float: left;
}

.flex-control-nav a,
.flex-direction-nav a {
  float: left;
  text-indent: -9999px;
}

.flex-control-nav li {
  width: 48px;
  height: 16px;
  position: relative;
}

.flex-control-nav a {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}

.flex-control-nav a {
  border-width: 1px;
}
.flex-control-nav a:hover {
  border-width: 2px;
}
.flex-control-nav a.flex-active {
  border-width: 4px;
}

.flex-direction-nav a {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -4px;
}
.flex-direction-nav .prev {
  left: 0;
  background-position: 0 0;
}
.flex-direction-nav .prev:hover {
  background-position: 0 -22px;
}
.flex-direction-nav .next {
  right: 0;
  background-position: -22px 0;
}
.flex-direction-nav .next:hover {
  background-position: -22px -22px;
}

.flex-shadow {
  position: relative;
  display: block;
  z-index: -1;
}

.flex-shadow + .flex-nav {
  margin-top: 4px;
}

@media only screen and (min-width: 961px) {
  /* Apply the layout-narrow only above the breakpoint */
  .flex-container.layout-narrow {
    padding: 0 72px;
  }

  .flex-container.layout-narrow .flex-direction-nav a {
    width: 52px;
    height: 52px;
    top: 50%;
    margin-top: -26px;
  }

  .flex-container.layout-narrow .flex-direction-nav .prev {
    background-position: 0 -50px;
  }
  .flex-container.layout-narrow .flex-direction-nav .prev:hover {
    background-position: 0 -102px;
  }
  .flex-container.layout-narrow .flex-direction-nav .next {
    background-position: -52px -50px;
  }
  .flex-container.layout-narrow .flex-direction-nav .next:hover {
    background-position: -52px -102px;
  }

  .flex-container.layout-narrow .flex-nav,
  html#ie7 .flex-container.layout-narrow .flex-nav {
    display: block;
    position: static;
  }

  .flex-container.layout-narrow .flex-control-nav {
    display: inline-block;
  }

  html#ie7 .flex-container.layout-narrow .flex-control-nav {
    display: inline;
    zoom: 1;
  }
}
.flexslider .g1-slide {
  filter: inherit;
}

.flexslider .g1-slide {
  overflow: hidden;
}

.flexslider .g1-slide > .description {
  position: absolute;
}

.g1-slide > .description > .inner {
  position: relative;
  z-index: 2;
}

.g1-slide > .description > .g1-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
}

.g1-slide[class*="layout-bubble-"] > .description {
  width: 43.1034483%;
  position: absolute;
  z-index: 2;
}

/* top-left */
.g1-slide.layout-bubble-top-left > .description {
  margin-left: 6.89655172%;
  left: 0;
  top: 0;
}
.g1-slide.layout-bubble-top-left > .description > .inner {
  margin-right: 30px;
}
.g1-slide.layout-bubble-top-left > .description > .g1-background {
  left: -100px;
}

/* top-center */
.g1-slide.layout-bubble-top-center > .description {
  width: 50%;
  max-width: 50%;
  left: 25%;
  top: 0;
  text-align: center;
}
.g1-slide.layout-bubble-top-center > .description > .inner {
  margin-right: 30px;
  margin-left: 30px;
}

/* top-right */
.g1-slide.layout-bubble-top-right > .description {
  margin-right: 6.89655172%;
  right: 0;
  top: 0;
  text-align: right;
}
.g1-slide.layout-bubble-top-right > .description > .inner {
  margin-left: 30px;
}
.g1-slide.layout-bubble-top-right > .description > .g1-background {
  right: -100px;
}

/* bottom-left */
.g1-slide.layout-bubble-bottom-left > .description {
  margin-left: 6.89655172%;
  left: 0;
  bottom: 0;
}
.g1-slide.layout-bubble-bottom-left > .description > .inner {
  margin-right: 30px;
}
.g1-slide.layout-bubble-bottom-left > .description > .g1-background {
  left: -100px;
}

/* bottom-center */
.g1-slide.layout-bubble-bottom-center > .description {
  width: 50%;
  max-width: 50%;
  left: 25%;
  bottom: 0;
  text-align: center;
}
.g1-slide.layout-bubble-bottom-center > .description > .inner {
  margin-right: 30px;
  margin-left: 30px;
}

/* bottom-right */
.g1-slide.layout-bubble-bottom-right > .description {
  margin-right: 6.89655172%;
  right: 0;
  bottom: 0;
  text-align: right;
}
.g1-slide.layout-bubble-bottom-right > .description > .inner {
  margin-left: 30px;
}
.g1-slide.layout-bubble-bottom-right > .description > .g1-background {
  right: -100px;
}

.g1-slide[class*="layout-bubble-"] > .description > .inner {
  padding: 1.5em 0;
}

.g1-slide[class*="layout-bubble-"] > .description > .inner > h4 {
  margin: 0;
}

.flexslider .g1-slide * {
  filter: inherit;
  -ms-filter: inherit;
}

.flexslider .g1-slides > li > div > .media > a {
  display: block;
}

@media only screen and (max-width: 600px) {
  .flex-container {
    margin-bottom: 10px;
  }

  .g1-slide[class*="layout-bubble-"] > .description {
    display: none;
  }
}
.g1-mediabox.g1-type-flex-slider {
  padding: 9px;
  border-width: 1px;
}
.g1-mediabox.g1-type-flex-slider .g1-flex-container {
  margin: 0;
}

.g1-flex-container.layout-full .g1-slides li {
  overflow: hidden;
}
.g1-flex-container.layout-full .g1-slides li .media {
  overflow: hidden;
}
.g1-flex-container.layout-full .g1-slide .g1-shadows {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 1;
}
.g1-flex-container.layout-full .g1-slide .g1-shadows div {
  max-width: 1218px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.g1-flex-container.layout-full .g1-slide .g1-shadows div:before, .g1-flex-container.layout-full .g1-slide .g1-shadows div:after {
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  content: "";
  background-image: url(./../images/slider_shadows.png);
  background-repeat: repeat-y;
}
.g1-flex-container.layout-full .g1-slide .g1-shadows div:before {
  left: -120px;
  background-position: 0 0;
}
.g1-flex-container.layout-full .g1-slide .g1-shadows div:after {
  right: -120px;
  background-position: -120px 0;
}

/* --- Entry elements -------------------------------------------------------------------------- */
.entry-format {
  display: none;
}

.entry-mediabox img,
.entry-mediabox object,
.entry-mediabox iframe {
  margin: 0 auto;
  display: block;
}

.entry-featured-media {
  position: relative;
}

.entry-featured-media > .g1-frame {
  margin: 0;
}

.g1-collection.g1-view-as-grid.g1-one-fourth .entry-featured-media {
  margin-bottom: 10px;
}

.entry-featured-media a {
  position: relative;
  display: block;
}
.entry-featured-media img,
.entry-featured-media object,
.entry-featured-media iframe {
  margin: 0 auto;
  display: block;
}

.entry-meta > span {
  margin-right: 0.33em;
}
.entry-meta > span:after {
  content: ",";
}
.entry-meta > span:last-child:after {
  content: "";
}

.entry-terms {
  padding: 1.5em 0;
  overflow: hidden;
  border-style: dotted;
  border-width: 1px 0 0 0;
}

.g1-collection .entry-terms {
  padding-top: 0;
  border: none;
}

.entry-terms > div h6 {
  width: 0;
  height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  float: left;
  font-weight: normal;
}

.entry-terms > div ul {
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.entry-terms > div li {
  margin: 0 8px 6px 0;
  float: left;
}

.entry-categories {
  /* Decorative diamonds */
}
.entry-categories li {
  position: relative;
}
.entry-categories li + li:before,
.entry-categories li + li:after {
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.entry-categories li + li:before {
  margin-top: -8px;
  border-top-color: transparent !important;
}
.entry-categories li + li:after {
  margin-top: 0px;
  border-bottom-color: transparent !important;
}
.entry-categories li + li {
  padding-left: 16px;
}

.entry-tags ul li a {
  padding: 1px 8px;
  position: relative;
  display: block;
  white-space: nowrap;
}

.entry-tags ul li a:after {
  width: 0;
  height: 0;
  margin-top: -4px;
  margin-right: 4px;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  border-style: outset outset outset solid;
  border-width: 4px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.entry-buttons {
  padding-top: 3px;
  margin: 0 0 1.5em;
  list-style: none;
  overflow: hidden;
}

.entry-buttons li {
  float: left;
}

.entry-buttons.horizontal li {
  display: inline;
  float: left;
}

.entry-buttons.vertical li {
  display: block;
  float: none;
}

.entry-buttons .button {
  margin-bottom: 0;
}

/* Entry navigation */
.g1-entry-nav {
  margin: 0 0 1.5em;
  padding: 1.5em 0 0;
  border-width: 1px 0 0;
  overflow: hidden;
}
html#ie7 .g1-entry-nav {
  text-align: center;
}
.g1-entry-nav > p {
  margin: 0;
  display: block;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
}
.g1-entry-nav > p:before {
  padding-right: 0.5em;
  content: "—";
}
.g1-entry-nav > p:after {
  padding-left: 0.5em;
  content: "—";
}
.g1-entry-nav > ul {
  margin: 0 auto;
  display: table;
  position: relative;
  list-style: none;
  font-style: italic;
}
html#ie7 .g1-entry-nav > ul {
  display: inline;
  zoom: 1;
}
.g1-entry-nav > ul > li {
  float: left;
  overflow: hidden;
  position: relative;
}
.g1-entry-nav .g1-back {
  font-weight: bold;
}
.g1-entry-nav .g1-prev a {
  margin-right: 1em;
  /* &lsaquo; */
}
.g1-entry-nav .g1-prev a span:before {
  padding-right: 0.25em;
  content: "\2039";
}
.g1-entry-nav .g1-next a {
  margin-left: 1em;
  /* &rsaquo; */
}
.g1-entry-nav .g1-next a span:after {
  padding-left: 0.25em;
  content: "\203A";
}

.g1-entry-nav > ul > li > a {
  display: block;
  float: left;
  position: relative;
}

.g1-entry-nav > ul > li > a > span {
  display: block;
}

.related-entries {
  margin-top: 3em;
}

/* --- Collections ----------------------------------------------------------------------------- */
.g1-collection {
  width: 100%;
}

.g1-collection > ul {
  margin: 0;
  position: relative;
  list-style: none;
}

.g1-collection.g1-view-as-grid > ul > li {
  margin: 0 0 1.5em;
  display: inline-block;
  vertical-align: top;
}

html#ie7 .g1-collection.g1-view-as-grid > ul > li {
  display: inline;
  zoom: 1;
}

/* View as grid 1/4 */
.g1-collection.g1-view-as-grid.g1-one-fourth > ul {
  width: 104%;
  left: -4%;
}
body.g1-secondary-narrow #primary .g1-collection.g1-view-as-grid.g1-one-fourth > ul, body.g1-secondary-wide #primary .g1-collection.g1-view-as-grid.g1-one-fourth > ul, .g1-column.g1-three-fourth .g1-collection.g1-view-as-grid.g1-one-fourth > ul {
  width: 105.405405405%;
  left: -5.405405405%;
}
.g1-column.g1-one-half .g1-collection.g1-view-as-grid.g1-one-fourth > ul {
  width: 106.122448979%;
  left: -6.122448979%;
}
#secondary .g1-collection.g1-view-as-grid.g1-one-fourth > ul, .g1-column.g1-one-fourth .g1-collection.g1-view-as-grid.g1-one-fourth > ul {
  width: 100%;
  left: 0;
}
.g1-collection.g1-view-as-grid.g1-one-fourth > ul > li {
  width: 21.153846153%;
  margin-left: 3.846153846%;
}
body.g1-secondary-narrow #primary .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li, body.g1-secondary-wide #primary .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li, .g1-column.g1-three-fourth .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li {
  width: 28.205128205%;
  margin-left: 5.128205128%;
}
.g1-column.g1-one-half .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li {
  width: 42.307692307%;
  margin-left: 7.692307692;
}
#secondary .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li, .g1-column.g1-one-fourth .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li {
  width: 100%;
  margin-left: 0;
}

/* View as grid 1/3 */
.g1-collection.g1-view-as-grid.g1-one-third > ul {
  /* 42/1050 = 0.04 */
  width: 104%;
  left: -4%;
  /* Inside a two-third container, a three-column collection should be rendered
   * as a two-column collection
   */
  /* Inside a one-third container, a three-column collection should be rendered
   * as a one-column collection
   */
}
body.g1-secondary-narrow #primary .g1-collection.g1-view-as-grid.g1-one-third > ul, body.g1-secondary-wide #primary .g1-collection.g1-view-as-grid.g1-one-third > ul, .g1-column.g1-two-third .g1-collection.g1-view-as-grid.g1-one-third > ul {
  /* 42/686 = 6.12244898 */
  width: 106.12244898%;
  left: -6.12244898%;
}
#secondary .g1-collection.g1-view-as-grid.g1-one-third > ul, .g1-column.g1-one-third .g1-collection.g1-view-as-grid.g1-one-third > ul {
  width: 100%;
  left: 0;
}
.g1-collection.g1-view-as-grid.g1-one-third > ul > li {
  /* 322/(42+1050) = 0.29487179487 */
  width: 29.487179487%;
  /* 42(42+1050) = 0.03846153846 */
  margin-left: 3.846153846%;
  /* Inside a two-third container, a three-column collection should be rendered
   * as a two-column collection
   */
  /* Inside a one-third container, a three-column collection should be rendered
   * as a one-column collection
   */
}
body.g1-secondary-narrow #primary .g1-collection.g1-view-as-grid.g1-one-third > ul > li, body.g1-secondary-wide #primary .g1-collection.g1-view-as-grid.g1-one-third > ul > li, .g1-column.g1-two-third .g1-collection.g1-view-as-grid.g1-one-third > ul > li {
  /* 322/(42+686) = 0,442307692 */
  width: 44.2307692%;
  /* 42(42+686) = 0,0576923077 */
  margin-left: 5.76923077%;
}
.g1-column.g1-one-third .g1-collection.g1-view-as-grid.g1-one-third > ul > li {
  width: 100%;
  margin-left: 0;
}

.g1-collection.g1-view-as-grid.g1-one-half > ul {
  width: 104%;
  left: -4%;
}
.g1-collection.g1-view-as-grid.g1-one-half > ul > li {
  width: 46.153846153%;
  margin-left: 3.846153846%;
}
.g1-collection.g1-view-as-grid.g1-one-half > ul > li .g1-one-half {
  width: 100%;
  margin-left: 0;
}

.g1-collection.g1-view-as-grid.g1-two-third > ul > li {
  width: 100%;
}

.g1-collection.g1-view-as-grid.g1-max > ul > li {
  width: 100%;
  margin-bottom: 40px;
}

.g1-collection.g1-view-as-list > ul {
  margin: 0;
  list-style: none;
}

/* collection-list-two-third */
.g1-collection.g1-view-as-list.g1-two-third > ul {
  margin: 0 0 22px;
}
.g1-collection.g1-view-as-list.g1-two-third > ul > li {
  margin: 0 0 44px;
}
.g1-collection.g1-view-as-list.g1-two-third > ul > li + li {
  padding-top: 3em;
  border-top-width: 3px;
  border-top-style: double;
}
.g1-collection.g1-view-as-list.g1-two-third > ul > li.even > article > .g1-two-third {
  position: relative;
  left: 34.5833333%;
}
.g1-collection.g1-view-as-list.g1-two-third > ul > li.even > article > .g1-one-third {
  position: relative;
  left: -69.1666667%;
}

@media only screen and (max-width: 600px) {
  .g1-collection.g1-view-as-grid.g1-one-fourth > ul,
  .g1-collection.g1-view-as-grid.g1-one-third > ul,
  .g1-collection.g1-view-as-grid.g1-one-half > ul,
  .g1-collection.g1-view-as-grid.g1-one-fourth > ul > li,
  .g1-collection.g1-view-as-grid.g1-one-third > ul > li,
  .g1-collection.g1-view-as-grid.g1-one-half > ul > li {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.g1-collection.g1-view-as-list .entry-featured-media {
  margin: 0;
}

/* --- Isotope --------------------------------------------------------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/* disable CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* toolbar */
.isotope-toolbar {
  margin: -11px 0 44px;
}

.isotope-toolbar .filters {
  padding: 0 20px 8px 10px;
  overflow: hidden;
  border-width: 1px;
}

.isotope-toolbar .filters > p {
  padding: 2px 10px;
  margin: 8px 0 0 0;
  float: left;
  font-size: 12px;
  line-height: 20px;
}

.isotope-toolbar .filters > ul {
  margin: 0;
  float: right;
  list-style: none;
}

.isotope-toolbar .filters > ul li {
  margin: 8px 0 0 8px;
  float: left;
  font-size: 12px;
  line-height: 20px;
}

.isotope-toolbar .filters > ul li a {
  padding: 2px 20px;
  display: block;
}

.isotope-toolbar .filters > ul li.current a {
  position: relative;
  cursor: default;
}

/* Arrow  */
.isotope-toolbar .filters > ul li.current a:after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  border-width: 4px;
  margin-left: -4px;
  bottom: -8px;
  left: 50%;
  border-style: solid outset outset outset;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

@media only screen and (max-width: 768px) {
  .isotope-toolbar .filters > ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .isotope-toolbar .filters > p {
    display: none;
  }

  .isotope-toolbar .filters > ul {
    float: none;
  }
}
/* --- Widgets  -------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 21px;
  padding-bottom: 1px;
  /* Prevent margin collapsing */
}

/* --- Widget Calendar ------------------------------------------------------------------------- */
.widget_calendar table {
  width: 100%;
}
.widget_calendar table caption {
  font-weight: bold;
}
.widget_calendar th,
.widget_calendar td {
  padding: 3px;
}
.widget_calendar th {
  text-align: center;
  border-width: 1px 0 3px 0;
}
.widget_calendar tbody td {
  text-align: center;
  border-width: 1px;
}
.widget_calendar tbody td.pad:first-child {
  border-width: 1px 0 0 1px;
}
.widget_calendar tbody td a,
.widget_calendar tbody td#today {
  font-weight: bold;
}

/* --- WordPress Default Widgets --------------------------------------------------------------- */
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul {
  margin-left: 0;
  list-style: none;
}

.widget_links ul ul,
.widget_meta ul ul,
.widget_rss ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_categories ul ul,
.widget_archive ul ul {
  padding: 0 0 0 2em;
  margin: 0;
  border-width: 1px 0 0;
}

.widget_recent_entries li,
.widget_links li,
.widget_meta li,
.widget_rss li,
.widget_pages a,
.widget_nav_menu a,
.widget_categories span,
.widget_archive li {
  padding: 5px 0;
  display: block;
  border-width: 1px 0 0;
}

.widget_recent_entries li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_rss li:first-child,
.widget_pages li:first-child > a,
.widget_nav_menu li:first-child > a,
.widget_categories li:first-child > span,
.widget_archive li:first-child {
  padding-top: 0;
  border: 0;
}

.widget_recent_entries li li:first-child,
.widget_links li li:first-child,
.widget_meta li li:first-child,
.widget_rss li li:first-child,
.widget_pages li li:first-child > a,
.widget_nav_menu li li:first-child > a,
.widget_categories li li:first-child > span,
.widget_archive li li:first-child {
  padding-top: 5px;
}

.widget_rss li a.rsswidget {
  display: block;
}

.widget_rss .rssSummary {
  margin: 9px 0 0;
}

.widget_tag_cloud a {
  line-height: 100%;
}

.widget_categories select,
.widget_archive select,
div.tagcloud {
  margin: 0 0 22px;
}

.widget_recent_comments li {
  padding: 5px 0;
  border-width: 1px 0 0;
}

.widget_recent_comments li:first-child {
  padding-top: 0;
  border: 0;
}

/* --- Comment list ---------------------------------------------------------------------------- */
img.avatar {
  padding: 3px;
  border-width: 1px;
  background: #f2f2f2;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background: linear-gradient(top, #ffffff, #f2f2f2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset -1px -1px 0 white, inset 1px -1px 0 white;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset -1px -1px 0 white, inset 1px -1px 0 white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset -1px -1px 0 white, inset 1px -1px 0 white;
}

.commentlist {
  margin: 0;
  list-style: none;
}

.commentlist li {
  position: relative;
}

.commentlist .comment-wrapper {
  padding: 22px 0 11px 0px;
  border-style: dotted;
  border-width: 1px 0 0 0;
}

.comment-wrapper footer {
  margin: 11px 0 0;
  text-align: right;
}

.commentlist div.vcard {
  padding: 4px 0 0 58px;
}

.commentlist div.vcard cite.fn {
  font-style: normal;
  font-weight: bold;
}

.commentlist img.avatar {
  position: absolute;
  left: 0;
  top: 20px;
}

.commentlist div.commentmetadata {
  margin: 0 0 22px 58px;
}

.commentlist ul.children {
  margin: 0 0 0 20px;
  list-style: none;
}

.comment-body {
  padding: 22px 22px 1px;
  border-width: 3px 1px 1px;
}

.bypostauthor > article > .comment-body {
  border-width: 0;
}

img.avatar-20 {
  width: 20px;
  height: 20px;
}

img.avatar-40 {
  width: 40px;
  height: 40px;
}

img.avatar-60 {
  width: 60px;
  height: 60px;
}

img.avatar-80 {
  width: 80px;
  height: 80px;
}

img.avatar-100 {
  width: 100px;
  height: 100px;
}

/* --- Comments -------------------------------------------------------------------------------- */
#comments {
  margin: 22px 0 0;
}

#respond {
  margin: 44px 0 0;
  position: relative;
}

.commentlist #respond {
  margin: 22px 0;
}

/* --- Author Info ----------------------------------------------------------------------------- */
#author-info {
  min-height: 108px;
  padding: 22px 22px 0 128px;
  overflow: hidden;
  position: relative;
}

#author-info:before {
  height: 1px;
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  z-index: 2;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

#author-info > header > h3 {
  margin: 0 0 11px;
}

#author-avatar {
  position: absolute;
  left: 22px;
  top: 22px;
}

/* --- the_meta() ------------------------------------------------------------------------------ */
.post-meta {
  margin: 0;
  list-style: none;
}
.post-meta li {
  padding: 6px 0;
  border-width: 1px 0 0 0;
}
.post-meta li:first-child {
  padding-top: 0;
  border: 0;
}

.post-meta-key {
  display: block;
  font-weight: bold;
}

/* --- Sidebar --------------------------------------------------------------------------------- */
#secondary {
  /* Sidebar background */
}
#secondary > .g1-inner {
  position: relative;
  z-index: 2;
  zoom: 1;
}
#secondary > .g1-inner > .g1-inner:before,
#secondary > .g1-inner > .g1-inner:after {
  display: table;
  clear: both;
  content: "";
}
body.g1-secondary-before #secondary > .g1-inner {
  padding-right: 30px;
}
body.g1-secondary-after #secondary > .g1-inner {
  padding-left: 30px;
}
#secondary .widget {
  margin: 0 0 1px;
  border-bottom-width: 2px;
}
#secondary .widget:last-child {
  border-bottom-width: 0;
}
#secondary .widget + .widget {
  padding-top: 1.5em;
  border-top-width: 1px;
}
#secondary > .g1-background > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  bottom: 44px;
  background-repeat: repeat-y;
  /* little gradients */
  /* top gradient */
  /* bottom gradient */
}
body.g1-secondary-after #secondary > .g1-background > div {
  background-position: left 0;
}
body.g1-secondary-before #secondary > .g1-background > div {
  background-position: right 0;
}
#secondary > .g1-background > div:before, #secondary > .g1-background > div:after {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  content: "";
  background-repeat: no-repeat;
}
#secondary > .g1-background > div:before {
  top: -60px;
}
body.g1-secondary-before #secondary > .g1-background > div:before {
  background-position: right 0;
}
body.g1-secondary-after #secondary > .g1-background > div:before {
  background-position: left 0;
}
#secondary > .g1-background > div:after {
  bottom: -60px;
}
body.g1-secondary-before #secondary > .g1-background > div:after {
  background-position: right -60px;
}
body.g1-secondary-after #secondary > .g1-background > div:after {
  background-position: left -60px;
}
@media only screen and (max-width: 600px) {
  #secondary > .g1-background {
    display: none;
  }
}

.g1-sidebar {
  position: relative;
}
.g1-sidebar > .inner {
  padding: 44px 0 22px 30px;
  position: relative;
  z-index: 2;
}

/* --- Side navigation ------------------------------------------------------------------------- */
body.g1-secondary-before #secondary > .g1-inner .g1-side-nav {
  margin-right: -30px;
}

body.g1-secondary-after #secondary > .g1-inner .g1-side-nav {
  margin-left: -30px;
}

.g1-side-nav {
  /* differentiate the top ancestor */
  /* current page */
}
.g1-side-nav ul {
  margin: 0;
  list-style: none;
}
.g1-side-nav li {
  display: block;
}
.g1-side-nav li a {
  display: block;
  background-repeat: no-repeat;
}
.g1-side-nav li + li a {
  border-width: 1px 0 0;
}
.g1-side-nav > ul > li:first-child > a {
  font-weight: bold;
}
.g1-side-nav li a > span {
  display: block;
}
.g1-side-nav li.current_page_item > a {
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
  border-width: 4px 4px;
  /* arrow */
}
.g1-side-nav li.current_page_item > a:after {
  width: 0;
  height: 0;
  margin-top: -6px;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  border-width: 6px;
}
@media only screen and (max-width: 600px) {
  .g1-side-nav li.current_page_item > a:after {
    left: 0px;
    border-style: outset outset outset solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
  }
}
@media only screen and (min-width: 601px) {
  body.g1-secondary-before #secondary .g1-side-nav li.current_page_item > a:after {
    right: -16px;
    border-style: outset outset outset solid;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
  }
  body.g1-secondary-after #secondary .g1-side-nav li.current_page_item > a:after {
    left: -16px;
    border-style: outset solid outset outset;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
  }
}

/* IE7 negative margin fix */
html#ie7 .g1-side-nav li {
  display: block;
}

html#ie7 .g1-side-nav li.current_page_item > a {
  zoom: 1;
}

body.g1-secondary-before #secondary .g1-side-nav li a > span {
  padding: 7px 30px 7px 10px;
}

body.g1-secondary-after #secondary .g1-side-nav li a > span {
  padding: 7px 10px 7px 30px;
}

.g1-side-nav + .widget {
  margin-top: 44px;
}

/* =mediabox
-------------------------------------------------------------- */
.g1-mediabox ul.g1-mediabox-items {
  margin: 0;
  list-style-type: none;
}

/* --- Media ----------------------------------------------------------------------------------- */
figure.g1-media {
  margin: 0;
}
figure.g1-media ul.attachments {
  margin: 0;
  list-style: none;
}
figure.g1-media ul.attachments > li {
  margin: 0 0 28px;
  vertical-align: bottom;
}
figure.g1-media ul.attachments > li > figure {
  margin: 0;
}
figure.g1-media ul.attachments > li > figure > .frame {
  margin-bottom: 3px;
}
figure.g1-media figure.g1-media-image img,
figure.g1-media figure.g1-media-embed object,
figure.g1-media figure.g1-media-embed iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* --- Placeholders ---------------------------------------------------------------------------- */
.g1-placeholder {
  width: 9999px;
  max-width: 100%;
  margin: 0 0 1.5em;
  display: block;
  background-color: #f2f2f2;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top center, #f1f1f1, #e5e5e5);
  background: -moz-linear-gradient(top center, #f1f1f1, #e5e5e5);
  background: -o-linear-gradient(top center, #f1f1f1, #e5e5e5);
  background: linear-gradient(top center, #f1f1f1, #e5e5e5);
}
.g1-placeholder.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.g1-placeholder > .g1-inner {
  width: 100%;
  height: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.g1-placeholder.g1-type-no-image > .g1-inner {
  background-image: url(./../images/icons/placeholder-no-image.png);
}
.g1-placeholder.g1-type-password-required > .g1-inner {
  background-image: url(./../images/icons/placeholder-password-required.png);
}
.g1-placeholder.g1-type-user > .g1-inner {
  background-image: url(./../images/icons/placeholder-user.png);
}
.g1-placeholder.g1-type-users > .g1-inner {
  background-image: url(./../images/icons/placeholder-users.png);
}

/* HDPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-ms-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .g1-placeholder > .g1-inner {
    background-size: 32px 32px;
  }
  .g1-placeholder.g1-type-no-image > .g1-inner {
    background-image: url(./../images/icons/placeholder-no-image_@2x.png);
  }
  .g1-placeholder.g1-type-password-required > .g1-inner {
    background-image: url(./../images/icons/placeholder-password-required_@2x.png);
  }
  .g1-placeholder.g1-type-user > .g1-inner {
    background-image: url(./../images/icons/placeholder-user_@2x.png);
  }
  .g1-placeholder.g1-type-users > .g1-inner {
    background-image: url(./../images/icons/placeholder-users_@2x.png);
  }
}
.g1-frame .g1-placeholder {
  margin: 0;
}

/* --- Pagination, Page links ------------------------------------------------------------------ */
.g1-pagination {
  margin-bottom: 1.5em;
  font-style: italic;
}
.g1-pagination p {
  margin: 0 auto;
  display: table;
}
.g1-pagination p > strong:first-child {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
.g1-pagination p > strong:first-child:before {
  padding-right: 0.5em;
  content: "—";
}
.g1-pagination p > strong:first-child:after {
  padding-left: 0.5em;
  content: "—";
}
.g1-pagination a {
  padding: 5px;
}
.g1-pagination strong.current {
  padding: 5px;
}
.g1-pagination a.prev {
  margin-right: 1em;
  padding-left: 0;
  /* &lsaquo; */
}
.g1-pagination a.prev span:before {
  padding-right: 0.25em;
  content: "\2039";
}
.g1-pagination a.next {
  margin-left: 1em;
  padding-right: 0;
  /* &rsaquo; */
}
.g1-pagination a.next span:after {
  padding-left: 0.25em;
  content: "\203A";
}

/* ----->>> PREHEADER SECTION <<<--------------------------------------------------------------- */
#g1-preheader-widget-area {
  padding-top: 3em;
}

body.g1-preheader-collapsed #g1-preheader-widget-area {
  display: none;
}

body.g1-preheader-expanded #g1-preheader-widget-area {
  display: block;
}

#g1-preheader-toggle {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
html.no-js #g1-preheader-toggle {
  display: none;
}
@media only screen and (max-width: 1218px) {
  #g1-preheader-toggle {
    margin: 0 6.89655%;
  }
}

/* button */
#g1-preheader-toggle .g1-toggle-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  /* arrow */
}
#g1-preheader-toggle .g1-toggle-button > span {
  position: absolute;
  left: 9px;
  display: block;
  content: "";
  border-width: 6px;
  border-style: solid;
}
body.g1-preheader-collapsed #g1-preheader-toggle .g1-toggle-button > span {
  top: 12px;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: white !important;
}
body.g1-preheader-expanded #g1-preheader-toggle .g1-toggle-button > span {
  top: 6px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: white !important;
}

/* Clearfix */
#g1-preheader-bar:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

html#ie7 #g1-preheader-bar {
  zoom: 1;
}

#g1-preheader-bar {
  padding-right: 31px;
}

/* --- Feeds navigation ------------------------------------------------------------------------ */
#secondary-nav {
  float: left;
}

#g1-secondary-nav-menu {
  margin: 0;
  list-style: none;
}
#g1-secondary-nav-menu li {
  float: left;
  font-size: 12px;
  line-height: 30px;
}
#g1-secondary-nav-menu li + li {
  margin-left: 1em;
}

#g1-secondary-nav-menu {
  margin: 0;
  list-style: none;
}
#g1-secondary-nav-menu li {
  float: left;
  font-size: 12px;
  line-height: 30px;
}
#g1-secondary-nav-menu li + li {
  margin-left: 1em;
}

#g1-feeds-nav {
  margin-top: 3px;
  margin-bottom: -5px;
  float: right;
}
#g1-feeds-nav ul {
  margin: 0;
}

/* ----->>> HEADER SECTION <<<------------------------------------------------------------------ */
/* --- Site ID --------------------------------------------------------------------------------- */
#g1-id h1.site-title,
#g1-id p.site-title {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}
#g1-id p.site-description {
  margin: 0;
}
#g1-id p.site-description > strong {
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #g1-logo {
    display: none !important;
  }

  #g1-mobile-logo {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  #g1-logo {
    display: block !important;
  }

  #g1-mobile-logo {
    display: none !important;
  }
}
/* --- Primary bar ----------------------------------------------------------------------------- */
#g1-primary-bar > .g1-inner {
  position: relative;
  z-index: 2;
  /* Clearfix */
}
#g1-primary-bar > .g1-inner:after {
  display: table;
  clear: both;
  content: "";
}

/* --- Primary navigation ---------------------------------------------------------------------- */
#g1-primary-nav-select {
  display: none;
}

@media only screen and (max-width: 960px) {
  #g1-id {
    width: auto !important;
  }

  #g1-primary-nav-menu {
    display: none;
  }

  #g1-primary-nav-select {
    display: block;
    float: right;
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  #g1-id {
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  #g1-mobile-logo {
    margin-left: auto;
    margin-right: auto;
  }

  #g1-footer > div:first-child > div:first-child {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  #g1-primary-nav-select {
    margin-top: 0;
    display: inline-block;
    float: none;
    max-width: 100%;
  }
}
/* Decorative diamonds */
#g1-primary-bar ul.g1-dropdown > li + li:before,
#g1-primary-bar ul.g1-dropdown > li + li:after {
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
#g1-primary-bar ul.g1-dropdown > li + li:before {
  margin-top: -8px;
  border-top-color: transparent !important;
}
#g1-primary-bar ul.g1-dropdown > li + li:after {
  margin-top: 0px;
  border-bottom-color: transparent !important;
}
#g1-primary-bar ul.g1-dropdown > li + li {
  padding-left: 8px;
}

/* logo on left, menu on right */
body.g1-header-layout-01 #g1-id {
  float: left;
}
body.g1-header-layout-01 #g1-primary-nav {
  float: right;
}

/* logo on right, menu on left */
body.g1-header-layout-02 #g1-id {
  float: right;
}
body.g1-header-layout-02 #g1-primary-nav {
  float: left;
}

/* logo on left, menu below */
body.g1-header-layout-03 #g1-id {
  text-align: left;
}
body.g1-header-layout-03 #g1-primary-nav {
  border-width: 1px 0 0;
}

/* centered logo, centered menu below  */
body.g1-header-layout-04 #g1-id {
  text-align: center;
}
body.g1-header-layout-04 #g1-primary-nav {
  border-width: 1px 0 0;
}
body.g1-header-layout-04 #g1-primary-nav-menu {
  margin: 0 auto;
  display: table;
}
body.g1-header-layout-04 #g1-primary-nav-menu > li > a {
  text-align: center;
}

/* logo on right, menu below */
body.g1-header-layout-05 #g1-id {
  text-align: right;
}
body.g1-header-layout-05 #g1-primary-nav {
  border-width: 1px 0 0;
}

/* centered logo, menu around */
body.g1-header-layout-06 #g1-primary-bar {
  width: 100%;
  display: table;
}
body.g1-header-layout-06 #g1-primary-nav-mirror {
  width: 474px;
  display: table-cell;
  vertical-align: top;
}
body.g1-header-layout-06 #g1-primary-nav-mirror ul {
  float: right;
}
body.g1-header-layout-06 #g1-id {
  width: 2px;
  display: table-cell;
}
body.g1-header-layout-06 #g1-id h1,
body.g1-header-layout-06 #g1-id p {
  padding: 0 40px;
  white-space: nowrap;
  text-align: center;
}
body.g1-header-layout-06 #g1-primary-nav {
  width: 474px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
body.g1-header-layout-06 #g1-primary-nav ul {
  float: left;
}
@media only screen and (max-width: 960px) {
  body.g1-header-layout-06 #g1-primary-nav-mirror {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  body[class*="g1-header-layout-"] #g1-primary-bar {
    display: block;
  }
  body[class*="g1-header-layout-"] #g1-id {
    width: auto;
    padding: 20px 0;
    display: block;
    float: none;
    text-align: center;
  }
  body[class*="g1-header-layout-"] #g1-primary-nav {
    width: auto;
    padding-top: 0;
    margin: 0 0 10px 0;
    display: block;
    float: none;
    text-align: center;
  }
}
/* Base */
.g1-dropdown, .g1-dropdown ul {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  list-style-position: outside;
}

.g1-dropdown {
  /* base */
  /* Links level 1 */
  /* Links level 2,3,4 */
  /* Submenu level 1 */
  /* Submenu level 2,3,4 */
  /* Dropdown mechanism */
}
.g1-dropdown > li > a > strong {
  font-weight: normal;
}
.g1-dropdown > li > a > strong,
.g1-dropdown > li > a > span {
  display: block;
}
.g1-dropdown > li > a > span {
  font-size: 12px;
  line-height: 14px;
  font-family: Arial,sans-serif;
  text-transform: none;
  letter-spacing: normal;
  opacity: 0.66;
}
.g1-dropdown li {
  position: relative;
}
.g1-dropdown li a {
  position: relative;
  text-decoration: none;
}
.g1-dropdown li ul {
  width: 170px;
  position: absolute;
  display: none;
  z-index: 1;
}
.g1-dropdown > li {
  display: inline;
  float: left;
}
.g1-dropdown > li > a {
  padding: 10px 10px;
  display: inline;
  float: left;
}
.g1-dropdown ul li {
  padding: 0;
  margin: 0;
}
.g1-dropdown ul a {
  margin: 0;
  padding: 7px 10px;
  position: relative;
  display: block;
}
html#ie7 .g1-dropdown ul a {
  zoom: 1;
}
.g1-dropdown ul {
  left: 8px;
  top: 40px;
}
html.no-js .g1-dropdown ul {
  top: 30px;
}
.g1-dropdown > li:first-child ul {
  left: 0;
}
.g1-dropdown ul ul {
  left: 170px;
  top: 0px;
}
.g1-dropdown li:hover ul ul,
.g1-dropdown li:hover ul ul ul,
.g1-dropdown li:hover ul ul ul ul {
  display: none;
}
.g1-dropdown li:hover ul,
.g1-dropdown li li:hover ul,
.g1-dropdown li li li:hover ul,
.g1-dropdown li li li li:hover ul {
  display: block;
}

/* Disable CSS dropdown mechanism if JavaScript is enabled */
html.js .g1-dropdown li:hover > ul {
  display: none;
}

html.js .g1-dropdown li.dd-show > ul {
  display: block;
}

/* Arrows level 1 */
.g1-dropdown > li > a span.dd-arrow {
  display: none;
}

.g1-dropdown a:hover span.dd-arrow,
.g1-dropdown a.dd-path span.dd-arrow {
  display: block;
}

/* Arrows level 2,3,4 */
.g1-dropdown ul a span.dd-arrow {
  height: 8px;
  width: 4px;
  position: absolute;
  left: 150px;
  top: 12px;
}

.g1-dropdown ul a span.dd-arrow .css-shape {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-width: 4px 0 4px 4px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

#g1-primary-bar ul.g1-dropdown > li > a:hover,
#g1-primary-bar ul.g1-dropdown > li > a.dd-path,
#g1-primary-bar ul.g1-dropdown ul {
  background-color: #333333;
}
#g1-primary-bar ul.g1-dropdown > li > a:hover,
#g1-primary-bar ul.g1-dropdown > li > a.dd-path,
#g1-primary-bar ul.g1-dropdown ul a {
  color: #999;
}
#g1-primary-bar ul.g1-dropdown ul li + li a {
  border-color: #404040;
  border-width: 1px 0 0 0;
}
#g1-primary-bar ul.g1-dropdown li li a:hover,
#g1-primary-bar ul.g1-dropdown li li .dd-path {
  color: #fff;
}

#g1-header > .g1-background .g1-gradients {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#g1-header > .g1-background .g1-gradients div {
  width: 560px;
  height: 560px;
  margin: -280px auto 0 auto;
  display: none;
}
html.lt-ie10 #g1-header > .g1-background .g1-gradients div {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50, finishopacity=0, style=2);
}

#g1-primary-nav-menu ul {
  z-index: 10000;
}

/* =Search Form
---------------------------------------------------------------------- */
/* wrapper */
.g1-searchform {
  position: relative;
}
#g1-preheader-bar .g1-searchform {
  float: right;
}

#searchform {
  max-width: 322px;
  margin-bottom: 1.5em;
  clear: both;
  position: relative;
}

/* search phrase */
#s {
  width: 100%;
  padding-right: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* submit button */
#searchsubmit {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(./../images/sprites_1.png) -132px 0 no-repeat;
}

/* toggle button */
#g1-preheader-bar .g1-searchform > a {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  display: block;
  position: relative;
}

#g1-preheader-bar .g1-searchform > a:before {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: 's';
  text-align: center;
  line-height: 30px;
  font-family: 'AmadeusDingbatsRegular';
  font-size: 14px;
  color: #fff;
}

.g1-searchform.g1-toggle-ui {
  /* top arrow */
}
.g1-searchform.g1-toggle-ui #searchform {
  width: 282px;
  margin-bottom: 0;
  padding: 20px 20px;
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
}
.g1-searchform.g1-toggle-ui #searchform:after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -12px;
  right: 9px;
  content: "";
  border-width: 6px;
  border-style: outset outset solid outset;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.g1-searchform.g1-toggle-ui #searchsubmit {
  top: 20px;
  right: 25px;
}

.g1-searchform.g1-toggle-ui.g1-toggle-on #searchform {
  display: block;
}

/* ----->>> PRECONTENT SECTION <<<-------------------------------------------------------------- */
#g1-precontent > .g1-inner {
  overflow: hidden;
}

#g1-precontent-shortcode {
  clear: both;
  padding: 1.5em 0 0 0;
}

/* ----->>> CONTENT SECTION <<<----------------------------------------------------------------- */
#g1-content > .g1-inner {
  min-height: 400px;
  padding-top: 3em;
  padding-bottom: 6em;
}

body.g1-fonts-xs .g1-breadcrumbs {
  font-size: 11px;
}
body.g1-fonts-s .g1-breadcrumbs {
  font-size: 11px;
}
body.g1-fonts-m .g1-breadcrumbs {
  font-size: 12px;
}
body.g1-fonts-l .g1-breadcrumbs {
  font-size: 13px;
}
body.g1-fonts-xl .g1-breadcrumbs {
  font-size: 13px;
}
.g1-breadcrumbs strong {
  font-weight: normal;
}
#g1-content .g1-breadcrumbs {
  margin-top: -2.5em;
  text-align: right;
}

/* --- Entry utilities ------------------------------------------------------------------------- */
.entry-utility {
  clear: both;
}
.entry-utility span {
  margin: 0 0 1.5em;
  display: block;
}

/* ----->>> PREFOOTER SECTION <<<--------------------------------------------------------------- */
#g1-prefooter-widget-area {
  padding-top: 3em;
}

#g1-prefooter > .g1-background .g1-gradients {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#g1-prefooter > .g1-background .g1-gradients div {
  width: 840px;
  height: 840px;
  margin: -420px auto 0 auto;
  display: none;
}
html.lt-ie10 #g1-prefooter > .g1-background .g1-gradients div {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50, finishopacity=0, style=2);
}

/* ----->>> FOOTER SECTION <<<------------------------------------------------------------------ */
#g1-footer {
  padding-bottom: 1.5em;
}

#g1-footer-area {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

/* Clearfix */
#g1-footer-area:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

html#ie7 #g1-footer-area {
  zoom: 1;
}

#g1-footer-text, #g1-footer-nav {
  max-width: 50%;
  margin: 0;
}

#g1-footer-text {
  font-size: 12px;
}

.g1-footer-menu {
  margin: 0;
  overflow: hidden;
  float: left;
  font-size: 12px;
  list-style: none;
  /* Decorative diamonds */
}
.g1-footer-menu li {
  position: relative;
  float: left;
}
.g1-footer-menu a {
  padding: 0 10px;
}
.g1-footer-menu > li + li:before,
.g1-footer-menu > li + li:after {
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.g1-footer-menu > li + li:before {
  margin-top: -8px;
  border-top-color: transparent !important;
}
.g1-footer-menu > li + li:after {
  margin-top: 0px;
  border-bottom-color: transparent !important;
}
.g1-footer-menu > li + li {
  padding-left: 8px;
}

#g1-footer-back-to-top {
  font-size: 12px;
  font-weight: bold;
}

/* text-nav layout (default) */
#g1-footer-text {
  float: left;
}

#g1-footer-nav {
  float: right;
  display: inline;
}

#g1-footer-back-to-top {
  margin: 0 0 0 20px;
  float: left;
}

/* layout-02 */
body.g1-footer-layout-02 #g1-footer-text {
  float: right;
  text-align: right;
}
body.g1-footer-layout-02 #g1-footer-nav {
  float: left;
  display: inline;
}
body.g1-footer-layout-02 .g1-footer-menu {
  float: right;
}
body.g1-footer-layout-02 #g1-footer-back-to-top {
  margin: 0 20px 0 0;
  float: right;
}

/* layout-03 */
body.g1-footer-layout-03 #g1-footer-area {
  text-align: center;
}
body.g1-footer-layout-03 #g1-footer-text {
  max-width: 100%;
  float: none;
  display: block;
}
body.g1-footer-layout-03 #g1-footer-nav {
  max-width: 100%;
  float: none;
  display: block;
}
body.g1-footer-layout-03 .g1-footer-menu {
  float: none;
  display: inline-block;
}
body.g1-footer-layout-03 #g1-footer-back-to-top {
  margin: 0 20px 0 0;
  float: none;
}

#g1-footer-back-to-top a {
  padding-left: 14px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  /* Arrow */
}
#g1-footer-back-to-top a:before, #g1-footer-back-to-top a:after {
  display: block;
  position: absolute;
  content: "";
}
#g1-footer-back-to-top a:before {
  left: 0;
  top: -3px;
  border-width: 5px;
  border-style: outset outset solid outset;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
#g1-footer-back-to-top a:after {
  width: 0;
  height: 6px;
  left: 4px;
  top: 7px;
  border-style: outset solid;
  border-width: 0 1px;
}

/* ============================================================================================= */
/* =====>>> PAGE SPECIFIC LAYOUT <<<============================================================ */
/* ============================================================================================= */
/* ----->>> PAGES <<<--------------------------------------------------------------------------- */
/* ----->>> POSTS <<<--------------------------------------------------------------------------- */
/* ----->>> WORKS <<<--------------------------------------------------------------------------- */
/* ----->>> SEARCH <<<-------------------------------------------------------------------------- */
/* --- Search Results -------------------------------------------------------------------------- */
ul.search-results {
  margin: 0;
  list-style: none;
}
ul.search-results > li + li {
  padding-top: 1.5em;
  border-width: 1px 0 0;
}
ul.search-results p.search-meta {
  margin: 0;
}

/* ----->>> 404 <<<----------------------------------------------------------------------------- */
/* ----->>> EXTRAS <<<-------------------------------------------------------------------------- */
.entry-header,
.archive-header {
  margin-bottom: 3em;
  position: relative;
  border-bottom-width: 2px;
}
.entry-header:after,
.archive-header:after {
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.g1-collection .entry-header,
.g1-collection .entry-header:after {
  margin-bottom: 0;
  border-width: 0;
}

/* =Password-Protected =Form */
form.g1-type-password-protected input[type="password"] {
  width: 300px;
  margin: 0.375em 0 0.75em 0;
  display: block;
}

/* Sociable Plugin fix */
#skyscraper .wpPlugin-MainFrame {
  z-index: 9999;
}
