﻿@charset "UTF-8";
/*!
**  GfK SE - Frond-end Style Guide
**  Summary:
**  Author:            United Digital Group GmbH
**  Copyright:         (c) GfK SE, 2017
**  Necessary libraries:
**      - Bootstrap v3.3.7
*/
.dropdown .dropdown-menu.scroll-wrapper > ul,
.dropdown-custom .dropdown-menu.scroll-wrapper > ul,
.select-dropdown .dropdown-menu.scroll-wrapper > ul, .article-comments ul#comments, .article-comments ul#comments ul {
  padding: 0;
  list-style: none;
}

/* Slider */
/* Arrows */


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
}


[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #484848;
}

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;
  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"] {
  -webkit-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;
  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: 0px;
}

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;
    -webkit-box-shadow: none !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 #484848;
    }
  .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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.50057;
  color: #222222;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #007cc1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #264283;
  text-decoration: underline;
}

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 {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.50057;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -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 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
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;
}

.bg-primary {
  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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}



@media (min-width: 1260px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 480px) {
  .container {
    width: 888px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1236px;
  }
}

@media (min-width: 1260px) {
  .container {
    width: 1578px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -24px;
  margin-right: -24px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 24px;
  padding-right: 24px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: rgba(255, 255, 255, 0.15);
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.50057;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}




output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.50057;
  color: #666666;
}

.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.50057;
  color: #666666;
  background-color: #F4F4F4;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 54px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}




.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 40px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}



.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}


@media (min-width: 480px) {
  .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: 11px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}

.form-horizontal .form-group {
  margin-left: -24px;
  margin-right: -24px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 24px;
}

@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.50057;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #ffffff;
  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: 0.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: #ffffff;
  background-color: #e55a00;
  border-color: transparent;
}

.btn-default:focus, .btn-default.focus {
  color: #ffffff;
  background-color: #b24600;
  border-color: transparent;
}

.btn-default:hover {
  color: #ffffff;
  background-color: #b24600;
  border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #b24600;
  border-color: transparent;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #8e3800;
  border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #e55a00;
  border-color: transparent;
}

.btn-default .badge {
  color: #e55a00;
  background-color: #ffffff;
}

.btn-primary {
  color: #ffffff;
  background-color: #007dc3;
  border-color: #007dc3;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #005c90;
  border-color: #002b44;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #005c90;
  border-color: #005686;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #005c90;
  border-color: #005686;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #00456c;
  border-color: #002b44;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #007dc3;
  border-color: #007dc3;
}

.btn-primary .badge {
  color: #007dc3;
  background-color: #ffffff;
}


.btn-info {
  color: #222222;
  background-color: #fbfbfb;
  border-color: #dadad0;
}

.btn-info:focus, .btn-info.focus {
  color: #222222;
  background-color: #e2e2e2;
  border-color: #a2a289;
}

.btn-info:hover {
  color: #222222;
  background-color: #e2e2e2;
  border-color: #bfbfae;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #222222;
  background-color: #e2e2e2;
  border-color: #bfbfae;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #222222;
  background-color: #d0d0d0;
  border-color: #a2a289;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #fbfbfb;
  border-color: #dadad0;
}



.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (min-width: 1260px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-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 {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-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 {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-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:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #007cc1;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 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.50057;
  border: 1px solid transparent;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 480px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 480px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 1260px) {
  .navbar {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1260px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1260px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -24px;
  margin-left: -24px;
}

@media (min-width: 1260px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
  margin-top:-39px; /* new prop*/
}

@media (min-width: 1260px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1260px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13px 24px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1260px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -24px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 24px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1260px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -24px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 1259px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1260px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  margin-left: -24px;
  margin-right: -24px;
  padding: 10px 24px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  margin-bottom: -2px;
}

@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1259px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1260px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -2px;
  margin-bottom: -2px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 1260px) {
  .navbar-text {
    float: left;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media (min-width: 1260px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -24px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1259px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 1259px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.50057;
  text-decoration: none;
  color: #007cc1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #264283;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.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: #777777;
  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;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.50057;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #222222;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #007cc1;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.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: 24px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -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: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #a3ae00;
}

.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: #f0ab00;
}

.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 {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

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, a.list-group-item:focus,
button.list-group-item:hover,
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: #eeeeee;
  color: #777777;
  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: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #c7ddef;
}

.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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
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;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #484848;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #484848;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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);
  -webkit-border-radius: 6px;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #484848;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.50057;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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: 480px) {
  .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 {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) 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: 480px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .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: 1259px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1260px) {
  .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: 1260px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .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;
  }
}

/*!
 * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/*
    Source: https://github.com/uxsolutions/bootstrap-datepicker/blob/d364be5b066b38f3675a5a1dc174ce1ab1f3360e/dist/css/bootstrap-datepicker.standalone.css
    Converted from css to scss using: http://css2sass.herokuapp.com/
 */
.js-ie .datepicker {
  padding-top: 23px;
}

.js-ie .datepicker .datepicker-switch {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.js-ie .datepicker .prev svg, .js-ie .datepicker .next svg {
  top: -8px;
}

.js-ie .datepicker .datepicker-days:before, .js-ie .datepicker .datepicker-days:after {
  top: 28px !important;
}

.datepicker {
  padding: 35px 5px 8px 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker .prev,
.datepicker .next {
  position: relative;
}

.datepicker .prev svg,
.datepicker .next svg {
  position: absolute;
  top: -21px;
  display: block;
  fill: #007dc3;
  width: 22px;
  height: 22px;
}

.datepicker .prev svg {
  left: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.datepicker .next svg {
  right: 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.datepicker .datepicker-days {
  position: relative;
}

.datepicker .datepicker-days:before, .datepicker .datepicker-days:after {
  top: 16px;
  width: 30px;
  height: 36px;
  background: #f8f8f8;
  z-index: -1;
}

.datepicker .datepicker-days:before {
  left: -5px;
}

.datepicker .datepicker-days:after {
  right: -5px;
}

.datepicker .datepicker-days thead tr:nth-child(3) {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

.datepicker .datepicker-days thead tr:nth-child(3) th {
  background: #f8f8f8;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker .datepicker-months {
  position: relative;
}

.datepicker .datepicker-months:before {
  top: 17px;
  height: 2px;
  left: -5px;
  width: 104.1%;
  background: #f8f8f8;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  -webkit-border-radius: 6px 6px 12px 12px;
  border-radius: 6px 6px 12px 12px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  border: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #222222;
  line-height: 20px;
}

.datepicker-dropdown.dropdown-menu th {
  padding: 4px 5px;
}

.datepicker-dropdown.dropdown-menu th.dow {
  font-size: 14px;
  color: #484848;
  padding: 8px 5px;
}

.datepicker-dropdown:before {
  display: inline-block;
}

.datepicker-dropdown:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #999;
  border-top: 0;
  border-bottom-color: #ffffff;
  -webkit-filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.15));
  right: 15px !important;
  left: auto !important;
  top: -13px !important;
  z-index: 9;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
  padding: 6px 4px 4px 4px;
}

.datepicker .active {
  background-color: #007dc3 !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker .active:hover {
  background-color: #006daa;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker .active.disabled {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker .active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker .active.disabled:active, .datepicker .active.disabled:hover:active {
  background-color: #0044cc;
}

.datepicker .active.disabled {
  background-color: #0044cc;
}

.datepicker .active.disabled.active, .datepicker .active.disabled:hover.active {
  background-color: #0044cc;
}

.datepicker .active:hover.disabled {
  background-color: #0044cc;
}

.datepicker .active.disabled.disabled, .datepicker .active.disabled:hover.disabled {
  background-color: #0044cc;
}

.datepicker .active[disabled], .datepicker .active:hover[disabled] {
  background-color: #0044cc;
}

.datepicker .active.disabled[disabled], .datepicker .active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker .active:active, .datepicker .active:hover:active {
  background-color: #003399;
}

.datepicker .active.disabled:active, .datepicker .active.disabled:hover:active {
  background-color: #003399;
}

.datepicker .active.disabled.active, .datepicker .active.disabled:hover.active {
  background-color: #003399;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.today {
  background-color: #f7a900 !important;
  background-repeat: repeat-x;
  color: #222222 !important;
}

    .datepicker table tr td.today.disabled {
        background-color: #fde19a;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
        background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
        background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
        background-repeat: repeat-x;
        color: #484848;
    }

        .datepicker table tr td.today.disabled:hover {
            background-color: #fde19a;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
            background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
            background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
            background-repeat: repeat-x;
            color: #484848;
        }

.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
  background-color: #fdf59a;
}

.datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
  background-color: #fdf59a;
}

.datepicker table tr td.today.disabled {
  background-color: #fdf59a;
}

.datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
  background-color: #fdf59a;
}

.datepicker table tr td.today:hover.disabled {
  background-color: #fdf59a;
}

.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled {
  background-color: #fdf59a;
}

.datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:hover {
  color: #000 !important;
}

.datepicker table tr td.range {
  background: #cce5f3;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range:first-of-type, .datepicker table tr td.range:last-of-type {
  position: relative;
}

.datepicker table tr td.range:first-of-type:before, .datepicker table tr td.range:last-of-type:before {
  top: 0;
  right: -5px;
  height: 100%;
  width: 10px;
  background: #cce5f3;
}

.datepicker table tr td.range:last-of-type:before {
  right: -5px;
}

.datepicker table tr td.range:first-of-type:before {
  left: -5px;
}

.datepicker table tr td.range.disabled {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.disabled {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.disabled {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:hover.disabled {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.selected.range-start.range-end:after {
  content: none;
}

.datepicker table tr td.selected.range-start, .datepicker table tr td.selected.range-end {
  position: relative;
  color: #fff;
}

.datepicker table tr td.selected.range-start:after, .datepicker table tr td.selected.range-end:after {
  top: 0;
  height: 100%;
  width: 10px;
  background: #cce5f3;
  z-index: -1;
}

.datepicker table tr td.selected.range-start {
  background: #666666 !important;
  color: #ffffff !important;
}

.datepicker table tr td.selected.range-start:after {
  right: 0;
}

.datepicker table tr td.selected.range-end {
  background: #007dc3 !important;
  color: #fff !important;
}

.datepicker table tr td.selected.range-end:after {
  left: -5px;
}

.datepicker table tr td.selected.disabled {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active {
  background-color: #808080;
}

.datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active {
  background-color: #808080;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active {
  background-color: #808080;
}

.datepicker table tr td.selected.disabled {
  background-color: #808080;
}

.datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
  background-color: #808080;
}

.datepicker table tr td.selected:hover.disabled {
  background-color: #808080;
}

.datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled {
  background-color: #808080;
}

.datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td span {
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  padding: 2px 6px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.active {
  background-color: transparent !important;
}

.datepicker table tr td span.active:before, .datepicker table tr td span.active:hover:before {
  background: #007dc3;
}

.datepicker table tr td span:before {
  width: 60%;
  z-index: -1;
  height: 92%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.datepicker table tr td span:hover:before, .datepicker table tr td span.focused:before {
  background: #f7a900;
  color: #222222;
}

.datepicker table tr td span.disabled {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
  cursor: pointer;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
  color: #484848;
}

.datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

h1,
h2,
h3,
h4,
h5,
h6, .orange-numbers, .header .logo, .header.header-survey .progress-bar .percent-text, .quick-poll-progress-bar .progress-container, .points-to-draw .interests-panel .title .point-circle {
  font-family: "Insight Web", Helvetica, Arial, sans-serif;
}

html, body, html:before {
    /*background: -webkit-gradient(linear, left top, right top, from(#EC8D07), to(#dc291e));
    background: -webkit-linear-gradient(left, #EC8D07 0%, #dc291e 100%);
    background: -o-linear-gradient(left, #EC8D07 0%, #dc291e 100%);
    background: linear-gradient(to right, #EC8D07 0%, #dc291e 100%);*/
    background-color: #f2f5ff;
}

.datepicker table tr td span:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.datepicker .datepicker-days:before, .datepicker .datepicker-days:after, .datepicker .datepicker-months:before, .datepicker-dropdown:before, .datepicker table tr td.range:first-of-type:before, .datepicker table tr td.range:last-of-type:before, .datepicker table tr td.selected.range-start:after, .datepicker table tr td.selected.range-end:after, .datepicker table tr td span:before {
  content: '';
  position: absolute;
}

.btn.btn-loading span:before, .btn.btn-loading span:after, .btn.btn-loading:after, .points-to-draw .overlay .modal-window {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.datepicker table tr td span:before, html.loading-overlay:after, html.loading-overlay body:before, html.loading-overlay body:after, .btn.btn-loading span:before, .btn.btn-loading span:after, .btn.btn-loading:after, .points-to-draw .overlay .modal-window {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

html.loading-overlay:after, html.loading-overlay body:before, html.loading-overlay body:after, .btn.btn-loading span:before, .btn.btn-loading span:after, .btn.btn-loading:after {
  content: '';
  -webkit-animation: loading-dots 1.4s ease-in-out 0s infinite both;
  animation: loading-dots 1.4s ease-in-out 0s infinite both;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.sixteen-nine {
  position: relative;
  margin-bottom: 20px;
}

.sixteen-nine:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.sixteen-nine > .content > * {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sixteen-ten {
  position: relative;
  margin-bottom: 20px;
}

.sixteen-ten:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 62.5%;
}

.sixteen-ten > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.sixteen-ten > .content > * {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-container-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover, .header .nav li a:focus, .header .nav li a:active {
  color: #f0ab00;
  background: transparent;
}

.header .header-container {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes loading-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: "Insight Web";  
  src: url("Insight_web_Regular.eot");
  src: url("Insight_web_Regular.eot") format("embedded-opentype"), url("Insight_web_Regular.woff") format("woff"), url("Insight_web_Regular.ttf") format("truetype");
}

.accent-heading, h1 {
  color: #f7a900;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  line-height: 36px;
  font-size: 30px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #666666;
}

.text-white {
  color: #ffffff;
}

.text-orange {
  color: #ffffff;
}

.text-green {
  color: #a3ae00;
}

.text-m,
.text-t {
  font-size: 14px;
  line-height: 19px;
  /*height: 54px; /*new prop*/
}

.text-c {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.text-c span {
  margin-right: 10px;
}

.text-m {
  color: #484848;
  font-weight: bolder;
}

.accent-paragraph {
  color: #007dc3;
}

.yellow-text {
  color: #f7a900;
}

ul {
  margin-bottom: 50px;
}

html, body {
  letter-spacing: 0.425px;
}

.no-scroll, .no-scroll body {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

strong {
  letter-spacing: 0.5px;
}

.content-container {
  padding-top: 29px; /*90px*/
}

.orange-numbers {
  font-size: 78px;
  color: #e85b00;
}

a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

span.star {
  color: #c1bb00;
  position: relative;
  left: 6px;
}

.main-content {
  background: #fff;
}

.main-content > div:first-child {
  margin-top: 80px;
}

.main-content > div:not(:first-child) {
  margin-top: 120px;
}

a {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.main-label {
  display: block;
  color: #666666;
  font-size: 14px;
  padding: 0 17px;
  margin-bottom: 6px;
}

.container {
  position: relative;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

textarea {
  resize: vertical;
}

html:before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
}

html.loading-overlay {
  position: relative;
  overflow: hidden;
}

html.loading-overlay.no-opacity:before {
  opacity: 1;
}

html.loading-overlay:before {
  opacity: 0.8;
  visibility: visible;
}

html.loading-overlay:after {
  -webkit-animation-delay: -0.16s !important;
  animation-delay: -0.16s !important;
}

html.loading-overlay:after, html.loading-overlay body:before, html.loading-overlay body:after {
  position: fixed;
  top: 50vh;
  z-index: 10000;
}

html.loading-overlay body:before {
  left: -52px;
  -webkit-animation-delay: -0.32s !important;
  animation-delay: -0.32s !important;
}

html.loading-overlay body:after {
  right: -52px;
}

.b2b {
  background: -webkit-gradient(linear, left top, right top, from(#e4e4e4), to(#f8f8f8));
  background: -webkit-linear-gradient(left, #e4e4e4 0%, #f8f8f8 100%);
  background: -o-linear-gradient(left, #e4e4e4 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #e4e4e4 0%, #f8f8f8 100%);
}

.b2b body {
  background: -webkit-gradient(linear, left top, right top, from(#e4e4e4), to(#f8f8f8));
  background: -webkit-linear-gradient(left, #e4e4e4 0%, #f8f8f8 100%);
  background: -o-linear-gradient(left, #e4e4e4 0%, #f8f8f8 100%);
  background: linear-gradient(to right, #e4e4e4 0%, #f8f8f8 100%);
}

.b2b .big-footer {
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
}

.b2b .small-footer ul li a {
  color: #007cc1;
}

.b2b .small-footer ul li a:hover {
  color: #264283;
}

.b2b .small-footer .copyright {
  color: #007cc1;
}

svg.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.switches-buttons {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

.switches-buttons .main-label {
  margin-bottom: 7px;
  padding: 0 16px;
}

.switches-buttons:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.form-group.validation-error .switches-btn label {
  border-color: #dc291e;
}

.form-group.validation-error .switches-btn label:before {
  background: #ffffff;
}

.form-group.validation-error .switches-btn label:after {
  background: #dc291e;
}

.form-group.validation-error .switches-btn label span {
  color: #dc291e;
}

.switches-btn {
  float: left;
  width: 50%;
}

.switches-btn:first-of-type label {
  border-left: 1px solid;
  border-color: #dddddd;
  border-right: 0;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.switches-btn:first-of-type label:after {
  right: -1px;
}

.switches-btn:first-of-type label:before {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.switches-btn:last-of-type label {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 0;
}

.switches-btn:last-of-type label:after {
  left: 0;
}

.switches-btn:last-of-type label:before {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.switches-btn:last-of-type input[type="radio"]:checked + label:after,
.switches-btn:last-of-type input[type="checkbox"]:checked + label:after {
  left: 0;
}

.switches-btn label {
  position: relative;
  width: 100%;
  height: 54px;
  display: block;
  margin: 0;
  text-align: center;
  padding: 14px 0;
  background: #fbfbfb;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #dddddd;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switches-btn label:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: width 0.2s ease, height 0.3s ease, -webkit-border-radius 0.3s ease;
  transition: width 0.2s ease, height 0.3s ease, -webkit-border-radius 0.3s ease;
  -o-transition: width 0.2s ease, height 0.3s ease, border-radius 0.3s ease;
  transition: width 0.2s ease, height 0.3s ease, border-radius 0.3s ease;
  transition: width 0.2s ease, height 0.3s ease, border-radius 0.3s ease, -webkit-border-radius 0.3s ease;
}

.switches-btn label:hover {
  background: #007dc3;
  border-color: #007dc3;
  color: #007dc3;
}

.switches-btn label:hover:after {
  background: #007dc3;
  z-index: 30;
}

.switches-btn label:hover:before {
  background: #ffffff;
}

.switches-btn label:after {
  content: '';
  width: 1px;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  background: #dddddd;
  position: absolute;
  z-index: 3;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switches-btn label span {
  position: relative;
  top: 1px;
  z-index: 5;
  -webkit-transition: margin 0.5s ease, color 0s ease;
  -o-transition: margin 0.5s ease, color 0s ease;
  transition: margin 0.5s ease, color 0s ease;
}

.switches-btn label span svg {
  fill: #ffffff;
  width: 18px;
  top: -2px;
  left: -21px;
  position: absolute;
  opacity: 0;
}

.switches-btn input[type="radio"],
.switches-btn input[type="checkbox"] {
  display: none;
}

.switches-btn input[type="radio"]:checked + label,
.switches-btn input[type="checkbox"]:checked + label {
  background: #007dc3;
  color: #ffffff;
  border-color: #007dc3;
}

.switches-btn input[type="radio"]:checked + label:after,
.switches-btn input[type="checkbox"]:checked + label:after {
  background: #007dc3;
  z-index: 30;
}

.switches-btn input[type="radio"]:checked + label:before,
.switches-btn input[type="checkbox"]:checked + label:before {
  width: 70%;
  height: 0;
}

.switches-btn input[type="radio"]:checked + label span,
.switches-btn input[type="checkbox"]:checked + label span {
  margin-left: 20px;
  display: inline-block;
}

.switches-btn input[type="radio"]:checked + label span svg,
.switches-btn input[type="checkbox"]:checked + label span svg {
  opacity: 1;
}

.radio {
  margin-bottom: 29px;
}

.radio label {
  position: relative;
  margin: 0;
  color: #007cc1;
  padding-left: 48px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.radio label:hover {
  color: #222222;
}

.radio label svg {
  position: absolute;
  left: 6px;
  top: 0;
  fill: #ffffff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.radio label span {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
  border: 1px solid #007cc1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #007cc1;
}

.radio label span:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]:checked + label {
  color: #222222;
}

.radio input[type="radio"]:checked + label span:before {
  width: 0;
  height: 0;
}

.radio input[type="radio"]:checked + label svg {
  opacity: 1;
}

.radio.radio-not-filled svg {
  fill: #007cc1;
}

.radio.radio-not-filled span {
  background: #ffffff;
}

.radio.form-group.validation-error label {
  color: #dc291e;
}

.radio.form-group.validation-error label span {
  border-color: #dc291e;
}

.checkbox {
  margin-bottom: 24px;
}

.checkbox label {
  position: relative;
  margin: 0;
  color: #007cc1;
  padding-left: 48px;
}

.checkbox label:hover {
  color: #222222;
}

.checkbox label svg {
  position: absolute;
  left: 4px;
  top: -5px;
  width: 30px;
  height: 30px;
  fill: #ffffff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.checkbox label span {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
  border: 1px solid #007cc1;
  background: #007cc1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.checkbox label span:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-border-radius 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, -webkit-border-radius 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, -webkit-border-radius 0.3s ease;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:checked + label {
  color: #222222;
}

.checkbox input[type="checkbox"]:checked + label span:before {
  width: 0;
  height: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.checkbox input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.checkbox.form-group.validation-error label {
  color: #dc291e;
}

.checkbox.form-group.validation-error label span {
  border-color: #dc291e;
}

.dropdown-custom {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-custom.validation-error .dropdown-toggle {
  border: 1px solid #dc291e !important;
  background: #ffffff;
}

.dropdown-custom.validation-error .dropdown-toggle .filter-option {
  color: #dc291e;
}

.dropdown-custom.validation-error .dropdown-toggle:hover, .dropdown-custom.validation-error .dropdown-toggle:focus, .dropdown-custom.validation-error .dropdown-toggle:active {
  border: 1px solid #dc291e;
  background: #ffffff;
}

.dropdown-custom.validation-error .bootstrap-select .open .dropdown-toggle:focus {
  border-color: red;
}

.dropdown-custom .dropdown-toggle {
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #222222;
  width: 100%;
  height: 54px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-custom .dropdown-toggle .bs-caret {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 52px;
  height: 54px;
  background: #007dc3;
  border: 1px solid #007dc3;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.dropdown-custom .dropdown-toggle .bs-caret:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.dropdown-custom .dropdown-toggle .bs-caret svg {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  fill: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.dropdown-custom .dropdown-toggle .bs-caret:before {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dropdown-custom .dropdown-toggle:hover {
  background: #f8f8f8;
  border-color: #007dc3;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.dropdown-custom .dropdown-toggle:hover .bs-caret:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.dropdown-custom .dropdown-toggle:hover .bs-caret svg {
  fill: #007dc3;
}

.dropdown-custom .dropdown-toggle:hover:focus .bs-caret svg {
  fill: #007dc3;
}

.dropdown-custom .dropdown-toggle:focus, .dropdown-custom .dropdown-toggle:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f8f8f8;
}

.dropdown-custom .dropdown-toggle:focus:after, .dropdown-custom .dropdown-toggle:active:after {
  border: 1px solid #007dc3;
}

.dropdown-custom .dropdown-toggle:focus .bs-caret svg, .dropdown-custom .dropdown-toggle:active .bs-caret svg {
  fill: #ffffff;
}

.dropdown-custom .dropdown-toggle .filter-option {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  color: #222222;
  width: 100%;
  padding-left: 18px;
}

.dropdown-custom .dropdown-toggle:focus, .dropdown-custom .dropdown-toggle:active {
  border-color: #007dc3;
}

.dropdown-custom .dropdown-menu {
  z-index: 40;
}

.dropdown-custom .dropdown-menu li:last-child {
  margin-bottom: 11px;
}

.dropdown-custom.open {
  z-index: 60;
}

.dropdown-custom.open .dropdown-toggle {
  border-color: #007dc3;
  background: #ffffff;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.dropdown-custom.open .dropdown-toggle:after {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dropdown-custom.open .dropdown-toggle .bs-caret svg {
  fill: #007dc3;
}

.dropdown-custom.open .dropdown-toggle:focus .bs-caret svg, .dropdown-custom.open .dropdown-toggle.active .bs-caret svg {
  fill: #007dc3;
}

.dropdown-custom.open .dropdown-toggle:before {
  display: none;
  content: none;
}

.dropdown-custom.open .bs-caret:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.dropdown-custom.open .bs-caret svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  fill: #007dc3;
}

.dropdown-custom select.bs-select-hidden,
.dropdown-custom select.selectpicker {
  display: none !important;
}

.dropdown-custom .bootstrap-select {
  width: 100%;
}

.dropdown-custom .bootstrap-select .dropdown-toggle {
  z-index: 50;
}

.dropdown-custom .bootstrap-select.open:after {
  opacity: 1;
  -webkit-transition: opacity 0.05s ease;
  -o-transition: opacity 0.05s ease;
  transition: opacity 0.05s ease;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle {
  border-color: #007dc3;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #007dc3;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle .bs-caret:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle .bs-caret svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  fill: #007dc3;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle .filter-option {
  color: #222222;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle:hover, .dropdown-custom .bootstrap-select.open .dropdown-toggle:focus, .dropdown-custom .bootstrap-select.open .dropdown-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #007dc3;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle:hover .filter-option, .dropdown-custom .bootstrap-select.open .dropdown-toggle:focus .filter-option, .dropdown-custom .bootstrap-select.open .dropdown-toggle:active .filter-option {
  color: #222222;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle:focus {
  border-color: #007dc3;
}

.dropdown-custom .bootstrap-select.open .dropdown-toggle:after {
  background: #ffffff;
}

.dropdown-custom .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.dropdown-custom .bootstrap-select select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.dropdown-custom .bootstrap-select .btn {
  color: #ffffff;
}

.dropdown-custom .bootstrap-select .btn:hover, .dropdown-custom .bootstrap-select .btn:focus {
  color: #007dc3;
}

.dropdown-custom .bootstrap-select.fit-width {
  width: auto;
}

.dropdown-custom .bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}

.dropdown-custom .bootstrap-select.btn-group.disabled:focus {
  outline: none;
}

.dropdown-custom .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.dropdown-custom .bootstrap-select.btn-group > .disabled:focus {
  outline: none;
}

.dropdown-custom .bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0;
  padding: 0;
}

.dropdown-custom .bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 18px;
  right: 35px;
  margin-top: -2px;
  vertical-align: middle;
  border: 0;
}

.dropdown-custom .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  margin: -4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 75;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -o-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #ffffff;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.dropdown-custom .bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-custom .bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.dropdown-custom .dropdown-menu {
  background: #007dc3;
  padding: 12px 0 9px 0;
  width: 100%;
  z-index: 40;
  border-color: #007dc3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dropdown-custom .dropdown-menu ul {
  margin-bottom: 0;
}

.dropdown-custom .dropdown-menu ul li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  padding: 6px 16px;
  white-space: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-custom .dropdown-menu ul li a:hover, .dropdown-custom .dropdown-menu ul li a:focus, .dropdown-custom .dropdown-menu ul li a:active {
  background: none;
  outline: none;
  font-weight: bold;
}

.dropdown-custom .dropdown-menu ul li.active a {
  font-weight: bold;
  background: #007dc3;
}

.dropdown-custom .dropdown-menu ul li.selected-item a {
  font-weight: bold;
  background: #007dc3;
  outline: none;
}

.dropdown-custom .dropdown-menu ul li.selected-item a:focus {
  outline: none;
}

.dropdown .dropdown-menu,
.dropdown-custom .dropdown-menu,
.select-dropdown .dropdown-menu {
  display: block !important;
  overflow: hidden;
  padding: 0;
  border: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.dropdown .dropdown-menu:not(.inner),
.dropdown-custom .dropdown-menu:not(.inner),
.select-dropdown .dropdown-menu:not(.inner) {
  max-height: 0 !important;
  -webkit-transition: max-height 0.575s ease;
  -o-transition: max-height 0.575s ease;
  transition: max-height 0.575s ease;
}

.dropdown .dropdown-menu > *,
.dropdown-custom .dropdown-menu > *,
.select-dropdown .dropdown-menu > * {
  opacity: 0;
  -webkit-transition: opacity 0.725s ease;
  -o-transition: opacity 0.725s ease;
  transition: opacity 0.725s ease;
}

.dropdown .dropdown-menu.iscroll-init,
.dropdown-custom .dropdown-menu.iscroll-init,
.select-dropdown .dropdown-menu.iscroll-init {
  overflow: hidden;
}

.dropdown .dropdown-menu.scroll-wrapper,
.dropdown-custom .dropdown-menu.scroll-wrapper,
.select-dropdown .dropdown-menu.scroll-wrapper {
  position: absolute;
  top: 100%;
  max-height: 500px;
  z-index: 51;
  margin-top: -4px;
}

.dropdown .dropdown-menu.scroll-wrapper > ul,
.dropdown-custom .dropdown-menu.scroll-wrapper > ul,
.select-dropdown .dropdown-menu.scroll-wrapper > ul {
  padding: 16px 28px 12px 0;
}

.dropdown .dropdown-menu.scroll-wrapper > ul li:last-child,
.dropdown-custom .dropdown-menu.scroll-wrapper > ul li:last-child,
.select-dropdown .dropdown-menu.scroll-wrapper > ul li:last-child {
  margin-bottom: 0;
}

.dropdown.open .dropdown-backdrop,
.dropdown-custom.open .dropdown-backdrop,
.select-dropdown.open .dropdown-backdrop {
  position: relative;
  z-index: -10;
}

.dropdown.open .dropdown-menu:not(.inner),
.dropdown-custom.open .dropdown-menu:not(.inner),
.select-dropdown.open .dropdown-menu:not(.inner) {
  max-height: 500px !important;
  -webkit-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
  overflow: hidden;
}

.dropdown.open .dropdown-menu .iscroll-init,
.dropdown-custom.open .dropdown-menu .iscroll-init,
.select-dropdown.open .dropdown-menu .iscroll-init {
  overflow: hidden;
}

.dropdown.open .dropdown-menu > *,
.dropdown-custom.open .dropdown-menu > *,
.select-dropdown.open .dropdown-menu > * {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.iScrollVerticalScrollbar {
  position: absolute;
  top: 16px;
  bottom: 12px;
  right: 6px;
  z-index: 9999;
  width: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.iScrollVerticalScrollbar .iScrollIndicator {
  position: absolute;
  width: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: white;
}

.btn {
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: relative;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.btn:hover, .btn:focus, .btn:active {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}

.btn:active:focus {
  outline: none;
}

.btn span {
  z-index: 3;
  position: relative;
}

.btn.btn-loading:after {
  -webkit-animation-delay: -0.16s !important;
  animation-delay: -0.16s !important;
}

.btn.btn-loading span:before, .btn.btn-loading span:after, .btn.btn-loading:after {
  position: absolute;
}

.btn.btn-loading span {
  color: transparent;
}

.btn.btn-loading span:before {
  left: -52px;
  -webkit-animation-delay: -0.32s !important;
  animation-delay: -0.32s !important;
}

.btn.btn-loading span:after {
  right: -52px;
}

.btn.btn-loading:hover:before, .btn.btn-loading:focus:before {
  opacity: 0;
}

.btn-default, .btn-primary, .btn-tertiary, .btn-stage {
  min-width: 182px;
  z-index:1; /*3457*/
}

.btn-default:hover, .btn-default:focus {
  background: #e55a00;
  color: #e55a00;
}

.btn-default:hover:before, .btn-default:focus:before {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  width: 100%;
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.btn-default:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.btn-default:before {
  -webkit-transform: translateZ(0) scale(0.7, 0);
  transform: translateZ(0) scale(0.7, 0);
}

.btn-default:hover:focus {
  color: #e55a00;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  border: 1px solid #e55a00;
  color: #e55a00;
}

.btn-primary:hover, .btn-primary:focus {
  background: #007dc3;
  color: #007dc3;
}

.btn-primary:hover:before, .btn-primary:focus:before {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  width: 100%;
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.btn-primary:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.btn-primary:before {
  -webkit-transform: translateZ(0) scale(0.7, 0);
  transform: translateZ(0) scale(0.7, 0);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border: 1px solid #007dc3;
  color: #007dc3;
}

.btn-primary:hover:hover, .btn-primary:focus:hover, .btn-primary:active:hover {
  border-color: #007dc3;
}

.btn-primary:hover:hover:focus, .btn-primary:focus:hover:focus, .btn-primary:active:hover:focus {
  color: #007dc3;
}

.btn-tertiary {
  background: #ffffff;
  border-color: #007dc3;
}

.btn-tertiary:hover, .btn-tertiary:focus {
  border-color: #264283;
  color: #264283;
}




.btn-secondary {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #007dc3;
}

.btn-secondary .btn-primary {
  min-width: 36px;
  max-width: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block !important;
}

.btn-secondary .btn-primary:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.btn-secondary .btn-primary:before {
  width: 0;
  height: 0;
}

.btn-secondary span:first-child svg {
  /*position: absolute;
  width: 31px;*/
  height: 36px; /*20px*/
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.btn-secondary span:nth-child(2) {
  padding-left: 47px;
  display: block;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  text-decoration: none;
}

.btn-secondary:hover .btn-primary svg, .btn-secondary:focus .btn-primary svg, .btn-secondary:active .btn-primary svg {
  fill: #007dc3;
}

.btn-secondary:hover .btn-primary:before, .btn-secondary:focus .btn-primary:before, .btn-secondary:active .btn-primary:before {
  width: 100%;
  height: 100%;
  transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.form-group {
  position: relative;
  margin: 0 0 18px;
}

.form-group.input-group {
  display: block;
  width: 100%;
  float: left;
}

.form-group.input-group input {
  /*width: -webkit-calc(100% - 54px);
  width: calc(100% - 54px);*/
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  -webkit-border-radius: 6px 0 0 6px !important;
  border-radius: 6px 0 0 6px !important;
}

.form-group.input-group .input-group-addon {
  /*float: left;*/
  width: 57px;
  height: 54px;
  padding: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #007dc3;
  border: none;
  /*z-index: 4; /*1*/
   z-index: 1; 
  position: relative;
  margin-top : -54px;
  float:right;
}

.form-group .panel-collapse.collapse {
  display: none;
}

.form-group .panel-collapse.in {
  display: block;
}

.form-group label.control-label {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-left: 19px;
  display: block;
  position: relative;
  z-index: 1;
  cursor: text;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  /*z-index: 4;3457*/
      z-index: 1;
  padding-left: 18px;
  color: #222222;
  background:  white; /*3457 #fbfbfb ;*/
  border-color: #dddddd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group .form-control:focus, .form-group .form-control:hover {
  border-color: #007dc3;
  background: #ffffff;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-group .form-control:-moz-placeholder {
  color: #666666;
}

.form-group .form-control::-moz-placeholder {
  color: #666666;
}

.form-group .form-control:-ms-input-placeholder {
  color: #666666;
}

.form-group .input-button-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 7;
  bottom: 15px;
  right: 17px;
  outline-style: none;
}

.form-group .panel-collapse {
  z-index: 10;
  margin-bottom: -7px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  display: block !important;
  overflow: hidden;
  bottom: 56px;
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.form-group .panel-collapse p {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.form-group .panel-collapse:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
  transition: height 0.8s ease;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.form-group .panel-collapse p {
  font-size: 14px;
  padding: 10px 18px 11px 18px;
  margin: 0;
  font-weight: 400;
  line-height: 19px;
}

.form-group .panel-collapse p strong {
  font-weight: 600;
}

.form-group .panel-collapse.in {
  height: auto;
}

.form-group:after {
  content: '';
  position: absolute;
  right: 19px;
  bottom: 56px;
  z-index: 6;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-animation: arrow-input-transition-hide 0.23s;
  animation: arrow-input-transition-hide 0.23s;
}

@-webkit-keyframes arrow-input-transition-hide {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-input-transition-hide {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.form-group.js-form-message-open .form-control {
  background: #ffffff;
  border-color: #007dc3;
}

.form-group.js-form-message-open .panel-collapse {
  opacity: 1;
}

.form-group.js-form-message-open .panel-collapse p {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.form-group.js-form-message-open .panel-collapse:before {
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.form-group.js-form-message-open:after {
  bottom: 44px;
  animation: arrow-input-transition-show 0.23s;
  -webkit-animation: arrow-input-transition-show 0.23s;
  opacity: 1;
}

@-webkit-keyframes arrow-input-transition-show {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes arrow-input-transition-show {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.form-group.js-datepicker-init .form-control {
  color: #666666;
  border-right: none;
  cursor: pointer;
}

.form-group.js-datepicker-init .form-control::-ms-clear {
  display: none;
}

.form-group.js-datepicker-init .form-control:focus, .form-group.js-datepicker-init .form-control:hover {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

.form-group.js-datepicker-init.js-datepicker-shown .input-group-addon,
.form-group.js-datepicker-init .js-datepicker-shown .input-group-addon {
  background-color: #ffffff;
  color: #007dc3;
  border: 1px solid #007dc3;
}

.form-group.js-datepicker-init.js-datepicker-single {
  border-right: none;
}

.form-group.js-datepicker-init.input-daterange .input-group:first-of-type {
  float: left;
}

.form-group.js-datepicker-init.input-daterange .input-group:last-of-type {
  float: right;
}

.form-group.js-form-is-collapsable .form-control {
  padding-right: 55px;
}

.form-group.form-info .input-button-icon-info {
  background: #007dc3;
  border: 1px solid #007dc3;
}

.form-group.form-info .input-button-icon-info:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.form-group.form-info .input-button-icon-info:before {
  width: 0;
  height: 0;
}

.form-group.form-info .input-button-icon-info svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  top: 0;
  left: 1px;
  position: absolute;
}

.form-group.form-info .input-button-icon-info:hover:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.form-group.form-info .input-button-icon-info:hover svg {
  fill: #007dc3;
}

.form-group.form-info .panel-collapse {
  color: #ffffff;
}

.form-group.form-info .panel-collapse:before {
  background: #007dc3;
}

.form-group.form-info .form-control:focus, .form-group.form-info .form-control:hover {
  border-color: #007dc3;
}

.form-group.form-info.js-form-message-open:after {
  border-top: 10px solid #007dc3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.form-group.form-info.js-form-message-open .input-button-icon {
  border: 1px solid #007dc3;
}

.form-group.form-info.js-form-message-open .input-button-icon:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.form-group.form-info.js-form-message-open .input-button-icon svg {
  fill: #007dc3;
}

.form-group.form-info.focus-field .form-control {
  border-color: #007dc3;
}

.form-group.validation-error.js-form-message-open:after {
  border-top: 10px solid #dc291e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.form-group.validation-error .input-button-icon {
  right: 20px;
  bottom: 19px;
}

.form-group.validation-error .input-button-icon svg {
  position: absolute;
  fill: #dc291e;
  width: 30px;
  height: 30px;
}

.form-group.validation-error .panel-collapse {
  color: #ffffff;
}

.form-group.validation-error .panel-collapse:before {
  background: #dc291e;
}

.form-group.validation-error .form-control {
  border-color: #dc291e;
  background: #ffffff;
}

.form-group.validation-error .form-control:focus, .form-group.validation-error .form-control:hover {
  border-color: #dc291e;
}

.form-group.validation-error .form-control::-webkit-input-placeholder {
  color: #dc291e;
}

.form-group.validation-error .form-control:-moz-placeholder {
  color: #dc291e;
}

.form-group.validation-error .form-control::-moz-placeholder {
  color: #dc291e;
}

.form-group.validation-error .form-control:-ms-input-placeholder {
  color: #dc291e;
}

.form-group.form-success:after {
  display: none;
}

.form-group.form-success .input-button-icon {
  background: #a2ad00;
  overflow: hidden;
}

.form-group.form-success .input-button-icon svg {
  fill: #ffffff;
  top: -2px;
  right: -3px;
  position: absolute;
}

.form-group.form-success .panel-collapse {
  color: #ffffff;
}

.form-group.form-success .panel-collapse:before {
  background: #a2ad00;
}

.form-group.form-success .form-control {
  border-color: #a2ad00;
}

.form-group.form-success .form-control:focus, .form-group.form-success .form-control:hover {
  border-color: #a2ad00;
}

.form-group.form-success .form-control::-webkit-input-placeholder {
  color: #a2ad00;
}

.form-group.form-success .form-control:-moz-placeholder {
  color: #a2ad00;
}

.form-group.form-success .form-control::-moz-placeholder {
  color: #a2ad00;
}

.form-group.form-success .form-control:-ms-input-placeholder {
  color: #a2ad00;
}

.form-group.focus-field .form-control {
  background: #ffffff;
}

.form-group.validation-error .form-control {
  border-color: #dc291e;
}

.form-group.validation-error .form-control:hover, .form-group.validation-error .form-control:focus {
  border-color: #dc291e;
}

.textarea {
  position: relative;
}

.textarea:before {
  content: '';
  display: block;
  background: url("../assets/img/textarea-resizer.png") 100% 100% no-repeat !important;
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 0;
  right: 0;
  z-index: 30;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  pointer-events: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.stage-slider-module-initialized .header {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  right: 0;
}

.header {
  position: relative;
  width: auto;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
  padding: 18px 24px 24px 24px;
  top: 0;
  z-index: 100;
}

.header .navbar {
  border: 0;
}

.header .logo {
  color: #ffffff;
  display: inline-block;
  float: left;
  z-index: 3;
}

.header .logo img {
  float: left;
}

.header .logo div {
  float: left;
  margin: 0 0 0 18px;
}

.header .logo div p {
  margin: 0;
  font-weight: 100;
}

.header .logo div p:first-child {
  margin-top: 3px;
}

.header .logo div p:last-child {
  margin-top: -5px;
}

.header .top-links > li {
  list-style: none;
  float: left;
  margin-right: 18px;
}

.header .top-links > li:last-child {
  margin-right: 0;
}

.header .top-links > li a:hover, .header .top-links > li a:focus, .header .top-links > li a:active {
  text-decoration: none;
}

.header .top-links > li.languages {
  margin-left: 18px;
}

.header .top-links > li.languages > a,
.header .top-links > li.languages .dropdown-toggle {
  position: relative;
}

.header .top-links > li.languages > a .icon,
.header .top-links > li.languages .dropdown-toggle .icon {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .top-links > li.languages > a .icon:first-child,
.header .top-links > li.languages .dropdown-toggle .icon:first-child {
  left: -22px;
  top: -3px;
}

.header .top-links > li.languages > a .icon:last-child,
.header .top-links > li.languages .dropdown-toggle .icon:last-child {
  right: -19px;
  top: -2px;
  width: 13px;
}

.header .top-links > li.languages > a:before,
.header .top-links > li.languages .dropdown-toggle:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .top-links > li.languages .dropdown-menu {
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.header .top-links > li.languages .dropdown-menu li {
  float: none;
  display: block;
}

.header .top-links > li.languages .dropdown-menu li:first-child {
  margin-top: 15px;
}

.header .top-links > li.languages .dropdown-menu li:last-child {
  margin-bottom: 15px;
}

.header .top-links > li.languages .dropdown-menu li a {
  color: #007dc3;
  padding: 6px 18px;
  font-size: 16px;
}

.header .top-links > li.languages .dropdown-menu li a:hover, .header .top-links > li.languages .dropdown-menu li a:focus, .header .top-links > li.languages .dropdown-menu li a:active {
  background: transparent;
}

.header .top-links > li.languages .dropdown-menu li a:hover {
  color: #264283;
}

.header .top-links > li.languages .dropdown-menu li.active a {
  background: transparent;
  font-weight: bold;
}

.header .top-links > li.languages.open .dropdown-toggle:before {
  opacity: 1;
  bottom: -20px;
}

.header .top-links > li.languages.open .dropdown-toggle svg:last-child {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.header .top-links > li a {
  position: relative;
  color: #ffffff;
  font-size: 12px;
}

.header .navigation {
  display: block;
}

.header .nav {
  position: static;
  display: inline-block;
  border-bottom: 1px solid #9d775d;
  padding-bottom: 5px;
}

.header .nav li {
  float: left;
  padding: 0 12px;
}

.header .nav li:first-child {
  padding-left: 0;
}

.header .nav li:last-child {
  padding-right: 0;
}

.header .nav li a {
  display: block;
  color: #ffffff;
  padding: 0;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.header .nav li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .nav li > a:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  cursor: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.header .nav li > a:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f7a900;
  -webkit-box-shadow: 0 0 11px 0 rgba(247, 169, 0, 0.75);
  box-shadow: 0 0 11px 0 rgba(247, 169, 0, 0.75);
  opacity: 0;
  cursor: auto;
}

.header .nav li.dropdown {
  position: static;
}

.header .nav li.dropdown .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  overflow-y: hidden;
}

.header .nav li.dropdown .dropdown-menu > li {
  width: 100%;
}

.header .nav li.dropdown .dropdown-menu .btn-group {
  list-style: none;
  padding: 0;
}

.header .login input,
.header .register input {
  border-color: #a3a3a3;
}

.header .user-logged > .dropdown-toggle {
  display: inline-block;
  position: relative;
  background: transparent;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .user-logged > .dropdown-toggle > span {
  margin-top: 15px;
}

.header .user-logged > .dropdown-toggle > span:hover {
  color: #f0ab00;
}

.header .user-logged > .dropdown-toggle .profile-img {
  border: 2px solid #a3746d;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  position: relative;
  height: 50px;
}

.header .user-logged > .dropdown-toggle .profile-img img {
  width: 100%;
}

.header .user-logged > .dropdown-toggle .profile-img .arrow {
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background: #007dc3;
  display: block;
}

.header .user-logged > .dropdown-toggle .profile-img .arrow:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.header .user-logged > .dropdown-toggle .profile-img .arrow svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header .user-logged > .dropdown-toggle:before {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .user-logged .dropdown-menu {
  background-color: #ffffff;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.header .user-logged .dropdown-menu li a {
  border-bottom: 1px solid #e4e4e4;
  padding: 31px 24px 31px 72px;
  color: #007dc3;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.header .user-logged .dropdown-menu li a:hover {
  background-color: transparent;
}

.header .user-logged .dropdown-menu li a:hover > span {
  border-color: #007dc3;
}

.header .user-logged .dropdown-menu li a:hover > span:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.header .user-logged .dropdown-menu li a:hover > span svg {
  fill: #007dc3;
  z-index: 10;
}

.header .user-logged .dropdown-menu li a > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: 35px;
  height: 35px;
  border: 1px solid #007dc3;
  background: #007dc3;
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.header .user-logged .dropdown-menu li a > span:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #ffffff;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.header .user-logged .dropdown-menu li a > span svg {
  fill: #ffffff;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.header .user-logged .dropdown-menu .button {
  padding: 18px 24px;
}

.header .user-logged .dropdown-menu .button .btn {
  width: 100%;
}

.header .user-logged .dropdown-menu .button .btn.btn-default {
  background: #e85b00;
  border-color: #e85b00;
}

.header .user-logged .dropdown-menu .button .btn.btn-default:hover {
  border-color: #e85b00;
  color: #e85b00;
}

.header .user-logged.open .dropdown-toggle {
  color: #f0ab00;
}

.header .user-logged.open .dropdown-toggle .profile-img {
  border-color: #ffffff;
}

.header .user-logged.open .dropdown-toggle .profile-img .arrow {
  border-color: #ffffff;
}

.header .user-logged.open .dropdown-toggle .profile-img .arrow:before {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.header .user-logged.open .dropdown-toggle .profile-img .arrow svg {
  fill: #007dc3;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .user-logged.open .dropdown-toggle:before {
  opacity: 1;
}

.header .header-toggle {
  width: 26px;
  height: 18px;
  right: 23px;
  top: 24px;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
}

.header .header-toggle:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -32px;
  right: 1px;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2a2321;
  cursor: auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .header-toggle > span {
  width: 100%;
  height: 2px;
  position: relative;
  background: #ffffff;
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header .header-toggle > span:nth-child(1) {
  top: -5px;
}

.header .header-toggle > span:nth-child(3) {
  bottom: -5px;
}

.header .header-toggle.js-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.header .header-toggle.js-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2px;
}

.header .header-toggle.js-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 2px;
}

.header .header-toggle.js-active:before {
  opacity: 1;
  bottom: -25px;
}

.header.header-survey {
  position: relative;
}

.header.header-survey .progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-box-shadow: none;
}

.header.header-survey .progress-bar .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.header.header-survey .progress-bar .percent-text {
  display: block;
}

.big-footer {
  height: 96px;
  background-color: #f8f8f8;
  padding-top: 15px;
}

.big-footer .social-icons {
  float: left;
}

.big-footer .social-icons h3 {
  float: left;
}

.big-footer .social-icons ul {
  float: right;
  padding-left: 26px;
  padding-top: 16px;
  margin-bottom: 0;
}

.big-footer .social-icons ul li {
  float: left;
  list-style: none;
  margin: 0 7px 0 0;
}

.big-footer .social-icons ul li a {
  display: block;
  text-align: center;
}

.big-footer .social-icons ul li a svg {
  position: relative;
  width: 40px;
  height: 40px;
}

.big-footer .social-icons ul li:last-child {
  margin-right: 0;
}

.big-footer .social-icons .linked-in svg {
  fill: #007bb6;
}

.big-footer .social-icons .twitter svg {
  fill: #35aee8;
}

.big-footer .social-icons .facebook svg {
  fill: #435896;
}

.big-footer .social-icons .youtube svg {
  fill: #df3423;
}

.big-footer .social-icons .google-plus svg {
  fill: #dd4b38;
}

.big-footer .button-to-top {
  float: right;
}

.big-footer .button-to-top span:first-child {
  padding-right: 10px;
}

.big-footer .button-to-top span:last-child {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 31px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #007dc3;
  background: #ffffff;
  position: relative;
  top: -3px;
}

.big-footer .button-to-top span:last-child:before {
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
  transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
  background: #007dc3;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
}

.big-footer .button-to-top span:last-child svg {
  fill: #007dc3;
  z-index: 10;
  position: relative;
}

.big-footer .button-to-top:hover span:last-child:before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
  opacity: 1;
}

.big-footer .button-to-top:hover span:last-child svg {
  fill: #ffffff;
}

.big-footer .button-to-top:focus, .big-footer .button-to-top:active {
  text-decoration: none;
}

footer.small-footer {
  position: relative;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
}

footer.small-footer .small-footer-right ul li {
  display: inline-block;
}

footer.small-footer ul {
  padding-left: 0;
  display: inline;
  list-style-type: none;
}

footer.small-footer ul li {
  margin-bottom: 7px;
  display: inline;
}

footer.small-footer ul li:last-child {
  margin-right: 0;
}

footer.small-footer ul li a {
  color: #ffffff;
}

footer.small-footer ul li a svg {
  float: left;
  margin-top: -2px;
  margin-right: 4px;
  position: relative;
  width: 20px;
  height: 20px;
}

footer.small-footer ul li a:hover {
  color: #f0ab00;
}

footer.small-footer .copyright {
  color: #ffffff;
  white-space: nowrap;
}

.cookie-layer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.96);
  color: #ffffff;
  padding: 30px 0;
  visibility: hidden;
}

.cookie-layer p a:hover {
  color: #f0ab00;
}

.cookie-layer.js-show {
  visibility: visible;
}

.cookie-layer .cookie-layer-close {
  color: #ffffff;
  float: right;
}

.global-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #484848;
    z-index: 90;
    visibility: hidden;
}

.global-overlay.js-overlay-in {
  -webkit-animation: fadeIn .35s both;
  animation: fadeIn .35s both;
}

.global-overlay.js-overlay-out {
  -webkit-animation: fadeOut .35s both;
  animation: fadeOut .35s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: .8;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: .8;
    visibility: visible;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: .8;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: .8;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}



textarea {
  position: relative;
  background: #fbfbfb;
}

textarea::-webkit-resizer {
  background-color: transparent;
}

.table thead .sort {
  position: relative;
  top: -2px;
  left: -2px;
}

.table thead .sort svg {
  width: 18px;
  height: 18px;
}

.table thead tr th {
  padding-bottom: 6px;
  border-bottom: 0;
  color: #666666;
}

.table tr {
  position: relative;
}

.table tr td:first-child,
.table tr th:first-child {
  padding-left: 12px;
}

.table tr td:last-child,
.table tr th:last-child {
  padding-right: 12px;
}

.table tr td p,
.table tr th p {
  margin: 0;
  padding: 0;
}

.table tr .btn-primary {
  top: 0;
}

.table tbody tr td {
  vertical-align: middle;
}

.table tbody tr td .checkbox {
  margin: 0;
}

.table tbody tr td .checkbox label {
  vertical-align: middle;
}

.table tbody tr:first-child td {
  border-top: 0;
}

.table tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}

.table tbody tr:nth-child(odd) td:last-child {
  border-right: 1px solid #f8f8f8;
}

.table.table-sorter thead tr th {
  cursor: default;
}

.table.table-sorter thead tr th .sort svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table.table-sorter thead tr th.tablesorter-headerAsc .sort svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.table .btn-secondary .btn-primary {
  position: static;
}

.table .btn-secondary .btn-primary svg.icon-chevron-right_20px {
  width: 37px;
}

.table .btn-secondary:hover .btn-primary:before, .table .btn-secondary:focus .btn-primary:before, .table .btn-secondary:active .btn-primary:before {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.tables-scanned-products .table thead tr th:last-child {
  /*text-align: right;*/
}

.tables-scanned-products .table tbody tr td {
  /* line-height: 15.3; */
}

.tables-scanned-products .table tbody tr td .checkbox label {
  padding-left: 31px;
}

.tables-scanned-products .table tbody tr td span:first-child {
  display: block;
}

.tables-scanned-products .dropdown {
  margin-top: 11px;
}



.image-and-text p {
  padding-top: 9px;
}

.content-text-page h2 {
  margin-bottom: 0;
}

.content-text-page h3 {
  margin-top: -5px;
  margin-bottom: 22px;
}

.content-text-page p {
  margin: 0 0 32px;
}

.video-page h1 {
  margin-bottom: 18px;
}

.video-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.global_search {
  background: #f8f8f8;
}

.global_search h2 {
  margin-top: 3px;
  margin-bottom: 8px;
}

.global_search p {
  color: #666666;
}

.global_search .input-group {
  margin: 10px 0 9px 0;
}

.global_search .input-group input {
  border-right: 0;
  padding: 5px 17px 5px 17px;
  background: #ffffff;
}

.global_search .input-group input[type=text]::-ms-clear {
  display: none;
}

.global_search .input-group .input-group-addon .icon-chevron-right_20px {
  position: absolute;
  left: 15px;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.global_search .input-group .input-group-addon .icon-magnifying_glass {
  opacity: 1;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.global_search .input-group.js-autocomplete-open .input-group-addon, .global_search .input-group.submit .input-group-addon {
  background-color: #ffffff;
  color: #007dc3;
  border: 1px solid #007dc3;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.global_search .input-group.js-autocomplete-open .input-group-addon .icon-magnifying_glass, .global_search .input-group.submit .input-group-addon .icon-magnifying_glass {
  opacity: 0;
}

.global_search .input-group.js-autocomplete-open .input-group-addon .icon-chevron-right_20px, .global_search .input-group.submit .input-group-addon .icon-chevron-right_20px {
  opacity: 1;
}

.autocomplete-suggestions {
  display: block !important;
  overflow: hidden;
  background: #007dc3;
  color: #ffffff;
  cursor: pointer;
  margin-top: -4px;
  z-index: 0 !important;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  -ms-overflow-style: none;
}

.autocomplete-suggestions .autocomplete-suggestions-wrapper {
  max-height: 260px;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 0 !important;
}

.autocomplete-suggestions .autocomplete-suggestion {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding-left: 17px;
  padding-right: 20px;
  padding-bottom: 6px;
}

.autocomplete-suggestions .autocomplete-suggestion:first-child {
  padding-top: 20px;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
  padding-bottom: 20px;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
  font-weight: bold;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  margin-right: 0;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.js-autocomplete-open.autocomplete-suggestions {
  max-height: 260px;
}

.js-autocomplete-open.autocomplete-suggestions .autocomplete-suggestion {
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  -o-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
  opacity: 1;
}



.background-info {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.background-info .background-image {
  width: 100%;
  height: 900px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}


@media (max-width: 479px) {
  .header {
    margin-left: -16px;
    margin-right: -16px;
  }
  .dropdown-custom {
    width: 100%;
  }
  .input-forms .login-account .btn-default {
    width: 100%;
  }
  .input-forms .login-account a.accent-paragraph {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  section.contact-info .btn-primary {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  

  .tables-scanned-products .table tbody tr td:nth-child(2), .tables-scanned-products .table tbody tr td:nth-child(4) {
    padding-left: 12px;
  }
  .tables-scanned-products .table tbody tr td:last-child {
    right: -2px;
  }
 
  .big-footer,
  .small-footer {
    margin: 0 -16px;
  }
  .full-width-section {
    margin-left: -25px;
    margin-right: -25px;
  }
  .container {
    padding: 0 25px;
  }
  .content-container {
    padding-top: 25px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  
  .big-footer,
  .small-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cookie-layer p {
    font-size: 14px;
  }
  .cookie-layer .cookie-layer-close {
    padding-left: 10px;
  }
  .cookie-layer .cookie-layer-close .icon {
    margin-top: 0;
  }
  .multi-column-teaser .brand-logos li {
    height: 70px;
  }
  .survey-start .btn-primary {
    min-width: 100%;
  }
  .static-menu-left {
    min-height: 400px;
  }
  .static-menu-left .static-dropdown h2 {
    margin-bottom: 16px;
  }
  .static-menu-left .static-dropdown ul {
    margin-top: 0;
  }
  .static-menu-left .static-dropdown ul li:first-child {
    margin-top: 12px;
  }
  .text-with-tags h1 {
    margin-bottom: 11px;
  }
  .text-with-tags p {
    margin: 0 0 24px;
  }
  .image-with-tags p {
    padding-top: 0;
  }
  .video-with-tags p {
    margin-top: 19px;
    margin-bottom: 28px;
  }
  .overview-articles .list-unstyled {
    margin-bottom: 36px;
  }
  .global_search {
    padding: 15px 25px;
  }
  .content-module-faq .panel-title {
    padding-right: 20px;
  }
  
  .points-to-draw .col-sm-6 .interests-panel .title {
    padding-left: 30px;
  }
  .points-to-draw .col-sm-6 .interests-panel .title h3 {
    padding-left: 0;
    padding-top: 24px;
  }
  .points-to-draw .modal-window .close {
    right: 10px;
    top: 25px;
  }
  .custom-container {
    padding-top: 90px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 60px !important;
  }
 
  .btn-default:hover:active {
    color: #e55a00;
  }
  .btn-primary:hover:active {
    color: #007dc3;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .header {
    margin-left: -24px;
    margin-right: -24px;
  }
  .big-footer,
  .small-footer {
    margin: 0 -24px;
  }
  .full-width-section {
    margin-left: -36px;
    margin-right: -36px;
  }
  .container {
    padding: 0 36px;
  }
  .content-container {
    padding-top: 36px;
  }
  .slider-desc {
    padding-left: 36px;
    padding-right: 36px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  body .reason-box.unordered {
    margin: 0 -2px;
  }
  body .reason-box.unordered .slick-list .slick-slide .image {
    padding: 0 1.5vw;
  }
  body .reason-box.ordered .reasonbox-slider {
    margin: 0 -36px;
  }
  body .reason-box.ordered .reasonbox-slider .slick-slide .text {
    padding: 0 10vw;
  }
  .big-footer,
  .small-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .global_search {
    padding: 15px 36px;
  }
  .custom-container {
    padding-top: 90px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .survey-teaser .modal .modal-dialog .modal-content {
    padding: 20px 25px;
  }
  .gxl-portal .breadcrumb {
    margin-left: -15px;
  }
  .gxl-portal .sidebar-container .sidebar-item {
    margin-left: -36px;
    margin-right: -36px;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .header {
    margin-left: -48px;
    margin-right: -48px;
  }
  .header .nav .dropdown > .dropdown-menu,
  .header .login-register .dropdown .dropdown-menu {
    padding-left: 62px;
    padding-right: 62px;
  }
  .header .nav .dropdown > .dropdown-menu > *,
  .header .login-register .dropdown .dropdown-menu > * {
    padding-top: 60px;
    padding-bottom: 38px;
  }
  .header .login-register .or {
    right: -43px;
  }
  .header .login-register .login:before {
    left: -25px;
  }
  .header .login-register .register-text {
    padding-left: 30px;
    display: block;
  }
  .header .login-register .reward {
    width: 90%;
  }
  .big-footer,
  .small-footer {
    margin: 0 -48px;
  }
  .full-width-section {
    margin-left: -60px;
    margin-right: -60px;
  }
  .container {
    width: 888px;
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .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 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .big-footer,
  .small-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .global_search {
    padding: 15px 60px;
  }
  .custom-container {
    padding-left: 24px;
    padding-right: 24px;
  }
 
}

@media (min-width: 1260px) and (max-width: 1659px) {
  .header {
    margin-left: -78px;
    margin-right: -78px;
  }
  .header .nav .dropdown > .dropdown-menu,
  .header .login-register .dropdown > .dropdown-menu {
    padding-left: 91px;
    padding-right: 91px;
  }
  .header .nav .dropdown > .dropdown-menu > *,
  .header .login-register .dropdown > .dropdown-menu > * {
    padding-top: 54px;
    padding-bottom: 56px;
  }
  .header .login-register .or {
    right: 38px;
  }
  .header .login-register .login:before {
    left: -16%;
  }
  .header .login-register .register-text {
    padding-left: 30px;
    top: 15px;
  }
  .header .login-register .reward img {
    margin-bottom: 33px;
  }
  .big-footer,
  .small-footer {
    margin: 0 -78px;
  }
  .full-width-section {
    margin-left: -90px;
    margin-right: -90px;
  }
  .container {
    width: 1236px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-desc {
    bottom: 5vw;
    width: 100%;
    padding: 40px 90px 45px 90px;
  }
  .slider-desc .slick-slide {
    padding-left: 90px;
    padding-right: 90px;
  }
  .slider-desc .arrow.arrow-left {
    left: 51px;
  }
  .slider-desc .arrow.arrow-right {
    right: 51px;
  }
  .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 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .small-footer,
  .big-footer {
    padding-left: 90px;
    padding-right: 90px;
  }
  .big-footer .button-to-top {
    margin-top: 14px;
  }
  .global_search {
    padding: 15px 90px;
  }
  .custom-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1660px) {
  .header {
    margin-left: -69px;
    margin-right: -69px;
  }
 
  .big-footer,
  .small-footer {
    margin: 0 -69px;
  }
  .full-width-section {
    margin-left: -90px;
    margin-right: -90px;
  }
  .container {
    width: 1578px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px; /*3457*/
  }
  .container.main-content {
    padding-bottom: 90px;
  }
  .slider-desc {
    bottom: 5vw;
    width: 100%;
    padding: 40px 90px 45px 90px;
  }
  .slider-desc .slick-slide {
    padding-left: 90px;
    padding-right: 90px;
  }
  .slider-desc .arrow.arrow-left {
    left: 51px;
  }
  .slider-desc .arrow.arrow-right {
    right: 51px;
  }
  .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 {
    padding-left: 21px;
    padding-right: 21px;
  }
  .row {
    margin-left: -21px;
    margin-right: -21px;
  }
  .big-footer,
  .small-footer {
    padding-left: 90px;
    padding-right: 90px;
  }
  .big-footer .button-to-top {
    margin-top: 14px;
  }
  .login-box .accent-paragraph {
    padding-top: 15px;
  }
  .video-teaser-double .video-teaser .video-wrap,
  .video-teaser-single .video-teaser .video-wrap {
    width: 100%;
  }
  .global_search {
    padding: 15px 90px;
  }
  .content-container {
    background: #ffffff;
    padding-bottom: 90px;
  }
  .custom-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .still-to-gain ul {
    margin-top: 90px;
  }
}

/*
    Additional Breakpoints
*/
@media (max-width: 1659px) {
  .login-register .login .accent-paragraph {
    margin-top: 18px;
  }
}

@media (min-width: 1260px) {
  .header {
    height: 120px;
  }
  .header .navbar .header-container .user-desktop .dropdown.open ul.dropdown-menu {
    max-height: 3000px !important;
  }
  .header .logo {
    margin-top: 30px;
    font-size: 16px;
    position: absolute;
  }
  .header .navigation {
    float: none;
    text-align: center;
  }
  .header .nav {
    display: inline-block;
    margin-top: 47px;
  }
  .header .nav li.active a:after, .header .nav li.open a:after {
    opacity: 1;
  }
  .header .nav li > a:hover:after {
    opacity: 1;
  }
  .header .nav li.dropdown > a:before {
    bottom: -38px;
    opacity: 0;
  }
  .header .nav li.dropdown.open > a:before {
    bottom: -31px;
    opacity: 1;
  }
 
}

@media (min-width: 992px) {
  b,
  strong {
    margin-right: -2px;
  }
  .header .nav li.dropdown > .dropdown-menu {
    margin-top: 18px;
  }
  .header .nav li.dropdown > .dropdown-menu .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .nav li.dropdown > .dropdown-menu .row [class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 31px;
  }
  .header .nav li.dropdown > .dropdown-menu .row [class*=col-] .btn-group {
    width: 100%;
  }
  .header .nav li.dropdown > .dropdown-menu .row [class*=col-] .btn-group a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .nav li.dropdown.open > a:before {
    bottom: -31px;
    opacity: 1;
  }
 
  .main-content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .table tbody tr:first-child td {
    border-top: 1px solid transparent;
  }
  .table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
  }
  .table tbody tr td {
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
    position: relative;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .table tbody tr td:first-child {
    border-left: 1px solid transparent;
  }
  .table tbody tr td:last-child {
    border-right: 1px solid transparent;
  }
  .table tbody tr td .btn {
    float: right;
    display: block;
  }
  .table.table-hovered tbody tr:hover td:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    margin: auto;
    height: 1px;
    background: #66b1db;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .table.table-hovered tbody tr:hover:first-child td {
    border-top: 1px solid #66b1db;
  }
  .table.table-hovered tbody tr:hover:last-child td {
    border-bottom: 1px solid #66b1db;
  }
  .table.table-hovered tbody tr:hover td {
    border-top: 1px solid #66b1db;
    border-bottom: 1px solid #66b1db;
  }
  .table.table-hovered tbody tr:hover td:first-child {
    border-left: 1px solid #66b1db;
  }
  .table.table-hovered tbody tr:hover td:last-child {
    border-right: 1px solid #66b1db;
  }
  .tables-scanned-products .btn-secondary {
    float: right;
    display: block;
    margin-right: 45%; /*-55%;*/
    position: relative;
    /*z-index: 3;*/
    z-index: 2;
  }
  .account-balance .table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .account-balance .table tbody tr td > p {
    margin: 0;
  }
  .big-footer .button-to-top {
    margin-top: 14px;
  }
  footer.small-footer .small-footer-left {
    text-align: left;
  }
  footer.small-footer .small-footer-left ul li {
    margin-right: 23px;
  }
  footer.small-footer .small-footer-right {
    text-align: right;
  }
  footer.small-footer .small-footer-right ul li {
    margin-left: 23px;
  }
  .tables-filelist .table tbody tr td:first-child .file-icon {
    left: -9px;
  }
  .tables-filelist .table tbody tr td:nth-child(4) {
    padding-right: 11px;
  }
  .tables-filelist .table tbody tr td:last-child {
    width: 7%;
  }
 
 
  
  .media p {
    padding-top: 30%;
  }
  .table-mobile-responsive table thead th {
    white-space: nowrap;
  }
  .table-mobile-responsive table thead th div strong {
    max-width: 80px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  b,
  strong {
    margin-right: -2px;
  }
 
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
 
  footer.small-footer .small-footer-left {
    margin-bottom: 17px;
  }
  footer.small-footer .small-footer-left ul {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  footer.small-footer .small-footer-left ul li:first-child {
    float: left;
    margin-top: 0;
  }
  footer.small-footer .small-footer-left ul li:last-child {
    float: right;
  }
  footer.small-footer .small-footer-center {
    text-align: right;
  }
  footer.small-footer .small-footer-right ul {
    text-align: left;
  }
  footer.small-footer .small-footer-right ul li {
    margin-bottom: 9px;
    display: block;
  }
  footer.big-footer {
    text-align: center;
    height: auto;
    padding: 24px 0 8px;
    margin-top: -1px;
  }
  footer.big-footer h3 {
    display: none;
  }
  footer.big-footer .social-icons {
    float: none;
    display: inline-block;
  }
  footer.big-footer .social-icons ul {
    float: none;
    padding: 22px 0 0;
  }
  footer.big-footer .social-icons ul li {
    margin: 0 15px 0 0;
  }
  footer.big-footer .button-to-top {
    float: none;
    text-align: center;
    display: block;
  }
  footer.big-footer .button-to-top span:first-child {
    display: none;
  }
  .teasers .teaser-panel {
    margin-bottom: 30px;
  }
 
  .table-mobile-responsive {
    margin: 0 -12px;
  }
  .table-mobile-responsive .table-striped > tbody > tr:nth-of-type(odd):not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .table-mobile-responsive .table-striped > tbody > tr:nth-of-type(odd):not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .table-mobile-responsive table,
  .table-mobile-responsive tbody,
  .table-mobile-responsive td,
  .table-mobile-responsive th,
  .table-mobile-responsive thead,
  .table-mobile-responsive tr {
    overflow: hidden;
    display: block;
  }
  .table-mobile-responsive .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-mobile-responsive .table td {
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  .table-mobile-responsive .table td:before {
    content: attr(data-title);
    top: 6px;
    left: 6px;
    width: 100%;
    margin-bottom: 3px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    display: block;
    padding-bottom: 1px;
    color: #666666;
  }
  .table-mobile-responsive .table tbody tr {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .table-mobile-responsive .table tbody tr td {
    padding-top: 20px;
    padding-bottom: 13px;
  }
  .table-mobile-responsive .table tbody tr td:not(:first-child) {
    display: inline-block;
    padding-top: 0;
  }
  .table-mobile-responsive .table tbody tr td:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .table-mobile-responsive .table.table-responsive {
    border: 0;
  }
  .tables-scanned-products .table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .tables-filelist .table tbody tr td.text-right {
    position: absolute;
    bottom: 8px;
  }
  .tables-favourites .table,
  .tables-purchases .table {
    margin-top: 30px;
  }
  .tables-favourites .table tbody tr td:last-child,
 
  .tables-scanned-products .table tbody tr td:first-child {
    padding-bottom: 16px;
  }
  .tables-scanned-products .table tbody tr td:nth-child(2), .tables-scanned-products .table tbody tr td:nth-child(3) {
    padding-bottom: 19px;
  }
  .tables-scanned-products .table tbody tr td:nth-child(2), .tables-scanned-products .table tbody tr td:nth-child(4) {
    width: 50%;
  }
  .tables-scanned-products .table tbody tr td:nth-child(4) {
    text-align: left !important;
    padding-bottom: 20px;
  }
  .tables-scanned-products .table tbody tr td:last-child {
    position: absolute;
    bottom: 18px;
  }
  .tables-scanned-products .table tbody tr td .checkbox {
    margin-top: 4px;
  }
  .tables-project-service-list .table tbody tr {
    padding: 0 0 5px;
  }
  .tables-project-service-list .table tbody tr td .title {
    width: 71%;
  }
  .tables-project-service-list .table tbody tr td:nth-child(2), .tables-project-service-list .table tbody tr td:nth-child(4), .tables-project-service-list .table tbody tr td:nth-child(5) {
    width: 49%;
    vertical-align: top;
  }
  .tables-project-service-list .table tbody tr td:nth-child(6) {
    width: 100%;
    text-align: left;
  }
  .tables-project-service-list .table tbody tr td:nth-child(6) span:first-child {
    position: relative;
    display: inline-block;
    margin-right: 7px;
  }
  .tables-project-service-list .table tbody tr td:nth-child(6) span:first-child:before {
    content: ',';
    position: absolute;
    right: -5px;
    bottom: 0;
  }
  .tables-project-service-list .table tbody tr td:last-child {
    position: absolute;
    top: 20px;
    padding: 0;
  }
  .tables-task-list .table tbody tr {
    padding-bottom: 9px;
  }
  .tables-task-list .table tbody tr td {
    position: static;
  }
  .tables-task-list .table tbody tr td:first-child {
    padding-bottom: 16px;
  }
  .tables-task-list .table tbody tr td:first-child svg.icon {
    margin-left: 0;
    margin-right: 0;
  }
  .tables-task-list .table tbody tr td:nth-child(2) {
    padding-bottom: 14px;
  }
  .tables-task-list .table tbody tr td:nth-child(3) {
    width: 100%;
    padding-bottom: 16px;
  }
  .tables-task-list .table tbody tr td:nth-child(4) {
    width: 50%;
  }
  .tables-task-list .table tbody tr td .checkbox {
    position: absolute;
    top: 29px;
  }
  .tables-task-list .table tbody tr td svg.icon {
    margin-left: -6px;
  }
  
  .static-menu-left .static-dropdown ul {
    margin-top: -8px;
  }
  body.touch .dropdown .scroll-wrapper, body.touch .dropdown .autocomplete-suggestions-wrapper, body.touch .autocomplete-suggestions .scroll-wrapper, body.touch .autocomplete-suggestions .autocomplete-suggestions-wrapper {
    overflow: auto !important;
  }
  body.no-touch .dropdown .scroll-wrapper, body.no-touch .dropdown .autocomplete-suggestions-wrapper, body.no-touch .autocomplete-suggestions .scroll-wrapper, body.no-touch .autocomplete-suggestions .autocomplete-suggestions-wrapper {
    overflow: hidden !important;
  }
  .dropdown .filter-option {
    top: 25%;
  }
  .global_search .input-group {
    margin-top: 9px;
  }
  
  
}

@media (max-width: 1259px) {
  .big-footer {
    text-align: center;
  }
  .header {
    height: 66px;
    padding: 0;
  }
  .header .logo {
    margin-left: 24px;
    margin-top: 12px;
    position: relative;
    z-index: 3;
  }
  .header .logo img {
    width: 42px;
  }
  .header .logo span {
    float: left;
    margin: 0 0 0 11px;
  }
  .header .logo span p {
    margin: 0;
    font-weight: 100;
  }
  .header .logo span p:first-child {
    margin-top: 0;
  }
  .header .nav {
    border: 0;
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 26px;
  }
  .header .nav > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
  .header .nav > li > a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 22px 0;
    line-height: 1;
    border-bottom: 1px solid #6d6a5e;
  }
  .header .nav > li.dropdown > a:after {
    display: none;
  }
  .header .nav > li.dropdown > a:before {
    bottom: -8px;
  }
  .header .nav > li.dropdown .dropdown-menu {
    position: static;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .header .nav > li.dropdown .dropdown-menu > * {
    margin: 27px 0 3px;
  }
  .header .nav > li.dropdown .dropdown-menu:after, .header .nav > li.dropdown .dropdown-menu:before {
    display: none;
  }
  .header .nav > li.dropdown .dropdown-menu > li {
    display: block;
    width: 100%;
    float: none;
  }
  .header .nav > li.dropdown .dropdown-menu .btn-group {
    float: none;
    display: block;
    margin-bottom: 25px;
  }
  .header .nav > li.dropdown.open > a:before {
    bottom: -1px;
  }
  .header .header-container {
    background: #2a2321;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
  }
  .header .header-container.in {
    overflow: visible;
  }
  .header .header-container .navigation {
    position: relative;
  }
  .header .user-desktop {
    display: none;
  }
  .header .user-mobile {
    position: relative;
    margin-top: 71px;
    margin-bottom: 4px;
  }
  .header .user-mobile .dropdown {
    position: static;
  }
  .header .user-mobile .dropdown.open > .btn {
    color: #e85b00;
  }
  .header .user-mobile .dropdown.open > .btn:after {
    opacity: 1;
    bottom: -21px;
  }
  .header .user-mobile .dropdown.open > .btn:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
    transition: width 0.2s ease, height 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
    -o-transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
    transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease;
    transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease, opacity 0s ease, -webkit-transform 0.2s ease;
    opacity: 1;
  }
  .header .user-mobile .dropdown.open > .btn:focus {
    color: #e85b00;
  }
  .header .user-mobile .dropdown > .btn {
    position: absolute;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    top: -72px;
    background: #e85b00;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    padding: 12px 5px;
  }
  .header .user-mobile .dropdown > .btn:before {
    -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
    transition: width 0s ease 0.4s, height 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
    -o-transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
    transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease;
    transition: width 0s ease 0.4s, height 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.3s ease, -webkit-transform 0s ease 0.4s;
    background: #ffffff;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 0;
  }
  .header .user-mobile .dropdown > .btn:active, .header .user-mobile .dropdown > .btn:focus, .header .user-mobile .dropdown > .btn:hover {
    outline: none;
    color: #ffffff;
  }
  .header .user-mobile .dropdown > .btn:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    cursor: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .user-mobile .dropdown .dropdown-menu {
    top: -4px;
  }
  .header .user-mobile .dropdown:first-child > .btn {
    left: 24px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 1px 0 0 0 #2a2321;
    box-shadow: 1px 0 0 0 #2a2321;
    z-index: 10;
  }
  .header .user-mobile .dropdown:first-child > .btn:before {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .header .user-mobile .dropdown:last-child > .btn {
    right: 24px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
  }
  .header .user-mobile .dropdown:last-child > .btn:before {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
  }
  .header .user-mobile .dropdown .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    border: 0;
    padding: 0 24px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
  }
  .header .user-mobile .dropdown .dropdown-menu > * {
    margin-top: 23px;
    margin-bottom: 25px;
  }
  .header .user-mobile .dropdown .dropdown-menu h3 {
    font-size: 24px;
    margin: 0 0 26px 0;
  }
  .header .user-mobile .dropdown .dropdown-menu .btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .header .user-mobile .dropdown .dropdown-menu .accent-paragraph,
  .header .user-mobile .dropdown .dropdown-menu .register-text {
    text-align: center;
    display: block;
  }
  .header .user-mobile .dropdown .dropdown-menu .reward {
    margin: 0 0 20px;
    text-align: center;
  }
  .header .user-mobile .dropdown .dropdown-menu .reward img {
    display: inline-block;
  }
  .header .user-mobile .dropdown .dropdown-menu .checkbox {
    margin: 22px 0 40px;
  }
  .header .user-mobile .dropdown.open > .btn:before {
    opacity: 1;
  }
  .header .user-mobile .dropdown.open .dropdown-menu {
    margin: 0 0 20px;
  }
  .header .user-logged {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 1px;
  }
  .header .user-logged .dropdown-toggle {
    display: inline-block;
  }
  .header .user-logged .dropdown-toggle .profile-img {
    float: left;
    margin-top: -6px;
    margin-left: -15px;
  }
  .header .user-logged .dropdown-toggle .profile-img .arrow {
    bottom: -3px;
    left: -3px;
  }
  .header .user-logged .dropdown-toggle > span {
    float: right;
    margin-left: 18px;
    margin-top: 10px;
  }
  .header .user-logged .dropdown-toggle:before {
    bottom: -30px;
    left: -4px;
  }
  .header .user-logged .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    margin-top: 17px;
  }
  .header .user-logged .dropdown-menu li a {
    padding: 31px 24px 31px 83px;
  }
  .header .user-logged .dropdown-menu li a > span {
    left: 36px;
  }
  .header .user-logged.open .dropdown-toggle:before {
    bottom: -25px;
  }
  .header .top-links {
    display: block;
    text-align: center;
    padding: 0;
    margin: 15px 0 30px 0;
    position: relative;
  }
  .header .top-links li {
    display: inline-block;
    float: none;
    position: static;
    margin-right: 22px;
  }
  .header .top-links li.dropdown .dropdown-menu {
    position: absolute;
    float: none;
    width: 100%;
    margin-top: 16px;
  }
  .header .top-links li.dropdown.open .dropdown-menu {
    margin-bottom: -24px;
  }
  .header.header-survey {
    height: 66px;
  }
  .header.header-survey .progress-bar .percent-text {
    position: absolute;
    right: 24px;
    font-size: 42px;
    top: 26px;
  }
  .header.header-survey .progress-bar .percent-text .symbol {
    font-size: 35px;
    position: relative;
    top: 2px;
    left: -2px;
  }
  .main-content {
    padding-top: 36px;
  }
  .small-footer .small-footer-left ul li:first-child {
    margin-top: -5px;
  }
 
 
  
}


.well {
  min-height: 20px !important;
  padding: 12px !important;
  margin-bottom: 12px !important;
  background-color: #ffffff !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}


.logo-loginned {
    background: transparent url(../Images/gfkhome-logo.png) no-repeat top center;
    background-position: 12px 0px;
    min-height: 52px;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    padding-right: 0px;
    
}

.sectionHeading {
    font-weight: bold;
    font-family: Insight-web-bold;
}

.logo-loginned .sectionHeading {
    
    color: #484848;
    font-size: 27px;
    padding-left: 60px;
    font-family: Insight-web-regular;
    text-transform: uppercase;
    text-shadow: 1px 1px #d1d1d1;
    padding-top: 0px;
    margin-top: -4px;
    font-weight: normal;
}

.logo-loginned .sectionHeadingBreadCrumbs {
    
    color: #727272;
    font-size: 14px;
    padding-left: 61px;
    font-family: Insight-web-regular;
    text-shadow: 1px 1px #bdbdbd;
    margin-top: -6px;
}

.logo-atlas {   
    min-height: 52px;
    padding-top: 34px;
}



/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

/*.icon-circle-right {
  font-size: 32px;
  color: red;
}*/




/*Deve css*/
/***************************************************************************
*  Style Guide clickdummy styles.
*  NOTE: These styles must be removed from the production build!!!
****************************************************************************/
body.style-guide .page-logo ul, body.style-guide .fonts-example .insight-web-example p:first-child, body.style-guide .footer_title, body.style-guide .navbar .navbar-brand {
  font-family: "Insight Web", Helvetica, Arial, sans-serif;
}

body.style-guide figure.highlight > pre, body.style-guide .list-group .top-item {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sixteen-nine {
  position: relative;
  margin-bottom: 20px;
}

.sixteen-nine:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.sixteen-nine > .content > * {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sixteen-ten {
  position: relative;
  margin-bottom: 20px;
}

.sixteen-ten:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 62.5%;
}

.sixteen-ten > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.sixteen-ten > .content > * {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-container-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

@-webkit-keyframes loading-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * Syntax highlighting styles
 */
body.style-guide pre {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

body.style-guide .highlight .c {
  color: #998;
  font-style: italic;
}

body.style-guide .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

body.style-guide .highlight .k {
  font-weight: bold;
}

body.style-guide .highlight .o {
  font-weight: bold;
}

body.style-guide .highlight .cm {
  color: #998;
  font-style: italic;
}

body.style-guide .highlight .cp {
  color: #999;
  font-weight: bold;
}

body.style-guide .highlight .c1 {
  color: #998;
  font-style: italic;
}

body.style-guide .highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}

body.style-guide .highlight .gd {
    color: #484848;
    background-color: #fdd;
}

    body.style-guide .highlight .gd .x {
        color: #484848;
        background-color: #faa;
    }

body.style-guide .highlight .ge {
  font-style: italic;
}

body.style-guide .highlight .gr {
  color: #a00;
}

body.style-guide .highlight .gh {
  color: #999;
}

body.style-guide .highlight .gi {
    color: #484848;
    background-color: #dfd;
}

    body.style-guide .highlight .gi .x {
        color: #484848;
        background-color: #afa;
    }

body.style-guide .highlight .go {
  color: #888;
}

body.style-guide .highlight .gp {
  color: #555;
}

body.style-guide .highlight .gs {
  font-weight: bold;
}

body.style-guide .highlight .gu {
  color: #aaa;
}

body.style-guide .highlight .gt {
  color: #a00;
}

body.style-guide .highlight .kc {
  font-weight: bold;
}

body.style-guide .highlight .kd {
  font-weight: bold;
}

body.style-guide .highlight .kp {
  font-weight: bold;
}

body.style-guide .highlight .kr {
  font-weight: bold;
}

body.style-guide .highlight .kt {
  color: #458;
  font-weight: bold;
}

body.style-guide .highlight .m {
  color: #099;
}

body.style-guide .highlight .s {
  color: #f0ab00;
}

body.style-guide .highlight .na {
  color: #007dc3;
}

body.style-guide .highlight .nb {
  color: #0086B3;
}

body.style-guide .highlight .nc {
  color: #458;
  font-weight: bold;
}

body.style-guide .highlight .no {
  color: #008080;
}

body.style-guide .highlight .ni {
  color: #800080;
}

body.style-guide .highlight .ne {
  color: #900;
  font-weight: bold;
}

body.style-guide .highlight .nf {
  color: #900;
  font-weight: bold;
}

body.style-guide .highlight .nn {
  color: #555;
}

body.style-guide .highlight .nt {
  color: #d65400;
}

body.style-guide .highlight .nv {
  color: #008080;
}

body.style-guide .highlight .ow {
  font-weight: bold;
}

body.style-guide .highlight .w {
  color: #bbb;
}

body.style-guide .highlight .mf {
  color: #099;
}

body.style-guide .highlight .mh {
  color: #099;
}

body.style-guide .highlight .mi {
  color: #099;
}

body.style-guide .highlight .mo {
  color: #099;
}

body.style-guide .highlight .sb {
  color: #d14;
}

body.style-guide .highlight .sc {
  color: #d14;
}

body.style-guide .highlight .sd {
  color: #d14;
}

body.style-guide .highlight .s2 {
  color: #d14;
}

body.style-guide .highlight .se {
  color: #d14;
}

body.style-guide .highlight .sh {
  color: #d14;
}

body.style-guide .highlight .si {
  color: #d14;
}

body.style-guide .highlight .sx {
  color: #d14;
}

body.style-guide .highlight .sr {
  color: #009926;
}

body.style-guide .highlight .s1 {
  color: #d14;
}

body.style-guide .highlight .ss {
  color: #990073;
}

body.style-guide .highlight .bp {
  color: #999;
}

body.style-guide .highlight .vc {
  color: #008080;
}

body.style-guide .highlight .vg {
  color: #008080;
}

body.style-guide .highlight .vi {
  color: #008080;
}

body.style-guide .highlight .il {
  color: #099;
}

body.style-guide figure.highlight > pre {
  padding: 0;
  -webkit-box-shadow: 0 0.3em 0.5em -0.2em rgba(0, 0, 0, 0.24), 0.5em 1em 2em -0.75em rgba(0, 0, 0, 0.24), 1.5em 1em 3em -0.5em rgba(100, 100, 100, 0.25), 0 3em 3em -0.25em rgba(100, 100, 100, 0.12);
  box-shadow: 0 0.3em 0.5em -0.2em rgba(0, 0, 0, 0.24), 0.5em 1em 2em -0.75em rgba(0, 0, 0, 0.24), 1.5em 1em 3em -0.5em rgba(100, 100, 100, 0.25), 0 3em 3em -0.25em rgba(100, 100, 100, 0.12);
  will-change: box-shadow;
}

body.style-guide figure.highlight > pre table pre {
  border: none;
}

body.style-guide figure.highlight > pre table code pre {
  padding: 0;
}

body.style-guide figure.highlight .lineno {
  border-left: none;
  border-top: none;
  border-right: 1px solid #c1c1c1;
  background: #ececec;
  color: #5c5c5c;
  font-weight: bold;
}

.b2b body.style-guide .footer_title {
  color: #007cc1;
}

body.style-guide .survey-teaser:not(:first-child) {
  margin-top: 30px;
}

body.style-guide .page-logo {
  margin-bottom: 40px;
}

body.style-guide .page-logo ul {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0;
}

body.style-guide .fonts-example {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.style-guide .fonts-example .insight-web-example p:first-child span:first-child {
  font-size: 30px;
}

body.style-guide .fonts-example .insight-web-example p:first-child span:last-child {
  font-size: 16px;
}

body.style-guide .fonts-example .insight-web-example p:nth-child(2) {
  color: #999999;
  font-size: 42px;
}

body.style-guide .fonts-example .arial-example p:first-child span:first-child {
  font-size: 30px;
}

body.style-guide .fonts-example .arial-example p:first-child span:last-child {
  font-size: 16px;
}

body.style-guide .fonts-example .arial-example p:nth-child(2) {
  font-size: 42px;
  padding-top: 7px;
  color: #999999;
  line-height: 57px;
}

body.style-guide .footer_title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  word-break: break-all;
}

body.style-guide .navbar {
  margin-bottom: 50px;
}

body.style-guide .navbar .navbar-brand {
  font-weight: normal;
  font-size: 23px;
}

body.style-guide .position-element-at-top-of-container {
  margin-top: -90px;
}

body.style-guide .content-container {
  background: #ffffff;
  padding-bottom: 90px;
}

body.style-guide .sub-section {
  display: block;
}

body.style-guide .sub-section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

body.style-guide .sub-section.buttons .btn-default, body.style-guide .sub-section.buttons .btn-primary, body.style-guide .sub-section.buttons .btn-tertiary {
  margin-bottom: 20px;
}

body.style-guide .sub-section.buttons .btn-secondary .btn {
  margin-bottom: 0;
}

body.style-guide .highlight {
  margin-bottom: 40px;
}

body.style-guide .top-margin {
  margin-top: 40px;
}

body.style-guide .page-header {
  margin-bottom: 50px;
}

body.style-guide[class*=section] .section-title {
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

body.style-guide[class*=section] .sub-title {
  color: #777777;
  margin-bottom: 20px;
  margin-top: 35px;
}

body.style-guide .list-group .top-item {
  background: #eeeeee;
  font-weight: bold;
}

body.style-guide .list-group .top-item:hover {
  background: #e7e7e7;
}

body.style-guide .list-group .sub-item {
  padding-left: 35px;
}

body.style-guide .section.interactions .global_search {
  padding: 0;
}

body.style-guide .section.typography .sub-section.headings .list-unstyled {
  margin-top: 30px;
}

body.style-guide .section.colors .sub-section .color > div {
  margin-bottom: 42px;
  padding: 25px 25px 80px;
  color: #ffffff;
}

body.style-guide .section.colors .sub-section .color > div div:first-child {
  font-weight: bold;
}

body.style-guide .section.colors .sub-section .color > div div:nth-child(2) {
  margin-top: 10px;
}

body.style-guide .section.colors .gfk-orange > div {
  padding: 25px 25px 285px 25px !important;
}

body.style-guide .section.colors .b2b-gradient div,
body.style-guide .section.colors .gray-4 div,
body.style-guide .section.colors .gray-5 div,
body.style-guide .section.colors .gray-6 div {
    color: #484848;
}

body.style-guide .section.grid .col-inner {
  text-align: center;
  background: #e9ebc2;
  font-size: 16px;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: bold;
  color: #484848;
}

body.style-guide .stage-button-section {
  padding-top: 20px;
  background: #e4e4e4;
}

@media (max-width: 479px) {
  body.style-guide .page-logo ul {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  body.style-guide .section {
    padding: 50px 0 30px;
  }
  body.style-guide .section .highlight {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  body.style-guide .list-unstyled {
    margin-top: 30px;
  }
}

body.style-guide code {
  background-color: rgba(34, 34, 34, 0.6);
  color: #ffffff;
}

body.style-guide .srcset-debug-label {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px;
  word-break: break-all;
  margin-top: 100px;
}

body.style-guide.homepage .page-title {
  margin-bottom: 50px;
}

.style-switcher {
  background: white;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 7px 15px;
  cursor: pointer;
  z-index: 99999;
  -webkit-border-radius: 15px 0 0 0;
  border-radius: 15px 0 0 0;
  border-top: 2px solid rgba(0, 0, 0, 0.35);
  border-left: 2px solid rgba(0, 0, 0, 0.35);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}


.cu-page-bg {
    margin: 0 auto !important;
    position: relative !important;
    /*width: 1198px;*/
}

.page {
    -webkit-box-shadow: 0 -5px 11px 0 rgba(0,0,0,0.20) !important;
    -moz-box-shadow: 0 -5px 11px 0 rgba(0,0,0,0.20) !important;
    box-shadow: 0 -5px 11px 0 rgba(0,0,0,0.20) !important;
    background-color: #ffffff !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    /*width: 1198px;*/
    min-height: 100% !important;
    position: fixed !important;
}

.table .btn-secondary .btn-primary svg.icon-circle-right {
  width: 36px; /*37px*/
}

.icon-circle-right {
  position: absolute;
  left: 15px;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.icon-circle-right, .icon-circle-right {
  opacity: 1;
}

.icon-circle-right, .icon-circle-right {
  opacity: 1;
}

.dxeListBoxItem {
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 6px 2px 9px 19px;
    /*padding:3px 2px 4px 3px;*/
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
}

input[type="text"].dxeEditAreaSys {
    margin-top:-7px;
    margin-bottom :0;
    font-family: Arial;
}


.icon-search {
  position: absolute;
  left: 15px;
  opacity: 0;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.icon-search, .icon-search {
  opacity: 1;
}

.icon-search, .icon-search {
  opacity: 1;
}