@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans.eot');
  src: url('fonts/NotoSans.eot?#iefix') format('embedded-opentype'), url('fonts/NotoSans.woff') format('woff'), url('fonts/NotoSans.ttf') format('truetype'), url('fonts/NotoSans.svg#NotoSans') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.eot');
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Regular.eot');
  src: url('fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-Regular.woff') format('woff'), url('fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

html[lang=en] body {
  font-family: 'Ubuntu'
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: .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 {
  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;
  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: .35em .625em .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
  }

  .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: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
  background-color: #fff
}

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

a {
  color: #ff582b;
  text-decoration: none
}

a:hover,
a:focus {
  color: #de2f00;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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 #eee
}

.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #ff582b
}

a.text-primary:hover,
a.text-primary:focus {
  color: #f73400
}

.text-success {
  color: #3c763d
}

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

.text-info {
  color: #31708f
}

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

.text-warning {
  color: #8a6d3b
}

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

.text-danger {
  color: #a94442
}

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

.bg-primary {
  color: #fff;
  background-color: #ff582b
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f73400
}

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

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

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

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

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

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

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

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

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  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.42857143
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

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

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

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.42857143;
  color: #777
}

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 #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

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

code,
kbd,
pre,
samp {
  font-family: "Noto Sans", Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px
}

@media (min-width:768px) {
  .container {
    width: 740px
  }
}

@media (min-width:992px) {
  .container {
    width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1160px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px
}

.row {
  margin-left: -10px;
  margin-right: -10px
}

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

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

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

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

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

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

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

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

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

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

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

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

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

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

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

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

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

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

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

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

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

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

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

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

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

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

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

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

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

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

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 20%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

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

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

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

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

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

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

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

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

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

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

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

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

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

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

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

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

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

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

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

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

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

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

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

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

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

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

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

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

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

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

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

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

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

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

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

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

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

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent
}

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

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  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>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

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

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #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>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #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>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #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>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #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>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #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>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #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: .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>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

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

select.input-sm {
  height: 30px;
  line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
  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;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

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

select.input-lg {
  height: 46px;
  line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
  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;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.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-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.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: #626262
}

@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: -10px;
  margin-right: -10px
}

@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: 10px
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  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;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #ff582b;
  border-color: #ff4412
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #f73400;
  border-color: #911f00
}

.btn-primary:hover {
  color: #fff;
  background-color: #f73400;
  border-color: #d32d00
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #f73400;
  border-color: #d32d00
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #d32d00;
  border-color: #911f00
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ff582b;
  border-color: #ff4412
}

.btn-primary .badge {
  color: #ff582b;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #ff582b;
  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: #de2f00;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

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

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

.btn-xs,
.btn-group-xs>.btn {
  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 .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

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

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

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

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

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.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 .form-control:focus {
  z-index: 3
}

.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-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  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 {
  z-index: 2;
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.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: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #ff582b
}

.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.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: #ff582b
}

.nav-stacked>li {
  float: none
}

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

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.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 {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-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
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.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.42857143;
  text-decoration: none;
  color: #ff582b;
  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>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #de2f00;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ff582b;
  border-color: #ff582b;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.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;
  line-height: 1.5
}

.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
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed
}

.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
}

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

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

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

.label-primary {
  background-color: #ff582b
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #f73400
}

.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
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px
}

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #ff582b;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff582b
}

.thumbnail .caption {
  padding: 9px;
  color: #222
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: bold
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ff582b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.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-object.img-thumbnail {
  max-width: none
}

.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
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff582b;
  border-color: #ff582b
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff9f7
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after {
  content: " ";
  display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.pager:after,
.modal-header:after,
.modal-footer:after,
.filter-wrapper: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,
.visible-sm,
.visible-md,
.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 !important
  }

  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 !important
  }

  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 !important
  }

  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 !important
  }

  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 !important
  }

  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
  }
}

.alert-sm {
  padding: 5px 10px
}

.alert a {
  font-weight: bold
}

.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c
}

.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269
}

.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c
}

.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534
}

@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none
}

html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -0.25em
}

html.js .form-item .input-group-addon .glyphicon {
  color: #777;
  opacity: .5;
  transition: 150ms color, 150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #ff582b;
  opacity: 1
}

html.js .form-item .input-group-addon .input-group-addon {
  background-color: #fff
}

html.js .ajax-new-content:empty {
  display: none !important
}

.field--label {
  font-weight: bold
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left
}

.field--label-inline .field--label,
.field--label-inline>.field--item,
.field--label-inline .field--items {
  padding-right: .5em
}

[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: .5em;
  padding-right: 0
}

.field--label-inline .field--label::after {
  content: ':'
}

.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%
}

.file>span {
  background: #fff;
  color: #ff582b;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc
}

.file>span:first-child {
  border-left: 1px solid #ccc
}

.file>span:last-child {
  border-right: 1px solid #ccc
}

.file>.tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit
}

.file>.tabledrag-changed,
.file>.tabledrag-changed:last-child {
  border: 1px solid #f7e1b5
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle
}

.image-widget.row {
  overflow: hidden
}

.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px
}

.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px
}

table .checkbox.form-no-label,
table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%
}

.form-inline .select-wrapper {
  width: auto
}

.input-group .select-wrapper {
  display: table-cell
}

.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em
}

.select-wrapper select::-ms-expand {
  opacity: 0
}

.select-wrapper:after {
  color: #ff582b;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10
}

.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings'
}

.has-error .select-wrapper:after {
  color: #a94442
}

.has-success .select-wrapper:after {
  color: #3c763d
}

.has-warning .select-wrapper:after {
  color: #8a6d3b
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px
}

.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px
}

.form-actions .btn-group .btn {
  margin-right: 0
}

a.icon-before .glyphicon {
  margin-right: .25em
}

a.icon-after .glyphicon {
  margin-left: .25em
}

.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: .25em
}

.btn.icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -0.25em
}

body {
  position: relative
}

body.navbar-is-static-top {
  margin-top: 0
}

body.navbar-is-fixed-top {
  margin-top: 60px
}

body.navbar-is-fixed-bottom {
  padding-bottom: 60px
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 10px
  }
}

@media screen and (max-width: 767px) {

  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed
  }

  body.toolbar-vertical.navbar-is-fixed-top header,
  body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500
  }

  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px
  }
}

@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px
  }
}

@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px
  }
}

.node-preview-container {
  margin-top: -10px
}

.node-preview-form-select {
  padding: 10px
}

.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px
}

.panel-title,
.panel-title:hover,
.panel-title:focus,
.panel-title:hover:focus {
  color: inherit
}

.panel-title:focus,
.panel-title:hover {
  text-decoration: none
}

.progress-wrapper {
  margin-bottom: 15px
}

.progress-wrapper:last-child .progress {
  margin-bottom: 5px
}

.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px
}

.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px
}

.progress-wrapper .progress-bar {
  min-width: 2em
}

.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden
}

.tabledrag-handle {
  color: #777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px
}

.tabledrag-handle:hover,
.tabledrag-handle:focus {
  color: #ff582b
}

.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em .2em -0.4em -0.4em;
  padding: .42em 0 .42em .6em;
  width: 20px
}

[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em .2em;
  padding: .42em .6em .42em 0
}

.local-actions {
  margin: 10px 0 10px -5px
}

.tabs--secondary {
  margin: 10px 0 5px
}

.tabbable {
  margin-bottom: 20px
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  border-bottom: 0
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
  color: #777;
  font-size: 12px
}

.tab-pane>.panel-heading {
  display: none
}

.tab-content>.active {
  display: block
}

.tabs-below>.nav-tabs {
  border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
  border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none
}

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
  outline: 0
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 3px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
  outline: 0
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05)
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eee #eee #eee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05)
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
  border-color: #ddd #ddd #ddd transparent
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031
}

body.toolbar-fixed .navbar-fixed-top {
  top: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
  width: 240px
}

.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000
}

.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap
}

.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626
}

.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #ff582b;
  color: #fff
}

@media screen and (min-width:768px) {
  body {
    margin-top: 0
  }
}

.responsive-menu-toggle-icon {
  width: 88px
}

.container {
  max-width: 1020px
}

ol,
ul {
  padding-left: 1.5em
}

.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px
}

.region-help>.glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em .5em 0 0
}

.region-help .block {
  overflow: hidden
}

.control-group .help-inline,
.help-block {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0
}

.control-group .help-inline:first-child,
.help-block:first-child {
  margin-top: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 10px
}

a {
  color: #333
}

.slick-next:before,
.slick-prev:before {
  line-height: 20px
}

.slide-case .slick-dots li button:before {
  background: #ddd
}

.slide-case .slick-dots li.slick-active button:before {
  color: #ff3e0a;
  background: #ff3e0a
}

#mm-blocker {
  z-index: 1042
}

.mm-slideout {
  z-index: 1041
}

.mm-page {
  background-color: transparent
}

@media only screen and (max-width:767px) {
  .nav>li>a {
    padding: 5px 10px
  }

  .breadcrumb>li+li:before {
    padding: 0 2px
  }
}

.breadcrumb {
  margin: 30px 0 0;
  padding-left: 0;
  color: #4c7485;
  background-color: #f3f3f3
}

.breadcrumb a {
  color: #4c7485
}

.progress {
  height: 3px
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
  width: 1600px;
  max-width: 100%;
  height: auto
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  border: 0;
  background-color: rgba(0, 0, 0, 0)
}

.qy-ysf-client {
  padding: 0 12px
}

.responsive-menu-toggle-icon span.label {
  top: 4px
}

#navbar ul.menu.dropdown-menu .dropdown-menu {
  left: 10px !important;
  position: absolute !important;
  top: 22px !important;
  right: 0 !important
}

#navbar ul.menu.dropdown-menu .dropdown-menu li {
  margin-right: 12px;
  background: url(../images/icon_second_menu.png) no-repeat left center;
  padding-left: 12px;
  font-size: 13px
}

#navbar ul.menu.dropdown-menu .dropdown-menu li i {
  display: none
}

#navbar ul.menu.dropdown-menu .dropdown-menu li a {
  color: #fff !important
}

#navbar ul.menu.dropdown-menu .dropdown-menu li a.is-active,
#navbar ul.menu.dropdown-menu .dropdown-menu li a:hover {
  color: #ff582b !important
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative
}

.v-center {
  display: table-cell;
  vertical-align: middle
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
  background-color: #323337
}

#mask {
  width: 80px;
  height: 80px;
  margin: auto;
  position: relative
}

#mask .fa-spin {
  color: #fff;
  font-size: 50px;
  opacity: .75
}

img {
  max-width: 100%
}

input[type=search]::-ms-clear {
  display: none
}

li.custom {
  padding-left: 18px;
  background: url(../images/point.png) no-repeat -2px center;
  background-size: 22px 22px
}

.bg-color-gray {
  background-color: #f3f3f3
}

.bg-color-blue {
  background-color: #219CDC;
  color: #fff
}

.bg-color-red {
  background-color: #F0466A;
  color: #fff;
}
.bg-color-red a,
.bg-color-red a:link {
  color: #fff;
}

.bg-color-white {
  background-color: #fff
}

.max-width-full {
  max-width: 1600px;
  margin: 0 auto
}

.holder {
  padding: 35px 0
}

.holder.image-text {
  padding: 70px 0
}

.js-hide {
  display: none
}

.title-underlind {
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 20px 0px 10px 0px;
  padding-bottom: 8px
}

.title-underlind:after {
  content: "";
  position: absolute;
  background-color: #219CDC;
  height: 3px;
  width: 280px;
  bottom: 0;
  left: 0
}
.title-underlind.red:after {
  background-color: #F0466A;
}

h1.page-header {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  border: 0
}

@media only screen and (max-width:768px) {
  h1.page-header {
    font-size: 30px
  }
}

h1.page-header .fa-share {
  background-color: #ff582b;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 8px;
  margin-left: 20px;
  margin-right: 4px;
  display: block;
  position: relative;
  width: 36px;
  height: 36px
}

h1.page-header .fa-share>div {
  position: absolute;
  left: 110%;
  width: 100px;
  top: 6px
}

#navbar .menu .home {
  display: none
}

#edit-phone-number {
  -webkit-box-shadow: none;
  box-shadow: none
}

#navbar {
  background-color: #fff;
  position: relative;
  height: 105px;
  line-height: 105px;
  white-space: nowrap
}

#navbar .navbar-header .region-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#navbar nav>.menu {
  float: right;
  line-height: 65px;
  margin-top: 20px;
  display: flex
}

#navbar nav>.menu>li {
  display: inline-block;
  padding: 0 16px;
  font-weight: bold
}

#navbar nav>.menu>li:last-child {
  padding-right: 0
}

#navbar nav>.menu>li>a,
#navbar nav>.menu>li span {
  color: #333;
  cursor: pointer
}

#navbar nav>.menu>li>a:hover,
#navbar nav>.menu>li span:hover {
  color: #ff582b;
  text-decoration: underline
}

#navbar nav>.menu>li.on .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 90px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0
}

#navbar nav>.menu>li.on .dropdown-menu a {
  color: #fff
}

#navbar nav>.menu>li.on .dropdown-menu a:hover {
  background-color: transparent;
  color: #ff582b
}

#navbar nav>.menu>li.on .dropdown-menu a .fa {
  margin-right: 6px;
  color: #ff582b
}

#navbar nav>.menu>li.on .dropdown-menu .active a {
  color: #ff3e0a
}

#navbar nav>.menu>li.on:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 50px;
  left: auto;
  right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent
}

#navbar nav>.menu>li.active a,
#navbar nav>.menu>li.active span {
  color: #ff3e0a
}

@media only screen and (max-width:991px) {
  #navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
  }

  #navbar .navbar-header nav {
    display: none
  }

  #navbar .navbar-header .logo img {
    height: auto
  }
}

#navbar .navbar-down-bg {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  height: 85px;
  width: 100%;
  background: #344651;
  display: none;
  z-index: 99
}

#navbar .navbar-down-bg.open {
  display: block
}

@media only screen and (max-width:990px) {
  #navbar .navbar-down-bg.open {
    display: none
  }
}

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

#navbar .dropdown,
#navbar .dropup {
  position: relative
}

#navbar .dropdown-toggle:focus {
  outline: 0
}

#navbar .dropdown-toggle {
  position: relative
}

#navbar .dropdown-toggle:after {
  position: absolute;
  right: -14px;
  font-weight: bold;
  top: 1px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#navbar .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
}

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

#navbar .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

#navbar .dropdown-menu>li>a {
  display: block;
  padding: 3px 40px 3px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

#navbar .dropdown-menu li:nth-last-child(1) a {
  padding-right: 0
}

#navbar .dropdown-menu>li>a:focus,
#navbar .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #ff3e0a
}

#navbar .dropdown-menu>.active>a,
#navbar .dropdown-menu>.active>a:focus,
#navbar .dropdown-menu>.active>a:hover {
  color: #ff3e0a;
  text-decoration: none;
  outline: 0
}

#navbar .dropdown-menu>.disabled>a,
#navbar .dropdown-menu>.disabled>a:focus,
#navbar .dropdown-menu>.disabled>a:hover {
  color: #777
}

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

#navbar .open>.dropdown-menu {
  display: block
}

#navbar .open>a {
  outline: 0
}

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

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

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

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

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

#navbar .dropup .caret,
#navbar .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""
}

#navbar .dropup .dropdown-menu,
#navbar .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  #navbar .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }

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

.region-responsive-menu {
  background-color: #323337;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:990px) {
  .region-responsive-menu {
    display: none
  }
}

.region-responsive-menu a {
  color: #fff;
  font-size: 17px
}

.region-responsive-menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px
}

.region-responsive-menu .links li.is-active {
  display: none
}

.region-responsive-menu #block-useraccountmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.region-responsive-menu #block-useraccountmenu ul li {
  margin: 0 12px
}

.sitemap-menu {
  margin-bottom: 30px
}

.sitemap-menu>.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sitemap-menu>.menu ul li {
  font-weight: normal;
  text-align: left;
  padding: 10px 4px;
  margin-left: 4px;
  border-bottom: 1px solid #ddd;
  font-size: 12px
}

.sitemap-menu>.menu ul li .fa {
  color: #ff582b
}

.sitemap-menu>.menu>li {
  width: 100%
}

.sitemap-menu>.menu>li>a,
.sitemap-menu>.menu>li span.dropdown-toggle {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-left: 4px;
  margin-right: 4px
}

@media only screen and (min-width:768px) {
  .off-canvas-wrapper {
    display: none
  }
}

.lazy-load {
  position: relative;
  z-index: 0
}

.lazy-load .lazy-load-loaded {
  position: relative;
  z-index: 2
}

.lazy-load i.fa.fa-spinner.fa-spin.fa-fw {
  background: transparent none repeat scroll 0 0;
  color: #ccc;
  font-size: 25px;
  left: 50%;
  margin: -13px;
  position: absolute;
  top: 50%;
  z-index: -1
}

.search-block-form {
  position: relative
}

.search-block-form .form-actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0
}

.search-block-form .form-actions input {
  border: 0;
  background: none;
  opacity: 0;
  z-index: 99;
  position: relative
}

.search-block-form .fa {
  position: absolute;
  right: 10px;
  top: 10px
}

.search-block-form input[type=search] {
  width: 100%
}

.search-block-form input[type=search]:focus {
  width: 100%;
  border-radius: 24px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.search-block-form input[type=search]:not(:focus) {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.search-block-form:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  right: 14px;
  top: 12px;
  color: #ff582b
}

.header-toolbar form .form-item {
  padding: 0;
  margin: 6px 0 0 0
}

.header-toolbar input[type=search] {
  width: 180px !important;
  margin-left: 8px;
  height: 28px
}

.header-toolbar input[type=search]:focus {
  width: 220px !important
}

.form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.form-checkboxes .form-item {
  padding: 0 12px;
  width: 50%
}

@media only screen and (min-width:768px) {
  .form-checkboxes .form-item {
    width: 15%
  }
}

.text-line {
  color: #4e656f
}

.text-line>div {
  position: relative;
  padding-left: 40px
}

.text-line>div:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #9bbbc8;
  height: 50px;
  left: 15px
}

.form-item {
  margin: 6px 0;
  padding: 8px 0
}

.form-item>* {
  margin: 0
}

.form-item label {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  white-space: nowrap
}

.form-item input {
  outline: none
}

.webform-submission-career-apply-form label {
  display: none
}

.webform-submission-career-apply-form .form-type-email,
.webform-submission-career-apply-form .form-type-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact-message-form legend,
.contact-message-form .form-type-textarea label {
  display: none
}

.contact-message-form .field--name-bu {
  margin-top: 20px;
  margin-bottom: -6px
}

.contact-message-form .field--name-bu #edit-bu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contact-message-form .field--name-bu #edit-bu>div {
  width: 100%;
  margin: 12px 0;
  border-radius: 4px;
  padding: 12px;
  position: relative
}

.contact-message-form .field--name-bu #edit-bu>div:before {
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  right: 0;
  bottom: 0;
  border-radius: 4px
}

.contact-message-form #edit-captcha-keypad-input{
  background-color: #eeeeee;
  opacity: 1;
}

.contact-message-form .field--name-bu #edit-bu>div:nth-child(5n):before {
  right: 0
}

.contact-message-form .field--name-bu #edit-bu>div:hover:before {
  border: 1px solid #ff582b
}

@media only screen and (min-width:768px) {
  .contact-message-form .field--name-bu #edit-bu>div {
    width: 20%
  }

  .contact-message-form .field--name-bu #edit-bu>div:before {
    right: 12px
  }

  .contact-message-form .field--name-bu #edit-bu>div label {
    margin-left: 6px
  }

  .contact-message-form .field--name-bu #edit-bu>div:first-child {
    margin-left: 0
  }

  .contact-message-form .field--name-bu #edit-bu>div:last-child {
    margin-right: 0
  }
}

.contact-message-form input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.contact-message-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.contact-message-form .bu-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  .contact-message-form .bu-contact-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-message-form .bu-contact-info>div {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.contact-message-form .bu-contact-info label {
  display: none
}

@media only screen and (min-width:768px) {

  .contact-message-form .field--name-company,
  .contact-message-form .field--name-phone,
  .contact-message-form .form-item-mail,
  .contact-message-form .form-item-name,
  .contact-message-form .field--name-product-of-interest {
    width: 48%;
    position: relative;
    padding: 12px;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .contact-message-form .field--name-company:after,
  .contact-message-form .field--name-phone:after,
  .contact-message-form .form-item-mail:after,
  .contact-message-form .form-item-name:after,
  .contact-message-form .field--name-product-of-interest:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 1
  }

  .contact-message-form .field--name-company:hover::after,
  .contact-message-form .field--name-phone:hover::after,
  .contact-message-form .form-item-mail:hover::after,
  .contact-message-form .form-item-name:hover::after,
  .contact-message-form .field--name-product-of-interest:hover::after {
    border: 1px solid #ff582b
  }

  .contact-message-form .field--name-company input,
  .contact-message-form .field--name-phone input,
  .contact-message-form .form-item-mail input,
  .contact-message-form .form-item-name input,
  .contact-message-form .field--name-product-of-interest input {
    background: transparent;
    z-index: 2;
    outline: none;
    width: 98%;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .contact-message-form .field--name-company .form-item,
  .contact-message-form .field--name-phone .form-item,
  .contact-message-form .form-item-mail .form-item,
  .contact-message-form .form-item-name .form-item,
  .contact-message-form .field--name-product-of-interest .form-item {
    padding: 0;
    margin: 0
  }

  .contact-message-form .field--name-company .form-item>*,
  .contact-message-form .field--name-phone .form-item>*,
  .contact-message-form .form-item-mail .form-item>*,
  .contact-message-form .form-item-name .form-item>*,
  .contact-message-form .field--name-product-of-interest .form-item>* {
    margin: 0
  }

  .contact-message-form .field--name-message {
    clear: both
  }

  .contact-message-form .field--name-message textarea:hover {
    border: 1px solid #ff582b
  }

  .contact-message-form .field--name-message .form-item {
    margin-top: 0;
    padding-top: 0
  }
}

.field--type-string.form-wrapper.form-group .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

@media only screen and (min-width:768px) {
  .user-info-form>div {
    width: 30%
  }
}

article {
  color: #222;
  line-height: 24px
}

article img {
  max-width: 100%;
  height: auto
}

article.sgbwiki .list-inline.user-logged-in {
  display: none
}

article .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin-bottom: 10px
}

article .submit .right {
  font-size: 18px
}

.markethome .field--name-body {
  padding: 30px 15px
}

.markethome .field--name-body p {
  color: #4e656f;
  padding-left: 30px;
  border-left: 1px solid #9bbbc8
}

.field--name-image-advertise img {
  width: 100%
}

.field--name-element-par>.field--item:nth-child(2n-1),
.field--name-markethome-element-par>.field--item:nth-child(2n-1) {
  background-color: #fff
}

.showcase {
  position: relative
}

.slick-history-nav {
  margin: 25px
}

.slick-history-nav .slick-slide {
  text-align: center;
  cursor: pointer
}

.slick-history-nav .slick-slide.slick-current {
  color: #ff582b
}

.slick-history img {
  display: inline-block
}

.slick-history p {
  margin-top: 10px
}

@media only screen and (max-width:767px) {
  .slick-history p {
    padding-left: 8px
  }
}

.slide-case h5 {
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 10px
}

.slider-show {
  overflow: hidden;
  max-height: 270px
}

@media only screen and (min-width:768px) {
  .slider-show {
    max-height: 450px
  }
}

.slider-show .captions {
  position: relative;
  z-index: 1;
  color: #fff;
  top: 70px;
  font-size: 16px
}

.slider-show .captions h3 {
  font-size: 36px
}

.slider-show .captions:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5)
}

.slider-show .captions p {
  margin: 0
}

.slider-show .captions a {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  margin-top: 10px
}

.slider-show .captions a:hover {
  color: #ff582b
}

@media only screen and (max-width:767px) {
  .slider-show .captions {
    top: 20px;
    padding: 8px;
    font-size: 16px;
    height: 100%;
    bottom: 0
  }
}

.slider-show .slick-caption-bg {
  top: 0;
  position: absolute;
  bottom: 0;
  height: 100%
}

.slider-show .caption {
  color: #fff;
  left: 0;
  position: absolute;
  right: 20%;
  padding-left: 10px;
  top: 15%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px
}

@media only screen and (min-width:768px) {
  .slider-show .caption {
    left: 0;
    right: 20%;
    padding-left: 15%;
    top: 15%;
    width: 35%
  }
}

.slider-show .caption a {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff
}

.slider-show .caption a:hover {
  color: #ff582b
}

.slider-show img {
  width: 100%
}

@media only screen and (min-width:768px) {
  .slider-show .slick-track>div {
    min-height: 450px !important
  }
}

.slider-show .slick-dots {
  bottom: 20px
}

.slider-show.slick-dotted {
  margin-bottom: 0
}

.slider-show .slick-dots li button {
  display: none
}

.slider-show .slick-dots li {
  padding: 3px;
  background-clip: content-box;
  border-radius: 50%;
  border: 1px solid #fff
}

.slider-show .slick-active {
  background: #fff
}

.brand-item {
  padding: 30px 0;
  overflow: hidden
}

@media only screen and (min-width:767px) {
  .brand-item li {
    text-align: center
  }

  .brand-item li img {
    height: 100px;
    margin: 0 auto
  }
}

.brand-item li img {
  max-height: 100%
}

.brand-item .slick-next:before,
.brand-item .slick-prev:before {
  font-size: 62px;
  color: #c9c9c9
}

.brand-item .slick-next,
.brand-item .slick-prev {
  height: 62px
}

.slide-region-nav {
  margin-bottom: 20px
}

.slide-region-nav .slick-slide {
  cursor: pointer
}

.slide-region-nav .slick-slide.slick-current {
  color: #ff582b;
  border-bottom: 1px solid
}

.slide-region-nav h4 {
  text-align: center
}

.views-exposed-form .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.views-exposed-form .form-inline .form-item {
  margin-right: 12px
}

.footable>tbody>tr {
  background: #fff;
  height: 40px;
  border-bottom: 12px solid #f3f3f3;
  border-top: 12px solid #f3f3f3
}

.footable>tbody>tr>td {
  padding: 12px
}

.footable>tbody>tr>td .views-field-title {
  font-size: 15px;
  color: #333;
  font-weight: 500
}

.footable>tbody>tr>td .footable-toggle {
  font-size: 24px;
  margin-left: 0;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0
}

.footable>tbody>tr>td>p {
  margin-bottom: 0
}

.footable>tbody>tr.footable-detail-row {
  border-bottom: 0 !important;
  border-top: 0 !important
}

.footable>tbody>tr[data-expanded="true"] {
  border-bottom: 0 !important;
  border-top: 12px solid #f3f3f3 !important
}

.footable th:empty {
  display: none
}

.footable .dropbutton .dropbutton-action a {
  color: #fff;
  padding: 8px 12px;
  background: #ff3e0a;
  border-radius: 4px
}

.image-text .images {
  text-align: center
}

.image-text .images img {
  padding: 6px
}

.image-text h2 {
  font-size: 18px
}

@media only screen and (min-width:768px) {
  .image-text h2 {
    font-size: 26px
  }

  .image-text.left .images {
    float: left;
    margin: 0 30px 0 0;
    width: 40%
  }

  .image-text.right .images {
    float: right;
    margin: 0;
    width: 40%
  }
}

.image-text table td {
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
  color: #4c7485
}

.image-text table td a {
  color: #4c7485
}

.image-text p:last-child {
  margin-bottom: 0
}

.image-text-v1 img {
  height: 120px;
  display: block;
  margin: 8px auto
}

@media only screen and (min-width:768px) {
  .image-text-v1 {
    color: #333;
    font-size: 16px;
    line-height: 1.75
  }

  .image-text-v1 img {
    float: left;
    margin-right: 50px
  }
}

.image-title {
  text-align: center;
  margin-bottom: 20px
}

.image-title img {
  max-width: 100%;
  margin: 0 auto
}

.image-title h5 {
  margin: 10px 0 5px 0;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  height: 36px;

  /*text-overflow: ellipsis;
 *   white-space: nowrap*/
}

#comment .by-viewer {
  border-bottom: 1px solid #ddd;
  padding: 10px 0
}

#comment .fa {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ff582b;
  color: #ff582b
}

#comment .list-inline {
  float: right
}

#comment .list-inline a {
  color: #808080
}

#comment .list-inline a:hover {
  color: #ff582b
}

#comment .list-inline .comment-approve a {
  color: #ff582b
}

#comment .list-inline li:not(.comment-reply) {
  display: none
}

#comment .media {
  border-bottom: 1px solid #ddd;
  padding: 10px 0
}

#comment .indented {
  display: block;
  margin-left: 52px
}

#comment .indented .links {
  display: none
}

form.comment-form label {
  display: none
}

.path-comment .media .links {
  display: none
}

.figure-box {
  overflow: hidden
}

.figure-box .figure {
  background-size: cover !important;
  background-position: center !important;
  padding-top: 65%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.figure-box .figure:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

.figure-box .figure.figure-1-1 {
  padding-top: 100%
}

.figure-box .figure.figure-2-1 {
  padding-top: 50%
}

.box-overlay {
  text-align: center
}

.box-overlay img {
  max-width: 100%;
  width: 100%
}

.box-overlay .box-overlay-content {
  text-align: left;
  padding: 10px
}

.box-overlay .box-overlay-body {
  border: 1px solid #d8d8d8
}

@media only screen and (min-width:768px) {
  .box-overlay .box-overlay-body {
    position: relative;
    overflow: hidden;
    color: #fff
  }

  .box-overlay .box-overlay-body a {
    color: #fff
  }

  .box-overlay .box-overlay-body a:hover {
    text-decoration: none
  }

  .box-overlay .box-overlay-body .box-overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    padding: 20px;
    background-color: #000;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff
  }

  .box-overlay .box-overlay-body .box-overlay-content p {
    color: #fff
  }

  .box-overlay .box-overlay-body:hover .box-overlay-content {
    height: 100%;
    color: #fff;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5)
  }

  .box-overlay h5 {
    border-bottom: 3px solid #219cdc;
    padding: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    height: 77px
  }

  .box-overlay .row>div:hover h5 {
    border-color: #ff582b
  }

  .box-overlay .row>div:hover h5 a {
    color: #ff582b
  }
}

.bef-links a {
  display: block;
  font-size: 14px;
  border: 1px solid #ff582b;
  color: #222;
  line-height: 21px;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 35px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  background: #fff
}

.bef-links a.bef-link-active,
.bef-links a:hover {
  background-color: #ff582b;
  color: #fff
}

.video-js {
  position: relative;
  width: 100%
}

@media only screen and (min-width:768px) {
  .video-js {
    width: 1080px !important
  }
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  right: 0;
  margin-top: -22px;
  bottom: 0;
  background: #2c9eda;
  width: 2em;
  margin-left: -30px;
  border: 0;
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  z-index: 2;
  position: absolute;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border-radius: .3em;
  transition: all .4s;
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-big-play-button:before {
  content: '\f101'
}

.video-js .vjs-big-play-button .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.video-js.vjs-playing .vjs-big-play-button {
  display: none
}

.video-model {
  position: relative
}

.video-model .vjs-big-play-button {
  font-size: 30px;
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  z-index: 2;
  position: absolute;
  padding: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  border-radius: .3em;
  transition: all .4s;
  top: 50%;
  left: 50%;
  right: 0;
  margin-top: -22px;
  bottom: 0;
  background: #2c9eda;
  width: 2em;
  margin-left: -30px;
  border: 0;
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-model .vjs-big-play-button:before {
  content: '\f101'
}

.video-model .vjs-big-play-button .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.lity #bu-video {
  padding: 50px 200px;
  min-width: 800px
}

#bu-video .video-js {
  width: 100% !important
}

.lity .bu-video {
  padding: 50px 200px;
  min-width: 800px
}

.bu-video .video-js {
  width: 100% !important
}

.title-bg {
  position: relative;
  overflow: hidden
}

.title-bg .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.45)
}

.title-bg .title a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block
}

.text-icon {
  color: #43a9de;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
  box-shadow: 0 0 2px 0 #ddd;
  padding: 20px 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.text-icon .text-icon-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%
}

.text-icon .fa {
  color: #43a9de;
  font-size: 30px
}

.text-icon a .fa:hover {
  color: #ff582b
}

.showtoggle {
  position: relative
}

.showtoggle .showcontent {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 99;
  opacity: 0;
  right: 0;
  border: 1px solid #eee;
  padding: 2px;
  border-radius: 4px;
  background: #eee;
  transition: all .2s linear;
  visibility: hidden;
  margin: 0 auto
}

.showtoggle .showcontent.on {
  visibility: visible;
  bottom: 50px;
  opacity: 1
}

.showtoggle .showcontent.ewm {
  width: 140px;
  height: auto
}

.block-prev-next .pager li {
  margin: 0 12px
}

.block-prev-next .pager li a {
  min-width: 85px
}

.store-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:767px) {
  .store-icon>div {
    width: 50%;
    text-align: center
  }
}

@media only screen and (min-width:768px) {
  .store-icon>div {
    margin: 0 10px
  }
}

.store-icon img {
  width: 153px;
  height: 60px
}

.bu-footer {
  padding: 20px 0;
  margin-bottom: -1px
}

@media only screen and (min-width:768px) {
  .bu-footer>.container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.bu-footer a {
  color: #fff
}

.bu-footer h4 {
  margin-bottom: 10px
}

.bu-footer ul li {
  line-height: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  white-space: nowrap
}

.bu-footer ul li:nth-child(1) {
  background: url("../images/map.png") left center no-repeat
}

.bu-footer ul li:nth-child(2) {
  background: url("../images/phone.png") left center no-repeat
}

.bu-footer ul li:nth-child(3) {
  background: url("../images/mail.png") left center no-repeat
}

.bu-footer ul li:last-child {
  margin-bottom: 0
}

.bu-footer ul li .fa {
  font-size: 36px;
  margin-right: 20px;
  text-align: center;
  width: 40px;
  height: 40px
}

.bu-footer .bu-footer-contact {
  text-align: center
}

.bu-footer .bu-footer-contact a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 14px 0
}

.bu-footer .bu-footer-contact .fa {
  font-size: 50px;
  padding: 16px;
  border: 2px solid #fff;
  border-radius: 50%
}

.bu-footer .bu-footer-buy {
  text-align: center
}

.bu-footer .bu-footer-buy img {
  width: 70%
}

.bu-footer .bu-footer-buy p {
  height: 86px;
  line-height: 86px
}

.bu-footer .bu-footer-buy a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 14px 0
}

.bu-footer .bu-footer-wechat {
  text-align: center
}

.bu-footer .bu-footer-wechat img {
  width: 170px
}

.footer {
  background-color: #323337;
  color: #808080;
  padding-top: 0
}

.footer a {
  color: #808080
}

.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px
}

.footer .sns>* img {
  margin-right: 10px;
}

.footer .sns>* {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width:767px) {
  .footer .sns>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 15%;
    font-size: 16px;
    margin: 0 10px
  }
}

.footer .sns .sns-group {
  position: relative
}

.footer .sns .sns-group .modal {
  text-align: center
}

.footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer .footer-menu li {
  width: 100%;
  text-align: center
}

@media only screen and (min-width:768px) {
  .footer .store-icon {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.footer .copyright {
  margin-top: 10px
}

.footer #block-copyright {
  clear: both
}

.footer #block-copyright p {
  margin-top: 12px;
  text-align: center
}

#block-whoweare {
  padding: 20px 0;
  display: inline-block;
  width: 100%
}

#block-whoweare .field--name-title {
  font-size: 18px;
  color: #fff;
  padding-bottom: 14px
}

#block-whoweare .field--name-body {
  font-size: 14px;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  #block-whoweare {
    width: 80%
  }
}

#block-saintgobain-front-footer {
  display: inline-block;
  width: 100%
}

@media only screen and (min-width:768px) {
  #block-saintgobain-front-footer {
    width: 20%;
    float: right
  }

  #block-saintgobain-front-footer .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 58px;
    padding-left: 100px;
    white-space: nowrap
  }

  #block-saintgobain-front-footer .footer-menu li {
    margin: 3px 0;
    text-align: left
  }

  #block-saintgobain-front-footer .footer-menu li a {
    position: relative;
    background: url(../images/footer_menu_bg.png) no-repeat left center;
    padding-left: 15px
  }
}

body {
  background: url("../images/bg.gif") repeat #fff
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a:hover {
  color: #ff582b
}

.header-toolbar {
  background-color: #222222;
  height: 40px;
  line-height: 40px;
  color: #808080
}

.header-toolbar a {
  color: #808080
}

.header-toolbar ul li {
  display: inline-block;
  padding: 0 12px
}

@media only screen and (max-width:767px) {
  .header-toolbar ul li {
    padding: 0 2px
  }
}

.header-toolbar .region-header-toolbar .pull-right>* {
  display: inline-block
}

@media only screen and (max-width:767px) {
  .header-toolbar .region-header-toolbar form {
    position: absolute;
    right: 0;
    top: 0
  }
}

.header-toolbar .links li.is-active {
  display: none
}

@media only screen and (max-width:767px) {
  .header-toolbar {
    display: none
  }
}

.header-toolbar .toolbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.view-display-id-page_sgbwiki .views-row .row {
  background-color: #fff
}

@media only screen and (max-width:768px) {
  .view-display-id-page_sgbwiki .views-row .row {
    padding-bottom: 12px
  }
}

.view-display-id-page_sgbwiki .row {
  margin-bottom: 15px
}

.view-display-id-page_sgbwiki .row>div:nth-child(1) {
  padding-right: 0;
  padding-left: 0;
  margin-left: -10px
}

.view-display-id-page_sgbwiki .row .views-field-title {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0
}

.view-display-id-page_sgbwiki .row .views-field-image-cover {
  text-align: center
}

.view-display-id-page_sgbwiki .row .views-field-summary {
  padding: 15px 0
}

.view-display-id-page_sgbwiki .row .views-field-summary .views-label {
  float: left
}

.view-display-id-page_sgbwiki .row img {
  max-width: 100%
}

.view-display-id-page_sgbwiki .row .views-field-comment-count,
.view-display-id-page_sgbwiki .row .views-field-totalcount {
  display: inline-block;
  padding-right: 12px;
  color: #808080
}

.view-display-id-page_sgbwiki .row .views-field-comment-count .fa-commenting-o:before {
  margin-right: 6px
}

.view-display-id-page_sgbwiki .row .views-field-view-node {
  float: right;
  margin-right: 12px
}

.mark-item a {
  color: #333;
  font-weight: 700
}

.mark-item a .title {
  font-size: 14px;
  margin: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center
}

@media only screen and (min-width:768px) {
  .mark-item a {
    color: #fff;
    position: relative;
    margin-bottom: 20px
  }

  .mark-item a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 0 6px 26px;
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-align: left
  }
}

.new-list {
  padding: 40px 0;
  position: relative;
  z-index: 99
}

.new-list .row>div {
  padding: 0 10px
}

.new-list .row>div .newl-list-box {
  background-color: #fff;
  margin-bottom: 20px
}

.new-list .row>div .newl-list-box a {
  color: #219CDC;
  font-weight: 700;
  line-height: 24px
}

.new-list .row>div .newl-list-box .info {
  padding: 0 8px
}

@media only screen and (min-width:990px) {
  .new-list .row>div .newl-list-box .info {
    padding: 10px
  }
}
.new-list .row>div .newl-list-box a.red,
.new-list .row>div .newl-list-box a:link.red {
  color: #F0466A;
}

.bu-intro {
  padding: 34px 0
}

.front-block .front-block-box {
  display: block;
  margin-bottom: 15px
}

.front-block .front-block-box .front-block-box-head {
  position: relative;
  overflow: hidden
}

.front-block .front-block-box .front-block-box-head img {
  width: 100%
}

.front-block .front-block-box .front-block-box-head .figure {
  padding-top: 60%
}

.front-block .front-block-box .title {
  line-height: 1;
  margin: 25px 0 10px
}

.front-block .front-block-box .title a {
  font-weight: 700;
  font-size: 20px
}

.front-block .front-block-box .caption {
  display: none
}

@media only screen and (min-width:768px) {
  .front-block .front-block-box .caption {
    height: 128px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block
  }

  .front-block .front-block-box .caption p {
    border-left: 1px solid #ccc;
    padding: 0 0 0 15px;
    margin-top: 15px;
    font-size: 14px
  }
}

@media only screen and (min-width:768px) {
  html[lang=en] .front-block .caption {
    height: 167px
  }

  html[lang=en] .front-block .caption p {
    word-break: keep-all
  }
}

.news-front img {
  width: 100%
}

.news-front .news-box {
  background-color: #fff;
  padding-bottom: 10px;
  color: #666
}

.news-front .news-box a {
  color: #666
}

.news-front .news-box .news-box-body {
  padding: 0 10px
}

.news-front .row>div {
  margin-bottom: 15px
}

.news-front .more {
  display: none
}

.news-front .btn {
  background-color: #ff582b;
  color: #fff;
  padding: 12px 40px
}

@media only screen and (min-width:768px) {
  .news-front .more {
    display: block;
    margin: 10px;
    height: 31px;
    width: 31px;
    background: url("../images/news_more.png") no-repeat center center
  }

  .news-front .figure {
    padding-top: 71%
  }

  .news-front .news-box-body {
    padding: 0 10px
  }

  .news-front .news-box-body h5 {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
  }

  .news-front .news-left .news-box-body {
    padding: 0 25px;
    margin-bottom: 36px
  }

  .news-front .news-left .figure-box {
    height: 321px
  }

  .news-front .news-left h5 {
    font-size: 24px;
    margin: 22px 0;
    line-height: 38px;
    color: #666;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .news-front .news-left p {
    line-height: 2em
  }

  .news-front .news-right .figure-box {
    height: 160px
  }
}

.view-id-news .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.2rem;
  border-bottom: 1px dotted #d6d6d6;
  padding: 1rem 8px
}

.view-id-news .views-row:hover {
  background: #fff
}

.view-id-news .views-row:hover a {
  color: #ff582b
}

.view-id-news .views-row .views-field-title {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
}

.view-id-news .views-row .views-field-created {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.25rem;
  color: #46b1b5
}

.hero {
  position: relative
}

.hero .container {
  overflow: hidden
}

.hero h1 {
  padding: 20px 0;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75)
}

.hero .hamburger {
  display: none
}

.hero .hero-dropdown {
  color: #fff;
  display: none
}

.hero .hero-dropdown a {
  color: #fff
}

.hero .hero-dropdown .btn {
  background-color: #219cdc;
  margin: 0
}

.hero .hero-dropdown ul {
  background-color: rgba(0, 0, 0, 0.36);
  padding: 8px
}

@media only screen and (min-width:768px) {
  .hero h1 {
    padding: 196px 0
  }

  .hero .container .hamburger {
    display: block;
    position: absolute;
    top: -50px;
    right: 20px
  }

  .hero .container .hamburger .hamburger-inner,
  .hero .container .hamburger .hamburger-inner:after,
  .hero .container .hamburger .hamburger-inner:before {
    background-color: #219cdc
  }

  .hero .hero-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 16px 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
  }

  .hero .hero-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: 0;
    height: 90%;
    overflow: hidden
  }

  .hero .hero-dropdown ul li {
    width: 50%;
    text-align: center
  }

  .hero .hero-dropdown ul li a {
    color: #fff;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    width: 45%;
    margin: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    border-bottom: 1px solid transparent
  }

  .hero .hero-dropdown ul li a.active,
  .hero .hero-dropdown ul li a:hover {
    border-bottom: 1px solid #cacdc7
  }

  .hero .hero-dropdown ul li:first-child div {
    border-right: 1px solid #cacdc7;
    margin-bottom: -9999px;
    padding-bottom: 9999px
  }

  .hero .hero-dropdown ul li div {
    text-align: center
  }

  .hero .hero-dropdown.drop-anim {
    visibility: visible
  }

  .hero .hero-dropdown p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
  }
}

@media only screen and (max-width:767px) {
  .busubmarket-tab .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%
  }

  .busubmarket-tab .container a {
    padding: 4px;
    width: 25%
  }

  .busubmarket-tab .container a.active {
    border-bottom: 2px solid #219cdc
  }
}

@media only screen and (min-width:768px) {
  .busubmarket-tab>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .busubmarket-tab a {
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    color: #fff;
    position: relative;
    margin: 0 2px;
    text-decoration: none;
    z-index: 2
  }

  .busubmarket-tab a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #219cdc;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1
  }

  .busubmarket-tab a.active,
  .busubmarket-tab a:hover {
    color: #333
  }

  .busubmarket-tab a.active:before,
  .busubmarket-tab a:hover:before {
    content: "";
    top: 95%;
    -webkit-transform: skew(0deg);
    transform: skew(0deg)
  }
}
.busubmarket-tab.red a::before,
.busubmarket-tab.red a:active:before {
  background: #F0466A;
}

.busubmarket-content .busubmarket-body {
  color: #333;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  margin: 60px 0
}

.field--name-markethome-element-par .field--item:nth-child(2n) {
  background-color: #f3f3f3
}

.market-item h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500
}

@media only screen and (min-width:768px) {
  .market-item h2 {
    font-size: 36px;
    padding-bottom: 30px
  }
}

.market-item .box-simple {
  position: relative
}

.market-item .box-simple .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6)
}

@media only screen and (min-width:768px) {
  .market-item .box-simple img {
    width: 100%
  }

  .market-item .box-simple .title {
    font-size: 18px;
    padding: 10px
  }
}

.market-item .figure {
  padding-top: 60%
}

.search-slogan {
  background: #1d1e20
}

.search-slogan .slogan {
  color: #aaadb0;
  font-size: 16px;
  margin-bottom: 12px
}

@media only screen and (min-width:768px) {
  .search-slogan .slogan strong {
    font-size: 28px
  }
}

.search-slogan .search-block-form:after {
  top: 20px;
  right: 20px;
  font-size: 22px
}

.search-slogan input {
  width: 100% !important;
  height: 48px
}

.search-slogan .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0
}

.search-slogan .keywords li {
  padding: 0 4px
}

.search-slogan .keywords li a {
  color: #aaadb0
}

.search-slogan .keywords li a:hover {
  color: #ff582b
}

.bu-search .search-block-form:after {
  top: 22px;
  right: 20px;
  font-size: 22px
}

.bu-search input {
  height: 48px
}

.bu-product {
  color: #333
}

.bu-product .bu-product-left img {
  width: 100%
}

.bu-product .bu-product-left-nav {
  margin: 12px 0
}

.bu-product .bu-product-left-nav .slick-slide {
  position: relative;
  outline: none
}

.bu-product .bu-product-left-nav .slick-slide:after {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  content: "";
  position: absolute;
  height: 2px;
  background: #ff582b;
  bottom: 0;
  z-index: 200;
  width: 0
}

.bu-product .bu-product-left-nav .slick-slide.slick-current:after {
  height: 2px;
  width: 100%
}

.bu-product .bu-product-right ul li {
  border: 1px solid #ccc;
  margin: 6px 0;
  background-color: #fff;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px
}

.bu-product .bu-product-right ul li span {
  padding: 3px 6px;
  width: 100%;
  text-align: center
}

@media only screen and (min-width:768px) {
  .bu-product .bu-product-right ul li {
    font-size: 16px;
    padding: 6px 0
  }
}

.view-career-list .dropbutton-toggle {
  display: none !important
}

.view-career-list .dropbutton-multiple {
  margin-bottom: 8px
}

#block-zhiweishenqing .block-title {
  padding: 35px 0
}

#block-zhiweishenqing img {
  width: 100%;
  height: auto
}

.webform-submission-career-apply-form .form-item {
  margin-bottom: 12px
}

@media only screen and (min-width:768px) {
  .webform-submission-career-apply-form {
    width: 40%
  }

  .webform-submission-career-apply-form input.form-tel {
    border: 0
  }

  .webform-submission-career-apply-form .form-control {
    height: 46px
  }

  .webform-submission-career-apply-form #edit-phone-number {
    margin-top: 6px !important
  }
}

.region-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #ddd
}

.view-display-id-page_1 img {
  padding: 8px 0
}

.path-contact .region-content {
  background-color: #fff
}

.contact {
  background-color: #50656f !important;
  color: #f2f2f2;
  padding: 40px 20px
}

.contact .title {
  font-size: 24px;
  border-bottom: 1px solid #eee;
  color: #fff;
  display: inline-block;
  padding-bottom: 12px
}

.contact h2 {
  font-size: 18px;
  margin: 20px 0
}

@media only screen and (max-width:767px) {
  .contact .contact-mobile {
    background: rgba(80, 101, 111, 0.75) !important;
    padding: 12px
  }
}

.contact-bottom .page-header {
  border-bottom: 1px solid #ddd
}

.contact-bottom .image-title {
  margin-bottom: 20px
}

.contact-bottom img {
  height: 70px
}

.path-search .region-content h2 {
  display: none
}

.path-search .search-page-form {
  background: #1d1e20;
  padding: 35px 0 20px
}

.path-search .search-page-form .form-wrapper {
  position: relative
}

.path-search .search-page-form .form-wrapper .form-item {
  display: inline;
}

.path-search .search-page-form .form-wrapper .control-label {
  font-size: 25px;
  color: #aaaeb1;
  padding-bottom: 20px;
  display: block
}

.path-search .search-page-form .form-wrapper input[type=search] {
  background: url("../images/search_btn.jpg") no-repeat #fff;
  background-position: 99%;
  height: 48px
}

.path-search .search-page-form .form-wrapper input[type=submit] {
  position: absolute;
  right: 15px;
  bottom: 0;
  opacity: 0
}

.path-search .page-header {
  border: 0
}

.path-search .page-header h1 {
  border-bottom: 3px solid #d6d6d6;
  padding: 25px 0 18px;
  font-size: 24px;
  color: #2b5f77
}

.search-list li {
  border-bottom: 1px solid #d6d6d5;
  padding: 25px 0;
  color: #666
}

.search-list li h3 {
  font-size: 15px
}

.search-list li h3 a {
  color: #ff3e0a;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap
}

.search-list li h3 a:hover {
  color: #ff3e0a
}

.view-gallery {
  margin-top: 20px
}

.view-gallery .form-item-gallery-ref-target-id {
  margin: 0 auto !important
}

.view-gallery .view-content {
  margin: 0 auto
}

@media only screen and (min-width:768px) {
  .user-page {
    padding: 60px 0;
    min-height: 450px
  }

  .user-page .padding-left {
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px
  }
}

.user-page form {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  padding: 15px 30px
}

.user-page form .form-item {
  margin: 12px 0;
  padding: 0
}

.user-page form .form-control {
  height: 50px;
  font-size: 16px
}

.user-page form .password-verdict {
  height: 30px;
  margin-bottom: 12px;
  line-height: 30px;
  display: block
}

.user-page form .error-list {
  display: none
}

.user-page form.user-register-form .field--name-user-agreement a {
  color: #ff582b
}

.user-page form.user-register-form #edit-value {
  position: absolute;
  right: 40px;
  bottom: 26px
}

.user-page form.user-login-form .form-item:nth-of-type(3) {
  float: left
}

.user-page form.user-login-form .form-item:nth-of-type(4) {
  float: right
}

.user-page form.user-login-form .form-actions {
  clear: both;
  content: "";
  display: table
}

@media only screen and (min-width:768px) {
  .path-user .user-page {
    background: url("../images/user-bg.jpg") center center no-repeat;
    background-size: cover
  }

  .path-user .padding-left {
    margin-left: 60%;
    width: 40%
  }

  .path-user.user-logged-in .label {
    color: #808080
  }

  .path-user.user-logged-in .padding-left {
    margin-left: 0;
    width: 100%
  }

  .path-user.user-logged-in .user-page {
    background: none
  }
}

.path-user h1.page-header .fa {
  display: none
}

.buproduct .holder:nth-child(2n),
.buproductline .holder:nth-child(2n) {
  background: #fff
}

.slide-buvideo .slick-dots li button:before {
  border-color: #219cdc;
  color: #219cdc
}

.bu-footer ul li {   line-height: 30px;   min-height: 40px; white-space: normal;height: auto;}

.bu-footer .bu-footer-wechat img { width: 120px; margin-top: -40px; }

.bu-footer ul { margin-bottom: 22px
}
.bu-footer ul li {
  min-height: 35px;
}

/*导航条-二级导航条*/
/*.menu-show {*/
/*  display: inline-block !important;*/
/*}*/
/**/
/*@media (min-width: 992px){*/
/*  #navbar nav>.menu>li:nth-child(4).on ul.dropdown-menu li {*/
/*    float: left;*/
/*  }*/
/*}*/

@media (min-width: 992px){
  #navbar nav>.menu>li.on ul.dropdown-menu.long {
    display: inline-block;
    margin-top: -8px;
  }
  #navbar nav>.menu>li.on ul.dropdown-menu.long li {
    float: left;
    margin-bottom: 3px;
  }
}

/*修改幻灯片css*/
.slider-show .captions{
  top: 50px;
}
/*---start----联系人文件--*/
.tabledrag-toggle-weight {
  display: none;
}
.tabledrag-handle{
  display: none;
}
.file>span {
  background: #fff;
  color: #ff582b;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 26px;
}
.js-form-managed-file input{
  margin-left: -6px;
}
.file>span {
  height: 35px;
}
.file {
  margin: 0px 0;
}
/*---end----联系人文件--*/
.js-form-managed-file input{
  border: solid 1px #cccc;
  margin-left: 0px;
}
/*联动css*/
#edit-bu-target-id-shs-0-1{
  margin-left: 12px;
}
#edit-bu-target-id-shs-0-2{
  margin-left: 12px;
}
.shs-select{
  height: 35px;
  vertical-align: middle;
  line-height: 1;
  padding-right: 2em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.one-size{
  line-height: 24px;
}
.one-half-size{
  line-height: 27.6px;
}
.two-size{
  line-height: 48px;
}
.two-half-size{
  line-height: 60px;
}
.three-size{
  line-height: 72px;
}

/*product audio*/
.product-audio {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.product-audio-context {
  width: 20%;
  float: left;

}
.product-audio-context span {
  display: table-cell;
  width: 20%;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
.product-audio-context audio {
  width: 110px;
  overflow: hidden;
  text-align: center;
  vertical-align:middle;
  margin: 0 22.5%;
}

@media (max-width: 1024px) {
  .footer .sns {
    flex-wrap: wrap;
  }
  .footer .sns>* {
    width: 30%;
  }
  .product-audio-context audio {
    margin: 0 20%;
  }

}

@media (max-width: 896px) {
  .product-audio-context audio {
    margin: 0 16%;
  }
}

@media (max-width: 768px) {
  .product-audio-context audio {
    margin: 0 12%;
  }
}

@media (max-width: 591px) {
  .product-audio-context {
    width: 33.3%;
  }
  .product-audio-context audio {
    margin: 0 21%;
  }
}

@media (max-width: 414px) {
  .product-audio-context {
    width: 50%;
  }
  .product-audio-context audio {
    margin: 0 22%;
  }
}

@media (max-width: 375px) {
  .product-audio-context audio {
    margin: 0 19%;
  }
}

/*#5576 download page*/
#views-exposed-form-download-page-download {
  margin-top: 20px;
}

#views-exposed-form-download-page-download .form-group {
  margin-bottom: 0;
}

@media screen and (max-width: 567px) {
  #views-exposed-form-download-page-download .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: first baseline;
    flex-direction: column;
  }

  #views-exposed-form-download-page-download .form-inline>.form-item {
    width: 100%;
	margin: 10px 0px;
  }

  #views-exposed-form-download-page-download .form-inline>.form-item .select-wrapper {
    width: 100%;
  }
}

.link-list strong.number {
  padding: 10px 0;
  display: block;
}

.link-list .form-item {
  padding: 0;
  margin: 0;
}

.link-list table {
  background: #fff;
}

.link-list table td,
.link-list table th,
.link-list table>thead:first-child>tr:first-child>th,
.link-list table>tbody>tr>td {
  padding: 15px 18px;
  border: 1px solid #d0d0d0;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}

.link-list table .img,
.link-list table #view-image-cover-table-column {
  width: 20%;
}

.link-list table .title,
.link-list table #view-title-table-column {
  width: 50%;
}

.link-list table .body,
.link-list table #view-bu-table-column {
  width: 30%;
}

.link-list table .views-field-title a:hover {
  text-decoration: none;
}

.link-list table>thead>tr>th {
  background: #ececec;
}

.link-list table>tbody>tr>td {
  position: relative;
  vertical-align: top;
  padding-top: 25px;
}

.link-list table>tbody>tr>td:nth-child(1) {
  padding-top: 15px;
  text-align: center;
}

.high-text {
  color: #ff582b;
  width: 80%;
}

.link-list table .high-text i.fa {
  position: absolute;
  top: 30px;
  right: 30px;
}

.link-list .views-field-image-cover img {
  max-width: none;
}

@media screen and (max-width: 769px) {
  .link-list table td,
  .link-list table th,
  .link-list table>thead:first-child>tr:first-child>th,
  .link-list table>tbody>tr>td {
    padding: 5px;
  }

  .high-text {
    width: 150px;
	word-break: keep-all;
    word-wrap: break-word !important;
    text-align: justify;
  }

  .link-list table>tbody>tr>td:nth-child(1) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 567px) {
  .high-text {
    width: 65px;
  }

  .link-list table .high-text i.fa {
    right: 15px;
  }

  .link-list table>tbody>tr>td:nth-child(1) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .high-text {
    width: 35px;
  }
  .link-list table>tbody>tr>td:nth-child(1) {
    padding-top: 15px;
  }
}

.link-list-product table td,
.link-list-product table th,
.link-list-product table>thead:first-child>tr:first-child>th,
.link-list-product table>tbody>tr>td {
  padding: 15px 18px;
  border: 1px solid #d0d0d0;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}

.link-list-product table {
  width: 100%;
  text-align: left;
}

.product-document-cover {
  width: 20%;
  text-align: center;
}

.product-document-title {
  width: 80%;
}

.product-document-cover img {
 /** max-width: none;
  width: 192px;
  height: 108px;
 **/
}

.link-list-product table .product-document-title a:hover {
  text-decoration: none;
}

.link-list-product table>tbody>tr>td {
  position: relative;
  vertical-align: top;
  padding-top: 25px;
}

.link-list-product table .high-text i.fa {
  position: absolute;
  top: 30px;
  right: 30px;
}

/*Wiki pic size*/
.wiki-img {
    width: 25% !important;
}

/* line spacing */
.line-spacing-one {
  line-height:1.0;
}

.line-spacing-onetwofive {
  line-height:1.25;
}

.line-spacing-onefive {
  line-height:1.5;
}

.line-spacing-two {
  line-height:2.0;
}

.line-spacing-three {
  line-height:3.0;
}


.iti__country-list {
  z-index: 999;
}

.contact-message-form .field--type-phone-international {
  width: 48%;
  display: flex;
  border: #ddd solid 1px;
  border-radius: 4px;
}
.contact-message-form .field--type-phone-international .form-control {
  height: 34px;
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
