/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 20px;
  padding-right: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
      line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.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); }
  .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; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.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); }
  .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; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.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); }
  .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; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -20px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 20px;
      margin-right: 20px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -20px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*........................................................*\
            @FONT-FACE
\*........................................................*/
.tahoma, h1, h2, h3, h4, h5, h6, .banner h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold; }

.oslight, p, li, .button, aside .subnav a, .form-control, .radio-group input[type="radio"] + label, .radio-group input[type="radio"] + strong + label, .radio-group input[type="checkbox"] + label, .radio-group input[type="checkbox"] + strong + label, .checkbox-group input[type="radio"] + label, .checkbox-group input[type="radio"] + strong + label, .checkbox-group input[type="checkbox"] + label, .checkbox-group input[type="checkbox"] + strong + label, .bootstrap-filestyle label, .bootstrap-select .dropdown-toggle, .content_elements .figure .caption, .content_elements .image .caption, .listing.video .play, .meet-us .meet_item li, .quote-block a, .vacancies article.vacancy-job h4, .vacancies a.full-btn, .job_list .location, .vacancies_table li, .vacancies_table li ul li, .date, .team-detail .contentarea .intro {
  font-family: 'open_sansregular';
  font-weight: normal; }

.osregular, #utilities a, footer .payoff {
  font-family: 'open_sansregular';
  font-weight: normal; }

.ossemibold, .contentarea h4, .button.xtreme, #mainnav a, aside .tile .tile_text p strong, .content_elements .pdf a, .content_elements .quote blockquote, .vacacy_card h2, .vacacy_card strong, .pagination a, .meet-us .article_item .title h2, .meet-us .article_item .title strong, .meet-us .meet_item h3, .meet-us .meet_item li span, .faq h2, .vacancies article.vacancy-job h3, .job_list h2, .vacancies .filter strong, .vacancies .filter label, .vacancies_table li.title_row, .vacancies_table li.title_row ul li, .vacancies_table li ul li strong, .vacancies_table li ul li ul li:before {
  font-family: 'open_sanssemibold';
  font-weight: normal; }

@font-face {
  font-family: 'open_sanslight';
  src: url("/media/fonts/opensans/opensans-light-webfont-webfont.eot");
  src: url("/media/fonts/opensans/opensans-light-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/media/fonts/opensans/opensans-light-webfont-webfont.woff2") format("woff2"), url("/media/fonts/opensans/opensans-light-webfont-webfont.woff") format("woff"), url("/media/fonts/opensans/opensans-light-webfont-webfont.ttf") format("truetype"), url("/media/fonts/opensans/opensans-light-webfont-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("/media/fonts/opensans/opensans-regular-webfont-webfont.eot");
  src: url("/media/fonts/opensans/opensans-regular-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/media/fonts/opensans/opensans-regular-webfont-webfont.woff2") format("woff2"), url("/media/fonts/opensans/opensans-regular-webfont-webfont.woff") format("woff"), url("/media/fonts/opensans/opensans-regular-webfont-webfont.ttf") format("truetype"), url("/media/fonts/opensans/opensans-regular-webfont-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("/media/fonts/opensans/opensans-semibold-webfont-webfont.eot");
  src: url("/media/fonts/opensans/opensans-semibold-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/media/fonts/opensans/opensans-semibold-webfont-webfont.woff2") format("woff2"), url("/media/fonts/opensans/opensans-semibold-webfont-webfont.woff") format("woff"), url("/media/fonts/opensans/opensans-semibold-webfont-webfont.ttf") format("truetype"), url("/media/fonts/opensans/opensans-semibold-webfont-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "he-space";
  src: url("/media/fonts/icons/he-space.eot");
  src: url("/media/fonts/icons/he-space.eot?#iefix") format("embedded-opentype"), url("/media/fonts/icons/he-space.woff") format("woff"), url("/media/fonts/icons/he-space.ttf") format("truetype"), url("/media/fonts/icons/he-space.svg#he-space") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "he-space" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "he-space" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "a"; }

.icon-mail:before {
  content: "b"; }

.icon-facebook:before {
  content: "c"; }

.icon-linkedin:before {
  content: "d"; }

.icon-search:before {
  content: "e"; }

.icon-menu:before {
  content: "f"; }

.icon-min:before {
  content: "g"; }

.icon-phone:before {
  content: "h"; }

.icon-plus:before {
  content: "i"; }

.icon-rocket:before {
  content: "j"; }

.icon-twitter:before {
  content: "k"; }

.icon-play:before {
  content: "l"; }

.icon-close:before {
  content: "m"; }

.icon-youtube:before {
  content: "n"; }

.icon-download:before {
  content: "o"; }

/*........................................................*\
            TRANSITIONS
\*........................................................*/
/*........................................................*\
            CENTER DIV
\*........................................................*/
/*........................................................*\
            BOX SIZING
\*........................................................*/
/*........................................................*\
              BORDER RADIUS
\*........................................................*/
/*........................................................*\
              BOX SHADOW
\*........................................................*/
/*........................................................*\
              TEXT SHADOW
\*........................................................*/
/*........................................................*\
            ZOOM
\*........................................................*/
/*........................................................*\
            ROTATE
\*........................................................*/
/*........................................................*\
            TRIANGLE ARROW
\*........................................................*/
/*........................................................*\
            RESPONSIVE VIDEO
\*........................................................*/
/*........................................................*\
            FLIP
\*........................................................*/
/*........................................................*\
            CENTREREN FLEX
\*........................................................*/
/*........................................................*\
              OVERIG
\*........................................................*/
@mxin invisible {
  visibility: hidden; }
h1, h2, h3, h4, h5, h6 {
  color: #333333; }

p, li {
  font-size: 1em;
  line-height: 1.643em;
  color: #444444; }

a {
  color: #CB0009; }
  a:hover {
    text-decoration: underline;
    color: #CB0009; }
  a:focus, a:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contentarea p, .contentarea li {
  line-height: 1.643em; }
  .contentarea p.intro, .contentarea li.intro {
    line-height: 1.625em;
    font-size: 1.143em; }
.contentarea strong.intro {
  line-height: 1.625em;
  font-size: 1.143em; }
.contentarea h2 {
  font-size: 1.571em; }
.contentarea h3 {
  font-size: 1.286em; }
.contentarea h4 {
  font-size: 1em;
  color: #595959; }

.button {
  font-size: 1.143em;
  padding: 10px 20px;
  color: white !important;
  white-space: normal; }
  .button.black {
    background: #231F20; }
    .button.black:hover {
      background: #312b2c; }
  .button.red {
    background: #CB0009; }
    .button.red:hover {
      background: #e5000a; }
  .button.grey {
    background: #F2F2F2;
    color: #444444 !important; }
    .button.grey:hover {
      background: #CB0009;
      color: white !important; }
  .button.xsmall {
    font-size: 1em;
    padding: 5px 5px 6px 5px; }
    @media (max-width: 767px) {
      .button.xsmall {
        padding: 10px 5px 10px 5px; } }
  .button.small {
    font-size: 1em;
    padding: 10px 20px; }
  .button.large {
    padding: 10px 30px; }
  .button.xtreme {
    display: block;
    padding: 25px 30px; }
  .button.icon-rocket:before {
    float: right;
    font-size: 1.6em;
    margin-left: 10px;
    margin-bottom: -4px; }
  .button.rocket {
    padding: 8px 5px 12px 5px; }
    .button.rocket:after {
      content: "j";
      font-family: "he-space";
      display: inline-block;
      font-size: 1.5em;
      margin-left: 10px;
      position: relative;
      top: 6px; }
  @media (max-width: 767px) {
    .button {
      display: block;
      width: 100%; } }

body {
  background: #F9F9F9;
  overflow-x: hidden; }

button:focus, button:active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

header {
  position: relative; }
  header:after {
    display: block;
    width: 100%;
    max-width: 1350px;
    content: '';
    background: white;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 0; }

.navbar {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border: none; }

.container {
  position: relative; }

.navbar-header {
  margin: 15px 20px 25px 20px;
  width: 16.5%; }
  @media (max-width: 767px) {
    .navbar-header {
      margin: 15px 20px 15px 20px;
      min-width: 110px; } }

.navbar-brand {
  display: block;
  padding: 0;
  height: auto;
  width: 100%;
  margin-left: 0 !important; }
  .navbar-brand .img-responsive {
    width: 100%; }

.navbar-toggle {
  position: absolute;
  top: 16px;
  right: 20px;
  background: #231F20;
  color: white;
  padding: 12px 8px;
  margin: 0; }
  .navbar-toggle span {
    background: #231F20;
    width: 20px; }
  .navbar-toggle:after {
    content: 'm';
    font-family: "he-space";
    color: white;
    font-size: 1.25em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 3px; }
  .navbar-toggle.collapsed span {
    background: white; }
  .navbar-toggle.collapsed:after {
    display: none; }

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
nav li {
  float: left; }

#mainnav {
  clear: both;
  width: 100%;
  margin-top: 10px; }
  @media (max-width: 767px) {
    #mainnav {
      margin: 0 -20px 0 -20px;
      width: auto; } }
  #mainnav ul {
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden; }
    @media (max-width: 767px) {
      #mainnav ul {
        border-radius: 0; } }
  #mainnav li {
    width: 20%; }
    #mainnav li:last-child {
      float: right; }
    @media (max-width: 767px) {
      #mainnav li {
        width: 100%;
        display: block;
        float: none;
        border-top: 1px solid #e2dedf; }
        #mainnav li:first-child {
          border: none; } }
  #mainnav a {
    color: white;
    padding: 17px 0;
    display: block;
    text-align: center;
    font-size: 1.286em;
    background: #231F20; }
    @media (max-width: 1199px) {
      #mainnav a {
        font-size: 1em; } }
    @media (max-width: 767px) {
      #mainnav a {
        background: #F0F0F0;
        color: #231F20;
        font-size: 1em;
        padding: 12px 20px;
        text-align: left; } }
  #mainnav li:hover a, #mainnav li.active a {
    background: #CB0009;
    text-decoration: none;
    color: white; }
  @media (max-width: 767px) {
    #mainnav li:hover a {
      background: #F0F0F0;
      color: #231F20; } }
  @media (max-width: 767px) {
    #mainnav li.active a {
      background: #CB0009;
      color: white; } }

.social {
  position: absolute;
  right: 350px;
  top: 50px; }
  @media (max-width: 1199px) {
    .social {
      top: 40px; } }
  @media (max-width: 991px) {
    .social {
      top: 35px; } }
  .social ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .social li {
    float: left;
    margin-left: 5px; }
  .social a {
    font-size: 2em;
    text-decoration: none; }
    .social a:before {
      width: 28px; }
  .social .icon-linkedin {
    color: #137BAA; }
  .social .icon-facebook {
    color: #3C5A96; }
  .social .icon-youtube {
    color: #BF0B17; }
  .social .icon-twitter {
    color: #5FC8E2; }
  .social li:hover a {
    opacity: 0.75; }

#utilities {
  position: absolute;
  top: 40px;
  right: 75px;
  border: 1px solid #F0F0F0;
  border-radius: 5px; }
  @media (max-width: 1199px) {
    #utilities {
      top: 30px; } }
  @media (max-width: 991px) {
    #utilities {
      top: 25px; } }
  @media (max-width: 767px) {
    #utilities {
      position: relative;
      top: auto;
      right: auto;
      clear: both;
      height: auto;
      border: none;
      margin: 0 -20px; } }
  #utilities ul {
    padding: 10px 10px 9px 10px; }
    @media (max-width: 767px) {
      #utilities ul {
        float: none;
        display: block;
        width: 100%;
        padding: 0;
        float: none !important; } }
  #utilities li {
    margin: 0 10px;
    line-height: 1.42857; }
    @media (max-width: 767px) {
      #utilities li {
        float: none;
        width: 100%;
        display: block;
        margin: 0;
        border-top: 1px solid #e2dedf; }
        #utilities li:first-child {
          border: none; } }
  #utilities a {
    font-size: 0.929em;
    color: #231F20; }
    @media (max-width: 767px) {
      #utilities a {
        background: #F9F9F9;
        text-align: left;
        font-size: 1em;
        padding: 12px 20px;
        display: block; } }
  #utilities li:hover a, #utilities li.active a {
    color: #CB0009;
    text-decoration: none; }
  @media (max-width: 767px) {
    #utilities li:hover a {
      color: #231F20; } }
  @media (max-width: 767px) {
    #utilities li.active a {
      color: #CB0009; } }

#search {
  position: absolute;
  right: 20px;
  top: 40px;
  padding-right: 55px; }
  @media (max-width: 1199px) {
    #search {
      top: 30px; } }
  @media (max-width: 991px) {
    #search {
      top: 25px; } }
  @media (max-width: 767px) {
    #search {
      position: relative;
      padding: 15px 20px;
      clear: both;
      margin: 0 -20px;
      background: #F9F9F9;
      border-top: 1px solid #e2dedf;
      right: auto;
      top: auto; } }
  #search .form-group {
    display: none; }
    @media (max-width: 767px) {
      #search .form-group {
        display: block !important;
        margin-bottom: 0; } }
    #search .form-group .form-control {
      height: 40px;
      width: 400px; }
      @media (max-width: 767px) {
        #search .form-group .form-control {
          width: 100%;
          height: 30px; } }
    #search .form-group .btn {
      position: absolute;
      right: 55px;
      top: 0;
      height: 40px; }
      #search .form-group .btn:before {
        width: 21px; }
      @media (max-width: 767px) {
        #search .form-group .btn {
          width: 30px;
          height: 30px;
          top: 16px;
          right: 20px;
          padding: 2px 0 0 0;
          text-align: center;
          background: transparent;
          color: #c8c8c8;
          font-size: 1.25em; } }
  #search .button {
    padding: 6px 9px 3px 9px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em; }
    #search .button:before {
      width: 21px; }
    #search .button.open:before {
      content: "m";
      position: relative;
      top: 1px; }
    #search .button:hover {
      color: white;
      background: #CB0009; }

footer .bg_white:after {
  border-top: 1px solid #F2F2F2; }
footer .col-md-6 {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    footer .col-md-6 {
      text-align: center; }
      footer .col-md-6:first-of-type {
        border-bottom: 1px solid #F2F2F2; }
        footer .col-md-6:first-of-type ul li {
          display: block;
          margin: 0;
          text-align: center;
          width: 100%;
          margin: 0 0 10px 0; } }
footer .payoff {
  font-style: italic;
  font-size: 1.429em;
  float: left;
  margin: 10px 0;
  position: relative;
  right: 20px; }
  @media (max-width: 1199px) {
    footer .payoff {
      width: 75%;
      right: 0; } }
  @media (max-width: 767px) {
    footer .payoff {
      width: 100%;
      float: none;
      text-align: center;
      right: 0; } }
footer .iso {
  float: right; }
  @media (max-width: 767px) {
    footer .iso {
      margin-top: 10px;
      float: none; } }
footer ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0; }
footer li {
  float: left;
  margin-right: 40px; }
  footer li:last-of-type {
    margin-right: 0; }
footer a {
  text-transform: lowercase;
  color: #444444; }
@media (max-width: 767px) {
  footer .social {
    position: static;
    display: inline-block !important; }
    footer .social ul {
      display: inline !important;
      position: relative;
      top: 12px; }
    footer .social li {
      margin-right: 0;
      float: none;
      display: inline !important; } }

@media (max-width: 991px) {
  aside {
    clear: both;
    padding-left: 50px !important;
    padding-right: 50px !important; } }
@media (max-width: 767px) {
  aside {
    padding-left: 30px !important;
    padding-right: 30px !important; } }
aside .aside_item {
  margin-top: 35px;
  margin-bottom: 5px; }
aside .subnav {
  background: white;
  border-radius: 5px; }
  aside .subnav li {
    display: block;
    float: none; }
  aside .subnav a {
    display: block;
    border-top: 1px dotted #aaaaaa;
    color: #444444;
    padding: 9px 15px 9px 15px;
    font-size: 1em; }
  aside .subnav li:first-child a {
    border-top: none; }
  aside .subnav li:hover a, aside .subnav li.active a {
    color: #CB0009;
    text-decoration: none !important; }
  aside .subnav li li a {
    color: #444444 !important;
    font-size: 0.85em;
    border: none;
    padding: 4px 15px 4px 25px; }
    aside .subnav li li a:hover {
      color: #CB0009 !important; }
  aside .subnav li li:first-child a {
    padding-top: 0px; }
  aside .subnav li li:last-child a {
    padding-bottom: 9px; }
  aside .subnav li li.active a {
    color: #CB0009 !important; }
  @media (max-width: 991px) {
    aside .subnav.back {
      margin-top: 0; }
      aside .subnav.back li a {
        text-align: center;
        border-radius: 5px;
        background: #F2F2F2; }
        aside .subnav.back li a:hover {
          background: #312b2c;
          color: white; } }
aside .tile {
  min-height: 0px; }
  aside .tile .tile_text {
    padding: 15px 20px 20px 20px; }
    aside .tile .tile_text h2 {
      font-size: 1.286em;
      line-height: 1.222em; }
    aside .tile .tile_text p {
      font-size: 0.857em; }
      aside .tile .tile_text p:last-child {
        margin-bottom: 0; }
  @media (max-width: 991px) {
    aside .tile {
      width: 47.5%;
      margin-right: 2.5%;
      float: left; }
      aside .tile:nth-of-type(even) {
        margin-right: 0;
        margin-left: 2.5%; } }
  @media (max-width: 767px) {
    aside .tile {
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      float: none; } }
  aside .tile.border {
    background: #F2F2F2;
    border: 1px dotted #aaa;
    margin-top: 20px; }
    @media (max-width: 991px) {
      aside .tile.border {
        margin-top: 35px; } }
    aside .tile.border:first-of-type {
      margin-top: 35px; }
    aside .tile.border figure {
      padding: 20px 20px 0 20px;
      text-align: center; }
      aside .tile.border figure img {
        width: 100%;
        max-width: 120px;
        height: auto;
        max-height: 120px; }
        @media (max-width: 991px) {
          aside .tile.border figure img {
            height: 120px;
            width: auto;
            max-width: none; } }
    aside .tile.border .tile_text p {
      color: #231F20; }
@media (max-width: 991px) {
  aside {
    padding-bottom: 32px; } }

/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: July 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0; }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px; }

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right; }

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block; }

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%; }

select.bs-select-hidden, select.selectpicker {
  display: none !important; }

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

.content_elements + .form {
  margin-top: 35px; }

.form-thanks h2:first-child {
  margin: 0 0 35px 0;
  padding-top: 35px;
  border-top: 1px dotted #aaa; }

.form h2 {
  margin: 0 0 35px 0;
  padding-top: 35px;
  border-top: 1px dotted #aaaaaa; }
.form :-moz-placeholder {
  /* Firefox 18- */ }
.form ::-moz-placeholder {
  /* Firefox 19+ */ }
.form :-ms-input-placeholder {
  /* IE */ }

fieldset {
  width: 100%;
  padding: 35px 0 15px 0 !important;
  position: relative; }
  fieldset:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px dotted #aaaaaa; }
  fieldset:first-of-type {
    border: none;
    padding-top: 0; }
    fieldset:first-of-type:after {
      display: none; }

.form-group {
  margin-bottom: 25px; }
  .form-group.clear {
    clear: both; }
  .form-group.checkbox-group.error label {
    color: #CB0009;
    font-weight: bold; }

.select-group {
  z-index: 5 !important; }

.file-group {
  position: relative; }
  .file-group label + input {
    width: auto !important; }
  .file-group.error strong.error {
    margin-top: 45px; }

strong.error {
  display: block;
  text-align: center;
  padding: 6px 12px;
  height: 34px;
  color: #CB0009;
  border: 1px solid #CB0009;
  margin-top: 10px;
  border-radius: 4px;
  font-weight: normal; }

label {
  margin-bottom: 15px; }

.form-control {
  box-shadow: none !important;
  border: 1px solid #aaaaaa;
  font-size: 1em;
  color: #444444; }
  .form-control:focus {
    border-color: #737373; }
  .form-control.error {
    border-color: #CB0009 !important; }

.captcha input.error {
  border: none !important; }

@media (max-width: 767px) {
  .radio-group strong a, .checkbox-group strong a {
    display: block;
    padding: 5px 0;
    margin: 5px 0; } }
.radio-group input[type="radio"], .radio-group input[type="checkbox"], .checkbox-group input[type="radio"], .checkbox-group input[type="checkbox"] {
  display: none; }
  .radio-group input[type="radio"].required, .radio-group input[type="checkbox"].required, .checkbox-group input[type="radio"].required, .checkbox-group input[type="checkbox"].required {
    display: block;
    visibility: hidden;
    position: absolute; }
    .radio-group input[type="radio"].required + strong, .radio-group input[type="checkbox"].required + strong, .checkbox-group input[type="radio"].required + strong, .checkbox-group input[type="checkbox"].required + strong {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      display: block; }
      .radio-group input[type="radio"].required + strong + label, .radio-group input[type="checkbox"].required + strong + label, .checkbox-group input[type="radio"].required + strong + label, .checkbox-group input[type="checkbox"].required + strong + label {
        margin-bottom: 40px; }
  .radio-group input[type="radio"] + label, .radio-group input[type="radio"] + strong + label, .radio-group input[type="checkbox"] + label, .radio-group input[type="checkbox"] + strong + label, .checkbox-group input[type="radio"] + label, .checkbox-group input[type="radio"] + strong + label, .checkbox-group input[type="checkbox"] + label, .checkbox-group input[type="checkbox"] + strong + label {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    padding-left: 25px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 1em;
    padding-bottom: 8px; }
    .radio-group input[type="radio"] + label:before, .radio-group input[type="radio"] + strong + label:before, .radio-group input[type="checkbox"] + label:before, .radio-group input[type="checkbox"] + strong + label:before, .checkbox-group input[type="radio"] + label:before, .checkbox-group input[type="radio"] + strong + label:before, .checkbox-group input[type="checkbox"] + label:before, .checkbox-group input[type="checkbox"] + strong + label:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border: 1px solid #aaaaaa;
      position: absolute;
      left: 1px;
      top: 8px;
      border-radius: 5px !important; }
    .radio-group input[type="radio"] + label:after, .radio-group input[type="radio"] + strong + label:after, .radio-group input[type="checkbox"] + label:after, .radio-group input[type="checkbox"] + strong + label:after, .checkbox-group input[type="radio"] + label:after, .checkbox-group input[type="radio"] + strong + label:after, .checkbox-group input[type="checkbox"] + label:after, .checkbox-group input[type="checkbox"] + strong + label:after {
      content: 'a';
      font-family: "he-space";
      color: #CB0009;
      display: none;
      position: absolute;
      left: 6px;
      top: 12px;
      font-size: 1em;
      left: 1px;
      top: 8px; }
  .radio-group input[type="radio"]:checked + label:after, .radio-group input[type="radio"]:checked + strong + label:after, .radio-group input[type="checkbox"]:checked + label:after, .radio-group input[type="checkbox"]:checked + strong + label:after, .checkbox-group input[type="radio"]:checked + label:after, .checkbox-group input[type="radio"]:checked + strong + label:after, .checkbox-group input[type="checkbox"]:checked + label:after, .checkbox-group input[type="checkbox"]:checked + strong + label:after {
    display: block; }
.radio-group input[type="checkbox"] + label:before, .checkbox-group input[type="checkbox"] + label:before {
  border-radius: 0; }
.radio-group input[type="checkbox"] + label:after, .checkbox-group input[type="checkbox"] + label:after {
  border-radius: 0; }

textarea.form-control {
  min-height: 200px;
  resize: vertical; }

.bootstrap-filestyle .form-control {
  background: transparent; }
.bootstrap-filestyle label {
  padding: 7px 20px 6px 20px;
  background: #CB0009 !important;
  border-color: #CB0009 !important;
  color: white !important;
  border-left: 1px solid #CB0009 !important;
  z-index: 3 !important; }
  .bootstrap-filestyle label:hover {
    background: #e5000a !important;
    border-color: #e5000a !important; }

.bootstrap-select {
  box-shadow: none !important;
  outline: none !important; }
  .bootstrap-select .dropdown-toggle {
    border: 1px solid #aaaaaa !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important; }
    .bootstrap-select .dropdown-toggle:focus {
      box-shadow: none !important;
      outline: none !important;
      border-color: #737373; }
  .bootstrap-select .dropdown-menu.open {
    z-index: 999 !important;
    top: 0; }
    .bootstrap-select .dropdown-menu.open li:first-child {
      display: none; }
  .bootstrap-select .caret {
    border-top-width: 6px;
    border-right-width: 3px;
    border-left-width: 3px;
    margin-top: 0;
    -webkit-transform: translate(0%, -40%);
    -moz-transform: translate(0%, -40%);
    -ms-transform: translate(0%, -40%);
    -o-transform: translate(0%, -40%);
    transform: translate(0%, -40%); }

.error .bootstrap-select .dropdown-toggle {
  border: 1px solid #CB0009 !important; }

.banner {
  background: #CB0009;
  display: block;
  text-align: center;
  padding: 33px 30px 27px 30px; }
  .banner div {
    width: auto;
    display: inline-block; }
  .banner h2 {
    font-size: 1.714em;
    color: white;
    display: inline;
    margin-right: 30px; }
  .banner .button {
    margin-top: -5px; }
  .banner .button:hover:hover {
    color: white;
    background: #312b2c; }
  @media (max-width: 767px) {
    .banner {
      margin-left: -20px;
      margin-right: -20px; }
      .banner h2 {
        font-size: 1.286em;
        display: block;
        margin: 0 0 20px 0; } }

.bg {
  position: relative; }
  .bg .container {
    position: relative;
    z-index: 1; }
  .bg:after {
    display: block;
    width: 100%;
    max-width: 1350px;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 0; }
  .bg.bg_white:after {
    background: white; }
  .bg.bg_grey:after {
    background: #F2F2F2; }

.tile {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: white;
  min-height: 360px; }
  .tile a {
    text-decoration: none; }
  .tile .img-responsive {
    width: 100%;
    height: auto; }
  .tile .tile_text {
    padding: 25px 35px; }
  .tile h2 {
    margin: 0 0 10px 0;
    font-size: 1.286em;
    line-height: 1.556em; }
  .tile p {
    margin: 0 0 10px 0; }
  .tile .button {
    margin: 10px 0 0 0; }
  .tile a:hover h2 {
    color: #CB0009; }
  .tile.red {
    background: #CB0009; }
    .tile.red .tile_text h2, .tile.red .tile_text p {
      color: white; }
  .tile.video figure {
    position: relative; }
    .tile.video figure:after {
      content: 'l';
      font-family: "he-space";
      display: inline-block;
      font-size: 6em;
      line-height: 1em;
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -40%);
      -moz-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
      -o-transform: translate(-50%, -40%);
      transform: translate(-50%, -40%); }
    .tile.video figure:hover:after {
      opacity: 0.8; }
  @media (max-width: 991px) {
    .tile {
      min-height: 370px; } }
  @media (max-width: 767px) {
    .tile {
      min-height: 0; } }

.image_tile {
  min-height: 0;
  margin-bottom: 40px;
  position: relative; }
  .image_tile .tile_text {
    position: absolute;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 25px 20px; }
  .image_tile h2 {
    font-size: 1.571em;
    line-height: 1em;
    text-align: center;
    margin: 0; }
    .image_tile h2 span {
      color: #CB0009; }
  @media (max-width: 991px) {
    .image_tile {
      width: 47.5%;
      float: left;
      background: none;
      margin-left: 2.5%;
      margin-top: 0; }
      .image_tile:nth-of-type(odd) {
        margin-left: 0;
        margin-right: 2.5%; } }
  @media (max-width: 767px) {
    .image_tile {
      width: 100%;
      float: none;
      margin: 0 0 40px 0; } }

.content_elements .item {
  margin-bottom: 25px; }
  .content_elements .item:last-child {
    margin-bottom: 0; }
  .content_elements .item p, .content_elements .item ul, .content_elements .item ol {
    margin: 0 0 25px 0; }
  .content_elements .item h2, .content_elements .item h3, .content_elements .item h4 {
    margin: 0 0 15px 0; }
  .content_elements .item h2:last-child, .content_elements .item h3:last-child, .content_elements .item h4:last-child, .content_elements .item p:last-child, .content_elements .item ol:last-child, .content_elements .item ul:last-child {
    margin-bottom: 0; }
  .content_elements .item ul {
    margin-left: 0;
    padding: 0;
    list-style-type: none; }
    .content_elements .item ul li {
      padding-left: 40px;
      position: relative; }
      .content_elements .item ul li:before {
        content: '';
        display: block;
        background: #CB0009;
        border-radius: 50%;
        position: absolute;
        left: 20px;
        top: 8px;
        width: 6px;
        height: 6px; }
  .content_elements .item.half.clear {
    clear: both; }
.content_elements .figure img, .content_elements .image img {
  border-radius: 5px;
  width: 100%;
  height: auto; }
.content_elements .figure .caption, .content_elements .image .caption {
  position: absolute;
  right: 20px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-bottom-right-radius: 5px;
  font-size: 0.875em;
  max-width: 80%;
  display: inline-block; }
.content_elements .pdf a {
  display: block;
  background: #CB0009;
  color: white;
  padding: 16px 12px 16px 52px;
  text-decoration: none !important;
  position: relative;
  border-radius: 4px; }
  .content_elements .pdf a:before {
    font-size: 2em;
    position: absolute;
    left: 12px;
    top: 14px; }
  .content_elements .pdf a:hover {
    background: #312b2c; }
.content_elements .social {
  position: static !important; }
  .content_elements .social ul {
    margin-left: -5px; }
  .content_elements .social li {
    padding-left: 0 !important; }
    .content_elements .social li:before {
      display: none !important; }

.vacacy_card {
  position: relative;
  margin-top: 30px;
  padding-bottom: 25px; }
  .vacacy_card .col-sm-5 {
    padding-right: 40px;
    position: relative; }
    .vacacy_card .col-sm-5:before {
      content: '';
      display: block;
      width: 1px;
      border-right: 1px dotted #bcbcbc;
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0; }
    @media (max-width: 767px) {
      .vacacy_card .col-sm-5 {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 20px; }
        .vacacy_card .col-sm-5:before {
          border-right: none;
          border-bottom: 1px dotted #bcbcbc;
          top: auto;
          left: 20px;
          right: 20px;
          height: 1px;
          width: auto;
          display: none; } }
  .vacacy_card .col-sm-7 {
    position: static !important;
    padding-left: 40px; }
    .vacacy_card .col-sm-7:after {
      content: '';
      display: block;
      height: 1px;
      border-bottom: 1px dotted #bcbcbc;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px; }
    @media (max-width: 767px) {
      .vacacy_card .col-sm-7 {
        padding-left: 20px; } }
    .vacacy_card .col-sm-7 .media {
      position: absolute !important;
      max-width: 360px !important;
      bottom: 6px !important; }
  .vacacy_card h2 {
    margin: 0;
    font-size: 1.286em; }
  .vacacy_card ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .vacacy_card li {
    margin-bottom: 15px;
    position: relative; }
    .vacacy_card li:last-of-type {
      margin-bottom: 16px; }
    .vacacy_card li strong {
      width: 100px;
      display: inline-block; }
    .vacacy_card li a {
      color: #444444 !important; }
      .vacacy_card li a:hover {
        color: #CB0009 !important;
        text-decoration: none; }
  .vacacy_card .btn {
    display: block; }
    @media (max-width: 767px) {
      .vacacy_card .btn {
        margin-top: 10px; }
        .vacacy_card .btn + .btn {
          margin-top: 20px; } }
  .vacacy_card .media .btn {
    width: calc(100% - 45px);
    float: left; }
    .vacacy_card .media .btn:before {
      font-size: 1.5em;
      display: inline-block;
      position: relative;
      bottom: -1px;
      left: -5px;
      max-height: 15px;
      overflow: hidden;
      margin-right: 5px; }
    @media (max-width: 767px) {
      .vacacy_card .media .btn {
        width: calc(100% - 55px); } }
  .vacacy_card .media .linkedin {
    float: right;
    font-size: 2.70em;
    color: #137BAA;
    margin-top: -7px;
    text-decoration: none !important;
    position: relative;
    top: 2px; }
    .vacacy_card .media .linkedin:hover {
      color: #CB0009;
      text-decoration: none !important; }
      .vacacy_card .media .linkedin:hover:before {
        text-decoration: none !important; }
    @media (max-width: 767px) {
      .vacacy_card .media .linkedin {
        font-size: 3.5em !important; } }
  .vacacy_card .media-left {
    padding: 0 15px 0 0; }
    .vacacy_card .media-left img {
      border-radius: 5px; }
  .vacacy_card .media-body strong {
    margin-bottom: 8px;
    display: inline-block; }
  .vacacy_card .media-body li {
    margin-bottom: 2px; }
    .vacacy_card .media-body li:last-of-type {
      margin-bottom: 6px; }
  @media (max-width: 767px) {
    .vacacy_card .media-body + .btn {
      margin-top: 20px; }
      .vacacy_card .media-body + .btn + .linkedin {
        margin-top: 12px; } }
  .vacacy_card .data li {
    position: relative;
    padding-left: 100px; }
    .vacacy_card .data li strong {
      position: absolute;
      left: 0; }
  .vacacy_card.bottom {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px; }
    .vacacy_card.bottom col-sm-7:after {
      display: none; }

.mac .vacacy_card .media .linkedin {
  top: 1px; }

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/media/js/vendor/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/media/js/vendor/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/media/js/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/media/js/vendor/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.pagination {
  margin-top: 35px !important; }
  .pagination li {
    margin-right: 10px;
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important; }
    .pagination li:before {
      display: none !important; }
    .pagination li:last-child a, .pagination li:first-child a {
      padding: 10px 20px !important; }
  .pagination a {
    background: #F2F2F2 !important;
    color: #444444 !important;
    border: none !important;
    font-size: 1em !important;
    padding: 10px 15px !important;
    border-radius: 5px !important; }
  .pagination li.active a, .pagination li:hover a {
    background: #CB0009 !important;
    color: white !important; }

.share_bar {
  margin-top: 25px; }
  .share_bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .share_bar li {
    display: inline-block; }
    @media (max-width: 767px) {
      .share_bar li {
        width: 25%;
        margin-left: -5px; } }
  .share_bar a, .share_bar .link {
    padding: 10px 15px;
    display: block;
    color: #444444;
    border-left: 1px dotted #aaaaaa;
    text-decoration: none !important; }
    @media (max-width: 767px) {
      .share_bar a span, .share_bar .link span {
        display: none; } }
    .share_bar a:before, .share_bar .link:before {
      margin-right: 10px;
      position: relative;
      top: 1px; }
      @media (max-width: 767px) {
        .share_bar a:before, .share_bar .link:before {
          margin-right: 5px;
          margin-left: 5px; } }
    .share_bar a:hover, .share_bar .link:hover {
      color: #CB0009; }
    @media (max-width: 1199px) {
      .share_bar a, .share_bar .link {
        font-size: 0.857em;
        padding: 10px 10px;
        margin-right: -5px; } }
    @media (max-width: 991px) {
      .share_bar a, .share_bar .link {
        font-size: 1em;
        padding: 10px 12px;
        margin-right: 0px; } }
    @media (max-width: 767px) {
      .share_bar a, .share_bar .link {
        font-size: 1em;
        padding: 10px 15px;
        margin-right: 0; } }
  .share_bar .link:hover {
    color: #444444 !important; }
  .share_bar li:first-child a {
    border: none; }

.listing a {
  text-decoration: none !important; }
.listing .media-left {
  padding-right: 30px;
  min-width: 196px; }
  .listing .media-left figure {
    border-radius: 5px;
    overflow: hidden; }
    .listing .media-left figure img {
      max-width: 166px;
      height: auto; }
    @media (max-width: 767px) {
      .listing .media-left figure {
        width: 120px;
        height: auto; }
        .listing .media-left figure img {
          width: 100%;
          max-width: none; } }
  @media (max-width: 767px) {
    .listing .media-left {
      min-width: 0px; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .listing .media-left {
      width: 100% !important;
      display: block !important;
      padding-right: 0;
      margin-bottom: 20px; }
      .listing .media-left figure {
        width: 100%; } }

.listing .media-body {
  position: static; }
  .listing .media-body .trunch {
    max-height: 130px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .listing .media-body .trunch {
        max-height: none; } }
  .listing .media-body .btn {
    position: absolute;
    bottom: 0; }
    @media (max-width: 767px) {
      .listing .media-body .btn {
        position: static; } }
.listing .media-heading {
  margin-bottom: 10px; }
.listing.video figure {
  position: relative; }
.listing.video .play {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #CB0009;
  color: white;
  text-align: center;
  padding: 10px; }
  .listing.video .play:before {
    content: '';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid white;
    width: 0;
    height: 0;
    margin-right: 10px; }
.listing.video figure:hover .play {
  background: #231F20; }

.people_overview {
  padding-top: 35px;
  position: relative; }
  .people_overview:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 0;
    right: 20px;
    border-top: 1px dotted #aaaaaa; }
  .people_overview .col-sm-6 {
    border-right: 1px dotted #aaaaaa;
    padding-right: 30px;
    margin-bottom: 30px; }
    .people_overview .col-sm-6:nth-child(even) {
      border: none;
      padding-right: 20px;
      padding-left: 30px; }
    .people_overview .col-sm-6:last-child {
      border: none; }
    @media (max-width: 767px) {
      .people_overview .col-sm-6 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        border: none !important; }
        .people_overview .col-sm-6:last-child {
          margin-bottom: 0; } }
  .people_overview .media {
    height: 115px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .people_overview .media {
        height: 165px; }
        .people_overview .media .btn {
          width: calc(100% - 88px);
          margin-top: 20px; }
        .people_overview .media .icon-mail {
          width: 34px !important;
          height: 32px !important;
          float: right;
          margin-right: 7px;
          padding: 6px 5px 2px 5px;
          margin-top: 19px; }
          .people_overview .media .icon-mail:before {
            font-size: 1.4em;
            position: static;
            max-height: none;
            overflow: auto;
            margin-right: 0; }
        .people_overview .media .linkedin {
          margin-top: 12px; } }
    @media (max-width: 991px) {
      .people_overview .media {
        height: 115px; }
        .people_overview .media .btn {
          margin-top: 0; }
        .people_overview .media .linkedin {
          margin-top: -7px; } }
    @media (max-width: 767px) {
      .people_overview .media {
        height: auto; }
        .people_overview .media .btn {
          width: calc(100% - 108px);
          margin-top: 20px; }
        .people_overview .media .icon-mail {
          width: 40px !important;
          height: 40px !important;
          float: right;
          margin-right: 7px;
          padding: 11px 5px 5px 5px;
          margin-top: 20px; }
          .people_overview .media .icon-mail:before {
            font-size: 1.5em;
            position: static;
            max-height: none;
            overflow: auto;
            margin-right: 0; } }
  .people_overview .media-left {
    width: 113px;
    height: 113px; }
  .people_overview .media-body .media-heading a {
    color: #444444; }
    .people_overview .media-body .media-heading a:hover {
      color: #CB0009; }
  .people_overview .media-body .btn {
    width: calc(100% - 88px); }
  .people_overview .media-body .icon-mail {
    width: 34px !important;
    height: 32px !important;
    float: right;
    margin-right: 7px;
    padding: 6px 5px 2px 5px; }
    .people_overview .media-body .icon-mail:before {
      font-size: 1.5em;
      position: static;
      max-height: none;
      overflow: auto;
      margin-right: 0; }
  @media (max-width: 767px) {
    .people_overview {
      padding-bottom: 0; } }

.meet-us .article_item .title {
  background: #231F20;
  border-radius: 5px 5px 0 0;
  padding: 10px 20px; }
  .meet-us .article_item .title h2 {
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 1em;
    line-height: 1.42857; }
  .meet-us .article_item .title strong {
    color: white;
    float: right;
    margin: 0; }
.meet-us .meet_item {
  padding: 15px 0 15px 20px;
  margin: 20px 0; }
  .meet-us .meet_item:nth-child(even) {
    background: #F9F9F9; }
@media (max-width: 767px) and (orientation: portrait) {
  .meet-us .meet_item figure {
    margin-left: -20px;
    margin-right: -20px; } }

  .meet-us .meet_item img {
    float: right;
    margin: -15px 0 -15px 0;
    width: 109px;
    height: auto; }
@media (max-width: 767px) and (orientation: portrait) {
  .meet-us .meet_item img {
    width: 50%;
    margin-bottom: 15px; } }

    .meet-us .meet_item img:first-of-type {
      border-radius: 0 5px 5px 0; }
    .meet-us .meet_item img:last-of-type {
      border-radius: 5px 0 0 5px; }
  .meet-us .meet_item h3 {
    color: #CB0009;
    font-size: 1.143em;
    margin: 0; }
  .meet-us .meet_item ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none; }
  .meet-us .meet_item li {
    position: relative;
    padding-left: 80px; }
    .meet-us .meet_item li span {
      color: #5e5e5e;
      position: absolute;
      top: 0;
      left: 0; }
  .meet-us .meet_item:last-child {
    margin-bottom: 0; }
@media (max-width: 767px) and (orientation: portrait) {
  .meet-us .meet_item:last-child:nth-child(odd) {
    padding-bottom: 0px; } }

@media (max-width: 767px) and (orientation: portrait) {
  .meet-us .meet_item {
    padding-right: 20px; } }

.faq {
  padding-top: 35px !important; }
  .faq h2 {
    font-size: 1em;
    margin: 0;
    cursor: pointer;
    padding: 5px 0;
    padding-right: 30px;
    position: relative; }
    .faq h2:after {
      content: 'g';
      font-family: "he-space";
      display: inline-block;
      position: absolute;
      right: 0;
      top: 7px; }
    .faq h2.collapsed:after {
      content: "i"; }
    .faq h2:hover {
      color: #CB0009; }
  .faq p {
    padding-bottom: 5px; }
    .faq p:first-child {
      padding-top: 10px; }
    .faq p:last-child {
      padding-bottom: 0px; }
  .faq .panel {
    padding: 15px 20px;
    border-radius: 5px;
    margin: 10px 0; }
    .faq .panel:nth-child(odd) {
      background: #F2F2F2; }

.sitemap li {
  font-size: 1.143em;
  margin-bottom: 4px; }
  .sitemap li:before {
    top: 10px !important; }
  .sitemap li a {
    color: #444444; }
    .sitemap li a:hover {
      color: #CB0009; }
  .sitemap li ul {
    margin-top: 4px !important; }
    .sitemap li ul li {
      font-size: 0.875em; }
      .sitemap li ul li:before {
        top: 8px !important; }

.facebook {
  max-width: 795px; }

.trans-bg {
  transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear; }

.trans-bg-clear {
  transition: background 0s linear;
  -webkit-transition: background 0s linear;
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear; }

.trans-text {
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear; }

.trans-text-clear {
  transition: all 0s linear;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear; }

.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear-text-shadow {
  text-shadow: none; }

.clear-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.georgia {
  font-family: Georgia, serif;
  font-weight: normal; }

.black {
  font-weight: normal; }

.italic {
  font-weight: normal; }

.regular {
  font-weight: normal; }

.light {
  font-weight: normal; }

button, html, input, select, textarea {
  color: #222222; }

body {
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  border-radius: 4px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: .2em 0;
  background: #cccccc;
  color: #000000;
  padding: .2em 0; }

h2, h3, h4 {
  color: #231f20; }

.recruiter-block {
  min-height: 274px;
  position: relative; }

.grey-back {
  background: #F2F2F2;
  padding: 20px;
  margin-bottom: 20px; }

.padding-white {
  background: #ffffff;
  padding: 30px; }

.quote-block {
  width: 320px;
  padding: 30px;
  background: #ffffff;
  z-index: 9999;
  position: relative; }

.quote-block h2 {
  font-weight: normal;
  font-size: 18px;
  margin-top: -6px;
  margin-bottom: 24px;
  line-height: 24px; }

.quote-block p {
  font-style: italic;
  line-height: 1.643em; }

.quote-block a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  background: #d02229;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  text-decoration: none; }

.quote-block a:hover {
  background: #231f20; }

img.background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.vacancies h2 {
  font-size: 26px;
  margin-top: -1px;
  padding-bottom: 20px; }

.vacancies h2 span {
  color: #d02229; }

.vacancies article.vacancy-job a {
  display: block;
  padding: 24px 20px;
  border-radius: 5px;
  text-decoration: none; }
  .vacancies article.vacancy-job a:hover h3 {
    color: #d02229 !important; }
.vacancies article.vacancy-job:nth-child(even) a {
  background: #eeeeee; }

.vacancies article.vacancy-job h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: auto;
  margin: 0 0 3px 0; }

.vacancies article.vacancy-job h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px; }

.vacancies article.vacancy-job a.view {
  background: #b0aeaf;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear; }

.vacancies article.vacancy-job a.view:hover {
  text-decoration: none;
  background: #231f20; }

.vacancies article.vacancy-job:last-of-type {
  border-bottom: 0 !important; }

.vacancies a.full-btn {
  display: inline-block;
  background: #d02229;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  margin-top: 25px; }

.vacancies a.full-btn:hover {
  background: #231f20;
  text-decoration: none; }

.no-pad-right {
  padding-left: 20px;
  padding-right: 0; }

.img-block-right {
  position: relative;
  margin-bottom: 20px; }

.img-block-right a {
  font-family: "Tahoma";
  font-weight: bold; }

.img-block-right .transparent-btn {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  color: #d02229;
  width: 100%;
  text-decoration: none;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 21px; }

.img-block-right .transparent-btn span {
  color: #231f20; }

.img-block-right .transparent-btn.margin {
  bottom: 90px; }

.img-block-right a:hover span {
  color: #d02229; }

.info {
  margin-top: 30px;
  position: relative; }

.info h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  color: #d02229;
  display: block; }

.info h2 span {
  color: #231f20; }

.info p {
  font-weight: normal;
  font-size: 14px;
  color: #231f20;
  display: block; }

.info a {
  color: #ffffff;
  background: #231f20;
  padding: 6px 10px;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
  transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  border-radius: 4px; }

.info a:hover {
  background: #d02229;
  text-decoration: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.cookie-content {
  background: #231F20;
  padding: 20px; }
  .cookie-content p {
    color: white;
    font-size: 1.125em; }
    .cookie-content p a {
      color: #CB0009; }
      .cookie-content p a:hover {
        color: #980007; }

#cookiebar {
  background: #231F20;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  #cookiebar p {
    color: white;
    font-size: 1em;
    margin: 0;
    display: inline; }
    @media screen and (max-width: 1250px) {
      #cookiebar p {
        display: block;
        margin-bottom: 15px; } }
    #cookiebar p a {
      color: #CB0009;
      text-decoration: underline; }
      #cookiebar p a:hover {
        color: #980007; }
  #cookiebar #ok {
    text-decoration: none;
    padding: 8px 18px;
    background: #CB0009;
    border-radius: 3px;
    margin-left: 20px;
    color: white; }
    #cookiebar #ok:hover {
      background: #980007;
      color: white; }
    @media (max-width: 991px) {
      #cookiebar #ok {
        clear: both;
        display: inline-block;
        margin: 10px 0 0 0; } }

.coming-soon {
  display: inline-block;
  background: #231F20;
  color: white;
  font-size: 0.875em;
  text-transform: lowercase;
  padding: 4px 6px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1em; }
  .vacancies_table a:hover .coming-soon {
    background: #CB0009; }
  @media (max-width: 767px) {
    .coming-soon {
      position: relative;
      top: -15px; } }
  .data .coming-soon {
    left: -100px;
    position: relative; }
    @media (max-width: 767px) {
      .data .coming-soon {
        top: auto; } }

.home .bg_grey {
  padding-top: 40px; }

.job_list {
  margin-top: 38px; }
  .job_list h1 {
    font-size: 1.714em;
    margin: 0; }
  .job_list ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0; }
  .job_list li {
    border-radius: 5px; }
    .job_list li:nth-child(odd) {
      background: #F2F2F2; }
    .job_list li a {
      text-decoration: none;
      padding: 20px;
      display: block; }
    @media (max-width: 767px) {
      .job_list li {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px; } }
  .job_list h2 {
    font-size: 1em;
    margin: 0; }
  .job_list .location {
    font-size: 1em;
    color: #444444; }
  .job_list li a:hover h2 {
    color: #CB0009; }
  @media (max-width: 1199px) {
    .job_list .button {
      margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .job_list .button {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .job_list {
      margin-top: 28px; }
      .job_list .button {
        width: 100%; } }

.highlights {
  margin-top: 40px; }
  .highlights .swiper-container {
    border-radius: 5px 5px 0 0; }
    @media (max-width: 1199px) {
      .highlights .swiper-container {
        border-radius: 5px; } }
    @media (max-width: 991px) {
      .highlights .swiper-container {
        border-radius: 5px 5px 0 0; } }
    @media (max-width: 767px) {
      .highlights .swiper-container {
        border-radius: 0; } }
  .highlights .swiper-wrapper {
    float: left; }
  .highlights .swiper-slide {
    text-decoration: none; }
  .highlights .swiper-text {
    position: absolute;
    bottom: 70px;
    right: 140px;
    left: 40px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 30px; }
    .highlights .swiper-text p {
      font-size: 1.143em;
      margin: 0; }
    @media (max-width: 767px) {
      .highlights .swiper-text {
        position: static; } }
  .highlights .swiper-image .img-responsive {
    width: 100%; }
  .highlights .swiper-pagination {
    text-align: left;
    bottom: 40px;
    left: 35px;
    width: auto; }
    @media (max-width: 767px) {
      .highlights .swiper-pagination {
        bottom: auto;
        top: 180px;
        right: 35px;
        text-align: center; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .highlights .swiper-pagination {
      top: 290px; } }

  .highlights .swiper-pagination-bullet {
    background: transparent;
    width: 11px;
    height: 11px;
    border: 1px solid white;
    opacity: 1; }
    .highlights .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: white; }
  .highlights .swiper-slide:hover .swiper-text {
    background: white; }
  @media (max-width: 767px) {
    .highlights {
      margin-left: -20px;
      margin-right: -20px; } }

.twitter .row {
  padding-top: 30px;
  padding-bottom: 30px; }
.twitter h3 {
  font-size: 1.143em;
  text-align: center;
  margin: 0;
  color: #CB0009; }
.twitter .tweet {
  margin-top: 25px; }
.twitter p {
  text-align: center; }
  .twitter p a {
    color: #444444; }
    .twitter p a:hover {
      color: #CB0009; }

.img-responsive {
  width: 100%; }

a:focus {
  text-decoration: none; }

.contact .article_item .col-sm-7, .contact .article_item .col-sm-5 {
  margin-bottom: 0; }
.contact figure {
  padding-left: 5px !important; }
  @media (max-width: 767px) {
    .contact figure {
      margin-top: 35px;
      padding-left: 20px !important; } }
.contact .googlemaps {
  height: 260px;
  width: 100%; }
.contact address li {
  padding-left: 0 !important; }
  .contact address li:before {
    display: none !important; }
.contact address + strong {
  font-size: 1.143em; }

.child .col-md-push-4 {
  left: 28.18333%; }
  @media (max-width: 991px) {
    .child .col-md-push-4 {
      left: auto; } }
.child .col-md-pull-8 {
  right: 61.516667%; }
  @media (max-width: 991px) {
    .child .col-md-pull-8 {
      right: auto; } }
.child .bg .container {
  position: relative; }
  .child .bg .container:after {
    display: block;
    position: absolute;
    max-width: 1350px;
    content: '';
    left: 20px;
    right: 20px;
    top: 10px;
    bottom: auto;
    z-index: 1;
    height: 225px;
    background: #F2F2F2; }
  .child .bg .container:before {
    border-top: 10px solid #CB0009;
    content: '';
    display: block;
    height: 10px;
    width: 100%; }
    @media (max-width: 767px) {
      .child .bg .container:before {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
  .child .bg .container div {
    position: relative;
    z-index: 2; }
.child .contentarea {
  padding: 25px 30px;
  margin: 35px 0;
  background: white;
  border-radius: 5px;
  width: 100%;
  max-width: 740px; }
  .child .contentarea h1 {
    margin: 0 0 20px 0;
    font-size: 1.857em;
    line-height: 1.192em;
    color: #CB0009; }
    .child .contentarea h1 + h2 {
      margin-top: -10px; }
  .child .contentarea p.intro, .child .contentarea strong.intro {
    margin-bottom: 25px; }
  @media (max-width: 991px) {
    .child .contentarea {
      border-radius: 0;
      margin-top: 0;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .child .contentarea {
      margin-left: -20px;
      margin-right: -20px;
      float: none !important;
      width: auto !important; } }

@media (min-width: 992px) {
  .vacancies .form {
    display: block !important; } }
.vacancies .col-md-3 {
  margin-left: 5.15%; }
  @media (max-width: 991px) {
    .vacancies .col-md-3 {
      margin-left: 0;
      padding-bottom: 0; }
      .vacancies .col-md-3 .filter {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .vacancies .col-md-3 {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
.vacancies .col-md-8 {
  float: right;
  position: relative;
  left: -5.15%; }
  @media (max-width: 991px) {
    .vacancies .col-md-8 {
      float: none;
      left: 0; } }
  @media (max-width: 767px) {
    .vacancies .col-md-8 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .vacancies .col-md-8 .contentarea {
        margin-left: 0;
        margin-right: 0; }
        .vacancies .col-md-8 .contentarea h1 {
          margin-bottom: 25px; } }
.vacancies .filter {
  padding-top: 10px; }
  @media (max-width: 991px) {
    .vacancies .filter {
      margin-right: 0;
      width: 100%;
      border-radius: 0px;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .vacancies .filter {
      margin-top: 0;
      margin-bottom: 0; }
      .vacancies .filter .tile_text {
        padding-bottom: 0; } }
  @media (max-width: 991px) {
    .vacancies .filter h2:before {
      float: right;
      margin-top: 3px;
      content: 'g'; }
    .vacancies .filter h2.collapsed:before {
      content: "i" !important; } }
  @media (max-width: 991px) {
    .vacancies .filter h2 {
      cursor: pointer; } }
  @media (max-width: 767px) {
    .vacancies .filter h2 {
      margin-left: -30px;
      margin-right: -30px;
      margin-top: -25px;
      margin-bottom: 0px;
      padding: 25px 30px;
      background: #F2F2F2; } }
  .vacancies .filter .form {
    margin-top: 20px; }
  .vacancies .filter strong, .vacancies .filter label {
    margin-bottom: 10px;
    display: block; }
  .vacancies .filter .checkbox-group label {
    margin-bottom: 0;
    padding-bottom: 4px; }
.vacancies .icon-search {
  position: relative; }
  .vacancies .icon-search:before {
    position: absolute;
    right: 15px;
    top: 40px; }

.job_alert_notification {
  position: absolute;
  right: 30px; }
  .job_alert_notification p {
    float: left;
    font-style: italic;
    font-size: 1em;
    margin: 0;
    padding: 4px 10px 4px 0;
    color: #666666; }
  .job_alert_notification .btn {
    background: #CB0009;
    font-size: 1em;
    padding: 5px 15px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear; }
    .job_alert_notification .btn:hover {
      background: #231F20; }

.vacancies_table {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .vacancies_table {
      border-radius: 0;
      margin-left: -30px;
      margin-right: -30px; } }
  .vacancies_table li {
    line-height: 1.357em; }
    .vacancies_table li:nth-child(even) {
      background: #F2F2F2; }
    .vacancies_table li:nth-child(odd) {
      background: white; }
    .vacancies_table li.title_row {
      background: #231F20;
      color: white; }
      .vacancies_table li.title_row ul li {
        color: white !important; }
        .vacancies_table li.title_row ul li:first-child {
          float: left; }
      @media (max-width: 767px) {
        .vacancies_table li.title_row {
          display: none; } }
    .vacancies_table li ul {
      list-style-type: none;
      margin: 0;
      padding: 0 0 0 20px;
      position: relative;
      min-height: 64px; }
      .vacancies_table li ul li {
        float: left;
        background: transparent !important;
        padding: 15px 5px 13px 5px; }
        .vacancies_table li ul li strong {
          cursor: pointer; }
          @media (max-width: 767px) {
            .vacancies_table li ul li strong {
              padding-right: 40px;
              position: relative; }
              .vacancies_table li ul li strong:after {
                content: 'g';
                display: inline-block;
                position: absolute;
                right: 0;
                top: 50%;
                font-family: "he-space";
                font-size: 1.286em;
                -webkit-transform: translate(0%, -50%);
                -moz-transform: translate(0%, -50%);
                -ms-transform: translate(0%, -50%);
                -o-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
                color: #D8D8D8; }
              .vacancies_table li ul li strong.collapsed:after {
                content: 'i'; } }
        .vacancies_table li ul li:first-child {
          float: left;
          width: 44.5%;
          padding-left: 0px; }
        .vacancies_table li ul li:nth-child(2) {
          width: 15.5%;
          padding-left: 5px; }
        .vacancies_table li ul li:nth-child(3) {
          width: 22.5%; }
        .vacancies_table li ul li:nth-child(4) {
          width: 17.5%;
          padding-right: 20px; }
        .vacancies_table li ul li ul {
          position: absolute;
          left: 0;
          top: 0;
          right: 0; }
          @media (min-width: 768px) {
            .vacancies_table li ul li ul {
              display: block !important; } }
          .vacancies_table li ul li ul li:before {
            display: block; }
          .vacancies_table li ul li ul li:first-child {
            float: left;
            width: 15.5%;
            margin-left: 44.5%;
            padding-left: 5px; }
            @media (max-width: 767px) {
              .vacancies_table li ul li ul li:first-child:before {
                content: '#'; } }
          .vacancies_table li ul li ul li:nth-child(2) {
            width: 22.5%; }
            @media (max-width: 767px) {
              .vacancies_table li ul li ul li:nth-child(2):before {
                content: 'Location'; } }
          .vacancies_table li ul li ul li:nth-child(3) {
            width: 17.5%;
            padding-right: 20px; }
            @media (max-width: 767px) {
              .vacancies_table li ul li ul li:nth-child(3):before {
                content: 'Closing date'; } }
          @media (max-width: 767px) {
            .vacancies_table li ul li ul li {
              padding: 10px 0 !important; }
              .vacancies_table li ul li ul li:first-child {
                padding-top: 20px !important; }
              .vacancies_table li ul li ul li:last-of-type {
                padding-top: 20px !important;
                padding-bottom: 10px !important; } }
          @media (max-width: 767px) {
            .vacancies_table li ul li ul {
              position: static; }
              .vacancies_table li ul li ul .btn {
                clear: both;
                position: relative;
                top: -5px;
                display: block; } }
        .vacancies_table li ul li:hover {
          color: #CB0009; }
          .vacancies_table li ul li:hover ul li {
            color: #CB0009; }
        @media (max-width: 767px) {
          .vacancies_table li ul li {
            width: 100% !important;
            clear: both !important;
            margin-left: auto !important;
            padding: 15px 30px !important;
            float: none !important; }
            .vacancies_table li ul li:hover {
              color: #444444; }
              .vacancies_table li ul li:hover ul li {
                color: #444444; } }
      @media (max-width: 767px) {
        .vacancies_table li ul {
          height: auto;
          padding: 0; } }

.vacancy-detail .share_bar {
  margin-top: -1px;
  background: white;
  margin-bottom: 35px; }

.vacancyTitle {
  padding-right: 42%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .vacancies_table li ul li {
    padding: 10px 5px 13px 5px; } }
.date {
  background: #CB0009;
  font-size: 1.286em;
  color: white;
  z-index: 2;
  padding: 15px 20px;
  border-radius: 0 0 5px 5px; }
  .date span {
    display: block;
    font-size: 0.889em;
    border-bottom: 1px solid white;
    padding: 0 0 2px 0;
    margin: 0 0 1px 0; }
  @media (max-width: 767px) {
    .date {
      font-size: 1em;
      padding: 10px 15px; } }

.news .date {
  position: absolute;
  top: 0px;
  right: 30px; }
.news h1 {
  padding-right: 110px; }
  @media (max-width: 767px) {
    .news h1 {
      padding-right: 90px; } }

.article_item {
  position: relative;
  padding-top: 40px;
  margin-top: 40px; }
  .article_item:first-of-type {
    margin-top: 10px; }
  .article_item:before {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    display: block;
    content: '';
    height: 1px;
    border-top: 1px dotted #aaaaaa; }
  .article_item .date {
    position: absolute;
    top: 40px;
    right: 50px; }
  .article_item.no-image .date {
    top: 0; }
  .article_item.no-image h2 {
    padding-right: 145px; }
    @media (max-width: 767px) {
      .article_item.no-image h2 {
        padding-right: 120px; } }
  .article_item a:hover {
    text-decoration: none !important; }
    .article_item a:hover h2 {
      color: #CB0009; }

.search h2 span {
  color: #CB0009; }
.search .article_item:first-of-type {
  margin-top: 65px; }
  @media (max-width: 767px) {
    .search .article_item:first-of-type {
      margin-top: 45px; } }

.team-detail .contentarea h1 {
  margin-bottom: 5px;
  padding-right: 41.66667%; }
  @media (max-width: 767px) {
    .team-detail .contentarea h1 {
      padding-right: 0; } }
.team-detail .contentarea .intro {
  display: block;
  margin-bottom: 20px !important;
  padding-right: 41.66667%;
  width: 100%; }
  @media (max-width: 767px) {
    .team-detail .contentarea .intro {
      padding-right: 0; } }
.team-detail .content_elements {
  position: static !important; }
  .team-detail .content_elements .image:first-child {
    position: absolute;
    top: 30px;
    right: 10px; }
    .team-detail .content_elements .image:first-child + .text {
      min-height: 192px; }
    @media (max-width: 767px) {
      .team-detail .content_elements .image:first-child {
        position: static;
        width: 30%; }
        .team-detail .content_elements .image:first-child + .text {
          min-height: 0;
          float: left;
          width: 70%; } }
  @media (max-width: 767px) and (orientation: portrait) {
    .team-detail .content_elements .image:first-child {
      width: 100%;
      float: none !important; }
      .team-detail .content_elements .image:first-child + .text {
        width: 100%;
        float: none !important; } }

.team-detail .share_bar {
  margin-top: 10px;
  margin-bottom: 35px;
  clear: both; }
  .team-detail .share_bar ul {
    background: #F2F2F2;
    padding: 15px 0; }
.team-detail .images {
  clear: both;
  margin-top: 35px; }
  .team-detail .images .col-sm-6:nth-child(odd) {
    padding-right: 0; }
  .team-detail .images .col-sm-6:nth-child(even) {
    padding-left: 0; }
  .team-detail .images .col-sm-6:first-child img {
    border-top-left-radius: 5px; }
  .team-detail .images .col-sm-6:nth-child(2) img {
    border-top-right-radius: 5px; }
  .team-detail .images .col-sm-6:nth-child(3) img {
    border-bottom-left-radius: 5px; }
  @media (max-width: 767px) {
    .team-detail .images .col-sm-6 {
      padding-left: 20px !important;
      padding-right: 20px !important; }
      .team-detail .images .col-sm-6 img {
        width: 100%;
        border-radius: none !important; } }
.team-detail .personal {
  width: 50%;
  float: left;
  padding: 30px; }
  @media (max-width: 767px) {
    .team-detail .personal {
      width: 100%;
      padding-left: 20px !important;
      padding-right: 20px !important; } }

/*# sourceMappingURL=styles.css.map */
