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;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;*/
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[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,
.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;
}
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;
}
small,
.small {
  font-size: 85%;
}
.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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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 #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
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;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 25%;
  }
  .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;
  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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
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-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
.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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.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;
  }
}

.ui-helper-hidden {
     display:none;
}
.ui-helper-hidden-accessible {
     border:0;
     padding:0;
     position:absolute;
}
.ui-helper-reset {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     line-height: 1.3;
     text-decoration: none;
     font-size: 100%;
     list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
     content: "";
     display: table;
     border-collapse: collapse;
}
.ui-helper-clearfix:after {
     clear: both;
}
.ui-helper-clearfix {
     min-height: 0;
}
.ui-helper-zfix {
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     position: absolute;
     opacity: 0;
     filter:Alpha(Opacity=0);
}
.ui-front {
     z-index: 100;
}
/* Interaction Cues ----------------------------------*/
 .ui-state-disabled {
     cursor: default !important;
}
/* Icons ----------------------------------*/
/* states and images */
 .ui-icon {
     display: block;
     text-indent: -99999px;
     overflow: hidden;
     background-repeat: no-repeat;
}
/* Misc visuals ----------------------------------*/
/* Overlays */
 .ui-widget-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.ui-accordion .ui-accordion-header {
     display: block;
     cursor: pointer;
     position: relative;
     margin: 2px 0 0 0;
     padding: .5em .5em .5em .7em;
     min-height: 0;
     font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
     padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
     padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
     position: absolute;
     left: .5em;
     top: 50%;
     margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
     padding: 1em 2.2em;
     border-top: 0;
     overflow: auto;
}
.ui-datepicker {
     width: 17em;
     padding: .2em .2em 0;
     display: none;
}
.ui-datepicker-calendar, .ui-datepicker-calendar a{
     color: #454545;
}
.ui-datepicker-calendar .ui-state-default{
     border: 1px solid #c5c5c5;
     background: #f6f6f6;
     font-weight: normal;
}
.ui-datepicker .ui-datepicker-header {
     position: relative;
     padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
     position: absolute;
     top: 2px;
     width: 1.8em;
     height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
     top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
     left: 2px;
}
.ui-datepicker .ui-datepicker-next {
     right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
     left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
     right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
     display: block;
     position: absolute;
     left: 50%;
     margin-left: -8px;
     top: 50%;
     margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
     color: #000;
     margin: 0 2.3em;
     line-height: 1.8em;
     text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
     font-size: 1em;
     margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
     width: 45%;
}
.ui-datepicker table {
     width: 100%;
     font-size: .9em;
     border-collapse: collapse;
     margin: 0 0 .4em;
}
.ui-datepicker th {
     padding: .7em .3em;
     text-align: center;
     font-weight: bold;
     border: 0;
}
.ui-datepicker td {
     border: 0;
     padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
     display: block;
     padding: .2em;
     text-align: right;
     text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
     background-image: none;
     margin: .7em 0 0 0;
     padding: 0 .2em;
     border-left: 0;
     border-right: 0;
     border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
     float: right;
     margin: .5em .2em .4em;
     cursor: pointer;
     padding: .2em .6em .3em .6em;
     width: auto;
     overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
     float: left;
}
/* with multiple calendars */
 .ui-datepicker.ui-datepicker-multi {
     width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
     float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
     width: 95%;
     margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
     width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
     width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
     width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
     border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
     clear: left;
}
.ui-datepicker-row-break {
     clear: both;
     width: 100%;
     font-size: 0;
}
/* RTL support */
 .ui-datepicker-rtl {
     direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
     right: 2px;
     left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
     left: 2px;
     right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
     right: 1px;
     left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
     left: 1px;
     right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
     clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
     float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
     float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
     border-right-width: 0;
     border-left-width: 1px;
}
.ui-tabs {
     position: relative;
     padding: .2em;
}
.ui-tabs .ui-tabs-nav {
     margin: 0;
     padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
     list-style: none;
     float: left;
     position: relative;
     top: 0;
     margin: 1px .2em 0 0;
     border-bottom-width: 0;
     padding: 0;
     white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
     float: left;
     padding: .5em 1em;
     text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
     margin-bottom: -1px;
     padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
     cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
     cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
     display: block;
     border-width: 0;
     padding: 1em 1.4em;
     background: none;
}
.ui-tooltip {
     padding: 8px;
     position: absolute;
     z-index: 9999;
     max-width: 300px;
     -webkit-box-shadow: 0 0 5px #aaa;
     box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
     border-width: 2px;
}
/* Interaction states ----------------------------------*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
     text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
     text-decoration: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
     text-decoration: none;
}
/* Interaction Cues ----------------------------------*/
 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
     border: 1px solid #dad55e;
     background: #fffa90;
     color: #777620;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
     color: #777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
     border: 1px solid #f1a899;
     background: #fddfdf;
     color: #5f3f3f;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
     color: #5f3f3f;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
     color: #5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
     font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
     opacity: .7;
     filter:Alpha(Opacity=70);
     font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
     opacity: .35;
     filter:Alpha(Opacity=35);
     background-image: none;
}
.ui-state-disabled .ui-icon {
     filter:Alpha(Opacity=35);
}
/* Icons ----------------------------------*/
/* states and images */
 .ui-icon {
     width: 16px;
     height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
     background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-widget-header .ui-icon {
     background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-default .ui-icon {
     background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
     background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
     background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-highlight .ui-icon {
     background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
     background-image: url("images/ui-icons_cc0000_256x240.png");
}
/* positioning */
 .ui-icon-blank {
     background-position: 16px 16px;
}
.ui-icon-carat-1-n {
     background-position: 0 0;
}
.ui-icon-carat-1-ne {
     background-position: -16px 0;
}
.ui-icon-carat-1-e {
     background-position: -32px 0;
}
.ui-icon-carat-1-se {
     background-position: -48px 0;
}
.ui-icon-carat-1-s {
     background-position: -64px 0;
}
.ui-icon-carat-1-sw {
     background-position: -80px 0;
}
.ui-icon-carat-1-w {
     background-position: -96px 0;
}
.ui-icon-carat-1-nw {
     background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
     background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
     background-position: -144px 0;
}
.ui-icon-triangle-1-n {
     background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
     background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
     background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
     background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
     background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
     background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
     background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
     background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
     background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
     background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
     background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
     background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
     background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
     background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
     background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
     background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
     background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
     background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
     background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
     background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
     background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
     background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
     background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
     background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
     background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
     background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
     background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
     background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
     background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
     background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
     background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
     background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
     background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
     background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
     background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
     background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
     background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
     background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
     background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
     background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
     background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
     background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
     background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
     background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
     background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
     background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
     background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
     background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
     background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
     background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
     background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
     background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
     background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
     background-position: -176px -64px;
}
.ui-icon-arrow-4 {
     background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
     background-position: -16px -80px;
}
.ui-icon-extlink {
     background-position: -32px -80px;
}
.ui-icon-newwin {
     background-position: -48px -80px;
}
.ui-icon-refresh {
     background-position: -64px -80px;
}
.ui-icon-shuffle {
     background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
     background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
     background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
     background-position: 0 -96px;
}
.ui-icon-folder-open {
     background-position: -16px -96px;
}
.ui-icon-document {
     background-position: -32px -96px;
}
.ui-icon-document-b {
     background-position: -48px -96px;
}
.ui-icon-note {
     background-position: -64px -96px;
}
.ui-icon-mail-closed {
     background-position: -80px -96px;
}
.ui-icon-mail-open {
     background-position: -96px -96px;
}
.ui-icon-suitcase {
     background-position: -112px -96px;
}
.ui-icon-comment {
     background-position: -128px -96px;
}
.ui-icon-person {
     background-position: -144px -96px;
}
.ui-icon-print {
     background-position: -160px -96px;
}
.ui-icon-trash {
     background-position: -176px -96px;
}
.ui-icon-locked {
     background-position: -192px -96px;
}
.ui-icon-unlocked {
     background-position: -208px -96px;
}
.ui-icon-bookmark {
     background-position: -224px -96px;
}
.ui-icon-tag {
     background-position: -240px -96px;
}
.ui-icon-home {
     background-position: 0 -112px;
}
.ui-icon-flag {
     background-position: -16px -112px;
}
.ui-icon-calendar {
     background-position: -32px -112px;
}
.ui-icon-cart {
     background-position: -48px -112px;
}
.ui-icon-pencil {
     background-position: -64px -112px;
}
.ui-icon-clock {
     background-position: -80px -112px;
}
.ui-icon-disk {
     background-position: -96px -112px;
}
.ui-icon-calculator {
     background-position: -112px -112px;
}
.ui-icon-zoomin {
     background-position: -128px -112px;
}
.ui-icon-zoomout {
     background-position: -144px -112px;
}
.ui-icon-search {
     background-position: -160px -112px;
}
.ui-icon-wrench {
     background-position: -176px -112px;
}
.ui-icon-gear {
     background-position: -192px -112px;
}
.ui-icon-heart {
     background-position: -208px -112px;
}
.ui-icon-star {
     background-position: -224px -112px;
}
.ui-icon-link {
     background-position: -240px -112px;
}
.ui-icon-cancel {
     background-position: 0 -128px;
}
.ui-icon-plus {
     background-position: -16px -128px;
}
.ui-icon-plusthick {
     background-position: -32px -128px;
}
.ui-icon-minus {
     background-position: -48px -128px;
}
.ui-icon-minusthick {
     background-position: -64px -128px;
}
.ui-icon-close {
     background-position: -80px -128px;
}
.ui-icon-closethick {
     background-position: -96px -128px;
}
.ui-icon-key {
     background-position: -112px -128px;
}
.ui-icon-lightbulb {
     background-position: -128px -128px;
}
.ui-icon-scissors {
     background-position: -144px -128px;
}
.ui-icon-clipboard {
     background-position: -160px -128px;
}
.ui-icon-copy {
     background-position: -176px -128px;
}
.ui-icon-contact {
     background-position: -192px -128px;
}
.ui-icon-image {
     background-position: -208px -128px;
}
.ui-icon-video {
     background-position: -224px -128px;
}
.ui-icon-script {
     background-position: -240px -128px;
}
.ui-icon-alert {
     background-position: 0 -144px;
}
.ui-icon-info {
     background-position: -16px -144px;
}
.ui-icon-notice {
     background-position: -32px -144px;
}
.ui-icon-help {
     background-position: -48px -144px;
}
.ui-icon-check {
     background-position: -64px -144px;
}
.ui-icon-bullet {
     background-position: -80px -144px;
}
.ui-icon-radio-on {
     background-position: -96px -144px;
}
.ui-icon-radio-off {
     background-position: -112px -144px;
}
.ui-icon-pin-w {
     background-position: -128px -144px;
}
.ui-icon-pin-s {
     background-position: -144px -144px;
}
.ui-icon-play {
     background-position: 0 -160px;
}
.ui-icon-pause {
     background-position: -16px -160px;
}
.ui-icon-seek-next {
     background-position: -32px -160px;
}
.ui-icon-seek-prev {
     background-position: -48px -160px;
}
.ui-icon-seek-end {
     background-position: -64px -160px;
}
.ui-icon-seek-start {
     background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
 .ui-icon-seek-first {
     background-position: -80px -160px;
}
.ui-icon-stop {
     background-position: -96px -160px;
}
.ui-icon-eject {
     background-position: -112px -160px;
}
.ui-icon-volume-off {
     background-position: -128px -160px;
}
.ui-icon-volume-on {
     background-position: -144px -160px;
}
.ui-icon-power {
     background-position: 0 -176px;
}
.ui-icon-signal-diag {
     background-position: -16px -176px;
}
.ui-icon-signal {
     background-position: -32px -176px;
}
.ui-icon-battery-0 {
     background-position: -48px -176px;
}
.ui-icon-battery-1 {
     background-position: -64px -176px;
}
.ui-icon-battery-2 {
     background-position: -80px -176px;
}
.ui-icon-battery-3 {
     background-position: -96px -176px;
}
.ui-icon-circle-plus {
     background-position: 0 -192px;
}
.ui-icon-circle-minus {
     background-position: -16px -192px;
}
.ui-icon-circle-close {
     background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
     background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
     background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
     background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
     background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
     background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
     background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
     background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
     background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
     background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
     background-position: -192px -192px;
}
.ui-icon-circle-check {
     background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
     background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
     background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
     background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
     background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
     background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
     background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
     background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
     background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
     background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
     background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
     background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
     background-position: -80px -224px;
}
/* Misc visuals ----------------------------------*/
/* Corner radius */
 .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
     border-top-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
     border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
     border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
     border-bottom-right-radius: 3px;
}
/* Overlays */
 .ui-widget-overlay {
     background: #aaaaaa;
     opacity: .3;
     filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
     margin: 0px 0 0 0px;
     padding: 5px;
     background: #666666;
     opacity: .3;
     filter: Alpha(Opacity=30);
     border-radius: 8px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

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

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

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

/* Title helper */

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots li:only-child {
    display: none;
}
.popup-overlay {
	position:fixed; 
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	background-color:rgba(0, 0, 0, 0.6); 
	text-align:center; 
	display: none;
}
.popup-inner {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	max-width: 95%;
}

.popup-inner img {
    max-width: 100%;
}

.popup-close {
	position:absolute;
	z-index:1;
	right:-10px;
	top:-10px;
	background: url('images/close.png') no-repeat;
	width: 23px;
	height: 22px;
	cursor: pointer;
}

.page-not-found {
	text-align: center;
	padding: 150px 0;
}

/*Exit Intent*/
#bio_ep_bg { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 10001; }
#bio_ep { display: none; position: fixed; max-width: 95%; left: 50%; top: 50%; transform: translateX(-50.1%) translateY(-50.1%); z-index: 10002;}
#bio_ep_close { position: absolute; left: 100%; margin: -8px 0 0 -12px; background: url('images/close.png') no-repeat; width: 23px; height: 22px; cursor: pointer; text-indent: -9999px; z-index: 999; }
#bio_ep_thanks { z-index: 10002; display: none; position: absolute;float: left;top: 50%;left: 50%;transform: translate(-50%, -50%); }
#bio_ep_thanks h1 { color: #fff; }
/************************* GDPR *************************/

#gdprBanner {
	width:100%;
	z-index:9999999;
	background-color:rgba(0,0,0,0.8);
	padding:20px 0;
	position: fixed; 
	bottom:0; 
	font-family: 'Proxima Nova', 'Arial','san-serif';
} 
#gdprBanner .inner { 
	width:95%;
	max-width:880px;
	margin:0 auto;
}
#gdprBanner .inner .title {
	text-transform: uppercase;
	font-size:15px;
	margin-bottom:5px;
	color:#fff;
}
#gdprBanner .inner p {
	font-size:13px;
	line-height: 15px;
	margin:0;
	color:#fff;
}
#gdprBanner .inner p a {
	color:#fff;
	font-weight:bold;
}
#gdprBanner button {
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	padding:4px 10px;
	float:right;
	margin:20px 0 0 20px;
}
#gdprBanner button:hover {
	background-color:#fff;
	color:#000;
}
.gdpr input[type=checkbox]{
	float: left;
	margin: 4px 10px 0 0;
}

/************************* POPIN BOX *************************/

#content-popin{
	position: fixed;
	max-width: 100%;
	z-index: 9999;
	bottom: 0px;
}
.left-position-popin{
	left: -38px;
}
.right-position-popin{
	right: -38px;
}
.box-content-popin{
	position: fixed;
	transition: all .75s ease-in-out;
	bottom: 0px;
}
.box-content-popin > p{
	margin-bottom:0;
}
.left-position-popin .box-content-popin{
	left: -98%;
}
.left-position-popin .box-content-popin.open{
	left: 38px;
}
#home .left-position-popin .box-content-popin{
	left: 38px;
}
.right-position-popin .box-content-popin{
	right: -98%;
}
.right-position-popin .box-content-popin.open{
	right: 38px;
}
#home .right-position-popin .box-content-popin{
	right: 38px;
}
#home .hide-left-popin .box-content-popin, .hide-left-popin .box-content-popin{
	left: -98%;
}
#home .hide-right-popin .box-content-popin, .hide-right-popin .box-content-popin{
	right: -98%;
}
.autoclose .hide-left-popin .box-content-popin{
	left: -98%;
}
.autoclose .hide-right-popin .box-content-popin{ 
	right: -98%;
}
/****** arrow ******/
#content-popin .box-arrow-popin{
    width: 40px;
    background-color: #fff;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    min-height: 270px;
    max-height: 100%;
    position: fixed;
}
.box-arrow-popin .arrow{ 
/*
	-webkit-mask: url(images/arrow.svg);
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	background-color: #000;
*/
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    transition: all .95s ease-in-out;
}
.box-arrow-popin .arrow svg {
	max-width: 100%;
	max-height: 100%;
}
/* position of arrow */
.left-position-popin .box-arrow-popin{
	left: 0px;
}
.right-position-popin .box-arrow-popin{
	right: 0px;
}
.right-position-popin .box-arrow-popin .arrow{
	transform: rotate(0deg);
}
#home .right-position-popin .box-arrow-popin .arrow, .right-position-popin .box-arrow-popin .arrow.open {
	transform: rotate(180deg);
}
#home .hide-left-popin .box-arrow-popin .arrow, .hide-left-popin .box-arrow-popin .arrow{
	transform: rotate(0deg);
}
#home .hide-left-popin .box-arrow-popin .arrow, .hide-left-popin .box-arrow-popin .arrow.open{
	transform: rotate(180deg);
}
#home .hide-right-popin .box-arrow-popin .arrow, .hide-right-popin .box-arrow-popin .arrow{
	transform: rotate(0deg);
}