.mainContainer {
  background-position: center 32px;
}
.header-container {
  padding-top: 32px;
  background: none;
  max-width: 1300px;
  margin: 0px auto;
  /* Mixins
*****************************************/
  /**
common stuff
- bootstrap reset (no custom reset.css)
- html
- body
- wrappers
**/
  /* Make it move */
  /* Langauges */
  /* Flags */
  /* Fin Flags */
  /* Fin Langauges */
  /* =font family
-------------------------------------------------------------------------------- */
  /* =font size
-------------------------------------------------------------------------------- */
  /* =font color
-------------------------------------------------------------------------------- */
  /* =font family
-------------------------------------------------------------------------------- */
  /* Vars
*****************************************/
}
.header-container .body-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .body-wrapper *:before,
.header-container .body-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .body-wrapper html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header-container .body-wrapper body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.header-container .body-wrapper input,
.header-container .body-wrapper button,
.header-container .body-wrapper select,
.header-container .body-wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.header-container .body-wrapper a {
  color: #428bca;
  text-decoration: none;
}
.header-container .body-wrapper a:hover,
.header-container .body-wrapper a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.header-container .body-wrapper a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.header-container .body-wrapper figure {
  margin: 0;
}
.header-container .body-wrapper img {
  vertical-align: middle;
}
.header-container .body-wrapper .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-container .body-wrapper .img-rounded {
  border-radius: 6px;
}
.header-container .body-wrapper .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.header-container .body-wrapper .img-circle {
  border-radius: 50%;
}
.header-container .body-wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.header-container .body-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header-container .body-wrapper .sr-only-focusable:active,
.header-container .body-wrapper .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.header-container .body-wrapper h1,
.header-container .body-wrapper h2,
.header-container .body-wrapper h3,
.header-container .body-wrapper h4,
.header-container .body-wrapper h5,
.header-container .body-wrapper h6,
.header-container .body-wrapper .h1,
.header-container .body-wrapper .h2,
.header-container .body-wrapper .h3,
.header-container .body-wrapper .h4,
.header-container .body-wrapper .h5,
.header-container .body-wrapper .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.header-container .body-wrapper h1 small,
.header-container .body-wrapper h2 small,
.header-container .body-wrapper h3 small,
.header-container .body-wrapper h4 small,
.header-container .body-wrapper h5 small,
.header-container .body-wrapper h6 small,
.header-container .body-wrapper .h1 small,
.header-container .body-wrapper .h2 small,
.header-container .body-wrapper .h3 small,
.header-container .body-wrapper .h4 small,
.header-container .body-wrapper .h5 small,
.header-container .body-wrapper .h6 small,
.header-container .body-wrapper h1 .small,
.header-container .body-wrapper h2 .small,
.header-container .body-wrapper h3 .small,
.header-container .body-wrapper h4 .small,
.header-container .body-wrapper h5 .small,
.header-container .body-wrapper h6 .small,
.header-container .body-wrapper .h1 .small,
.header-container .body-wrapper .h2 .small,
.header-container .body-wrapper .h3 .small,
.header-container .body-wrapper .h4 .small,
.header-container .body-wrapper .h5 .small,
.header-container .body-wrapper .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.header-container .body-wrapper h1,
.header-container .body-wrapper .h1,
.header-container .body-wrapper h2,
.header-container .body-wrapper .h2,
.header-container .body-wrapper h3,
.header-container .body-wrapper .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.header-container .body-wrapper h1 small,
.header-container .body-wrapper .h1 small,
.header-container .body-wrapper h2 small,
.header-container .body-wrapper .h2 small,
.header-container .body-wrapper h3 small,
.header-container .body-wrapper .h3 small,
.header-container .body-wrapper h1 .small,
.header-container .body-wrapper .h1 .small,
.header-container .body-wrapper h2 .small,
.header-container .body-wrapper .h2 .small,
.header-container .body-wrapper h3 .small,
.header-container .body-wrapper .h3 .small {
  font-size: 65%;
}
.header-container .body-wrapper h4,
.header-container .body-wrapper .h4,
.header-container .body-wrapper h5,
.header-container .body-wrapper .h5,
.header-container .body-wrapper h6,
.header-container .body-wrapper .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-container .body-wrapper h4 small,
.header-container .body-wrapper .h4 small,
.header-container .body-wrapper h5 small,
.header-container .body-wrapper .h5 small,
.header-container .body-wrapper h6 small,
.header-container .body-wrapper .h6 small,
.header-container .body-wrapper h4 .small,
.header-container .body-wrapper .h4 .small,
.header-container .body-wrapper h5 .small,
.header-container .body-wrapper .h5 .small,
.header-container .body-wrapper h6 .small,
.header-container .body-wrapper .h6 .small {
  font-size: 75%;
}
.header-container .body-wrapper h1,
.header-container .body-wrapper .h1 {
  font-size: 36px;
}
.header-container .body-wrapper h2,
.header-container .body-wrapper .h2 {
  font-size: 30px;
}
.header-container .body-wrapper h3,
.header-container .body-wrapper .h3 {
  font-size: 24px;
}
.header-container .body-wrapper h4,
.header-container .body-wrapper .h4 {
  font-size: 18px;
}
.header-container .body-wrapper h5,
.header-container .body-wrapper .h5 {
  font-size: 14px;
}
.header-container .body-wrapper h6,
.header-container .body-wrapper .h6 {
  font-size: 12px;
}
.header-container .body-wrapper p {
  margin: 0 0 10px;
}
.header-container .body-wrapper .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .header-container .body-wrapper .lead {
    font-size: 21px;
  }
}
.header-container .body-wrapper small,
.header-container .body-wrapper .small {
  font-size: 85%;
}
.header-container .body-wrapper mark,
.header-container .body-wrapper .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.header-container .body-wrapper .text-left {
  text-align: left;
}
.header-container .body-wrapper .text-right {
  text-align: right;
}
.header-container .body-wrapper .text-center {
  text-align: center;
}
.header-container .body-wrapper .text-justify {
  text-align: justify;
}
.header-container .body-wrapper .text-nowrap {
  white-space: nowrap;
}
.header-container .body-wrapper .text-lowercase {
  text-transform: lowercase;
}
.header-container .body-wrapper .text-uppercase {
  text-transform: uppercase;
}
.header-container .body-wrapper .text-capitalize {
  text-transform: capitalize;
}
.header-container .body-wrapper .text-muted {
  color: #777777;
}
.header-container .body-wrapper .text-primary {
  color: #428bca;
}
a.header-container .body-wrapper .text-primary:hover {
  color: #3071a9;
}
.header-container .body-wrapper .text-success {
  color: #3c763d;
}
a.header-container .body-wrapper .text-success:hover {
  color: #2b542c;
}
.header-container .body-wrapper .text-info {
  color: #31708f;
}
a.header-container .body-wrapper .text-info:hover {
  color: #245269;
}
.header-container .body-wrapper .text-warning {
  color: #8a6d3b;
}
a.header-container .body-wrapper .text-warning:hover {
  color: #66512c;
}
.header-container .body-wrapper .text-danger {
  color: #a94442;
}
a.header-container .body-wrapper .text-danger:hover {
  color: #843534;
}
.header-container .body-wrapper .bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.header-container .body-wrapper .bg-primary:hover {
  background-color: #3071a9;
}
.header-container .body-wrapper .bg-success {
  background-color: #dff0d8;
}
a.header-container .body-wrapper .bg-success:hover {
  background-color: #c1e2b3;
}
.header-container .body-wrapper .bg-info {
  background-color: #d9edf7;
}
a.header-container .body-wrapper .bg-info:hover {
  background-color: #afd9ee;
}
.header-container .body-wrapper .bg-warning {
  background-color: #fcf8e3;
}
a.header-container .body-wrapper .bg-warning:hover {
  background-color: #f7ecb5;
}
.header-container .body-wrapper .bg-danger {
  background-color: #f2dede;
}
a.header-container .body-wrapper .bg-danger:hover {
  background-color: #e4b9b9;
}
.header-container .body-wrapper .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.header-container .body-wrapper ul,
.header-container .body-wrapper ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.header-container .body-wrapper ul ul,
.header-container .body-wrapper ol ul,
.header-container .body-wrapper ul ol,
.header-container .body-wrapper ol ol {
  margin-bottom: 0;
}
.header-container .body-wrapper .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.header-container .body-wrapper .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.header-container .body-wrapper .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-container .body-wrapper dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.header-container .body-wrapper dt,
.header-container .body-wrapper dd {
  line-height: 1.42857143;
}
.header-container .body-wrapper dt {
  font-weight: bold;
}
.header-container .body-wrapper dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .header-container .body-wrapper .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-container .body-wrapper .dl-horizontal dd {
    margin-left: 180px;
  }
}
.header-container .body-wrapper abbr[title],
.header-container .body-wrapper abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.header-container .body-wrapper .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.header-container .body-wrapper blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.header-container .body-wrapper blockquote p:last-child,
.header-container .body-wrapper blockquote ul:last-child,
.header-container .body-wrapper blockquote ol:last-child {
  margin-bottom: 0;
}
.header-container .body-wrapper blockquote footer,
.header-container .body-wrapper blockquote small,
.header-container .body-wrapper blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.header-container .body-wrapper blockquote footer:before,
.header-container .body-wrapper blockquote small:before,
.header-container .body-wrapper blockquote .small:before {
  content: '\2014 \00A0';
}
.header-container .body-wrapper .blockquote-reverse,
.header-container .body-wrapper blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.header-container .body-wrapper .blockquote-reverse footer:before,
.header-container .body-wrapper blockquote.pull-right footer:before,
.header-container .body-wrapper .blockquote-reverse small:before,
.header-container .body-wrapper blockquote.pull-right small:before,
.header-container .body-wrapper .blockquote-reverse .small:before,
.header-container .body-wrapper blockquote.pull-right .small:before {
  content: '';
}
.header-container .body-wrapper .blockquote-reverse footer:after,
.header-container .body-wrapper blockquote.pull-right footer:after,
.header-container .body-wrapper .blockquote-reverse small:after,
.header-container .body-wrapper blockquote.pull-right small:after,
.header-container .body-wrapper .blockquote-reverse .small:after,
.header-container .body-wrapper blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.header-container .body-wrapper address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.header-container .body-wrapper .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .header-container .body-wrapper .container {
    width: 750px;
  }
}
@media (min-width: 1023px) {
  .header-container .body-wrapper .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header-container .body-wrapper .container {
    width: 1170px;
  }
}
.header-container .body-wrapper .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .body-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
}
.header-container .body-wrapper .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .body-wrapper .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;
}
.header-container .body-wrapper .col-xs-12 {
  width: 100%;
}
.header-container .body-wrapper .col-xs-11 {
  width: 91.66666667%;
}
.header-container .body-wrapper .col-xs-10 {
  width: 83.33333333%;
}
.header-container .body-wrapper .col-xs-9 {
  width: 75%;
}
.header-container .body-wrapper .col-xs-8 {
  width: 66.66666667%;
}
.header-container .body-wrapper .col-xs-7 {
  width: 58.33333333%;
}
.header-container .body-wrapper .col-xs-6 {
  width: 50%;
}
.header-container .body-wrapper .col-xs-5 {
  width: 41.66666667%;
}
.header-container .body-wrapper .col-xs-4 {
  width: 33.33333333%;
}
.header-container .body-wrapper .col-xs-3 {
  width: 25%;
}
.header-container .body-wrapper .col-xs-2 {
  width: 16.66666667%;
}
.header-container .body-wrapper .col-xs-1 {
  width: 8.33333333%;
}
.header-container .body-wrapper .col-xs-pull-12 {
  right: 100%;
}
.header-container .body-wrapper .col-xs-pull-11 {
  right: 91.66666667%;
}
.header-container .body-wrapper .col-xs-pull-10 {
  right: 83.33333333%;
}
.header-container .body-wrapper .col-xs-pull-9 {
  right: 75%;
}
.header-container .body-wrapper .col-xs-pull-8 {
  right: 66.66666667%;
}
.header-container .body-wrapper .col-xs-pull-7 {
  right: 58.33333333%;
}
.header-container .body-wrapper .col-xs-pull-6 {
  right: 50%;
}
.header-container .body-wrapper .col-xs-pull-5 {
  right: 41.66666667%;
}
.header-container .body-wrapper .col-xs-pull-4 {
  right: 33.33333333%;
}
.header-container .body-wrapper .col-xs-pull-3 {
  right: 25%;
}
.header-container .body-wrapper .col-xs-pull-2 {
  right: 16.66666667%;
}
.header-container .body-wrapper .col-xs-pull-1 {
  right: 8.33333333%;
}
.header-container .body-wrapper .col-xs-pull-0 {
  right: auto;
}
.header-container .body-wrapper .col-xs-push-12 {
  left: 100%;
}
.header-container .body-wrapper .col-xs-push-11 {
  left: 91.66666667%;
}
.header-container .body-wrapper .col-xs-push-10 {
  left: 83.33333333%;
}
.header-container .body-wrapper .col-xs-push-9 {
  left: 75%;
}
.header-container .body-wrapper .col-xs-push-8 {
  left: 66.66666667%;
}
.header-container .body-wrapper .col-xs-push-7 {
  left: 58.33333333%;
}
.header-container .body-wrapper .col-xs-push-6 {
  left: 50%;
}
.header-container .body-wrapper .col-xs-push-5 {
  left: 41.66666667%;
}
.header-container .body-wrapper .col-xs-push-4 {
  left: 33.33333333%;
}
.header-container .body-wrapper .col-xs-push-3 {
  left: 25%;
}
.header-container .body-wrapper .col-xs-push-2 {
  left: 16.66666667%;
}
.header-container .body-wrapper .col-xs-push-1 {
  left: 8.33333333%;
}
.header-container .body-wrapper .col-xs-push-0 {
  left: auto;
}
.header-container .body-wrapper .col-xs-offset-12 {
  margin-left: 100%;
}
.header-container .body-wrapper .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.header-container .body-wrapper .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.header-container .body-wrapper .col-xs-offset-9 {
  margin-left: 75%;
}
.header-container .body-wrapper .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.header-container .body-wrapper .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.header-container .body-wrapper .col-xs-offset-6 {
  margin-left: 50%;
}
.header-container .body-wrapper .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.header-container .body-wrapper .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.header-container .body-wrapper .col-xs-offset-3 {
  margin-left: 25%;
}
.header-container .body-wrapper .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.header-container .body-wrapper .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.header-container .body-wrapper .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .header-container .body-wrapper .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;
  }
  .header-container .body-wrapper .col-sm-12 {
    width: 100%;
  }
  .header-container .body-wrapper .col-sm-11 {
    width: 91.66666667%;
  }
  .header-container .body-wrapper .col-sm-10 {
    width: 83.33333333%;
  }
  .header-container .body-wrapper .col-sm-9 {
    width: 75%;
  }
  .header-container .body-wrapper .col-sm-8 {
    width: 66.66666667%;
  }
  .header-container .body-wrapper .col-sm-7 {
    width: 58.33333333%;
  }
  .header-container .body-wrapper .col-sm-6 {
    width: 50%;
  }
  .header-container .body-wrapper .col-sm-5 {
    width: 41.66666667%;
  }
  .header-container .body-wrapper .col-sm-4 {
    width: 33.33333333%;
  }
  .header-container .body-wrapper .col-sm-3 {
    width: 25%;
  }
  .header-container .body-wrapper .col-sm-2 {
    width: 16.66666667%;
  }
  .header-container .body-wrapper .col-sm-1 {
    width: 8.33333333%;
  }
  .header-container .body-wrapper .col-sm-pull-12 {
    right: 100%;
  }
  .header-container .body-wrapper .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .header-container .body-wrapper .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .header-container .body-wrapper .col-sm-pull-9 {
    right: 75%;
  }
  .header-container .body-wrapper .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .header-container .body-wrapper .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .header-container .body-wrapper .col-sm-pull-6 {
    right: 50%;
  }
  .header-container .body-wrapper .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .header-container .body-wrapper .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .header-container .body-wrapper .col-sm-pull-3 {
    right: 25%;
  }
  .header-container .body-wrapper .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .header-container .body-wrapper .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .header-container .body-wrapper .col-sm-pull-0 {
    right: auto;
  }
  .header-container .body-wrapper .col-sm-push-12 {
    left: 100%;
  }
  .header-container .body-wrapper .col-sm-push-11 {
    left: 91.66666667%;
  }
  .header-container .body-wrapper .col-sm-push-10 {
    left: 83.33333333%;
  }
  .header-container .body-wrapper .col-sm-push-9 {
    left: 75%;
  }
  .header-container .body-wrapper .col-sm-push-8 {
    left: 66.66666667%;
  }
  .header-container .body-wrapper .col-sm-push-7 {
    left: 58.33333333%;
  }
  .header-container .body-wrapper .col-sm-push-6 {
    left: 50%;
  }
  .header-container .body-wrapper .col-sm-push-5 {
    left: 41.66666667%;
  }
  .header-container .body-wrapper .col-sm-push-4 {
    left: 33.33333333%;
  }
  .header-container .body-wrapper .col-sm-push-3 {
    left: 25%;
  }
  .header-container .body-wrapper .col-sm-push-2 {
    left: 16.66666667%;
  }
  .header-container .body-wrapper .col-sm-push-1 {
    left: 8.33333333%;
  }
  .header-container .body-wrapper .col-sm-push-0 {
    left: auto;
  }
  .header-container .body-wrapper .col-sm-offset-12 {
    margin-left: 100%;
  }
  .header-container .body-wrapper .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .header-container .body-wrapper .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .header-container .body-wrapper .col-sm-offset-9 {
    margin-left: 75%;
  }
  .header-container .body-wrapper .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .header-container .body-wrapper .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .header-container .body-wrapper .col-sm-offset-6 {
    margin-left: 50%;
  }
  .header-container .body-wrapper .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .header-container .body-wrapper .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .header-container .body-wrapper .col-sm-offset-3 {
    margin-left: 25%;
  }
  .header-container .body-wrapper .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .header-container .body-wrapper .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .header-container .body-wrapper .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1023px) {
  .header-container .body-wrapper .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;
  }
  .header-container .body-wrapper .col-md-12 {
    width: 100%;
  }
  .header-container .body-wrapper .col-md-11 {
    width: 91.66666667%;
  }
  .header-container .body-wrapper .col-md-10 {
    width: 83.33333333%;
  }
  .header-container .body-wrapper .col-md-9 {
    width: 75%;
  }
  .header-container .body-wrapper .col-md-8 {
    width: 66.66666667%;
  }
  .header-container .body-wrapper .col-md-7 {
    width: 58.33333333%;
  }
  .header-container .body-wrapper .col-md-6 {
    width: 50%;
  }
  .header-container .body-wrapper .col-md-5 {
    width: 41.66666667%;
  }
  .header-container .body-wrapper .col-md-4 {
    width: 33.33333333%;
  }
  .header-container .body-wrapper .col-md-3 {
    width: 25%;
  }
  .header-container .body-wrapper .col-md-2 {
    width: 16.66666667%;
  }
  .header-container .body-wrapper .col-md-1 {
    width: 8.33333333%;
  }
  .header-container .body-wrapper .col-md-pull-12 {
    right: 100%;
  }
  .header-container .body-wrapper .col-md-pull-11 {
    right: 91.66666667%;
  }
  .header-container .body-wrapper .col-md-pull-10 {
    right: 83.33333333%;
  }
  .header-container .body-wrapper .col-md-pull-9 {
    right: 75%;
  }
  .header-container .body-wrapper .col-md-pull-8 {
    right: 66.66666667%;
  }
  .header-container .body-wrapper .col-md-pull-7 {
    right: 58.33333333%;
  }
  .header-container .body-wrapper .col-md-pull-6 {
    right: 50%;
  }
  .header-container .body-wrapper .col-md-pull-5 {
    right: 41.66666667%;
  }
  .header-container .body-wrapper .col-md-pull-4 {
    right: 33.33333333%;
  }
  .header-container .body-wrapper .col-md-pull-3 {
    right: 25%;
  }
  .header-container .body-wrapper .col-md-pull-2 {
    right: 16.66666667%;
  }
  .header-container .body-wrapper .col-md-pull-1 {
    right: 8.33333333%;
  }
  .header-container .body-wrapper .col-md-pull-0 {
    right: auto;
  }
  .header-container .body-wrapper .col-md-push-12 {
    left: 100%;
  }
  .header-container .body-wrapper .col-md-push-11 {
    left: 91.66666667%;
  }
  .header-container .body-wrapper .col-md-push-10 {
    left: 83.33333333%;
  }
  .header-container .body-wrapper .col-md-push-9 {
    left: 75%;
  }
  .header-container .body-wrapper .col-md-push-8 {
    left: 66.66666667%;
  }
  .header-container .body-wrapper .col-md-push-7 {
    left: 58.33333333%;
  }
  .header-container .body-wrapper .col-md-push-6 {
    left: 50%;
  }
  .header-container .body-wrapper .col-md-push-5 {
    left: 41.66666667%;
  }
  .header-container .body-wrapper .col-md-push-4 {
    left: 33.33333333%;
  }
  .header-container .body-wrapper .col-md-push-3 {
    left: 25%;
  }
  .header-container .body-wrapper .col-md-push-2 {
    left: 16.66666667%;
  }
  .header-container .body-wrapper .col-md-push-1 {
    left: 8.33333333%;
  }
  .header-container .body-wrapper .col-md-push-0 {
    left: auto;
  }
  .header-container .body-wrapper .col-md-offset-12 {
    margin-left: 100%;
  }
  .header-container .body-wrapper .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .header-container .body-wrapper .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .header-container .body-wrapper .col-md-offset-9 {
    margin-left: 75%;
  }
  .header-container .body-wrapper .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .header-container .body-wrapper .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .header-container .body-wrapper .col-md-offset-6 {
    margin-left: 50%;
  }
  .header-container .body-wrapper .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .header-container .body-wrapper .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .header-container .body-wrapper .col-md-offset-3 {
    margin-left: 25%;
  }
  .header-container .body-wrapper .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .header-container .body-wrapper .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .header-container .body-wrapper .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .header-container .body-wrapper .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .header-container .body-wrapper .col-lg-12 {
    width: 100%;
  }
  .header-container .body-wrapper .col-lg-11 {
    width: 91.66666667%;
  }
  .header-container .body-wrapper .col-lg-10 {
    width: 83.33333333%;
  }
  .header-container .body-wrapper .col-lg-9 {
    width: 75%;
  }
  .header-container .body-wrapper .col-lg-8 {
    width: 66.66666667%;
  }
  .header-container .body-wrapper .col-lg-7 {
    width: 58.33333333%;
  }
  .header-container .body-wrapper .col-lg-6 {
    width: 50%;
  }
  .header-container .body-wrapper .col-lg-5 {
    width: 41.66666667%;
  }
  .header-container .body-wrapper .col-lg-4 {
    width: 33.33333333%;
  }
  .header-container .body-wrapper .col-lg-3 {
    width: 25%;
  }
  .header-container .body-wrapper .col-lg-2 {
    width: 16.66666667%;
  }
  .header-container .body-wrapper .col-lg-1 {
    width: 8.33333333%;
  }
  .header-container .body-wrapper .col-lg-pull-12 {
    right: 100%;
  }
  .header-container .body-wrapper .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .header-container .body-wrapper .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .header-container .body-wrapper .col-lg-pull-9 {
    right: 75%;
  }
  .header-container .body-wrapper .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .header-container .body-wrapper .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .header-container .body-wrapper .col-lg-pull-6 {
    right: 50%;
  }
  .header-container .body-wrapper .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .header-container .body-wrapper .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .header-container .body-wrapper .col-lg-pull-3 {
    right: 25%;
  }
  .header-container .body-wrapper .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .header-container .body-wrapper .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .header-container .body-wrapper .col-lg-pull-0 {
    right: auto;
  }
  .header-container .body-wrapper .col-lg-push-12 {
    left: 100%;
  }
  .header-container .body-wrapper .col-lg-push-11 {
    left: 91.66666667%;
  }
  .header-container .body-wrapper .col-lg-push-10 {
    left: 83.33333333%;
  }
  .header-container .body-wrapper .col-lg-push-9 {
    left: 75%;
  }
  .header-container .body-wrapper .col-lg-push-8 {
    left: 66.66666667%;
  }
  .header-container .body-wrapper .col-lg-push-7 {
    left: 58.33333333%;
  }
  .header-container .body-wrapper .col-lg-push-6 {
    left: 50%;
  }
  .header-container .body-wrapper .col-lg-push-5 {
    left: 41.66666667%;
  }
  .header-container .body-wrapper .col-lg-push-4 {
    left: 33.33333333%;
  }
  .header-container .body-wrapper .col-lg-push-3 {
    left: 25%;
  }
  .header-container .body-wrapper .col-lg-push-2 {
    left: 16.66666667%;
  }
  .header-container .body-wrapper .col-lg-push-1 {
    left: 8.33333333%;
  }
  .header-container .body-wrapper .col-lg-push-0 {
    left: auto;
  }
  .header-container .body-wrapper .col-lg-offset-12 {
    margin-left: 100%;
  }
  .header-container .body-wrapper .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .header-container .body-wrapper .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .header-container .body-wrapper .col-lg-offset-9 {
    margin-left: 75%;
  }
  .header-container .body-wrapper .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .header-container .body-wrapper .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .header-container .body-wrapper .col-lg-offset-6 {
    margin-left: 50%;
  }
  .header-container .body-wrapper .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .header-container .body-wrapper .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .header-container .body-wrapper .col-lg-offset-3 {
    margin-left: 25%;
  }
  .header-container .body-wrapper .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .header-container .body-wrapper .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .header-container .body-wrapper .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.header-container .clearfix:before,
.header-container .clearfix:after,
.header-container .header-container .body-wrapper .dl-horizontal dd:before,
.header-container .header-container .body-wrapper .dl-horizontal dd:after,
.header-container .header-container .body-wrapper .container:before,
.header-container .header-container .body-wrapper .container:after,
.header-container .header-container .body-wrapper .container-fluid:before,
.header-container .header-container .body-wrapper .container-fluid:after,
.header-container .header-container .body-wrapper .row:before,
.header-container .header-container .body-wrapper .row:after {
  content: " ";
  display: table;
}
.header-container .clearfix:after,
.header-container .header-container .body-wrapper .dl-horizontal dd:after,
.header-container .header-container .body-wrapper .container:after,
.header-container .header-container .body-wrapper .container-fluid:after,
.header-container .header-container .body-wrapper .row:after {
  clear: both;
}
.header-container .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header-container .pull-right {
  float: right !important;
}
.header-container .pull-left {
  float: left !important;
}
.header-container .hide {
  display: none !important;
}
.header-container .show {
  display: block !important;
}
.header-container .invisible {
  visibility: hidden;
}
.header-container .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.header-container .hidden {
  display: none !important;
  visibility: hidden !important;
}
.header-container .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.header-container .visible-xs,
.header-container .visible-sm,
.header-container .visible-md,
.header-container .visible-lg {
  display: none !important;
}
.header-container .visible-xs-block,
.header-container .visible-xs-inline,
.header-container .visible-xs-inline-block,
.header-container .visible-sm-block,
.header-container .visible-sm-inline,
.header-container .visible-sm-inline-block,
.header-container .visible-md-block,
.header-container .visible-md-inline,
.header-container .visible-md-inline-block,
.header-container .visible-lg-block,
.header-container .visible-lg-inline,
.header-container .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .header-container .visible-xs {
    display: block !important;
  }
  table.header-container .visible-xs {
    display: table;
  }
  tr.header-container .visible-xs {
    display: table-row !important;
  }
  th.header-container .visible-xs,
  td.header-container .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .header-container .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header-container .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .header-container .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .header-container .visible-sm {
    display: block !important;
  }
  table.header-container .visible-sm {
    display: table;
  }
  tr.header-container .visible-sm {
    display: table-row !important;
  }
  th.header-container .visible-sm,
  td.header-container .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .header-container .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .header-container .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .header-container .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .header-container .visible-md {
    display: block !important;
  }
  table.header-container .visible-md {
    display: table;
  }
  tr.header-container .visible-md {
    display: table-row !important;
  }
  th.header-container .visible-md,
  td.header-container .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .header-container .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .header-container .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .header-container .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .header-container .visible-lg {
    display: block !important;
  }
  table.header-container .visible-lg {
    display: table;
  }
  tr.header-container .visible-lg {
    display: table-row !important;
  }
  th.header-container .visible-lg,
  td.header-container .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .header-container .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .header-container .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .header-container .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .header-container .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .header-container .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .header-container .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header-container .hidden-lg {
    display: none !important;
  }
}
.header-container .visible-print {
  display: none !important;
}
@media print {
  .header-container .visible-print {
    display: block !important;
  }
  table.header-container .visible-print {
    display: table;
  }
  tr.header-container .visible-print {
    display: table-row !important;
  }
  th.header-container .visible-print,
  td.header-container .visible-print {
    display: table-cell !important;
  }
}
.header-container .visible-print-block {
  display: none !important;
}
@media print {
  .header-container .visible-print-block {
    display: block !important;
  }
}
.header-container .visible-print-inline {
  display: none !important;
}
@media print {
  .header-container .visible-print-inline {
    display: inline !important;
  }
}
.header-container .visible-print-inline-block {
  display: none !important;
}
@media print {
  .header-container .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .header-container .hidden-print {
    display: none !important;
  }
}
.header-container html,
.header-container body {
  overflow-x: hidden;
  margin: 0%;
  padding: 0px;
}
.header-container body {
  font-family: Arial, sans-serif;
  padding-top: 32px;
  background-color: #ffffff;
}
.header-container body a {
  text-decoration: none;
}
.header-container body a:active,
.header-container body a:focus,
.header-container body a:hover {
  outline: none;
}
.header-container .max-size {
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
}
.header-container .fixed-alert-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.header-container .fixed-alert-header .alert {
  text-transform: uppercase;
  color: #fb3602;
  padding: 24px 120px 15px 80px;
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
  min-height: 60px;
  position: relative;
  background: #ffffff;
}
.header-container .fixed-alert-header .alert .ico-alert-close {
  margin-top: -5px;
  cursor: pointer;
  float: right !important;
  position: absolute;
  right: 0px;
  top: 23px;
  width: 80px;
  background-color: #ffffff;
  background-position: 10px -1250px;
}
.header-container .lazy {
  height: 0px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.header-container .lazy.loaded {
  height: inherit;
  height: auto;
  opacity: 1;
}
.header-container .marquee {
  width: 450px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.header-container .marquee #oas-emergency-msg {
  display: inline-block;
  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
  /* Safari 4+ */
  -moz-animation: marquee 15s linear infinite;
  /* Fx 5+ */
  -o-animation: marquee 15s linear infinite;
  /* Opera 12+ */
}
.header-container .marquee #oas-emergency-msg:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-o-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.header-container .body-wrapper {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
}
.header-container .body-wrapper html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.header-container .body-wrapper body {
  margin: 0;
}
.header-container .body-wrapper article,
.header-container .body-wrapper aside,
.header-container .body-wrapper details,
.header-container .body-wrapper figcaption,
.header-container .body-wrapper figure,
.header-container .body-wrapper footer,
.header-container .body-wrapper header,
.header-container .body-wrapper hgroup,
.header-container .body-wrapper main,
.header-container .body-wrapper nav,
.header-container .body-wrapper section,
.header-container .body-wrapper summary {
  display: block;
}
.header-container .body-wrapper audio,
.header-container .body-wrapper canvas,
.header-container .body-wrapper progress,
.header-container .body-wrapper video {
  display: inline-block;
  vertical-align: baseline;
}
.header-container .body-wrapper audio:not([controls]) {
  display: none;
  height: 0;
}
.header-container .body-wrapper [hidden],
.header-container .body-wrapper template {
  display: none;
}
.header-container .body-wrapper a {
  background: transparent;
}
.header-container .body-wrapper a:active,
.header-container .body-wrapper a:hover {
  outline: 0;
}
.header-container .body-wrapper abbr[title] {
  border-bottom: 1px dotted;
}
.header-container .body-wrapper b,
.header-container .body-wrapper strong {
  font-weight: bold;
}
.header-container .body-wrapper dfn {
  font-style: italic;
}
.header-container .body-wrapper h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.header-container .body-wrapper mark {
  background: #ff0;
  color: #000;
}
.header-container .body-wrapper small {
  font-size: 80%;
}
.header-container .body-wrapper sub,
.header-container .body-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.header-container .body-wrapper sup {
  top: -0.5em;
}
.header-container .body-wrapper sub {
  bottom: -0.25em;
}
.header-container .body-wrapper img {
  border: 0;
}
.header-container .body-wrapper svg:not(:root) {
  overflow: hidden;
}
.header-container .body-wrapper figure {
  margin: 1em 40px;
}
.header-container .body-wrapper hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.header-container .body-wrapper pre {
  overflow: auto;
}
.header-container .body-wrapper code,
.header-container .body-wrapper kbd,
.header-container .body-wrapper pre,
.header-container .body-wrapper samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.header-container .body-wrapper button,
.header-container .body-wrapper input,
.header-container .body-wrapper optgroup,
.header-container .body-wrapper select,
.header-container .body-wrapper textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.header-container .body-wrapper button {
  overflow: visible;
}
.header-container .body-wrapper button,
.header-container .body-wrapper select {
  text-transform: none;
}
.header-container .body-wrapper button,
.header-container .body-wrapper html input[type="button"],
.header-container .body-wrapper input[type="reset"],
.header-container .body-wrapper input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.header-container .body-wrapper button[disabled],
.header-container .body-wrapper html input[disabled] {
  cursor: default;
}
.header-container .body-wrapper button::-moz-focus-inner,
.header-container .body-wrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.header-container .body-wrapper input {
  line-height: normal;
}
.header-container .body-wrapper input[type="checkbox"],
.header-container .body-wrapper input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.header-container .body-wrapper input[type="number"]::-webkit-inner-spin-button,
.header-container .body-wrapper input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.header-container .body-wrapper input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.header-container .body-wrapper input[type="search"]::-webkit-search-cancel-button,
.header-container .body-wrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.header-container .body-wrapper fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.header-container .body-wrapper legend {
  border: 0;
  padding: 0;
}
.header-container .body-wrapper textarea {
  overflow: auto;
}
.header-container .body-wrapper optgroup {
  font-weight: bold;
}
.header-container .body-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header-container .body-wrapper td,
.header-container .body-wrapper th {
  padding: 0;
}
.header-container .body-wrapper * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .body-wrapper *:before,
.header-container .body-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container .body-wrapper .clearer {
  clear: both;
}
.header-container .body-wrapper .main-container {
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.header-container .body-wrapper .border-spacer {
  border-top: 1px solid #b4b6ba;
}
.header-container .body-wrapper .middle-container {
  padding: 25px 80px 0px 80px;
  max-width: 1400px;
  margin: 0px auto;
}
.header-container .body-wrapper .middle-container.partners {
  padding-top: 0px;
}
.header-container .body-wrapper .title-lg {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  line-height: 24px;
  color: #010101;
  text-align: center;
  font-family: "lato-regular";
  margin: 40px 0px 40px 0px;
}
.header-container .body-wrapper .title-lg a {
  text-decoration: none;
  color: #010101;
}
.header-container .body-wrapper .title-lg a:hover {
  text-decoration: none;
  color: #010101;
}
.header-container .body-wrapper .title-lg a:active,
.header-container .body-wrapper .title-lg a:focus {
  outline: 0;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.header-container .body-wrapper .title-lg strong {
  font-family: "lato-black";
}
.header-container .body-wrapper .title-lg .ico {
  margin-right: 15px;
}
.header-container .body-wrapper .title-lg .ico.ico-arobas {
  margin-right: 5px;
}
.header-container .body-wrapper .title-lg span,
.header-container .body-wrapper .title-lg strong {
  vertical-align: top;
}
@media (max-width: 1023px) {
  .header-container .body-wrapper .middle-container {
    padding: 25px 15px 0px 15px;
  }
  .header-container .body-wrapper .title-lg {
    font-size: 18px;
    line-height: 18px;
    line-height: 22px;
    margin: 30px 0px 30px 0px;
  }
}
.header-container #divToolTip {
  background: #ffffff;
  color: #010101;
  font-size: 12px;
  line-height: 12px;
  font-family: "lato-regular";
  z-index: 999;
  padding: 5px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .header-container .fixed-alert-header .alert .ico-alert-close {
    padding-left: 0px;
    width: 50px;
  }
}
.header-container #languages-top {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.header-container .lang-selected {
  background: url('/imagerie/languages/planche-langues.png') no-repeat 0px 0px;
  width: 137px;
  height: 18px;
  padding: 3px 20px 0px 10px;
  cursor: pointer;
  font-size: 10px;
}
.header-container .lang-selected span {
  display: block;
  overflow: hidden;
  padding-left: 23px;
  white-space: nowrap;
  width: 110px;
  background-image: url('/imagerie/home/flags.gif');
  background-repeat: no-repeat;
}
.header-container .lang-selected span.denmark-norway-finland {
  background-image: none;
}
.header-container .lang-selection-container {
  position: absolute;
  left: 6px;
  top: 20px;
  height: 195px;
  width: 153px;
  overflow: hidden;
  text-align: left;
}
.header-container .lang-selection-positionner {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 151px;
  height: 192px;
  overflow: hidden;
}
.header-container .lang-selection {
  position: absolute;
  left: 0px;
  top: -194px;
  padding: 1px;
  height: 192px;
  width: 151px;
  overflow: hidden;
  background: transparent url('/imagerie/languages/planche-langues.png') no-repeat 0px -42px;
}
.header-container .lang-selection dl {
  position: absolute;
  top: 0px;
  left: 2px;
  padding-top: 5px;
  width: 135px;
}
.header-container .lang-selection dt {
  padding-bottom: 2px;
  margin-left: 4px;
}
.header-container .lang-selection dt a {
  color: #d7effc;
}
.header-container .lang-selection dt.links {
  padding-left: 7px;
  margin-left: 0px;
}
.header-container .lang-selection dt.links:hover {
  background-color: #859aaa;
}
.header-container .lang-selection dt.links:hover a {
  color: #062b4f;
}
.header-container .lang-selection dt a {
  text-decoration: none;
  display: block;
}
.header-container .lang-selection dd {
  padding: 1px 0px 1px 5px;
  margin: 4px 0px;
}
.header-container .lang-selection dd:hover {
  background-color: #859aaa;
}
.header-container .lang-selection dd:hover a {
  color: #062b4f;
}
.header-container .lang-selection dd a {
  padding-left: 25px;
  text-decoration: none;
  display: block;
  width: 108px;
  height: 12px;
  color: #d7effc;
  background-image: url('/imagerie/home/flags.gif');
  background-repeat: no-repeat;
}
.header-container .lang-selection a:hover {
  text-decoration: none;
}
.header-container .ko #footer-links .copyRight li {
  line-height: 18px;
  text-align: center;
  display: block;
}
.header-container .switzerland {
  background-position: 0px -135px;
}
.header-container .france {
  background-position: 0px -18px;
}
.header-container .united-kingdom {
  background-position: 0px -32px;
}
.header-container .deutschland {
  background-position: 0px -58px;
}
.header-container .espana {
  background-position: 0px -71px;
}
.header-container .italia {
  background-position: 0px -97px;
}
.header-container .portugal {
  background-position: 0px -84px;
}
.header-container .belgium {
  background-position: 0px -110px;
}
.header-container .ireland {
  background-position: 0px -44px;
}
.header-container .polska {
  background-position: 0px -161px;
}
.header-container .oesterreich {
  background-position: 0px -149px;
}
.header-container .brasil {
  background-position: 0px -200px;
}
.header-container .usa {
  background-position: 0px -175px;
}
.header-container .china {
  background-position: 0px -226px;
}
.header-container .japan {
  background-position: 0px -240px;
}
.header-container .nederland {
  background-position: 0px -123px;
}
.header-container .australia {
  background-position: 0px -214px;
}
.header-container .canada {
  background-position: 0px -188px;
}
.header-container .sweden {
  background-position: 0px -330px;
}
.header-container .finland {
  background-position: 0px -343px;
}
.header-container .denmark {
  background-position: 0px -305px;
}
.header-container .norway {
  background-position: 0px -318px;
}
.header-container .singapour {
  background-position: 0px -266px;
}
.header-container .malaysia {
  background-position: 0px -253px;
}
.header-container .india {
  background-position: 0px -407px;
}
.header-container .indonesia {
  background-position: 0px -278px;
}
.header-container .new-zealand {
  background-position: 0px -292px;
}
.header-container .fiji {
  background-position: 0px -356px;
}
.header-container .vietnam {
  background-position: 0px -368px;
}
.header-container .south-korea {
  background-position: 0px -381px;
}
.header-container .thailand {
  background-position: 0px -394px;
}
.header-container .singapore-malaysia-indonesia,
.header-container .sweden-denmark-norway-finland,
.header-container .new-zealand-fiji,
.header-container .sudamerica,
.header-container .asia,
.header-container .africa,
.header-container .middle-east,
.header-container .home {
  background-position: -50px 0px;
}
.header-container .lang-selected span.singapore-malaysia-indonesia,
.header-container .lang-selected span.sweden-denmark-norway-finland,
.header-container .lang-selected span.new-zealand-fiji,
.header-container .lang-selected span.home {
  padding-left: 2px;
  width: 131px;
}
.header-container .russia {
  background-position: 0px -421px;
}
.header-container .ukraine {
  background-position: 0px -435px;
}
.header-container .unitedarab {
  background-position: 0px -450px;
}
.header-container .saudi-arabia {
  background-position: 0px -462px;
}
.header-container .czech-republic {
  background-position: 0px -486px;
}
.header-container .hungary {
  background-position: 0px -474px;
}
.header-container .romania {
  background-position: 0px -499px;
}
.header-container .slovakia {
  background-position: 0px -511px;
}
.header-container .turkey {
  background-position: 0px -526px;
}
.header-container .taiwan {
  background-position: 0px -559px;
}
.header-container .hongkong {
  background-position: 0px -574px;
}
.header-container .macao {
  background-position: 0px -589px;
}
.header-container .mexico {
  background-position: 0px -604px;
}
.header-container .lang-selection .scrollbar {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 9px;
  height: 191px;
  /*background-color: #859AAA;*/
}
.header-container .lang-selection .scrollbar .top-arrow {
  width: 9px;
  height: 8px;
  background: url('/imagerie/languages/planche-langues.png') no-repeat -153px -66px;
  display: block;
  line-height: 1px;
  font-size: 1px;
}
.header-container .lang-selection .scrollbar .bottom-arrow {
  width: 9px;
  height: 8px;
  background: url('/imagerie/languages/planche-langues.png') no-repeat -153px -60px;
  display: block;
  line-height: 1px;
  font-size: 1px;
}
.header-container .lang-selection .scrollbar .main-scroll {
  display: block;
  width: 9px;
  height: 154px;
  position: relative;
  margin-top: 20px;
}
.header-container .lang-selection .scrollbar .main-scroll .button {
  cursor: pointer;
  position: absolute;
  left: 1px;
  background: url('/imagerie/languages/planche-langues.png') no-repeat -153px -42px;
  width: 7px;
  height: 18px;
  display: block;
}
.header-container .ico {
  position: relative;
  top: 1px;
  display: inline-block;
}
.header-container .ico.ico-location,
.header-container .ico.ico-menu-0 {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
  min-height: 25px;
}
.header-container .ico.ico-small-ticket,
.header-container .ico.ico-menu-1 {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -50px;
  padding-left: 25px;
  min-height: 25px;
}
.header-container .ico.ico-earth-check,
.header-container .ico.ico-menu-2 {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -100px;
  padding-left: 28px;
  min-height: 25px;
}
.header-container .ico.ico-briefcase,
.header-container .ico.ico-menu-3 {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -150px;
  padding-left: 20px;
  min-height: 25px;
}
.header-container .ico.ico-accor,
.header-container .ico.ico-menu-4 {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -200px;
  padding-left: 35px;
  min-height: 25px;
}
.header-container .ico.ico-square-arrow {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -250px;
  padding-left: 15px;
  min-height: 14px;
}
.header-container .ico.ico-desti {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -400px;
  padding-left: 20px;
  min-height: 15px;
}
.header-container .ico.ico-map {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -450px;
  padding-left: 20px;
  min-height: 15px;
}
.header-container .ico.ico-desire {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -500px;
  padding-left: 20px;
  min-height: 15px;
}
.header-container .ico.ico-ticket {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -550px;
  padding-left: 36px;
  min-height: 23px;
}
.header-container .ico.ico-location-medium {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -600px;
  padding-left: 20px;
  min-height: 23px;
}
.header-container .ico.ico-partners {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -800px;
  padding-left: 36px;
  min-height: 23px;
}
.header-container .ico.ico-arobas {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -650px;
  padding-left: 16px;
  min-height: 23px;
}
.header-container .ico.ico-facebook {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  padding-left: 46px;
  min-height: 46px;
  background-position: 0px -700px;
}
.header-container .ico.ico-google-plus {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -700px;
  padding-left: 46px;
  min-height: 46px;
  background-position: -46px -700px;
}
.header-container .ico.ico-pinterest {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -700px;
  padding-left: 46px;
  min-height: 46px;
  background-position: -92px -700px;
}
.header-container .ico.ico-twitter {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -700px;
  padding-left: 46px;
  min-height: 46px;
  background-position: -138px -700px;
}
.header-container .ico.ico-web-assist {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1050px;
  padding-left: 63px;
  min-height: 63px;
}
.header-container .ico.ico-web-mobile {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -950px;
  padding-left: 63px;
  min-height: 63px;
}
.header-container .ico.ico-web-newsletter {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -850px;
  padding-left: 63px;
  min-height: 63px;
}
.header-container .ico.ico-small-google-plus {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -750px;
  padding-left: 13px;
  min-height: 13px;
}
.header-container .ico.ico-small-facebook {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -750px;
  padding-left: 13px;
  min-height: 13px;
}
.header-container .ico.ico-small-email {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -100px -750px;
  padding-left: 16px;
  min-height: 13px;
}
.header-container .ico.ico-small-twitter {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -150px -750px;
  padding-left: 13px;
  min-height: 13px;
}
.header-container .ico.ico-small-pinterest {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -200px -750px;
  padding-left: 13px;
  min-height: 13px;
}
.header-container .ico.ico-small-weibo {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -250px -750px;
  padding-left: 13px;
  min-height: 13px;
}
.header-container .ico.ico-top-destination {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1150px;
  padding-left: 38px;
  min-height: 44px;
}
.header-container .ico.ico-search {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1200px;
  padding-left: 17px;
  min-height: 17px;
}
.header-container .ico.ico-alert-close {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1250px;
  padding-left: 29px;
  min-height: 29px;
}
.header-container .ico.ico-hamburger {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1300px;
  padding-left: 25px;
  min-height: 15px;
}
.header-container .ico.ico-bullet {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1600px;
  padding-left: 9px;
  min-height: 9px;
}
.header-container .ico.ico-open-engine {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1500px;
  padding-left: 15px;
  min-height: 10px;
}
.header-container .ico.ico-warning-error {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1500px;
  padding-left: 30px;
  min-height: 50px;
}
.header-container .ico.ico-tooltip {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1650px;
  padding-left: 20px;
  min-height: 20px;
  cursor: pointer;
}
.header-container .ico.ico-tooltip-inner {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -1650px;
  padding-left: 20px;
  min-height: 20px;
}
.header-container .ico.ico-manage-resa {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -1700px;
  padding-left: 15px;
  min-height: 10px;
}
.header-container li.roll_offer:hover .ico.ico-square-arrow,
.header-container li.roll_offer.hovered .ico.ico-square-arrow {
  background-image: url('/imagerie/commun/pictos/common-sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -250px;
  padding-left: 15px;
  min-height: 14px;
}
.header-container li.roll_offer:hover .ico.ico-small-ticket,
.header-container li.roll_offer.hovered .ico.ico-small-ticket,
.header-container li.roll_offer:hover .ico.ico-menu-1,
.header-container li.roll_offer.hovered .ico.ico-menu-1 {
  background-image: url('/imagerie/commun/pictos/common-sprite.png') !important;
  background-repeat: no-repeat !important;
  background-position: -100px -50px !important;
  padding-left: 25px !important;
  min-height: 25px !important;
}
.header-container .deploy .ico.ico-open-engine {
  background-position: 0px -1529px;
}
@font-face {
  font-family: "lato-light";
  src: url("/css-v79/fonts/lato-light-webfont.eot?#iefix");
  src: url("/css-v79/fonts/lato-light-webfont.eot?#iefix") format("eot"), url("/css-v79/fonts/lato-light-webfont.woff") format("woff"), url("/css-v79/fonts/lato-light-webfont.ttf") format("truetype"), url("/css-v79/fonts/lato-light-webfont.svg#") format("svg");
}
@font-face {
  font-family: "lato-regular";
  src: url("/css-v79/fonts/lato-regular-webfont.eot?#iefix");
  src: url("/css-v79/fonts/lato-regular-webfont.eot?#iefix") format("eot"), url("/css-v79/fonts/lato-regular-webfont.woff") format("woff"), url("/css-v79/fonts/lato-regular-webfont.ttf") format("truetype"), url("/css-v79/fonts/lato-regular-webfont.svg#") format("svg");
}
@font-face {
  font-family: "lato-bold";
  src: url("/css-v79/fonts/lato-bold-webfont.eot?#iefix");
  src: url("/css-v79/fonts/lato-bold-webfont.eot?#iefix") format("eot"), url("/css-v79/fonts/lato-bold-webfont.woff") format("woff"), url("/css-v79/fonts/lato-bold-webfont.ttf") format("truetype"), url("/css-v79/fonts/lato-bold-webfont.svg#") format("svg");
}
@font-face {
  font-family: "lato-black";
  src: url("/css-v79/fonts/lato-black-webfont.eot?#iefix");
  src: url("/css-v79/fonts/lato-black-webfont.eot?#iefix") format("eot"), url("/css-v79/fonts/lato-black-webfont.woff") format("woff"), url("/css-v79/fonts/lato-black-webfont.ttf") format("truetype"), url("/css-v79/fonts/lato-black-webfont.svg#") format("svg");
}
.header-container .font-light {
  font-family: "lato-light";
}
.header-container .font-regular {
  font-family: "lato-regular";
}
.header-container .font-bold {
  font-family: "lato-bold";
}
.header-container .font-black {
  font-family: "lato-black";
}
.header-container .fz-10 {
  font-size: 10px;
  line-height: 10px;
}
.header-container .fz-xs {
  font-size: 11px;
  line-height: 11px;
}
.header-container .fz-sm {
  font-size: 12px;
  line-height: 12px;
}
.header-container .fz-13 {
  font-size: 13px;
  line-height: 13px;
}
.header-container .fz-md {
  font-size: 14px;
  line-height: 14px;
}
.header-container .fz-15 {
  font-size: 16px;
  line-height: 16px;
}
.header-container .fz-lg {
  font-size: 16px;
  line-height: 16px;
}
.header-container .fz-18 {
  font-size: 18px;
  line-height: 18px;
}
.header-container .fz-xlg {
  font-size: 19px;
  line-height: 19px;
}
.header-container .fz-19 {
  font-size: 19px;
  line-height: 19px;
}
.header-container .fz-20 {
  font-size: 20px;
  line-height: 20px;
}
.header-container .fz-21 {
  font-size: 21px;
  line-height: 21px;
}
.header-container .fz-23 {
  font-size: 21px;
  line-height: 21px;
}
.header-container .fz-34 {
  font-size: 34px;
  line-height: 34px;
}
.header-container .fz-29 {
  font-size: 29px;
  line-height: 29px;
}
.header-container .fz-white {
  color: #ffffff;
}
.header-container .fz-orange {
  color: #fb3602;
}
.header-container .fz-lighter-blue {
  color: #38b7ff;
}
.header-container .fz-light-blue {
  color: #037ec5;
}
.header-container .fz-blue {
  color: #0a1a31;
}
.header-container .fz-dark-blue {
  color: #232936;
}
.header-container .fz-darker-blue {
  color: #19171c;
}
.header-container .fz-black {
  color: #010101;
}
.header-container .fz-grey {
  color: #b4b6ba;
}
.header-container .ru .body-wrapper .title-lg strong,
.header-container .tr .body-wrapper .title-lg strong,
.header-container .pl .body-wrapper .title-lg strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .font-bold,
.header-container .tr .font-bold,
.header-container .pl .font-bold {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .font-black,
.header-container .tr .font-black,
.header-container .pl .font-black {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .btn-md,
.header-container .tr .btn-md,
.header-container .pl .btn-md {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .ui-datepicker-title,
.header-container .tr .ui-datepicker-title,
.header-container .pl .ui-datepicker-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .ui-datepicker-calendar th,
.header-container .tr .ui-datepicker-calendar th,
.header-container .pl .ui-datepicker-calendar th {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .top-container-wrapper .header li a,
.header-container .tr .top-container-wrapper .header li a,
.header-container .pl .top-container-wrapper .header li a {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .top-container-wrapper .header li a span,
.header-container .tr .top-container-wrapper .header li a span,
.header-container .pl .top-container-wrapper .header li a span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .footer-container .top-destination .top-destination-title,
.header-container .tr .footer-container .top-destination .top-destination-title,
.header-container .pl .footer-container .top-destination .top-destination-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .footer-container .top-destination ul a,
.header-container .tr .footer-container .top-destination ul a,
.header-container .pl .footer-container .top-destination ul a {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .localHotelsHelper,
.header-container .tr .engine-content .localHotelsHelper,
.header-container .pl .engine-content .localHotelsHelper {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .engine-title,
.header-container .tr .engine-content .engine-title,
.header-container .pl .engine-content .engine-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .engine-menu-level-1 li,
.header-container .tr .engine-content .engine-menu-level-1 li,
.header-container .pl .engine-content .engine-menu-level-1 li {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .footer-container .links .link-section .link-section-title,
.header-container .tr .footer-container .links .link-section .link-section-title,
.header-container .pl .footer-container .links .link-section .link-section-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .footer-container .links .link-section ul li a,
.header-container .tr .footer-container .links .link-section ul li a,
.header-container .pl .footer-container .links .link-section ul li a {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content #list-country-city .lnk-localHotelsHelper,
.header-container .tr .engine-content #list-country-city .lnk-localHotelsHelper,
.header-container .pl .engine-content #list-country-city .lnk-localHotelsHelper {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .manage-resa,
.header-container .tr .engine-content .manage-resa,
.header-container .pl .engine-content .manage-resa {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .engine-menu-level-1 a,
.header-container .tr .engine-content .engine-menu-level-1 a,
.header-container .pl .engine-content .engine-menu-level-1 a {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .moreCriteria .lnk-moreoptions,
.header-container .tr .engine-content .moreCriteria .lnk-moreoptions,
.header-container .pl .engine-content .moreCriteria .lnk-moreoptions {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .roomOptions .roomServicesTitle,
.header-container .tr .engine-content .roomOptions .roomServicesTitle,
.header-container .pl .engine-content .roomOptions .roomServicesTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .roomOptions .codePref label,
.header-container .tr .engine-content .roomOptions .codePref label,
.header-container .pl .engine-content .roomOptions .codePref label {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .budget label,
.header-container .tr .engine-content .budget label,
.header-container .pl .engine-content .budget label {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .engine-content .fidelity-block .lnk-moreinfos,
.header-container .tr .engine-content .fidelity-block .lnk-moreinfos,
.header-container .pl .engine-content .fidelity-block .lnk-moreinfos {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .slideshow li .slideshow-offer strong,
.header-container .tr .slideshow li .slideshow-offer strong,
.header-container .pl .slideshow li .slideshow-offer strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-special-offer li .carousel-special-offer-detail .bloc,
.header-container .tr .carousel-special-offer li .carousel-special-offer-detail .bloc,
.header-container .pl .carousel-special-offer li .carousel-special-offer-detail .bloc {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-special-offer li .carousel-special-offer-detail strong,
.header-container .tr .carousel-special-offer li .carousel-special-offer-detail strong,
.header-container .pl .carousel-special-offer li .carousel-special-offer-detail strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-special-offer li .carousel-special-offer-more .bloc,
.header-container .tr .carousel-special-offer li .carousel-special-offer-more .bloc,
.header-container .pl .carousel-special-offer li .carousel-special-offer-more .bloc {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-special-offer li .carousel-special-offer-more strong,
.header-container .tr .carousel-special-offer li .carousel-special-offer-more strong,
.header-container .pl .carousel-special-offer li .carousel-special-offer-more strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-special-offer li .carousel-special-offer-more strong.small,
.header-container .tr .carousel-special-offer li .carousel-special-offer-more strong.small,
.header-container .pl .carousel-special-offer li .carousel-special-offer-more strong.small {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-assist strong,
.header-container .tr .share-wrapper .web-assist strong,
.header-container .pl .share-wrapper .web-assist strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-mobile strong,
.header-container .tr .share-wrapper .web-mobile strong,
.header-container .pl .share-wrapper .web-mobile strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-newsletter strong,
.header-container .tr .share-wrapper .web-newsletter strong,
.header-container .pl .share-wrapper .web-newsletter strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-assist .number,
.header-container .tr .share-wrapper .web-assist .number,
.header-container .pl .share-wrapper .web-assist .number {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-mobile .number,
.header-container .tr .share-wrapper .web-mobile .number,
.header-container .pl .share-wrapper .web-mobile .number {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-newsletter .number,
.header-container .tr .share-wrapper .web-newsletter .number,
.header-container .pl .share-wrapper .web-newsletter .number {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-assist .number span,
.header-container .tr .share-wrapper .web-assist .number span,
.header-container .pl .share-wrapper .web-assist .number span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-mobile .number span,
.header-container .tr .share-wrapper .web-mobile .number span,
.header-container .pl .share-wrapper .web-mobile .number span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .share-wrapper .web-newsletter .number span,
.header-container .tr .share-wrapper .web-newsletter .number span,
.header-container .pl .share-wrapper .web-newsletter .number span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-destination li .carousel-destination-more .bloc,
.header-container .tr .carousel-destination li .carousel-destination-more .bloc,
.header-container .pl .carousel-destination li .carousel-destination-more .bloc {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-destination li .carousel-destination-more strong,
.header-container .tr .carousel-destination li .carousel-destination-more strong,
.header-container .pl .carousel-destination li .carousel-destination-more strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-hotel li .hotel-detail span,
.header-container .tr .carousel-hotel li .hotel-detail span,
.header-container .pl .carousel-hotel li .hotel-detail span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-partners li .carousel-partners-more span,
.header-container .tr .carousel-partners li .carousel-partners-more span,
.header-container .pl .carousel-partners li .carousel-partners-more span {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru .carousel-hotel li .hotel-detail h3,
.header-container .tr .carousel-hotel li .hotel-detail h3,
.header-container .pl .carousel-hotel li .hotel-detail h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.header-container .ru body,
.header-container .tr body,
.header-container .pl body {
  font-family: Arial, sans-serif;
}
.header-container .ru .body-wrapper,
.header-container .tr .body-wrapper,
.header-container .pl .body-wrapper {
  font-family: Arial, sans-serif;
}
.header-container .ru .body-wrapper .title-lg,
.header-container .tr .body-wrapper .title-lg,
.header-container .pl .body-wrapper .title-lg {
  font-family: Arial, sans-serif;
}
.header-container .ru .font-light,
.header-container .tr .font-light,
.header-container .pl .font-light {
  font-family: Arial, sans-serif;
}
.header-container .ru #divToolTip,
.header-container .tr #divToolTip,
.header-container .pl #divToolTip {
  font-family: Arial, sans-serif;
}
.header-container .ru .font-regular,
.header-container .tr .font-regular,
.header-container .pl .font-regular {
  font-family: Arial, sans-serif;
}
.header-container .ru .menu-trigger,
.header-container .tr .menu-trigger,
.header-container .pl .menu-trigger {
  font-family: Arial, sans-serif;
}
.header-container .ru .footer-container .footer-title,
.header-container .tr .footer-container .footer-title,
.header-container .pl .footer-container .footer-title {
  font-family: Arial, sans-serif;
}
.header-container .ru .engine-content .ac_results li,
.header-container .tr .engine-content .ac_results li,
.header-container .pl .engine-content .ac_results li {
  font-family: Arial, sans-serif;
}
.header-container .ru .engine-content .roomOptions .service-select li label,
.header-container .tr .engine-content .roomOptions .service-select li label,
.header-container .pl .engine-content .roomOptions .service-select li label {
  font-family: Arial, sans-serif;
}
.header-container .ru .engine-content #enginepro-form label,
.header-container .tr .engine-content #enginepro-form label,
.header-container .pl .engine-content #enginepro-form label {
  font-family: Arial, sans-serif;
}
.header-container .ru .engine-content #fidelitycard-form label,
.header-container .tr .engine-content #fidelitycard-form label,
.header-container .pl .engine-content #fidelitycard-form label {
  font-family: Arial, sans-serif;
}
.header-container .ru .zh #search-destination-mode-form label,
.header-container .tr .zh #search-destination-mode-form label,
.header-container .pl .zh #search-destination-mode-form label {
  font-family: Arial, sans-serif;
}
.header-container .ru .gb-china #search-destination-mode-form label,
.header-container .tr .gb-china #search-destination-mode-form label,
.header-container .pl .gb-china #search-destination-mode-form label {
  font-family: Arial, sans-serif;
}
.header-container .ru .zh .destinationListPick .listHead,
.header-container .tr .zh .destinationListPick .listHead,
.header-container .pl .zh .destinationListPick .listHead {
  font-family: Arial, sans-serif;
}
.header-container .ru .gb-china .destinationListPick .listHead,
.header-container .tr .gb-china .destinationListPick .listHead,
.header-container .pl .gb-china .destinationListPick .listHead {
  font-family: Arial, sans-serif;
}
.header-container .ru .zh .destinationListPick .listMenu a,
.header-container .tr .zh .destinationListPick .listMenu a,
.header-container .pl .zh .destinationListPick .listMenu a {
  font-family: Arial, sans-serif;
}
.header-container .ru .gb-china .destinationListPick .listMenu a,
.header-container .tr .gb-china .destinationListPick .listMenu a,
.header-container .pl .gb-china .destinationListPick .listMenu a {
  font-family: Arial, sans-serif;
}
.header-container .ru .zh .li-inline-menu.selected a,
.header-container .tr .zh .li-inline-menu.selected a,
.header-container .pl .zh .li-inline-menu.selected a {
  font-family: Arial, sans-serif;
}
.header-container .ru .gb-china .li-inline-menu.selected a,
.header-container .tr .gb-china .li-inline-menu.selected a,
.header-container .pl .gb-china .li-inline-menu.selected a {
  font-family: Arial, sans-serif;
}
.header-container .ru .zh .li-inline-content ul li,
.header-container .tr .zh .li-inline-content ul li,
.header-container .pl .zh .li-inline-content ul li {
  font-family: Arial, sans-serif;
}
.header-container .ru .gb-china .li-inline-content ul li,
.header-container .tr .gb-china .li-inline-content ul li,
.header-container .pl .gb-china .li-inline-content ul li {
  font-family: Arial, sans-serif;
}
.header-container .ru .slideshow li .slideshow-offer .bloc,
.header-container .tr .slideshow li .slideshow-offer .bloc,
.header-container .pl .slideshow li .slideshow-offer .bloc {
  font-family: Arial, sans-serif;
}
.header-container .ru .body-wrapper a.condition,
.header-container .tr .body-wrapper a.condition,
.header-container .pl .body-wrapper a.condition {
  font-family: Arial, sans-serif;
}
.header-container .ru .conditions-destination,
.header-container .tr .conditions-destination,
.header-container .pl .conditions-destination {
  font-family: Arial, sans-serif;
}
.header-container .ru a.club-wrapper .text-fid,
.header-container .tr a.club-wrapper .text-fid,
.header-container .pl a.club-wrapper .text-fid {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-assist,
.header-container .tr .share-wrapper .web-assist,
.header-container .pl .share-wrapper .web-assist {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-mobile,
.header-container .tr .share-wrapper .web-mobile,
.header-container .pl .share-wrapper .web-mobile {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-newsletter,
.header-container .tr .share-wrapper .web-newsletter,
.header-container .pl .share-wrapper .web-newsletter {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-assist a,
.header-container .tr .share-wrapper .web-assist a,
.header-container .pl .share-wrapper .web-assist a {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-mobile a,
.header-container .tr .share-wrapper .web-mobile a,
.header-container .pl .share-wrapper .web-mobile a {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-newsletter a,
.header-container .tr .share-wrapper .web-newsletter a,
.header-container .pl .share-wrapper .web-newsletter a {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-assist span,
.header-container .tr .share-wrapper .web-assist span,
.header-container .pl .share-wrapper .web-assist span {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-mobile span,
.header-container .tr .share-wrapper .web-mobile span,
.header-container .pl .share-wrapper .web-mobile span {
  font-family: Arial, sans-serif;
}
.header-container .ru .share-wrapper .web-newsletter span,
.header-container .tr .share-wrapper .web-newsletter span,
.header-container .pl .share-wrapper .web-newsletter span {
  font-family: Arial, sans-serif;
}
.header-container .top-container-wrapper {
  position: absolute;
  z-index: 9;
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
  height: 0px;
  background-color: transparent;
}
.header-container body #profile-banner .profile-banner-display {
  width: 100%;
  max-width: 1400px;
}
.header-container body #profile-banner .profile-banner-display ul.profile-banner-display-tabs {
  width: 100%;
}
.header-container .body-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0px auto;
}
.header-container .top-container {
  display: block;
  width: 100%;
  position: absolute;
}
.header-container .menu-trigger {
  display: none;
}
.header-container .top-container-wrapper .logo-wrapper {
  padding: 0px;
}
.header-container .top-container-wrapper .header {
  position: relative;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  height: 90px;
  padding: 0px;
  margin: 0px;
  /*CSS specifique pour le rollover nos offres*/
}
.header-container .top-container-wrapper .header h2.logo {
  margin: 0px !important;
  display: table !important;
  vertical-align: middle !important;
  height: 90px !important;
  width: 100% !important;
  table-layout: fixed !important;
  background: none !important;
}
.header-container .top-container-wrapper .header h2.logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-container .top-container-wrapper .header .wrapper-level-1 {
  display: block;
  height: 90px;
  position: static;
  padding: 0px;
}
.header-container .top-container-wrapper .header .level-1 {
  margin: 0px;
  height: 90px;
  display: table;
  width: 100%;
}
.header-container .top-container-wrapper .header .level-1:before,
.header-container .top-container-wrapper .header .level-1:after {
  content: " ";
  display: table;
}
.header-container .top-container-wrapper .header .level-1:after {
  clear: both;
}
.header-container .top-container-wrapper .header .level-1:before,
.header-container .top-container-wrapper .header .level-1:after {
  content: " ";
  display: table;
}
.header-container .top-container-wrapper .header .level-1:after {
  clear: both;
}
.header-container .top-container-wrapper .header .level-2 {
  display: none;
  width: 100%;
  position: absolute;
  height: 89px;
  left: 0px;
  top: 90px;
  text-align: center;
  z-index: 9;
  background: #ffffff;
}
.header-container .top-container-wrapper .header .level-2 ul {
  display: table-cell;
  vertical-align: middle;
}
.header-container .top-container-wrapper .header .level-2 li {
  display: inline-block;
  vertical-align: top;
  position: static;
  cursor: pointer;
  height: inherit;
  height: auto;
  border-right: 1px solid #b4b6ba;
  width: inherit;
  width: auto;
}
.header-container .top-container-wrapper .header .level-2 li a,
.header-container .top-container-wrapper .header .level-2 li a .newline {
  display: inline-block;
  min-height: 13px;
  padding: 0px 10px;
  text-align: left;
  width: inherit;
}
.header-container .top-container-wrapper .header .level-2 li a:hover,
.header-container .top-container-wrapper .header .level-2 li a .newline:hover {
  text-decoration: none;
  color: #38b7ff;
}
.header-container .top-container-wrapper .header .level-2 li:last-child {
  border-right: 0px;
}
.header-container .top-container-wrapper .header .menu-level-1 {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  width: inherit;
  width: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0px;
  height: 90px;
  width: 100%;
}
.header-container .top-container-wrapper .header .menu-level-1 li {
  display: inline-block;
  max-width: 150px;
}
.header-container .top-container-wrapper .header li {
  list-style: none;
  position: static;
  cursor: pointer;
  color: #0a1a31;
  padding: 0px;
  width: inherit;
  width: auto;
  height: inherit;
  height: auto;
  float: none;
  display: table-cell;
  vertical-align: top;
  color: #010101;
}
.header-container .top-container-wrapper .header li .ico {
  float: left;
}
.header-container .top-container-wrapper .header li:hover,
.header-container .top-container-wrapper .header li.hovered {
  background: #ffffff;
}
.header-container .top-container-wrapper .header li:hover .menu-level-1,
.header-container .top-container-wrapper .header li.hovered .menu-level-1 {
  color: #037ec5;
}
.header-container .top-container-wrapper .header li:hover .level-2,
.header-container .top-container-wrapper .header li.hovered .level-2 {
  display: table;
}
.header-container .top-container-wrapper .header li:hover .ico.ico-location,
.header-container .top-container-wrapper .header li.hovered .ico.ico-location,
.header-container .top-container-wrapper .header li:hover .ico.ico-menu-0,
.header-container .top-container-wrapper .header li.hovered .ico.ico-menu-0 {
  background-position-x: -50px;
}
.header-container .top-container-wrapper .header li:hover .ico.ico-small-ticket,
.header-container .top-container-wrapper .header li.hovered .ico.ico-small-ticket,
.header-container .top-container-wrapper .header li:hover .ico.ico-menu-1,
.header-container .top-container-wrapper .header li.hovered .ico.ico-menu-1 {
  background-position-x: -50px;
}
.header-container .top-container-wrapper .header li:hover .ico.ico-earth-check,
.header-container .top-container-wrapper .header li.hovered .ico.ico-earth-check,
.header-container .top-container-wrapper .header li:hover .ico.ico-menu-2,
.header-container .top-container-wrapper .header li.hovered .ico.ico-menu-2 {
  background-position-x: -50px;
}
.header-container .top-container-wrapper .header li:hover .ico.ico-briefcase,
.header-container .top-container-wrapper .header li.hovered .ico.ico-briefcase,
.header-container .top-container-wrapper .header li:hover .ico.ico-menu-3,
.header-container .top-container-wrapper .header li.hovered .ico.ico-menu-3 {
  background-position-x: -50px;
}
.header-container .top-container-wrapper .header li:hover .ico.ico-accor,
.header-container .top-container-wrapper .header li.hovered .ico.ico-accor,
.header-container .top-container-wrapper .header li:hover .ico.ico-menu-4,
.header-container .top-container-wrapper .header li.hovered .ico.ico-menu-4 {
  background-position-x: -50px;
}
.header-container .top-container-wrapper .header li a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: inline;
  text-decoration: none;
  font-family: "lato-bold";
  color: inherit;
  width: inherit;
  width: auto;
  white-space: initial;
  float: none;
}
.header-container .top-container-wrapper .header li a span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: inline;
  text-decoration: none;
  font-family: "lato-bold";
  color: inherit;
}
.header-container .top-container-wrapper .header li a:hover,
.header-container .top-container-wrapper .header li a:hover span {
  text-decoration: none;
  color: inherit;
}
.header-container .top-container-wrapper .header li .ico-square-arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  padding: 0px;
  width: 16px;
  height: 14px;
  float: none;
  top: 30px;
}
.header-container .top-container-wrapper .header li.roll_offer:hover .menu-level-1,
.header-container .top-container-wrapper .header li.roll_offer.hovered .menu-level-1 {
  color: #f4283e;
}
.header-container .top-container-wrapper .header li.roll_offer div.level-2 a:hover,
.header-container .top-container-wrapper .header li.roll_offer div.level-2 a .newline:hover {
  color: #f4283e;
}
.header-container .body-wrapper {
  z-index: 999;
}
.header-container .top-container-wrapper {
  height: inherit;
  height: auto;
  position: relative;
}
.header-container .top-container-wrapper .top-container {
  position: relative;
}
.header-container html,
.header-container body {
  overflow-x: inherit;
}
.header-container .col-md-9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .col-md-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .col-md-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .col-md-2 {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .col-md-1 {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-container .header li {
  padding: 0px;
}
.header-container .header li .menu-level-1 {
  padding-right: 16px;
}
.header-container .header li .ico-square-arrow {
  right: 2px;
}
.header-container .header li .ico.ico-menu-0 {
  padding-left: 20px;
}
.header-container .header li .ico.ico-menu-1 {
  padding-left: 25px;
}
.header-container .header li .ico.ico-menu-2 {
  padding-left: 28px;
}
.header-container .header li .ico.ico-menu-3 {
  padding-left: 22px;
}
.header-container .header li .ico.ico-menu-4 {
  padding-left: 35px;
}
.header-container .header li a,
.header-container .header li a span,
.header-container .header li a .newline {
  font-size: 11px;
  line-height: 12px;
}
.de .top-container-wrapper .header .menu-level-1.menu-level-1-3 {
  min-width: 170px;
}
.es .top-container-wrapper .header .menu-level-1.menu-level-1-3 {
  min-width: 130px;
}
.fr .top-container-wrapper .header .menu-level-1.menu-level-1-3 {
  min-width: 130px;
}
.pl .top-container-wrapper .header .menu-level-1.menu-level-1-3 {
  min-width: 130px;
}
.tr .top-container-wrapper .header .menu-level-1.menu-level-1-1 {
  min-width: 140px;
}
.id .top-container-wrapper .header .menu-level-1.menu-level-1-1 {
  min-width: 130px;
}
.ar .header-container {
  direction: rtl;
}
.ar .header-container .list-unstyled {
  padding-right: 0;
  padding-left: none;
}
.ar .header-container .list-inline {
  padding-right: 0;
  padding-left: none;
  margin-right: -5px;
  margin-left: 0;
}
.ar .header-container dd {
  margin-right: 0;
  margin-left: none;
}
@media (min-width: 768px) {
  .ar .header-container .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .ar .header-container .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
.ar .header-container .col-xs-1,
.ar .header-container .col-sm-1,
.ar .header-container .col-md-1,
.ar .header-container .col-lg-1,
.ar .header-container .col-xs-2,
.ar .header-container .col-sm-2,
.ar .header-container .col-md-2,
.ar .header-container .col-lg-2,
.ar .header-container .col-xs-3,
.ar .header-container .col-sm-3,
.ar .header-container .col-md-3,
.ar .header-container .col-lg-3,
.ar .header-container .col-xs-4,
.ar .header-container .col-sm-4,
.ar .header-container .col-md-4,
.ar .header-container .col-lg-4,
.ar .header-container .col-xs-5,
.ar .header-container .col-sm-5,
.ar .header-container .col-md-5,
.ar .header-container .col-lg-5,
.ar .header-container .col-xs-6,
.ar .header-container .col-sm-6,
.ar .header-container .col-md-6,
.ar .header-container .col-lg-6,
.ar .header-container .col-xs-7,
.ar .header-container .col-sm-7,
.ar .header-container .col-md-7,
.ar .header-container .col-lg-7,
.ar .header-container .col-xs-8,
.ar .header-container .col-sm-8,
.ar .header-container .col-md-8,
.ar .header-container .col-lg-8,
.ar .header-container .col-xs-9,
.ar .header-container .col-sm-9,
.ar .header-container .col-md-9,
.ar .header-container .col-lg-9,
.ar .header-container .col-xs-10,
.ar .header-container .col-sm-10,
.ar .header-container .col-md-10,
.ar .header-container .col-lg-10,
.ar .header-container .col-xs-11,
.ar .header-container .col-sm-11,
.ar .header-container .col-md-11,
.ar .header-container .col-lg-11,
.ar .header-container .col-xs-12,
.ar .header-container .col-sm-12,
.ar .header-container .col-md-12,
.ar .header-container .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.ar .header-container .col-xs-1,
.ar .header-container .col-xs-2,
.ar .header-container .col-xs-3,
.ar .header-container .col-xs-4,
.ar .header-container .col-xs-5,
.ar .header-container .col-xs-6,
.ar .header-container .col-xs-7,
.ar .header-container .col-xs-8,
.ar .header-container .col-xs-9,
.ar .header-container .col-xs-10,
.ar .header-container .col-xs-11,
.ar .header-container .col-xs-12 {
  float: right;
}
.ar .header-container .col-xs-12 {
  width: 100%;
}
.ar .header-container .col-xs-11 {
  width: 91.66666667%;
}
.ar .header-container .col-xs-10 {
  width: 83.33333333%;
}
.ar .header-container .col-xs-9 {
  width: 75%;
}
.ar .header-container .col-xs-8 {
  width: 66.66666667%;
}
.ar .header-container .col-xs-7 {
  width: 58.33333333%;
}
.ar .header-container .col-xs-6 {
  width: 50%;
}
.ar .header-container .col-xs-5 {
  width: 41.66666667%;
}
.ar .header-container .col-xs-4 {
  width: 33.33333333%;
}
.ar .header-container .col-xs-3 {
  width: 25%;
}
.ar .header-container .col-xs-2 {
  width: 16.66666667%;
}
.ar .header-container .col-xs-1 {
  width: 8.33333333%;
}
.ar .header-container .col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.ar .header-container .col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.ar .header-container .col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.ar .header-container .col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.ar .header-container .col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.ar .header-container .col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.ar .header-container .col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.ar .header-container .col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.ar .header-container .col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.ar .header-container .col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.ar .header-container .col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.ar .header-container .col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.ar .header-container .col-xs-pull-0 {
  left: auto;
  right: auto;
}
.ar .header-container .col-xs-push-12 {
  right: 100%;
  left: 0;
}
.ar .header-container .col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.ar .header-container .col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.ar .header-container .col-xs-push-9 {
  right: 75%;
  left: 0;
}
.ar .header-container .col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.ar .header-container .col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.ar .header-container .col-xs-push-6 {
  right: 50%;
  left: 0;
}
.ar .header-container .col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.ar .header-container .col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.ar .header-container .col-xs-push-3 {
  right: 25%;
  left: 0;
}
.ar .header-container .col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.ar .header-container .col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.ar .header-container .col-xs-push-0 {
  right: auto;
  left: 0;
}
.ar .header-container .col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ar .header-container .col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .ar .header-container .col-sm-1,
  .ar .header-container .col-sm-2,
  .ar .header-container .col-sm-3,
  .ar .header-container .col-sm-4,
  .ar .header-container .col-sm-5,
  .ar .header-container .col-sm-6,
  .ar .header-container .col-sm-7,
  .ar .header-container .col-sm-8,
  .ar .header-container .col-sm-9,
  .ar .header-container .col-sm-10,
  .ar .header-container .col-sm-11,
  .ar .header-container .col-sm-12 {
    float: right;
  }
  .ar .header-container .col-sm-12 {
    width: 100%;
  }
  .ar .header-container .col-sm-11 {
    width: 91.66666667%;
  }
  .ar .header-container .col-sm-10 {
    width: 83.33333333%;
  }
  .ar .header-container .col-sm-9 {
    width: 75%;
  }
  .ar .header-container .col-sm-8 {
    width: 66.66666667%;
  }
  .ar .header-container .col-sm-7 {
    width: 58.33333333%;
  }
  .ar .header-container .col-sm-6 {
    width: 50%;
  }
  .ar .header-container .col-sm-5 {
    width: 41.66666667%;
  }
  .ar .header-container .col-sm-4 {
    width: 33.33333333%;
  }
  .ar .header-container .col-sm-3 {
    width: 25%;
  }
  .ar .header-container .col-sm-2 {
    width: 16.66666667%;
  }
  .ar .header-container .col-sm-1 {
    width: 8.33333333%;
  }
  .ar .header-container .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .ar .header-container .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .ar .header-container .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .ar .header-container .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .ar .header-container .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .ar .header-container .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .ar .header-container .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .ar .header-container .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .ar .header-container .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .ar .header-container .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .ar .header-container .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .ar .header-container .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .ar .header-container .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .ar .header-container .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .ar .header-container .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .ar .header-container .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 100px) {
  .ar .header-container .col-md-1,
  .ar .header-container .col-md-2,
  .ar .header-container .col-md-3,
  .ar .header-container .col-md-4,
  .ar .header-container .col-md-5,
  .ar .header-container .col-md-6,
  .ar .header-container .col-md-7,
  .ar .header-container .col-md-8,
  .ar .header-container .col-md-9,
  .ar .header-container .col-md-10,
  .ar .header-container .col-md-11,
  .ar .header-container .col-md-12 {
    float: right;
  }
  .ar .header-container .col-md-12 {
    width: 100%;
  }
  .ar .header-container .col-md-11 {
    width: 91.66666667%;
  }
  .ar .header-container .col-md-10 {
    width: 83.33333333%;
  }
  .ar .header-container .col-md-9 {
    width: 75%;
  }
  .ar .header-container .col-md-8 {
    width: 66.66666667%;
  }
  .ar .header-container .col-md-7 {
    width: 58.33333333%;
  }
  .ar .header-container .col-md-6 {
    width: 50%;
  }
  .ar .header-container .col-md-5 {
    width: 41.66666667%;
  }
  .ar .header-container .col-md-4 {
    width: 33.33333333%;
  }
  .ar .header-container .col-md-3 {
    width: 25%;
  }
  .ar .header-container .col-md-2 {
    width: 16.66666667%;
  }
  .ar .header-container .col-md-1 {
    width: 8.33333333%;
  }
  .ar .header-container .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .ar .header-container .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .ar .header-container .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .ar .header-container .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .ar .header-container .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .ar .header-container .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .ar .header-container .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .ar .header-container .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .ar .header-container .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .ar .header-container .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .ar .header-container .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .ar .header-container .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .ar .header-container .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .ar .header-container .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .ar .header-container .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .ar .header-container .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .ar .header-container .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .ar .header-container .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .ar .header-container .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .ar .header-container .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .ar .header-container .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .ar .header-container .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .ar .header-container .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .ar .header-container .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .ar .header-container .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .ar .header-container .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .ar .header-container .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ar .header-container .col-lg-1,
  .ar .header-container .col-lg-2,
  .ar .header-container .col-lg-3,
  .ar .header-container .col-lg-4,
  .ar .header-container .col-lg-5,
  .ar .header-container .col-lg-6,
  .ar .header-container .col-lg-7,
  .ar .header-container .col-lg-8,
  .ar .header-container .col-lg-9,
  .ar .header-container .col-lg-10,
  .ar .header-container .col-lg-11,
  .ar .header-container .col-lg-12 {
    float: right;
  }
  .ar .header-container .col-lg-12 {
    width: 100%;
  }
  .ar .header-container .col-lg-11 {
    width: 91.66666667%;
  }
  .ar .header-container .col-lg-10 {
    width: 83.33333333%;
  }
  .ar .header-container .col-lg-9 {
    width: 75%;
  }
  .ar .header-container .col-lg-8 {
    width: 66.66666667%;
  }
  .ar .header-container .col-lg-7 {
    width: 58.33333333%;
  }
  .ar .header-container .col-lg-6 {
    width: 50%;
  }
  .ar .header-container .col-lg-5 {
    width: 41.66666667%;
  }
  .ar .header-container .col-lg-4 {
    width: 33.33333333%;
  }
  .ar .header-container .col-lg-3 {
    width: 25%;
  }
  .ar .header-container .col-lg-2 {
    width: 16.66666667%;
  }
  .ar .header-container .col-lg-1 {
    width: 8.33333333%;
  }
  .ar .header-container .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .ar .header-container .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .ar .header-container .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .ar .header-container .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .ar .header-container .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .ar .header-container .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .ar .header-container .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .ar .header-container .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .ar .header-container .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .ar .header-container .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .ar .header-container .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .ar .header-container .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .ar .header-container .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .ar .header-container .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .ar .header-container .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .ar .header-container .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ar .header-container .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
.ar .header-container th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ar .header-container .table-responsive > .table-bordered {
    border: 0;
  }
  .ar .header-container .table-responsive > .table-bordered > thead > tr > th:first-child,
  .ar .header-container .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .ar .header-container .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .ar .header-container .table-responsive > .table-bordered > thead > tr > td:first-child,
  .ar .header-container .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .ar .header-container .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: auto;
  }
  .ar .header-container .table-responsive > .table-bordered > thead > tr > th:last-child,
  .ar .header-container .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .ar .header-container .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .ar .header-container .table-responsive > .table-bordered > thead > tr > td:last-child,
  .ar .header-container .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .ar .header-container .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: auto;
  }
}
.ar .header-container .radio label,
.ar .header-container .checkbox label {
  padding-right: 20px;
  padding-left: auto;
}
.ar .header-container .radio input[type="radio"],
.ar .header-container .radio-inline input[type="radio"],
.ar .header-container .checkbox input[type="checkbox"],
.ar .header-container .checkbox-inline input[type="checkbox"] {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.ar .header-container .radio-inline,
.ar .header-container .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.ar .header-container .radio-inline + .radio-inline,
.ar .header-container .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.ar .header-container .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: auto;
}
.ar .header-container .form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .ar .header-container .form-inline .radio,
  .ar .header-container .form-inline .checkbox {
    padding-right: 0;
    padding-left: auto;
  }
  .ar .header-container .form-inline .radio input[type="radio"],
  .ar .header-container .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .ar .header-container .form-horizontal .control-label {
    text-align: left;
  }
}
.ar .header-container .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.ar .header-container .caret {
  margin-right: 2px;
  margin-left: 0;
}
.ar .header-container .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.ar .header-container .dropdown-menu.pull-left {
  left: 0;
  float: right;
  right: auto;
}
.ar .header-container .pull-left > .dropdown-menu {
  left: 0;
  float: right;
  right: auto;
}
.ar .header-container .navbar-nav.pull-left > li > .dropdown-menu,
.ar .header-container .navbar-nav > li > .dropdown-menu.pull-left {
  right: auto;
  left: 0;
}
.ar .header-container .btn-group > .btn,
.ar .header-container .btn-group-vertical > .btn {
  float: right;
}
.ar .header-container .btn-group > .btn:hover,
.ar .header-container .btn-group-vertical > .btn:hover,
.ar .header-container .btn-group > .btn:focus,
.ar .header-container .btn-group-vertical > .btn:focus,
.ar .header-container .btn-group > .btn:active,
.ar .header-container .btn-group-vertical > .btn:active,
.ar .header-container .btn-group > .btn.active,
.ar .header-container .btn-group-vertical > .btn.active {
  z-index: 2;
}
.ar .header-container .btn-group .btn + .btn,
.ar .header-container .btn-group .btn + .btn-group,
.ar .header-container .btn-group .btn-group + .btn,
.ar .header-container .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.ar .header-container .btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.ar .header-container .btn-toolbar .btn-group,
.ar .header-container .btn-toolbar .input-group {
  float: right;
}
.ar .header-container .btn-toolbar > .btn,
.ar .header-container .btn-toolbar > .btn-group,
.ar .header-container .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.ar .header-container .btn-group > .btn:first-child {
  margin-right: 0;
}
.ar .header-container .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .header-container .btn-group > .btn:last-child:not(:first-child),
.ar .header-container .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .header-container .btn-group > .btn-group {
  float: right;
}
.ar .header-container .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.ar .header-container .btn-group > .btn-group:first-child > .btn:last-child,
.ar .header-container .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .header-container .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .header-container .btn .caret {
  margin-right: 0;
}
.ar .header-container .btn-group-vertical > .btn + .btn,
.ar .header-container .btn-group-vertical > .btn + .btn-group,
.ar .header-container .btn-group-vertical > .btn-group + .btn,
.ar .header-container .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.ar .header-container .input-group .form-control {
  float: right;
}
.ar .header-container .input-group .form-control:first-child,
.ar .header-container .input-group-addon:first-child,
.ar .header-container .input-group-btn:first-child > .btn,
.ar .header-container .input-group-btn:first-child > .btn-group > .btn,
.ar .header-container .input-group-btn:first-child > .dropdown-toggle,
.ar .header-container .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ar .header-container .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .header-container .input-group-addon:first-child {
  border-right: 1px solid #cccccc;
  border-left: 0px;
}
.ar .header-container .input-group .form-control:last-child,
.ar .header-container .input-group-addon:last-child,
.ar .header-container .input-group-btn:last-child > .btn,
.ar .header-container .input-group-btn:last-child > .btn-group > .btn,
.ar .header-container .input-group-btn:last-child > .dropdown-toggle,
.ar .header-container .input-group-btn:first-child > .btn:not(:first-child),
.ar .header-container .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .header-container .input-group-addon:last-child {
  border-left: 1px solid #cccccc;
  border-right: 0px;
}
.ar .header-container .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.ar .header-container .input-group-btn:first-child > .btn,
.ar .header-container .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.ar .header-container .input-group-btn:last-child > .btn,
.ar .header-container .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ar .header-container .nav {
  padding-right: 0;
  padding-left: auto;
}
.ar .header-container .nav-tabs > li {
  float: right;
}
.ar .header-container .nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.ar .header-container .nav-pills > li {
  float: right;
}
.ar .header-container .nav-pills > li > a {
  border-radius: 4px;
}
.ar .header-container .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.ar .header-container .nav-stacked > li {
  float: none;
}
.ar .header-container .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.ar .header-container .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.ar .header-container .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ar .header-container .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .ar .header-container .navbar-header {
    float: right;
  }
}
.ar .header-container .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.ar .header-container .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .ar .header-container .navbar > .container .navbar-brand,
  .ar .header-container .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.ar .header-container .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .ar .header-container .navbar-nav .open .dropdown-menu > li > a,
  .ar .header-container .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .ar .header-container .navbar-nav {
    float: right;
  }
  .ar .header-container .navbar-nav > li {
    float: right;
  }
  .ar .header-container .navbar-nav.navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .ar .header-container .navbar-nav.navbar-right.flip {
    float: left !important;
  }
  .ar .header-container .navbar-nav.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .ar .header-container .navbar-text {
    float: right;
  }
  .ar .header-container .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.ar .header-container .pagination {
  padding-right: 0;
}
.ar .header-container .pagination > li > a,
.ar .header-container .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.ar .header-container .pagination > li:first-child > a,
.ar .header-container .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .header-container .pagination > li:last-child > a,
.ar .header-container .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ar .header-container .pager {
  padding-right: 0;
  padding-left: none;
}
.ar .header-container .pager .next > a,
.ar .header-container .pager .next > span {
  float: left;
}
.ar .header-container .pager .previous > a,
.ar .header-container .pager .previous > span {
  float: right;
}
.ar .header-container .nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.ar .header-container .alert-dismissable {
  padding-left: 35px;
  padding-right: 15px;
}
.ar .header-container .alert-dismissable .close {
  top: -2px;
  right: 0;
  left: 21;
}
.ar .header-container .progress-bar {
  float: right;
}
.ar .header-container .media,
.ar .header-container .media-body {
  overflow: hidden;
  zoom: 1;
}
.ar .header-container .media > .pull-left {
  margin-right: 10px;
}
.ar .header-container .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.ar .header-container .media > .pull-right {
  margin-left: 10px;
}
.ar .header-container .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.ar .header-container .media-list {
  padding-right: 0;
  padding-left: auto;
  list-style: none;
}
.ar .header-container .list-group {
  padding-right: 0;
  padding-left: none;
}
.ar .header-container .list-group-item > .badge {
  float: left;
}
.ar .header-container .list-group-item > .badge + .badge {
  margin-ight: 5px;
  margin-left: 0;
}
.ar .header-container .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ar .header-container .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ar .header-container .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ar .header-container .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.ar .header-container .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ar .header-container .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ar .header-container .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ar .header-container .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.ar .header-container .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.ar .header-container .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ar .header-container .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ar .header-container .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ar .header-container .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.ar .header-container .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ar .header-container .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ar .header-container .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ar .header-container .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.ar .header-container .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.ar .header-container .panel > .table-bordered > thead > tr > th:first-child,
.ar .header-container .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.ar .header-container .panel > .table-bordered > tbody > tr > th:first-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.ar .header-container .panel > .table-bordered > tfoot > tr > th:first-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.ar .header-container .panel > .table-bordered > thead > tr > td:first-child,
.ar .header-container .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.ar .header-container .panel > .table-bordered > tbody > tr > td:first-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.ar .header-container .panel > .table-bordered > tfoot > tr > td:first-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.ar .header-container .panel > .table-bordered > thead > tr > th:last-child,
.ar .header-container .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.ar .header-container .panel > .table-bordered > tbody > tr > th:last-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.ar .header-container .panel > .table-bordered > tfoot > tr > th:last-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.ar .header-container .panel > .table-bordered > thead > tr > td:last-child,
.ar .header-container .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.ar .header-container .panel > .table-bordered > tbody > tr > td:last-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.ar .header-container .panel > .table-bordered > tfoot > tr > td:last-child,
.ar .header-container .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.ar .header-container .embed-responsive .embed-responsive-item,
.ar .header-container .embed-responsive iframe,
.ar .header-container .embed-responsive embed,
.ar .header-container .embed-responsive object {
  right: 0;
  left: none;
}
.ar .header-container .close {
  float: left;
}
.ar .header-container .modal-footer {
  text-align: left;
}
.ar .header-container .modal-footer .btn + .btn {
  margin-left: 0;
  margin-right: 5px;
}
.ar .header-container .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: 0;
}
.ar .header-container .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: none;
}
.ar .header-container .popover {
  right: 0;
  left: none;
  text-align: right;
}
.ar .header-container .popover.top > .arrow {
  right: 50%;
  left: none;
  margin-right: -11px;
  margin-left: 0;
}
.ar .header-container .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: 0;
}
.ar .header-container .carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out right;
  -o-transition: 0.6s ease-in-out right;
  transition: 0.6s ease-in-out right;
}
.ar .header-container .carousel-inner > .active {
  right: 0;
}
.ar .header-container .carousel-inner > .next {
  right: 100%;
  left: 0;
}
.ar .header-container .carousel-inner > .prev {
  right: -100%;
}
.ar .header-container .carousel-inner > .next.left,
.ar .header-container .carousel-inner > .prev.right {
  right: 0;
}
.ar .header-container .carousel-inner > .active.right {
  left: -100%;
}
.ar .header-container .carousel-inner > .active.left {
  right: 100%;
}
.ar .header-container .carousel-control {
  right: 0;
  bottom: 0;
}
.ar .header-container .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.ar .header-container .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.ar .header-container .carousel-control .icon-prev,
.ar .header-container .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.ar .header-container .carousel-control .icon-next,
.ar .header-container .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.ar .header-container .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .ar .header-container .carousel-control .glyphicon-chevron-left,
  .ar .header-container .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .ar .header-container .carousel-control .glyphicon-chevron-right,
  .ar .header-container .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .ar .header-container .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.ar .header-container .pull-right {
  float: left !important;
}
.ar .header-container .pull-right.flip {
  float: left !important;
}
.ar .header-container .pull-left.flip {
  float: right !important;
}
.ar .header-container .has-success .help-block,
.ar .header-container .has-success .control-label,
.ar .header-container .has-success .radio,
.ar .header-container .has-success .checkbox,
.ar .header-container .has-success .radio-inline,
.ar .header-container .has-success .checkbox-inline {
  color: #3c763d;
}
.ar .header-container .has-success .form-control {
  border-color: #3c763d;
  -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);
}
.ar .header-container .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.ar .header-container .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.ar .header-container .has-success .form-control-feedback {
  color: #3c763d;
}
.ar .header-container .has-warning .help-block,
.ar .header-container .has-warning .control-label,
.ar .header-container .has-warning .radio,
.ar .header-container .has-warning .checkbox,
.ar .header-container .has-warning .radio-inline,
.ar .header-container .has-warning .checkbox-inline {
  color: #8a6d3b;
}
.ar .header-container .has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.ar .header-container .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.ar .header-container .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.ar .header-container .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.ar .header-container .has-error .help-block,
.ar .header-container .has-error .control-label,
.ar .header-container .has-error .radio,
.ar .header-container .has-error .checkbox,
.ar .header-container .has-error .radio-inline,
.ar .header-container .has-error .checkbox-inline {
  color: #a94442;
}
.ar .header-container .has-error .form-control {
  border-color: #a94442;
  -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);
}
.ar .header-container .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.ar .header-container .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.ar .header-container .has-error .form-control-feedback {
  color: #a94442;
}
.ar .top-container-wrapper .header .menu-level-1 {
  padding-right: 0px;
  padding-left: 25px;
}
.ar .top-container-wrapper .header li .ico-square-arrow {
  right: inherit;
  left: 0px;
}
.ar .top-container-wrapper .header li .ico {
  float: right;
}
.ar .top-container-wrapper .header li a {
  float: none;
  display: block;
  padding-right: 35px;
  width: inherit;
  width: auto;
}
.ar .top-container-wrapper .header .level-2 li {
  border-right: 0px;
  border-left: 1px solid #b4b6ba;
}
.ar .top-container-wrapper .header .level-2 li:last-child {
  border-left: 0px;
}
