﻿@CHARSET "utf-8"; 
 
/**
 * normalization CSS
 * http://necolas.github.com/normalize.css/
 *
 * Bootstrap
 * http://getbootstrap.com
 */
 
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined in IE 8/9.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/

audio,
canvas,
video {
    display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}

/* ==========================================================================
Base
========================================================================== */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
    margin: 0;
}

/* ==========================================================================
Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
    background: transparent;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/

pre {
    white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9.
*/

img {
    border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari 5.
*/

figure {
    margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
    line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
} 

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
  a[href]:after {
    content: " (" attr(href) ")";
  }
  */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm 1.5cm 1cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  
  nav, #navigation { display: none; }
}

/*****************************************************************
 *  Element Styles
 *****************************************************************/
 
/** core **/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "ITC New Baskerville Roman", Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.4285714285714;
  color: #000000;
  background-color: #FFFFFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #DF091D;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #DF091D;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 8px;
}

.img-thumbnail {
  padding: 9px;
  line-height: 1.4285714285714;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #EEEEEE;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 24px;
}

.lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4285714285714;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}
.text-primary {
  color: #DF091D;
}
.text-warning {
  color: #DFBB09;
}
.text-danger {
  color: #DF091D;
}
.text-success {
  color: #07AE07;
}
.text-info {
  color: #0974DF;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "ITC New Baskerville Roman", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1, h2, h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h4, h5, h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h1, .h1 {
  font-size: 34px;
}
h2, .h2 {
  font-size: 19px;
}
h3, .h3 {
  font-size: 17px;
  font-weight: bold;
}
h4, .h4 {
  font-size: 21px;
}
h5, .h5 {
  font-size: 17px;
}
h6, .h6 {
  font-size: 14px;
}
h1 small, .h1 small {
  font-size: 65%;
}
h2 small, .h2 small {
  font-size: 65%;
}
h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 75%;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #000000;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

dl {
  margin-bottom: 24px;
}
dt, dd {
  line-height: 1.4285714285714;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #000000;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #000000;
}
blockquote p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.33;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.4285714285714;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #000000;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.4285714285714;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #C7254E;
  background-color: #F9F2F4;
  white-space: nowrap;
  border-radius: 5px;
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 12px;
  font-size: 16px; 
  line-height: 1.4285714285714;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  border-radius: 5px;
}

pre.prettyprint {
  margin-bottom: 24px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1600px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-us-1, .col-us-2, .col-us-3, .col-us-4, .col-us-5, .col-us-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/*** media queries ***/

/*** generated grid-styles for: us ***/

.container {
  max-width: 320px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-us-1, .col-us-2, .col-us-3, .col-us-4, .col-us-5, .col-us-6 {
  float: left;
}

.col-us-1 {
  width: 16.667%;
}

.col-us-2 {
  width: 33.333%;
}

.col-us-3 {
  width: 50%;
}

.col-us-4 {
  width: 66.667%;
}

.col-us-5 {
  width: 83.333%;
}

.col-us-6 {
  width: 100%;
}


/*** generated grid-styles for: xs ***/

@media (min-width: 480px) {
  .container {
    max-width: 480px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }

  .col-xs-1 {
    width: 8.333%;
  }

  .col-xs-2 {
    width: 16.667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.333%;
  }

  .col-xs-5 {
    width: 41.667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.333%;
  }

  .col-xs-8 {
    width: 66.667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.333%;
  }

  .col-xs-11 {
    width: 91.667%;
  }

  .col-xs-12 {
    width: 100%;
  }

}


/*** generated grid-styles for: sm ***/

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333%;
  }

  .col-sm-2 {
    width: 16.667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333%;
  }

  .col-sm-5 {
    width: 41.667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333%;
  }

  .col-sm-8 {
    width: 66.667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333%;
  }

  .col-sm-11 {
    width: 91.667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.333%;
  }

  .col-sm-push-2 {
    left: 16.667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.333%;
  }

  .col-sm-push-5 {
    left: 41.667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333%;
  }

  .col-sm-push-8 {
    left: 66.667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.333%;
  }

  .col-sm-push-11 {
    left: 91.667%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.333%;
  }

  .col-sm-pull-2 {
    right: 16.667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.333%;
  }

  .col-sm-pull-5 {
    right: 41.667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333%;
  }

  .col-sm-pull-8 {
    right: 66.667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.333%;
  }

  .col-sm-pull-11 {
    right: 91.667%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

}


/*** generated grid-styles for: md ***/

@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.333%;
  }

  .col-md-2 {
    width: 16.667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333%;
  }

  .col-md-5 {
    width: 41.667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333%;
  }

  .col-md-8 {
    width: 66.667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333%;
  }

  .col-md-11 {
    width: 91.667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.333%;
  }

  .col-md-push-2 {
    left: 16.667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.333%;
  }

  .col-md-push-5 {
    left: 41.667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333%;
  }

  .col-md-push-8 {
    left: 66.667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.333%;
  }

  .col-md-push-11 {
    left: 91.667%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.333%;
  }

  .col-md-pull-2 {
    right: 16.667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.333%;
  }

  .col-md-pull-5 {
    right: 41.667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333%;
  }

  .col-md-pull-8 {
    right: 66.667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.333%;
  }

  .col-md-pull-11 {
    right: 91.667%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

}



table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px;
  line-height: 1.4285714285714;
  vertical-align: top;
  border-top: 1px solid #000000;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #000000;
}
.table .table {
  background-color: #FFFFFF;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 6px;
}
.table-bordered {
  border: 1px solid #000000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #000000;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F9F9F9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #FF0A21;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #FF0A21;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #07AE07;
  border-color: #069506;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #057D05;
  border-color: #046404;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #DF091D;
  border-color: #C6081A;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #AE0717;
  border-color: #950614;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #DFBB09;
  border-color: #C6A608;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #AE9207;
  border-color: #957D06;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #0974DF;
  border-color: #0867C6;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td {
  background-color: #075AAE;
  border-color: #064E95;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #000000;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #000000;
}
label {
  display: inline-block;
  font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 9px 14px;
  font-size: 17px;
  line-height: 1.4285714285714;
  color: #000000;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #DF091D;
  outline: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #EEEEEE;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 24px;
}
.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 35px;
  line-height: 1.5;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 54px;
  padding: 12px 20px;
  font-size: 21px;
  line-height: 1.33;
  border-radius: 8px;
}
select.input-lg {
  height: 1.33;
  line-height: 1.33;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #FFFFFF;
}
.has-warning .form-control {
  border-color: #C6A608;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #C6A608;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFBB09;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DFBB09;
}
.has-warning .input-group-addon {
  color: #FFFFFF;
  border-color: #C6A608;
  background-color: #DFBB09;
}
.has-error .help-block,
.has-error .control-label {
  color: #DF091D;
}
.has-error .form-control {
  border-color: #C6081A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #C6081A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DF091D;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DF091D;
}
.has-error .input-group-addon {
  color: #FFFFFF;
  border-color: #C6081A;
  background-color: #DF091D;
}
.has-success .help-block,
.has-success .control-label {
  color: #FFFFFF;
}
.has-success .form-control {
  border-color: #069506;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #069506;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #07AE07;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #07AE07;
}
.has-success .input-group-addon {
  color: #FFFFFF;
  border-color: #069506;
  background-color: #07AE07;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 10px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #555555;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.label-block {
  display: block;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.4285714285714;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.75px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  padding: 12px 20px;
  font-size: 21px;
  line-height: 1.33;
  border-radius: 8px;
}
.btn-sm,
.btn-xs {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}.btn-default {
  color: #000000;
  background-color: #EEEEEE;
  border-color: #000000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #E1E1E1;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #FFFFFF;
  border-color: #333333;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #DF091D;
  border-color: #DF091D;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #DF091D;
  border-color: #DF091D;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F85665;
  border-color: #F85665;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #3B5998;
  border-color: #3B5998;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #FFFFFF;
  background-color: #3B5998;
  border-color: #3B5998;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #718DC8;
  border-color: #718DC8;
}

.btn-warning {
  color: #FFFFFF;
  background-color: #DFBB09;
  border-color: #C6A608;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #C6A608;
  border-color: #AD9107;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F8DD56;
  border-color: #F7D83D;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #DF091D;
  border-color: #C6081A;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #C6081A;
  border-color: #AD0717;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #F85665;
  border-color: #F73D4E;
}
.btn-success {
  color: #FFFFFF;
  background-color: #07AE07;
  border-color: #069506;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #069506;
  border-color: #057C05;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #25F625;
  border-color: #0CF50C;
}
.btn-info {
  color: #FFFFFF;
  background-color: #0974DF;
  border-color: #0867C6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #0867C6;
  border-color: #075AAD;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #56A7F8;
  border-color: #3D9AF7;
}
.btn-link {
  color: #DF091D;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #DF091D;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
/** components **/


.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
  float: left;
    position: relative;
    z-index: 2;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 9px 14px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 20px;
  font-size: 21px;
  border-radius: 8px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #07AE07;
  border-color: #069506;
  color: #FFFFFF;
}
.alert-success hr {
  border-top-color: #069506;
}
.alert-success .alert-link {
  color: #E6E6E6;
}
.alert-info {
  background-color: #0974DF;
  border-color: #0867C6;
  color: #FFFFFF;
}
.alert-info hr {
  border-top-color: #0867C6;
}
.alert-info .alert-link {
  color: #E6E6E6;
}
.alert-warning {
  background-color: #DFBB09;
  border-color: #C6A608;
  color: #FFFFFF;
}
.alert-warning hr {
  border-top-color: #C6A608;
}
.alert-warning .alert-link {
  color: #E6E6E6;
}
.alert-danger {
  background-color: #DF091D;
  border-color: #C6081A;
  color: #FFFFFF;
}
.alert-danger hr {
  border-top-color: #C6081A;
}
.alert-danger .alert-link {
  color: #E6E6E6;
}
ul.alert li {
  list-style: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.nav > li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #EEEEEE;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #EEEEEE;
  border-color: #DF091D;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 14px;
  line-height: 1.4285714285714;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #DF091D;
  border: 1px solid #DF091D;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #DF091D;
  border-color: #DF091D;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 21px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.brand-primary-fg {
  color: #DF091D;
}
.brand-primary-bg {
  background-color: #DF091D;
}
.brand-secondary-fg {
  color: #3B5998;
}
.brand-secondary-bg {
  background-color: #3B5998;
}
.brand-warning-fg {
  color: #DFBB09;
}
.brand-warning-bg {
  background-color: #DFBB09;
}
.brand-danger-fg {
  color: #DF091D;
}
.brand-danger-bg {
  background-color: #DF091D;
}
.brand-success-fg {
  color: #07AE07;
}
.brand-success-bg {
  background-color: #07AE07;
}
.brand-info-fg {
  color: #0974DF;
}
.brand-info-bg {
  background-color: #0974DF;
}

.range-0-fg {
  color: #000000;
}
.range-0-bg {
  background-color: #000000;
}
.range-1-fg {
  color: #111111;
}
.range-1-bg {
  background-color: #111111;
}
.range-2-fg {
  color: #222222;
}
.range-2-bg {
  background-color: #222222;
}
.range-3-fg {
  color: #333333;
}
.range-3-bg {
  background-color: #333333;
}
.range-4-fg {
  color: #444444;
}
.range-4-bg {
  background-color: #444444;
}
.range-5-fg {
  color: #555555;
}
.range-5-bg {
  background-color: #555555;
}
.range-6-fg {
  color: #666666;
}
.range-6-bg {
  background-color: #666666;
}
.range-7-fg {
  color: #777777;
}
.range-7-bg {
  background-color: #777777;
}
.range-8-fg {
  color: #888888;
}
.range-8-bg {
  background-color: #888888;
}
.range-9-fg {
  color: #999999;
}
.range-9-bg {
  background-color: #999999;
}
.range-a-fg {
  color: #AAAAAA;
}
.range-a-bg {
  background-color: #AAAAAA;
}
.range-b-fg {
  color: #BBBBBB;
}
.range-b-bg {
  background-color: #BBBBBB;
}
.range-c-fg {
  color: #CCCCCC;
}
.range-c-bg {
  background-color: #CCCCCC;
}
.range-d-fg {
  color: #DDDDDD;
}
.range-d-bg {
  background-color: #DDDDDD;
}
.range-e-fg {
  color: #EEEEEE;
}
.range-e-bg {
  background-color: #EEEEEE;
}
.range-f-fg {
  color: #FFFFFF;
}
.range-f-bg {
  background-color: #FFFFFF;
}
.brand-secondary-fg {
  color: #3B5998;
}
.brand-secondary-bg {
  background-color: #3B5998;
}
.brand-emphasized-fg {
  color: #DDDDDD;
}
.brand-emphasized-bg {
  background-color: #DDDDDD;
}
.brand-inversed-fg {
  color: #333333;
}
.brand-inversed-bg {
  background-color: #333333;
}



/**
 * CSS for layout styles
 */


@import url("../../../../../../../../fast.fonts.net/t/13168.css?apiType=css&amp;projectid=393d47d1-723b-431e-98a1-4a56c7df3a9c");
@font-face {
  font-family: "ITC New Baskerville Roman";
  src:url("../fonts/6f8d5d3a-3676-4586-b129-13ecdaabbbc0d41d.eot?#iefix");
  src:url("../fonts/6f8d5d3a-3676-4586-b129-13ecdaabbbc0d41d.eot?#iefix") format("eot"),
    url("../fonts/bc1790d7-cfa9-4990-a053-959c34ee137d.html") format("woff2"),
    url("../fonts/d34e3a5a-59f6-4d14-b0a8-54a75a3adfae.woff") format("woff"),
    url("../fonts/e9ccb09b-59c7-44be-b649-dffa01b3ac54.ttf") format("truetype"),
    url("../fonts/013cba0b-1605-4164-8b58-7c77b084d5bc.svg#013cba0b-1605-4164-8b58-7c77b084d5bc") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:"ITC New Baskerville Roman";
  src:url("../fonts/7055b210-8d54-4a81-bcc1-927fb48b5af8d41d.eot?#iefix");
  src:url("../fonts/7055b210-8d54-4a81-bcc1-927fb48b5af8d41d.eot?#iefix") format("eot"),
    url("../fonts/1e4af2bf-92c8-4750-8875-85a1fd275cad.html") format("woff2"),
    url("../fonts/b74f9e80-f9c2-45b4-9d5d-7f3aba245e3d.woff") format("woff"),
    url("../fonts/22b7afa3-0619-4c9c-b91f-22978be3f21f.ttf") format("truetype"),
    url("../fonts/70b35ac5-da0e-4238-87ce-f67818f47e8e.svg#70b35ac5-da0e-4238-87ce-f67818f47e8e") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face{
font-family:"ITC New Baskerville Roman";
  src:url("../fonts/f90b1c79-b9a4-4a45-a4f6-f877c52ebcbad41d.eot?#iefix");
  src:url("../fonts/f90b1c79-b9a4-4a45-a4f6-f877c52ebcbad41d.eot?#iefix") format("eot"),
    url("../fonts/c0b7456d-2d10-4e8c-aeb4-7677db32b306.html") format("woff2"),
    url("../fonts/2dbec691-8b23-42b6-8747-e63a64eaeda9.woff") format("woff"),
    url("../fonts/16abdd47-d250-484d-b2b5-a7df18fb3709.ttf") format("truetype"),
    url("../fonts/a97e3443-0e7f-4117-bf3f-f7c33cebcff7.svg#a97e3443-0e7f-4117-bf3f-f7c33cebcff7") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face{
font-family:"Helvetica Neue Condensed";
  src:url("../fonts/77cb0adc-646b-4830-8f4c-3db7adbb8dc4d41d.eot?#iefix");
  src:url("../fonts/77cb0adc-646b-4830-8f4c-3db7adbb8dc4d41d.eot?#iefix") format("eot"),
    url("../fonts/d250f8f6-d2cb-4a70-971b-c9760008998c.html") format("woff2"),
    url("../fonts/631bf655-ced5-4627-93d4-89d1bdfe3014.woff") format("woff"),
    url("../fonts/96740819-d387-437f-b739-9778ddc5e5b9.ttf") format("truetype"),
    url("../fonts/05729794-671d-4a73-a294-f2f447795319.svg#05729794-671d-4a73-a294-f2f447795319") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden;
}

html.touch.bag-navi-open, html.bag-navi-open > body {
  overflow-x: hidden;
}

#page_header {
  background-color: #DF091D;
}

#navigation {
  background-color: #FFFFFF;
}

#main-container {
  padding-top: 32px;
  padding-bottom: 100px;
}

#search form {
  margin-bottom: 0;
}

#page_footer {
  background-color: #DF091D;
}

#page_footer > div {
  color: #FFFFFF;
  padding-top: 68px;
  padding-bottom: 66px;
}

#page_footer > div a {
  color: #FFFFFF;
}


@media (max-width: 479px) { 
  #page_header > .container {
    padding: 0 15px;
  }
  
  #page_footer > .container {
    padding: 34px 20px 46px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #page_header > .container {
    padding: 0 25px;
  }
  
  #main-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  #page_footer > .container {
    padding: 34px 25px 46px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #page_header > .container {
    padding: 0 12.5px;
  }
  #page_footer > .container {
    padding: 56px 12px;
  }
}

@media (min-width: 768px) {
  #main-container {
    min-height: calc(100vh - 66px - 264px );
  }
}

@media (min-width: 1024px) {
  #main-container {
    min-height: calc(100vh - 66px - 310px );
  }
} 

/**
 * CSS for navigation styles
 */


#globalnavi_toggle {
  display: block;
  position: absolute;
  width: 26px;
  background: #DF091D; 
  top: -50%;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
;
}

#globalnavi_toggle {
  color: white;
  text-decoration: none;
}

#globalnavi_toggle:focus {
}

#globalnavi_toggle span {
  background-color: #fff;
  border-radius: -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 5px;
  width: 100%;
  display: block;
  margin-top: 4px;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

#globalnavi_toggle span:first-child {
  margin-top: 0;
}

#globalnavi_toggle.open .navi-icon {
  display: block;
  position: relative;
}

#globalnavi_toggle.open .navi-icon .sidenavi-icon-bar:nth-child(2) {
  opacity: 0;
  width: 1px;
}

#globalnavi_toggle.open .navi-icon .sidenavi-icon-bar:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
}

#globalnavi_toggle.open .navi-icon .sidenavi-icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
  margin-top: 7px;
}

#bag-extra-languagenavi {
  display: none;
}

@media (min-width: 1024px) {
}

/*
 * navigation color styles
 */

nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  list-style: none;
}

nav li a, nav li a:hover, nav li a:active, nav li a:focus {
  text-decoration: none;
}
 
nav li.active > a, nav li.open a {
  background-color: #FFFFFF;
}

nav a:hover {
  background-color: #FFFFFF;
}

nav ul.level1 a {
  color: #000000;
}

nav ul.level1 li.active > a {
  color: #DF091D;
}

nav ul.level1 li a:hover {
  color: #DF091D;
}



/**
 * BAG Navi
 */

#navigation {
  padding-top: 35px;
  padding-bottom: 55px;
  font-size: 21px;
}

#navigation a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
}
#navigation hr {
  margin-top: 32px;
  margin-bottom: 33px;
}

#globalnavi li.level1 a {
  padding: 5px 21px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

#globalnavi li.level1:first-child a {
  padding-top: 0px;
}

#globalnavi li.level1:last-child a {
  padding-bottom: 0px;
}

#globalnavi li.level1 img {
  width: 50px;
  height: 50px;
  margin-bottom: 7px;
}

#globalnavi li.level1 a span {
  display: block;
}

#languagenavi {
  text-align: center;
}

#languagenavi ul {
  display: inline;
}

#languagenavi li {
  display: inline;
}

#languagenavi .bag-rom-pdf {
  text-transform: uppercase;
  color: #000000;
}

#languagenavi .bag-rom-pdf:hover {
  color: #DF091D;
}

#languagenavi li a {
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  text-transform: uppercase;
}

#languagenavi li.active a,
#languagenavi li a:active,
#languagenavi li a:hover,
#languagenavi li a:focus {
  color: #DF091D}

.bag-navi-3nd-level > div > a.bag-box {
  background-color: #DF091D;
  border-color: #DF091D;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
;
}

@media (max-width: 767px) {
  #globalnavi {
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  #navigation {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #globalnavi li.level1 img {
    width: 60px;
    height: 60px;
  }
  
  #languagenavi {
    display: none;
  }
  
  #bag-extra-languagenavi {
    display: inline;
    position: absolute;
    top: 21px;
    left: 40px;
  }
  
  #bag-extra-languagenavi ul {
    display: inline;
  }
  
  #bag-extra-languagenavi li {
    float: left;
  }
  
  #bag-extra-languagenavi a {
    background: transparent;
    color: white;
    position: relative;
    padding-left: 15px;
  }
  #bag-extra-languagenavi li a:before {
    content: "";
    background: transparent;
    width: calc(100% - 15px);
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  }
  
  #bag-extra-languagenavi li a:hover:before,
  #bag-extra-languagenavi li.active a:before {
    background: white;
  }
  
  #bag-extra-languagenavi a:after {
    content: "";
    position: absolute;
    background: white;
    right: 0;
    -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
;
    top: 50%;
    margin-top: -1px;
    height: 12px;
    width: 1px;
    margin-right: -7px;
  }
  
  #bag-extra-languagenavi {
    margin-left: 16px;
    margin-top: 1px;
  }
  
  #bag-extra-languagenavi li:first-of-type a {
    padding-left: 0;
  }
  #bag-extra-languagenavi li:first-of-type a:before,
  #bag-extra-languagenavi li:first-of-type a:hover:before,
  #bag-extra-languagenavi li.active:first-of-type a:before {
    width: calc(100%);
  }
  
  #bag-extra-languagenavi li:last-of-type a:after {
    content: none;
  }
}

@media (max-width: 1023px) {
  .bag-nav-additional-close {
    display: block;
  }
  
  .bag-nav-additional-close {
    margin-top: 25px;
  }
  
  .bag-nav-additional-close a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 28px;
    height: 28px;
  }
  
  .bag-nav-additional-close span {
    width: 5px;
    height: 28px;
    position: relative;
    display: block;
    border-radius: -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
    background: #DF091D;
  }
  
  .bag-nav-additional-close span:first-child {
      position: absolute;
    left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .bag-nav-additional-close span:nth-of-type(2) {
      position: absolute;
    left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  }
  
  
}

@media (min-width: 1024px) {

  .bag-nav-additional-close {
    display: none;
  }
  
  #navigation {
    padding-right: 58px;
  }
  
  #globalnavi li img {
    -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
-webkit-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -moz-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -o-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -ms-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
;
  }
  
  #globalnavi a:hover > div > img {
    -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
;
  }
  
  #globalnavi + hr {
    display: none;
  }
}
 


.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

 
  .visible-us,
  tr.visible-us,
  th.visible-us,
  td.visible-us {
    display: none !important;
  }
   
  .visible-xs,
  tr.visible-xs,
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
   
  .visible-sm,
  tr.visible-sm,
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
   
  .visible-md,
  tr.visible-md,
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
   
  @media (max-width: 479px) {
    .visible-us {
      display: block !important;
    }
    tr.visible-us {
      display: table-row !important;
    }
    th.visible-us,
    td.visible-us {
      display: table-cell !important;
    }
    .hidden-us, 
    tr.hidden-us,
    th.hidden-us,
    td.hidden-us {
      display: none !important;
    }
  }

 
  @media (min-width: 480px) and (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
    .hidden-xs, 
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
      display: none !important;
    }
  }

 
  @media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
      display: block !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
    .hidden-sm, 
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
      display: none !important;
    }
  }

 
  @media (min-width: 1024px) {
    .visible-md {
      display: block !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
    .hidden-md, 
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
      display: none !important;
    }
  }


.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*
 *  Template
 */

input[type="number"] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
body {
  -webkit-font-smoothing: subpixel-antialiased;
}

.bag-partner-link {
  word-wrap: break-word;
}

.label-additional-element:before {
  content: " ";
}

.label-additional-element {
  font-weight: normal;
  text-transform: none;
  font-family: "ITC New Baskerville Roman", Georgia, "Times New Roman", Times, serif;
}

.bag-line-after-col {
  position: relative;
}

.bag-line-after-col:after {
  border-bottom: 1px solid black;
    bottom: -11px;
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: white;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - -.5px);
    height: calc(100% - -.5px);
} 

.bag-rom-pdf {
  display: inline;
}

#bag-extra-languagenavi .bag-rom-pdf:after {
  left: 7px;
}

#bag-extra-languagenavi .bag-rom-pdf {
  background: transparent;
  color: white;
  position: relative;
  padding-left: 15px;
}
#bag-extra-languagenavi .bag-rom-pdf:before {
  content: "";
  background: transparent;
  width: calc(100% - 15px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
}

#bag-extra-languagenavi .bag-rom-pdf:hover:before {
  background: white;
}

#bag-extra-languagenavi a:after {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
;
  top: 50%;
  margin-top: -1px;
  height: 12px;
  width: 1px;
  margin-right: -7px;
}

#main-container {
  background: white;
}

.bag-label-select {
  font-family: "ITC New Baskerville Roman", Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}
h2.bag-real-glas-title,
h1 {
  text-align: center;
  text-transform: uppercase;
}

h2.bag-real-glas-title {
  font-size: 34px;
}

h3 {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.4285714285714;
}

.bag-navi-2nd-level h2,
.bag-navi-3nd-level h2 {
  font-size: 19px;
}

.bag-navi-2nd-level,
.bag-navi-3nd-level {
  margin-top: 44px;
}

#bag-event-container ~ .bag-navi-3nd-level {
  margin-top: 75px;
}

.bag-navi-3nd-level .bag-box {
  overflow: visible;
}
.bag-navi-3nd-level .bag-content-holder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bag-navi-3nd-level a.bag-squared-25:hover .bag-tile-icon img {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.bag-partner-row + .bag-navi-2nd-level,
.bag-partner-row + .bag-navi-3nd-level  {
  margin-top: 90px;
}

.bag-navi-3nd-level + .bag-navi-2nd-level {
  margin-top: 0;
}

#main-container .btn {
  min-width: 174px;
}

.bag-navi-3nd-level .bag-box,
.bag-zoom-btn {
  position: relative;
  z-index: 0;
}


.bag-navi-3nd-level .bag-box:after,
.bag-zoom-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  background: inherit;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bag-navi-3nd-level .bag-box:hover:after,
.bag-zoom-btn:hover:after  {
  left: -5px;
  right: -5px;
  top: -2.5px;
  bottom: -2.5px;
  border-color: inherit;
  background: inherit;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

button.bag-zoom-btn {
  overflow: visible;
}

.bag-hr {
  border-color: #000000;
  margin: 25px auto;
}

.bag-hr-us,
.bag-hr-lg {
  width: 110px;
}

.bag-hr-xs {
  width: 162px;
}

.bag-hr-sm {
  width: 170px;
}

.bag-hr-md {
  width: 240px;
}


h1 + .bag-hr {
  margin-top: 17px;
  margin-bottom: 0px;
}

#btn-bag-to-top {
  width: 44px;
  height: 44px;
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
}

#main-container #btn-bag-to-top,
#btn-bag-to-top {
  min-width: 0;
}

#btn-bag-to-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  background: inherit;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#btn-bag-to-top:hover:after {
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  -webkit-transition: 0.30.2s ease-in-out all;
  -moz-transition: 0.30.2s ease-in-out all;
  -o-transition: 0.30.2s ease-in-out all;
  -ms-transition: 0.30.2s ease-in-out all;
  transition: 0.30.2s ease-in-out all;
}

#bag-search-input {
  border: 1px solid white;
}

#bag-search-btn {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -10px;
  padding-top: 8px;
  padding-bottom: 5px;
}

#bag-search-btn:active,
#bag-search-btn:focus,
#bag-search-btn:hover {
  background: #DF091D;
  border-color: #DF091D;
}

#bag-search-btn:focus {
  box-shadow: none;
  
}

#bag-search-btn i {
  position: relative;
  display: inline-block;
  margin-top: 1px;
  font-size: 23px;
}

.bag-partner-group a {
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: border-bottom;
  -moz-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  -ms-transition-property: border-bottom;
  transition-property: border-bottom;
}

.ci-wysiwyg a {
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: border-bottom;
  -moz-transition-property: border-bottom;
  -o-transition-property: border-bottom;
  -ms-transition-property: border-bottom;
  transition-property: border-bottom;
}

.bag-partners a,
.bag-partner-list a {
  border-bottom: none;
}

.bag-partner-group a:hover,
.ci-wysiwyg a:hover {
  border-bottom: 1px solid #000000;
}

.bag-link-with-icon:before {
  content: "\e604\00a0";
  font-family: 'icomoon';
  position: relative;
  font-size: 50%;
}

.ci-wysiwyg table {
  margin-bottom: 24px;
}

.ci-content-images:first-of-type {
  margin-top: -20px;
}

.ci-content-image {
  margin-top: 20px;
}

.rocket-wysiwyg-test ol,
.rocket-wysiwyg-test ul,
.ci-wysiwyg ol,
.ci-wysiwyg ul {
  padding-left: 0px;
  margin-left: 1em;
}

a.bag-link-with-icon,
.bag-footer .inline-link,
.event-fact a,
.rocket-attachment a {
  text-decoration: none;
  border-bottom: none;
}

a.bag-link-with-icon:hover,
.event-fact a:hover,
.rocket-attachment a:hover {
  text-decoration: none;
  color: #DF091D;
  border-bottom: none;
}

.bag-footer .inline-link:hover, {
  color: #FFFFFF;
}

.bag-link-with-icon:before,
.bag-footer .inline-link > .icon-bag-link:before,
.event-fact a:before,
.rocket-attachment a:before {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
;
}


.bag-link-with-icon:hover:before,
.bag-footer .inline-link:hover > .icon-bag-link:before,
.event-fact a:hover:before,
.rocket-attachment a:hover:before {
  color: #000000;
}

.bag-footer .bag-link-with-icon {
  position: relative;
}

.bag-footer .bag-link-with-icon > div {
  display: inline;
}

#branding span {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
 
#bag-search-form {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 270px;
}


#globalnavi_toggle {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#bag-header-container {
  position: relative;
  text-align: center;
}

#branding {
  display: inline-block;
  margin: 11px 0;
}

#bag-header-wrapper {
  position: relative;
}

/*
 *  Footer
 */

.bag-footer {
  position: relative;
  width: 100%;
}

.footer-heading {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
}

.bag-footer p {
  margin-bottom: 0;
}

p.footer-text {
  margin-bottom: 12px;
}

.bag-footer-logo {
  width: 290px;
}

.bag-footer-logo-mobile {
  width: 251.5px;
}

/**
 * BAG General styles
 */ 

.bag-header {
  text-align: center;
  margin-bottom: 18px;
}

h2.bag-real-glas-title,
h1.title-no-icon {
  margin-top: 3px;
}

.bag-header > img {
  max-width: 100%;
  height: auto;
}

.btn-bag-back {
  margin-top: 55px;
}

.btn-bag-back + .bag-to-top {
  margin-top: 80px;
}

.col-xs-offset-4point5 {
    margin-left: 37.5%;
}

/**
 * Content items
 */ 
 
.ci-image {
  margin-bottom: 20px;
  margin-top: 20px;
}

.ci-wysiwyg + .ci-image {
  margin-top: 9px;
}

.bag-subtitle {
  display: inline-block;
}

.bag-subtitle,
.ci-wysiwyg h2,
.rocket-wysiwyg-test h2 {
  position: relative;
  text-align: center;
  display: block;
    width: 100%;
  text-transform: uppercase;
  padding-bottom: 21px;
  margin-bottom: 19px;
  margin-top: 50px;
}

.bag-subtitle:after,
.ci-wysiwyg h2:after,
.rocket-wysiwyg-test h2:after {
  border-bottom: 1px solid #000000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
    width: 110px;
}

#bag-quiz-answer .bag-subtitle:after {
  width: 240px;
}

#bag-quiz-answer .bag-subtitle {
  padding-bottom: 17px;
  margin-bottom: 18px;
}

.quiz-end-more-pages {
  margin-top: 66px;
}

#bag-more-content .bag-quiz-commands {
  margin-top: 28px;
}

.bag-icon-box + .ci-wysiwyg > h2:first-child {
  margin-top: 57px;
}

.ci-image + .ci-wysiwyg > h2:first-child {
  margin-top: 38px;
}

.bag-header + * > .ci-wysiwyg:first-child h2 {
  margin-top: 39px;
}

.ci-wysiwyg + .ci-wysiwyg h2:first-child {
  margin-top: 26px;
}

.bag-line-after-row:after {
  content: "";
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000000;
  width: 100%;
  width: calc(100% - 20px);
  margin-left:10px;
}

/*
 *  Bag-Boxes
 */
 
.bag-box {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.bag-box > .bag-content-holder {
  border: 1px solid #000000;
}
.bag-navi-3nd-level .bag-box > .bag-content-holder {
  border-color: #DF091D}

.bag-rect-two-one {
  height: 0px;
  padding-bottom: calc(50% - 10px);
}

.bag-rect-two-one .bag-box-text {
  overflow: hidden;
}

.bag-rect-two-one .bag-hr {
  margin: 30px auto;
}

.bag-rect-content-center {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
;
  position: absolute;
  width: 100%;
}

.bag-squared-25 {
  height: 0px;
  padding-bottom: 100%;
  display: block;
}

.bag-squared-25 .squared-title {
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 17px;
}

.bag-squared-50 {
  height: 0px;
  padding-bottom: 100%;
}

.bag-squared-50 .bag-box-text {
  max-height: calc(100% - 180px);
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.bag-content-holder {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
}

.bag-box-text > p:last-child {
  margin-bottom: 0;
}

.bag-box-btn {
  position: relative;
}

.bag-tile-icon {
  display: inline-block;
  position:relative;
}

.bag-tile-icon img {
  width: 120px;
  height: 120px;
}

a.bag-squared-25 {
  color: #000000;
  
}
a.bag-squared-25 > .bag-content-holder {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  -ms-transition-property: border-color, color;
  transition-property: border-color, color;
}

a.open.bag-squared-25 > .bag-content-holder,
a.active.bag-squared-25 > .bag-content-holder,
a.bag-squared-25:focus > .bag-content-holder,
a.bag-squared-25:hover > .bag-content-holder {
  color: #DF091D;
  border-color: #DF091D;
}

.bag-navi-3nd-level a.open.bag-squared-25 > .bag-content-holder,
.bag-navi-3nd-level a.active.bag-squared-25 > .bag-content-holder,
.bag-navi-3nd-level a.bag-squared-25:focus > .bag-content-holder,
.bag-navi-3nd-level a.bag-squared-25:hover > .bag-content-holder {
  color: white;
  border-color: #DF091D;
}

a.bag-squared-25 .bag-tile-icon img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -moz-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -o-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -ms-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
}

a.bag-squared-25:hover .bag-tile-icon img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

a.bag-squared-25:hover .bag-tile-icon.inversed img:first-child {
  opacity: 0;
}

a.bag-squared-25:hover .bag-tile-icon.inversed img:nth-child(2) {
  opacity: 1;
}

.bag-squared-25 .bag-tile-icon img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}

.bag-squared-25 a {
  color: #000000;
}

.bag-squared-25 a:hover {
  color: #DF091D;
}

.bag-glas-icon,
.bag-icon-box img {
  width: 120px;
  height: 120px;
}

.bag-standard-glas-icon {
  width: 160px;
  height: 160px;
}

.bag-full-width-image {
  width: 651px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 27px;
  margin-bottom: 30px;
}

.squared-title {
  font-size: 28px;
  text-transform: uppercase;
}

/**
 * Bag Banner
 */
 
.bag-box-banner {
    position: absolute;
    right: 20px;
    top: 20px;
}

/**
 * Extranet
 */
 
#bag-extranet-login .bag-login-form-wrapper {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 7px;
}

#bag-extranet-login > .bag-login-form-wrapper {
  width: 230px;
  margin: 0 auto;
  text-align: left;
}

#bag-extranet-login > .bag-login-form-wrapper .btn[type="submit"].btn-primary {
  min-width: 230px;
}

#bag-extranet-login label {
  margin-bottom: 4px;
}

#bag-extranet-login .bag-login-form-wrapper > .form-group:nth-last-of-type(1) {
  margin-bottom: 47px;
}

/*
 * Product
 */

.product-category-title {
  font-size: 34px;
}

.bag-product-title {
  font-size: 22px;
  font-weight: normal;
}

.bag-product-title ~ p  + ul.bag-product-links {
  margin-top: -6px;
}

.bag-product-links + .bag-product-links {
  margin-top: -12px;
}

.bag-product,
.bag-product-order-button {
  margin-bottom: 40px;
}

.bag-order-table {
  border-bottom: 1px solid #000000;
}

.bag-salutation-dropdown {
  display: block;
}

.bag-product-links > li {
  padding: 0px;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.bag-product-image-container {
  margin-bottom: 20px;
}

.bag-product-image-container > img {
  border: 1px solid #000000;
}

.bag-product-option-nb {
  width: 68px;
  margin-right: 8px;
}

.bag-product-option {
  margin-bottom: 10px;
}

.bag-product-order-button {
  width: 100%;
}

/*
 * Quiz
 */
 
.quiz-intro-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 33px;
  width: 455px;
}

.quiz-intro {
  margin-bottom: 10px;
}

#bag-quiz-loader {
  text-align: center;
  margin-top: 48px;
}

#bag-quiz-vimeo-loader {
  margin: 0 auto;
}

.bag-question-nb {
  font-style: italic;
  font-size: 26px;
  margin-top: 39px;
}

.bag-question-nb + .bag-hr {
  margin-top: 15px;
  margin-bottom: 19px;
}

.bag-question-title {
  text-transform: none;
  font-size: 28px;
  margin-top: 19px;
  margin-bottom: 51px;
}

.bag-hr-answer {
  margin-bottom: 21px;
  width: 162px;
}

.bag-answer-container {
  margin: 0px 10px;
}

#bag-quiz-answer h1 {
  font-size: 34px;
  font-style: italic;
}

.bag-quiz-commands {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.bag-quiz-commands li {
  margin-bottom: 12px;
}

.bag-quiz-commands li:last-child {
  margin-bottom: 0;
}

#main-container .bag-quiz-btn {
  min-width: 224px;
}

.bag-quiz-subline,
.bag-answer-option {
  text-align: center;
  display: block;
}

a.bag-answer-option {
  text-decoration: none;
  color: #000000;
}

a.bag-answer-option .bag-answer-icon {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -moz-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -o-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  -ms-transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transition, -ms-transition;
;
}

a.bag-answer-option:hover .bag-answer-icon,
a.bag-answer-option:focus .bag-answer-icon {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
;
}

.bag-quiz-subline {
  font-size: 22px;
}

div.bag-quiz-subline:last-of-type p {
  margin-bottom: 49px;
}

.bag-quiz-subline + .bag-quiz-subline {
  font-size: 17px;
  margin-bottom: 33px;
}

/*
 * Event
 */
 
.btn-more {
  margin-top: 10px;
  margin-bottom: 0px;
}

.bag-event-error {
  margin-top: 40px;
}
 
.bag-product-group-title,
.bag-grouped-event-title {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 34px;
  text-transform: uppercase;
  padding: 13px 0px 12px 7px;
  margin: 40px 0px 38px;
}

.bag-product-group-title {
  margin-bottom: 20px;
}

.bag-grouped-event-container:last-child .bag-event:last-child {
  padding-bottom: 53px;
}

.bag-grouped-event-container:first-child .bag-grouped-event-title:first-child {
  margin-top: 30px;
}

.bag-campain-cat .bag-product-group-title {
  margin-top: 0;
}

.bag-event-title {
  font-size: 28px;
  margin-top: 2px;
  margin-bottom: 11px;
  font-weight: normal;
  line-height: 35px;
}

.bag-event-spacer,
.bag-event-day-nb {
  font-size: 46px;
}

.bag-event-day {
  font-size: 19px;
}

.event-fact-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}

.bag-event-info-heading {
  margin-top: 22px;
}

.bag-event-description + .bag-event-info-row {
  margin-top: -24px;
}

.bag-grouped-event-container:last-child {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

.bag-event:after {
  padding-top: 40px;
  margin-bottom: 38px;
  margin-left: 10px;
  position: relative;
}

.bag-event:last-child:after {
  border-bottom: 0px solid #000000;
  padding-top: 0;
  margin-bottom: 0;
}

.bag-grouped-event-container:last-child .bag-event:last-child {
  padding-bottom: 41px;
}

.bag-dropdown-control {
  background-color: #DF091D;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
  border: none;
  padding-left: 20px;
  padding-right: 17px;
  letter-spacing: 0.75px;
}

#bag-category-holder {
  text-align: center;
  margin-bottom: 30px;
}

#bag-category-holder > .bag-dropdown-control  {
  display: inline-block;
  text-align: left;
  width: 100%;
  border: none;
}

.bag-dropdown-control-less,
.bag-dropdown-control-more {
  text-align: center;
}

.bag-dropdown-control.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bag-dropdown-describer {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bag-dropdown-describer:after {
  content: "\e605";
  font-family: "icomoon";
  width: 20px;
  height: 11px;
  position: absolute;
  right: 0;
}

.bag-drop-option-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #DF091D;
}

.bag-drop-option {
  padding: 9px 20px;
  transition: -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
;
}

.bag-drop-option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bag-drop-option.active,
.bag-drop-option:hover {
  background-color: #000000; 
}
 
#bag-calender-form {
  text-align: center;
}

#bag-calender-form .bag-drop-option,
#bag-calender-form .bag-dropdown-describer {
  text-align: left;
}

#bag-calender-form .bag-dropdown-control {
  width: 100%;
  border: none;
  display: inline-block;
}

.he-dropdown-control-more, .he-dropdown-control-less {
  border-top: 3px solid white;
  height: 34px;
  width: 100%;
  cursor: pointer;
}

/*
 *  Partner
 */
 
.row.bag-partners {
  margin-bottom: 58px;
  margin-top: -26px;
}

.bag-partner-row > * > .bag-partner-group:first-child {
  margin-top: -24px;
}

.bag-header + .bag-partner-row > * > .bag-partner-group:first-child {
  margin-top: 0;
}

.bag-partner-group:last-child .bag-partners:last-child {
  margin-bottom: 0px;
}


/*
 * Sprites
 */
.logo-de,
.logo-fr,
.logo-it,
.bag-icon-social-fb, 
.bag-icon-social-vimeo {
    background: url('../img/sprites.png') no-repeat right;
    display: block;
}

.logo-de {
  background-position: 0 0;
  width: 198px;
  height: 44px;
}

.logo-fr {
  background-position: 0 -45px;
  width: 198px;
  height: 44px;
}
.logo-it {
  background-position: 0 -90px;
  width: 198px;
  height: 44px;
}

.bag-icon-social-fb {
  background-position: -200px 0;
  width: 11px;
  height: 22px;
}

.bag-icon-social-vimeo {
  background-position: -219px -1px;
  width: 24px;
  height: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0),
     only screen and (min--moz-device-pixel-ratio: 2.0),
       only screen and (-o-min-device-pixel-ratio: 200/100),
       only screen and (min-device-pixel-ratio: 2.0) {
    .logo-de,
    .logo-fr,
    .logo-it,
    .icon-bag-social-fb,
    .icon-bag-social-vimeo {
      background-image: url('../img/sprites%402.png');
      -webkit-background-size: 320px 240px;
            -moz-background-size: 320px 240px;
            background-size: 320px 240px;
    }
    
    .bag-footer-logo {
      width: 290px;
    }
    
    .bag-footer-logo-mobile {
      width: 251.1px;
    }
}

ul.bag-socials li {
  padding-left: 2px;
  padding-right: 2px;
}

.bag-socials .bag-social-link {
  width: 44px;
  height: 44px;
  background: white;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
;
  position: relative;
  z-index: 0;
}

.bag-social-link:after {
  content: "";
  z-index: -1;
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
;
}

.bag-social-link:hover:after {
  left: -2.5px;
  top: -2.5px;
  right: -2.5px;
  bottom: -2.5px;
}

ul.bag-socials li:first-child {
  padding-left: 0;
}

ul.bag-socials li:last-child {
  padding-right: 0;
}

.bag-socials i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bag-answer-text {
  max-width: 210px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 26px;
}

.bag-glas,
.bag-standard-glas {
  text-align: center;
}

.bag-standard-glas-col {
  position: relative;
}

.bag-standard-glas-col:after {
  content: "=";
  color: #DF091D;
  font-family: "Helvetica Neue Condensed", Helvetica, Arial, sans-serif;
  font-size: 60px;
  position: absolute;
}

.bag-standard-glas-col:last-of-type:after {
  content: none;
}

.bag-glas-title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 2px;
}

.bag-standard-glas .bag-glas-title { 
  margin-top: 22px;
}

h2.bag-real-glas-title {
  margin-top: 70px;
}

.bag-real-glas-title + hr {
  margin-top: 17px;
  margin-bottom: 0px;
}

.bag-glas-props {
  line-height: 22px;
}

.bag-footer-imprint {
  text-transform: uppercase;
}



/*
*  A C C E S S A B I L I T Y
*/



.skiplinks,
.skiplinks li
{
    display: inline;
    height: 0px;
    line-height:0;
    padding:0 !important;
}

.skiplinks li a
{
    display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;
    background: white;
}

.skiplinks li a img  {
  display: none;
}

.skiplinks li a:active,
.skiplinks li a:focus
{
    position: absolute;
    width: auto;
    top: 70px;
    left: 0;
    line-height: 1.5em;
    padding: 5px;
    font-weight: bold;
    height: auto;
    z-index: 30000;
  color: #000000;
}


/*
*  F L Y I N G   F O C U S
*/

/* Flying focus */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; 
}
#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}
.flying-focus_target {
  outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}

/**
 * Media Query: Phone Portrait
 */
@media (max-width: 479px) {

  h1 + .bag-hr {
    margin-bottom: -5px;
  }
    
  #page_header.bag-search-js.open {
    padding-bottom: 56px;
  }
  
  #branding > [class^="logo-"] {
    -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  }
  .bag-rect-two-one,
  .bag-squared-50 {
    padding-bottom: 200%;
    padding-bottom: 143.33333%;
  }
  
  .bag-box .bag-box-text {
    font-size: 16px;
  }
  
  .bag-squared-25 .bag-tile-icon img {
    width: 76px;
    height: 76px;
  }
  
  .bag-squared-25 .squared-title {
    margin-top: 8px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .bag-squared-25 .squared-title-no-icon {
    margin-top: 84px;
  }
  
  .bag-squared-50 .squared-title {
    font-size: 26px;
    margin-top: 20px;
  }
  
  .bag-squared-50 .squared-subline {
    margin-bottom: -6px;
  }
  
  .bag-rect-two-one .squared-title {
    font-size: 26px;
  }
  
  .bag-rect-two-one .squared-subline {
    margin-bottom: -6px;
  }
  
  .bag-rect-two-one .bag-hr {
    margin: 25px auto;
  }
  
  .bag-box-banner > img {
    width: 80px;
    height: 80px;
  }
  
  .bag-socials {
    margin-top: 34px;
    margin-bottom: 1px;
  }
  
  .bag-event-day {
    font-size: 17px;
  }
  
  .bag-event-spacer, 
  .bag-event-day-nb {
    font-size: 28px;
  }
  
  .bag-event-spacer {
    padding-left: 5px;
  }
  
  .bag-line-after-row:after {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
  
  body [class*="col-us-"],
  body [class*="col-xs-"],
  body [class*="col-sm-"],
  body [class*="col-md-"],
  body [class*="col-lg-"] {
    padding-left: 5px; 
    padding-right: 5px;
  }
  
    .row {
    margin-left: -5px;
      margin-right: -5px;
    }
    
    .bag-box {
      margin: 5px 0;
    }
    
    body [class*="col-xs-"]:before,
    body [class*="col-xs-"]:after,
  body [class*="col-sm-"]:before,
  body [class*="col-sm-"]:after,
  body [class*="col-md-"]:before,
  body [class*="col-md-"]:after,
  body [class*="col-lg-"]:before,
  body [class*="col-lg-"]:after {
      content: "\00a0"; /* No-break space character */
      display: block;
      height: 0;
      overflow: hidden;
  }
  
  .bag-footer-imprint {
    padding-left: 10%;
  }
  
  .bag-partner-row + .bag-navi-2nd-level,
  .bag-partner-row + .bag-navi-3nd-level  {
    margin-top: 86px;
  }
}

@media (min-width: 480px) {
  .bag-rect-two-one .squared-subline {
    font-size: 17px;
  }
  
  .bag-socials {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  
  .bag-navi-3nd-level.bag-line-after-row:after {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}

/**
 * Media Query: Phone Landscape
 */
@media (min-width: 480px) and (max-width: 767px) {
  p {
    margin: 0 0 14px;
  }

  .bag-search-js #branding {
    margin-bottom: 11px;
  }

  .bag-squared-25 .squared-title {
    font-size: 18px;
    margin-top: 17px;
    line-height: 22px;
  }
  
  .bag-squared-25 .squared-title-no-icon {
    margin-top: 138px;
  }
  
  .bag-squared-50 .bag-box-text {
    max-height: calc(100% - 170px);
  }
  
  .bag-squared-50 .squared-title {
    margin-top: 24px;
  }
  
  .bag-squared-50 .squared-title-no-icon {
    margin-top: 144px;
  }
  
  .bag-squared-50 .squared-subline {
    margin-bottom: -5px;
  }
  
  .bag-squared-50 .bag-hr {
    margin: 19px auto 20px;
  }
  
  .bag-rect-two-one {
    padding-bottom: 100%;
  }
  
  .bag-rect-two-one .squared-title {
    font-size: 28px;
  }
  
  .bag-rect-two-one .squared-title-no-icon {
    margin-top: 144px;
  }
  .bag-rect-two-one .squared-subline {
    margin-bottom: -5px;
  }
  
  .bag-rect-two-one .bag-hr {
    margin: 19px auto 20px;
  }
  
  .bag-event-spacer {
    padding-left: 9px;
  }
  
  h1 {
    font-size: 28px;
    margin-top: 22px;
    margin-bottom: 13px;
  }
  h2.bag-real-glas-title + .bag-hr,
  h1 + .bag-hr {
    margin-top: 12px;
    margin-bottom: -3px;
  }
  
  #bag-event-container ~ .bag-navi-3nd-level {
    margin-top: 70px;
  }
  
  body [class*="col-sm-"]:before,
  body [class*="col-sm-"]:after,
  body [class*="col-md-"]:before,
  body [class*="col-md-"]:after,
  body [class*="col-lg-"]:before,
  body [class*="col-lg-"]:after {
      content: "\00a0"; /* No-break space character */
      display: block;
      height: 0;
      overflow: hidden;
  }
  
  .bag-footer-imprint {
    padding-left: 6.5%;
  }
  
  .bag-event-day-nb {
    font-size: 34px;
  }
  
  .bag-line-after-col:after {
      width: calc(100% - 20px);
      left: 10px;
  }
  
  .bag-partner-row + .bag-navi-2nd-level,
  .bag-partner-row + .bag-navi-3nd-level  {
    margin-top: 81px;
  }
  
  h2.bag-real-glas-title {
    font-size: 28px;
    margin: 27px 50px 0 50px;
  }
}

/**
 * Media Query: Phone only
 */
@media (max-width: 767px) {

  .product-order-form-submit-container {
    margin-top: 52px;
  }

  .bag-product-option-nb {
    display: inline-block;
  }
  
  .bag-product-links li,
  .bag-product-links .btn {
    display: block;
    width: 100%;
  }
  
  .bag-product-group-title,
  .bag-grouped-event-title {
    font-size: 28px;
    padding: 8px 0px 9px 7px;
  }
  
  .bag-product-group-title {
    padding: 8px 0px 9px 7px;
  }
  
  .bag-grouped-event-title {
    margin-bottom: 4px;
  }
  
  .bag-product-title {
    margin-top: -8px;
    margin-bottom: 5px;
  }
  
  .bag-product {
    margin-bottom: 60px;
  } 
  
  .bag-product-order-button {
    margin-bottom: 20px;
  }
  
  .bag-event-title {
    font-size: 22px;
    margin-top: -6px;
    margin-bottom: 3px;
    line-height: 25px;
  }
  
  .bag-event-day {
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 22px;
    margin-top: 11px;
  }
  
  .bag-event-day-nb {
    display: block;
    margin-top: 9px;
  }
  
  .bag-event-day:only-of-type {
    display: inline-block;
    margin-bottom: 27px;
  }
  
  .bag-event-spacer {
    display: inline;
    position: relative;
    top: -9px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .bag-event:after {
    padding-top: 24px;
    margin-bottom: 4px;
  }
  
  .bag-event:last-child:after {
    margin-top: 0px;
    margin-bottom: -17px;
  }
  
  .bag-grouped-event-container:last-child {
    margin-bottom: 20px;
  }
  
  .bag-full-width-image {
    display: none;
  }
  
  .bag-squared-50 .bag-box-text,
  .bag-rect-two-one .bag-box-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .bag-rect-two-one .bag-box-text {
    max-height: calc(100% - 65px);
  }
  
  .bag-rect-two-one .squared-title {
    margin-top: 24px;
  }
  
  .bag-quiz-commands li {
    display: block;
  }
  
  .bag-dropdown-control {
    margin-top: 10px;   
  }
  
  .bag-dropdown-control:nth-type-of(1) {
    margin-top: 0;
  }
  
  #bag-quiz-answer .bag-subtitle {
    font-size: 28px  }
  
  .bag-logo-ch {
    padding-bottom: 50px;
  }
  
  .bag-footer-imprint {
    margin-bottom: 36px;
  }
  
  .bag-answer-container {
    margin-bottom: 35px;
  }
  
  .bag-product-option {
    margin-bottom: -10px;
  }
  
  .bag-squared-content-center {
    top: calc(50% - 20px);
    left: 50%;
    -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
;
    position: absolute;
    width: 100%;
  }
  
  .bag-standard-glas-col {
    margin-bottom: 31px;
  }
  
  .bag-standard-glas-col:after {
    bottom: -81px;
    left: 50%;
    -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
;
  }
  
  .bag-standard-glas-col:first-of-type {
    margin-top: -21px;
  }
  
  h2.bag-real-glas-title {
    margin-top: 17px;
  }
  
  h2.bag-real-glas-title + .bag-hr {
    margin-bottom: 22px;
  }
  
}

/**
 * Media Query: Tablet only
 */
@media (min-width: 768px) and (max-width: 1023px) {
  html, body {
    height: 100%;
  }
  
  .bag-subtitle,
  .ci-wysiwyg h2,
  .rocket-wysiwyg-test h2 {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  
  .ci-content-images:first-of-type {
    margin-top: -10px;
  }
  
  .ci-content-image {
    margin-top: 10px;
  }
  
  .product-order-form-submit-container {
    margin-top: 28px;
  }
  
  .bag-search-js #branding {
    margin-bottom: 11px;
  }
  
  h1 {
    font-size: 25px;
    margin-top: 16px;
  }
  
  h1.title-no-icon {
    margin-top: 14px;
  }
  
  h2.bag-real-glas-title + .bag-hr,
  h1 + .bag-hr {
    margin-top: 15px;
    margin-bottom: -3px;
  }

  .bag-hr {
    margin: 20px auto;
  }
  
  #bag-calender-form .bag-dropdown-control {
    width: 227px;
    border: none;
    display: inline-block;
  }
  
  #bag-calender-form .bag-dropdown-control:nth-of-type(1) {
    float: left;
  } 
  
  #bag-calender-form .bag-dropdown-control:nth-of-type(3) {
    float: right;
  } 
  
  .bag-product-title {
    font-size: 22px;
  }
  
  .bag-event-title {
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 9px;
    line-height: 30px;
  }
  
  .bag-grouped-event-container:first-child .bag-grouped-event-title:first-child {
    margin-top: 25px;
  }
  
  .bag-event-day:first-child {
    margin-top: -16px;
  }
  
  .bag-event:after {
    padding-top: 24px;
  }
  
  .bag-event:last-child:after {
    margin-bottom: -6px;
  }
    
  .bag-tile-icon img {
    width: 102px;
    height: 102px;
  }
  
  .bag-squared-25 .bag-tile-icon img {
    width: 96px;
    height: 96px;
  }
  
  .bag-squared-25 .squared-title {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px;
  }
  
  .bag-squared-25 .squared-title-no-icon {
    margin-top: 108px;
  }
  
  .bag-squared-50 .squared-title {
    font-size: 22px;
    margin: 16px 10px 11px 10px;
  }
  
  .bag-squared-50 .squared-subline {
    margin-bottom: -5px;
  }
  
  .bag-squared-50 .squared-title-no-icon {
    margin-top: 84px;
  }
  
  .bag-squared-50 .bag-box-text {
    max-height: calc(100% - 192px);
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .bag-rect-two-one .bag-text-box {
    max-height: calc(100% - 111px);
  }
  
  .bag-rect-two-one .bag-box-text {
    max-height: calc(100% - 79px);
  }
  
  .bag-rect-two-one .squared-title {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 36px;
    margin-top: -6px;
    margin-bottom: 8px;
  }
  
  .bag-rect-two-one .squared-subline {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 18px;
  }
  
  .bag-rect-two-one .squared-title-no-icon {
    margin-top: 84px;
  }
  
  .bag-rect-two-one .bag-hr {
    margin: 20px auto;
  }
  
  .bag-full-width-image {
    margin: 17px auto 20px;
  }
  
  .bag-rect-two-one .img-holder {
    padding: 0 80px;
  }
  
  .bag-question-nb {
    margin-top: 8px;
  }
  
  #bag-quiz-answer .bag-header {
    margin-bottom: 13px;
  }
  
  #bag-quiz-answer .bag-subtitle {
    font-size: 22px  }
  
  .bag-quiz-end-text  .bag-hr {
    margin-top: -5px;
  }
  
  .bag-answer-container {
    margin-bottom: 74px;
  }
  
  .footer-heading {
    margin-bottom: 7px;
    font-size: 14px;
  }
  
  .bag-footer p {
    line-height: 19px;
  }
  
  p.footer-text {
      margin-bottom: 4px;
  }
  
  .bag-product-title {
    margin-top: -6px;
  }
  
  .bag-product,
  .bag-grouped-event-title {
    margin-bottom: 30px;
    padding-top: 14px;
  }
  
  .bag-product-group-title {
    margin-bottom: 30px;
  }
  
  .bag-product-order-button {
    margin-bottom: 30px;
  }
  
  .bag-product {
    padding-top: 0;
  }
  
  body [class*="col-us-"],
  body [class*="col-xs-"],
  body [class*="col-sm-"],
  body [class*="col-md-"],
  body [class*="col-lg-"] {
    padding-left: 5px; 
    padding-right: 5px;
  }
  
    .container {
      padding-left: 5px; 
      padding-right: 5px;
    }
    .row {
    margin-left: -5px;
      margin-right: -5px;
    }
    
    .bag-box {
      margin: 5px 0;
    }
    
    .bag-line-after-row:after {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
  
  .bag-partner-row + .bag-navi-2nd-level,
  .bag-partner-row + .bag-navi-3nd-level  {
    margin-top: 86px;
  }
  
  .bag-event {
    margin-top: 30px;
  }
  
  .bag-event:first-of-type {
    margin-top: 0;
  }
}

/**
 * Media Query: Tablet max
 */
@media (max-width: 1023px) {

  label {
    margin-bottom: 4px;
  }
  
  #bag-search-form {
    width: 100%;
  }
  
  #bag-search-input {
    top: 61px;
    position: absolute;
    border-radius: -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
;
  }
  
  #bag-search-btn {
    border-radius: -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
;
  }
  
  #page_header.bag-search-js.open {
    padding-bottom: 66px;
  }
  
  #page_header.bag-search-js {
    padding-bottom: 0;
    -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  }
  
  .bag-search-js #bag-search-input {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0px;
  }
  
  .bag-search-js #bag-search-input.bag-delay-transition {
    -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  }
  
  .bag-search-js.open #bag-search-input {
    height: 44px;
    border-width: 1px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  
  .bag-search-js #bag-search-form {
    top: 50%;
  }
  
  .bag-search-js #globalnavi_toggle {
    top: calc(50% - 1px);
  }
  
  #globalnavi_toggle {
    z-index: 2;
  }
  
  #branding {
    z-index: 2;
    position: relative;
  }
  
  h1.quiz {
    margin-top: 14px;
  }
  
  h1.quiz + .bag-hr {
    margin-top: 12px;
    margin-bottom: 0;
  }
  
  .bag-to-top {
    margin-top: 45px;
  }
  
  #page_footer {
    font-size: 14px;
  }
  
  #page_header.open #bag-search-input::-webkit-input-placeholder {
     color: black;
  }
  
  #page_header.open #bag-search-input:-moz-placeholder {
    color: black;
  }
  
  #page_header.open #bag-search-input::-moz-placeholder {
    color: black;
  }
  
  #page_header.open #bag-search-input:-ms-input-placeholder {
    color: black;
  }
  
  #page_header #bag-search-input::-webkit-input-placeholder {
     color: white;
  }
  
  #page_header #bag-search-input:-moz-placeholder {
    color: white;
  }
  
  #page_header #bag-search-input::-moz-placeholder {
    color: white;
  }
  
  #page_header #bag-search-input:-ms-input-placeholder {
    color: white;
  }
}

/**
 * Media Query: Tablet & up
 */
@media (min-width: 768px) {
  html, body {
    height: 100%;
  }
  
  .bag-footer-imprint {
    float: right;
  }

  .bag-box-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 35px;
    -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  
  .bag-hr-lg {
    width: 370px;
  }
  
  .bag-quiz-commands {
    word-spacing: -0.26em; 
  }
  
  .bag-quiz-commands li {
    margin-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    word-spacing: 0;
  }
  
  .bag-quiz-commands li:first-child {
    padding-left: 0;
  }
  
  .bag-quiz-commands li:last-child {
    padding-right: 0;
  }
  
  .bag-quiz-commands {
    margin-top: -12px;
  }
  
  .bag-quiz-commands li {
    margin-top: 12px;
  }
  
  .bag-product-image-container {
    margin-right: 30px;
    margin-bottom: 0;
  }
  
  .bag-quiz-commands .btn {
    padding-left: 0;
    padding-right: 0;
  }
  
  .bag-product-links .btn {
    display: block;
  }
  .bag-event-title
  .bag-product-title {
    margin-top: -8px;
    font-size: 22px;
  }
  
  #bag-category-holder > .bag-dropdown-control {
    width: 240px;
  }
  
  .bag-header + #bag-calender-form {
    margin-top: 30px;
  }
  
    #page_header,
    #page_footer {
      z-index: 3;
      position: relative;
    }
    
    .bag-event-spacer {
    line-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 55px;
  }
  
  .btn-more {
    margin-top: 5px;
  }
  
  .bag-hr-answer {
    margin: 25px auto 20px;
  }
  
  .bag-event-day-nb {
    display: block;
  }
  
  .bag-event-day:only-of-type {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 13px;
  }
  
  .bag-event-spacer {
    position: relative;
  }
  
  .bag-event:after {
    padding-top: 13px;
    margin-bottom: 5px;
  }
  
  .bag-event:last-child:after {
    margin-bottom: -17px;
  }
  
  .bag-event-day:first-child {
    margin-top: -19px;
  }
  
  .bag-standard-glas-col {
    width: 33.333%;
    float: left;
    margin-top: -8px;
  }
  
  .bag-standard-glas-col:after {
    right: -17px;
    top: 61px;
  }
  
  .bag-glas {
    margin-top: 14px;
  }
  
  .bag-standard-glasses-wrapper {
    padding: 0;
    margin-top: -8px;
  }
  
  .btn-bag-back {
    margin-top: 75px;
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2.0),
       only screen and (min--moz-device-pixel-ratio: 2.0),
         only screen and (-o-min-device-pixel-ratio: 200/100),
         only screen and (min-device-pixel-ratio: 2.0) {
    .quiz-intro-img {
      width: 455px;
    }
  }
}

/**
 * Media Query: Desktop
 */
@media (min-width: 1024px) {

  h1.title-no-icon {
    margin-top: 42px;
  }
  
  html .bag-search-js #bag-search-input {
    width: 0%;
    float: right;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
  }
  
  html .bag-search-js.open #bag-search-input {
    width: 187px;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }
  
  html .bag-search-js.bag-btn-open #bag-search-btn,
  html .bag-search-js.open #bag-search-btn {
    background: white;
    color: #DF091D;
    border-color: white;
  }

  html.js #bag-search-input {
    width: 0%;
    float: right;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-transition-property: width, padding-left;
  -moz-transition-property: width, padding-left;
  -o-transition-property: width, padding-left;
  -ms-transition-property: width, padding-left;
  transition-property: width, padding-left;
  }
  
  .bag-box-btn {
    margin-bottom: 77px;
  }
  
  .bag-rect-two-one {
    margin-top: 29px;
  }
  
  .bag-squared-50 .bag-box-text {
    max-height: calc(100% - 241px);
  }
  
  .bag-squared-25 .squared-title {
    margin-top: 17px;
    line-height: 24px;
  }
  
  .bag-squared-25 .squared-title-no-icon {
    margin-top:  138px;
  }
  
  .bag-squared-50 .squared-title {
    margin-top: 23px;
  }
  
  .bag-squared-50 .squared-title-no-icon {
    margin-top:  138px;
  }
  
  .bag-rect-two-one .text-holder {
    max-height: calc(100% - 111px);
  }
  
  .bag-rect-two-one .img-holder {
    padding-left: 44px;
    padding-right: 44px;
  }
  
  .bag-rect-two-one .squared-title,
  .bag-rect-two-one .squared-subline {
    padding-left: 110px;
    padding-right: 110px;
  }
  
  .bag-rect-two-one .squared-title {
    font-size: 46px;
    margin-top: -8px;
  }
  
  .bag-rect-two-one .squared-title-no-icon {
    margin-top:  138px;
  }
  
  .bag-rect-two-one .squared-subline {
    font-size: 21px;
  }
  
  .bag-product-group-title {
    margin-bottom: 40px;
  }
  
  .product-order-form-submit-container {
    margin-top: 29px;
  }
  
  .bag-product-title {
    font-size: 28px;
    margin-top: -24px;
    padding: 13px 0px 12px 0px;
  }
  
  .bag-grouped-event-title {
    padding: 13px 0px 12px 0px;
  }
  
  .bag-question-title {
    font-size: 34px;
  }
  
  #bag-quiz-answer h1 {
    font-size: 46px;
    margin-top: 21px;
  }
  
  #bag-quiz-answer .bag-subtitle {
    font-size: 34px;
  }
  
  #bag-quiz-answer .title-no-icon {
    margin-top: 39px;
  }
  
  .bag-quiz-subline {
    font-size: 26px;
  }
  
  .bag-to-top {
    margin-top: 70px;
  }
  
  .col-md-offset-1point5 {
      margin-left: 12.5%;
  }
  
  #bag-calender-form .bag-dropdown-control {
    width: 230px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  
  .bag-line-after-row:after {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  
  .bag-navi-3nd-level {
    margin-top: 59px;
  }
  
  .bag-navi-2nd-level,
  .bag-navi-3nd-level {
    margin-top: 59px;
  }
  
  #bag-event-container ~ .bag-navi-3nd-level {
    margin-top: 90px;
  }
  
  .bag-footer .bag-link-with-icon {
    top: -2px;
  }
  
  .bag-line-after-col:after {
      width: calc(100% - 20px);
      left: 10px;
  }
  
  .bag-standard-glasses-wrapper {
    padding: 0 115px;
  }
}

/******************webworker****************/


body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Source Sans Pro', sans-serif;
}


#main-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.container {
  max-width: 100%!important;
  padding-left: 10px;
  padding-right: 10px;
}


@media (min-width: 768px) {
.container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
}
