.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  background: white;
}
@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1165px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@font-face {
  font-family: 'iconfont';
  src: url('../../assets/fonts/iconfont.eot?8');
  src: url('../../assets/fonts/iconfont.eot?8#iefix') format('embedded-opentype'), url('../../assets/fonts/iconfont.woff?8') format('woff'), url('../../assets/fonts/iconfont.ttf?8') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vde8';
  src: url('../../assets/fonts/vde8.eot?4');
  src: url('../../assets/fonts/vde8.eot?4#iefix') format('embedded-opentype'), url('../../assets/fonts/vde8.woff?4') format('woff'), url('../../assets/fonts/vde8.ttf?4') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
}
.vdeIcon:before {
  font-family: "vde8";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
}
.icon-right-dir:before {
  content: '\e800';
}
/* '' */
.icon-right-open:before {
  content: '\e801';
}
/* '' */
.icon-down-dir:before {
  content: '\e802';
}
/* '' */
.icon-up-dir:before {
  content: '\e803';
}
/* '' */
.icon-left-dir:before {
  content: '\e804';
}
/* '' */
.icon-left-open:before {
  content: '\e805';
}
/* '' */
.icon-down-open:before {
  content: '\e806';
}
/* '' */
.icon-up-open:before {
  content: '\e807';
}
/* '' */
.icon-ccw:before {
  content: '\e808';
}
/* '' */
.icon-menu:before {
  content: '\f0c9';
}
/* '' */
.icon-circle:before {
  content: '\f111';
}
/* '' */
/* icons allgemein */
.icon-home:before {
  content: "\e800";
}
.icon-login:before {
  content: "\e801";
}
.icon-search:before {
  content: "\e812";
}
.icon-check:before {
  content: "\e817";
}
.icon-chevron-down:before {
  content: "\e816";
}
.icon-top:before {
  content: "\e815";
}
/* icons social media */
.icon-twitter:before {
  content: "\e802";
}
.icon-facebook:before {
  content: "\e803";
}
.icon-linkedin:before {
  content: "\e804";
}
.icon-mail:before {
  content: "\e805";
}
/* icons mediathek */
.icon-images:before {
  content: "\e806";
  color: #b26568;
}
.icon-downloads:before {
  content: "\e807";
  color: #b5a05a;
}
.icon-videos:before {
  content: "\e808";
  color: #5ba680;
}
.icon-webcams:before {
  content: "\e809";
  color: #4590a9;
}
.icon-3d:before {
  content: "\e810";
  color: #8d60a3;
}
.icon-all:before {
  content: "\e811";
  color: #656a74;
}
.icon-gallery:before {
  content: "\e813";
}
.icon-images2:before {
  content: "\e814";
}
.icon-download:before {
  content: "\e818";
}
img {
  max-width: 100%;
  height: auto;
}
h4 {
  color: #32a4c8;
}
.sprite {
  display: inline-block;
}
img[data-srcset] {
  visibility: hidden;
}
img.yass-ready {
  visibility: visible;
}
.figure {
  margin: 20px 0;
}
.figure .caption {
  padding-top: 4px;
  font-style: italic;
  font-size: 12px;
}
.figure .lightboxImage,
.figure .lightboxVideo {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.figure .lightboxImage:hover,
.figure .lightboxVideo:hover {
  cursor: pointer;
}
.figure .lightboxImage img,
.figure .lightboxVideo img {
  display: block;
}
.figure .lightboxImage:before {
  content: "";
  z-index: 100;
  background: url("../../assets/icons/zoom.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 6px;
  right: 4px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}
.table td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border-top: 1px solid #dbdbde !important;
  border-bottom: 1px solid #dbdbde !important;
}
.table td[align="left"] {
  padding-left: 0 !important;
}
.table td[align="right"] {
  padding-right: 0 !important;
}
hr {
  border-color: #dbdbde !important;
}
.list-group {
  padding-left: 0;
  list-style-type: none;
}
.list-group li {
  padding: 10px 0;
  margin-top: -1px;
  border-bottom: 1px solid #dbdbde;
  border-top: 1px solid #dbdbde;
}
.list-group li:before,
.list-group li:after {
  content: " ";
  display: table;
}
.list-group li:after {
  clear: both;
}
.list-group a {
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .list-group li {
    padding: 20px 0;
  }
}
.form-control {
  height: auto !important;
  padding: 3px 12px !important;
}
input.form-control {
  font-size: 13px;
  line-height: 20px;
}
.btn {
  padding: 3px 12px !important;
}
.btn-transparent {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #333333;
}
a.more {
  display: inline-block;
  font-style: italic;
  text-decoration: none !important;
  border-bottom: 1px solid #32a4c8;
  line-height: 14px;
  font-size: 12.6px;
  padding-left: .04em;
  color: #32a4c8 !important;
}
a.more:after {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  content: '\e802';
  margin-right: -4px;
}
a.more:hover {
  color: #28839f !important;
}
.jumbo {
  position: relative;
  margin-bottom: 30px;
}
.jumbo img {
  width: 100%;
}
.jumbo .title {
  margin: 0;
  padding: 15px 10px;
  padding-bottom: 20px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%);
  background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0);
  color: white;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .jumbo .title {
    position: absolute;
    bottom: 50px;
    left: 8%;
    margin-left: -25px;
    padding: 15px 25px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .jumbo .title.right {
    left: auto;
    right: 8%;
    margin-left: 0;
    margin-right: -25px;
  }
}
@media screen and (min-width: 992px) {
  .jumbo {
    margin-bottom: 60px;
  }
}
.col6 {
  margin-bottom: 30px;
}
.col6 img {
  width: 100%;
  display: block;
}
.col6 > img {
  padding: 0 !important;
}
.col6.left > img {
  padding-right: none !important;
}
.col6.right > img {
  padding-left: none !important;
}
.col6 > p {
  margin-bottom: 0 !important;
}
.col6 > p + * {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .col6 {
    position: relative;
    float: left;
    width: 50%;
  }
  .col6 > * {
    padding-left: 16%;
    padding-right: 16%;
  }
  .col6.left {
    padding-right: 15px;
  }
  .col6.left > * {
    padding-right: 0;
  }
  .col6.left.swap {
    left: -50%;
  }
  .col6.left.swap + * {
    clear: both;
  }
  .col6.right {
    padding-left: 15px;
    float: right;
  }
  .col6.right + * {
    clear: both;
  }
  .col6.right > * {
    padding-left: 0;
  }
  .col6.right.swap {
    float: left;
    right: -50%;
  }
  .col6.right.swap + * {
    clear: none;
  }
}
.col12 {
  margin-bottom: 30px;
}
.col12 img {
  width: 100%;
  display: block;
}
.col12 > img {
  padding: 0 !important;
}
.col12.left > img {
  padding-right: none !important;
}
.col12.right > img {
  padding-left: none !important;
}
.col12 > p {
  margin-bottom: 0 !important;
}
.col12 > p + * {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .col12 {
    position: relative;
    float: left;
    width: 100%;
  }
  .col12 > * {
    padding-left: 8%;
    padding-right: 8%;
  }
  .col12.left {
    padding-right: 15px;
  }
  .col12.left > * {
    padding-right: 0;
  }
  .col12.left.swap {
    left: -100%;
  }
  .col12.left.swap + * {
    clear: both;
  }
  .col12.right {
    padding-left: 15px;
    float: right;
  }
  .col12.right + * {
    clear: both;
  }
  .col12.right > * {
    padding-left: 0;
  }
  .col12.right.swap {
    float: left;
    right: -100%;
  }
  .col12.right.swap + * {
    clear: none;
  }
}
.busyIndicator {
  clear: both;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.busyIndicator img {
  width: 28px !important;
  height: 28px !important;
}
.fluid-video {
  position: relative;
  padding-bottom: 56.30%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  border: 1px solid grey;
}
.fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fluid-video-anima {
  position: relative;
  padding-bottom: 56.30%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.fluid-video-anima iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.list {
  list-style-type: square;
  list-style-image: url("/assets/images/liste.gif");
}
ul.list li {
  padding: 6px 0;
}
ul.download {
  list-style-type: none;
}
ul.download li {
  text-indent: -1.1em;
}
ul.download li:before {
  font-family: "vde8";
  font-style: normal;
  font-weight: normal;
  color: #32a4c8;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: -0.1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  margin-left: 0.1em;
  content: "\e818";
}
.warn {
  color: red;
}
body.iz .iz-hide {
  display: none !important;
}
html {
  overflow-y: scroll;
  background: #ededed;
}
body {
  /* .no-flicker(); */
}
.container {
  background: white;
}
header {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0 10px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  header {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  header {
    right: 25%;
  }
}
header a {
  color: #333333;
}
header a:hover {
  color: #333333;
  text-decoration: none;
}
header h1 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 5px;
}
header span {
  font-size: 13px;
  letter-spacing: 0.5px;
}
.search {
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  background: #ededed;
  border-bottom: 1px solid #dbdbde;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  margin-top: -45px;
}
@media (min-width: 992px) {
  .search {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .search {
    left: 75%;
  }
}
.search input {
  background: inherit;
  font-size: 16px;
  border: 1px solid #dbdbde;
  border-right-color: transparent;
  color: #333333;
  box-shadow: none;
}
.search .btn {
  border: 1px solid #dbdbde;
  border-left: 0;
}
.links {
  padding-top: 10px;
  list-style-type: none;
  padding-left: 0;
}
.links:before,
.links:after {
  content: " ";
  display: table;
}
.links:after {
  clear: both;
}
.links li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0;
  text-align: center;
  border-left: 1px solid #dbdbde;
}
.links li:first-child {
  border-width: 0;
}
.links a {
  color: #7c828e;
  text-decoration: none;
}
.links a:hover {
  color: #32a4c8;
}
.links .vdeIcon,
.links .sprite {
  display: none;
}
.menuBtn {
  display: inline-block;
  padding: 8px 10px;
  background: #f5f5f5;
  color: #7c828e;
  border: 1px solid #ededed;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  margin: 0 -15px;
  padding: 4px 0 4px 14px;
  margin-bottom: 4px;
}
.menuBtn:hover,
.menuBtn:focus {
  background: #ededed;
}
.menuBtn:hover {
  cursor: pointer;
}
.menuBtn .icon {
  float: right;
}
.topnav {
  margin-left: -25px;
  margin-right: -25px;
}
footer {
  position: relative;
  margin-top: 30px;
  background: #7c828e;
  background-image: -webkit-linear-gradient(top, #7c828e 0%, #646973 100%);
  background-image: linear-gradient(to bottom, #7c828e 0%, #646973 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c828e', endColorstr='#ff646973', GradientType=0);
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 0.3px;
}
footer,
footer a {
  color: white;
}
footer .sprite {
  margin-top: 13px;
  height: 33px;
}
footer .bar {
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 8px;
  background: #32a4c8;
}
footer .icon-top {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 50px;
  text-align: center;
}
footer .icon-top:hover {
  cursor: pointer;
}
footer .footerBox {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  footer .footerBox {
    float: left;
    width: 25%;
  }
}
footer .footerBox ul {
  padding-left: 0;
  list-style-type: none;
}
footer .copy {
  clear: both;
  font-size: 12px;
  text-align: right;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  footer {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
}
@media screen and (max-width: 991px) {
  .placeholder {
    display: none;
  }
  .topnav {
    margin-bottom: 10px;
  }
  .topnav:before,
  .topnav:after {
    content: " ";
    display: table;
  }
  .topnav:after {
    clear: both;
  }
  .topnav > ul {
    display: none;
  }
  .topnav.open > ul {
    display: block;
  }
  .topnav li {
    padding: 0;
    position: static;
  }
  .topnav li a {
    text-decoration: none;
    color: #646973;
  }
  .topnav li > ul {
    display: none;
    opacity: 0;
  }
  .topnav li.active > ul {
    height: auto;
    opacity: 1;
    display: block;
  }
  .topnav ul {
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
  }
  .topnav > ul a {
    display: block;
    padding: 3px 15px;
    padding-right: 0;
  }
  .topnav > ul .active > a {
    color: #32a4c8;
  }
  .topnav > ul ul {
    padding: 5px 0;
  }
  .topnav > ul li {
    padding: 5px 0;
  }
  .topnav > ul > li {
    padding: 5px 25px;
  }
  .topnav > ul > li > a {
    padding: 0px 15px;
    border-left: 1px solid #959aa2;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .topnav > ul>li>ul {
    margin-left: -25px;
    margin-right: -25px;
  }
  .topnav > ul>li>ul > li {
    padding: 0;
    border-bottom: 1px solid transparent;
  }
  .topnav > ul>li>ul > li > a {
    padding: 10px 40px;
    background-image: -webkit-linear-gradient(top, #7c828e 0%, #646973 100%);
    background-image: linear-gradient(to bottom, #7c828e 0%, #646973 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c828e', endColorstr='#ff646973', GradientType=0);
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .topnav > ul>li>ul > li.active > a {
    color: white;
    background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%);
    background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0);
  }
  .topnav > ul>li>ul>li>ul {
    padding: 0 25px;
  }
  .topnav > ul>li>ul>li>ul li {
    padding: 0;
  }
  .topnav > ul>li>ul>li>ul li > a {
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 5px 15px;
  }
  .topnav > ul>li>ul>li>ul li.active > a {
    text-decoration: underline;
  }
  footer .footerBox {
    border-top: 1px solid #7c828e;
  }
  footer .social {
    text-align: center;
  }
  footer .copy {
    margin: 20px 0;
    text-align: center;
    padding-right: 0;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  header h1 {
    font-size: 32px;
    letter-spacing: 0.5px;
  }
  header span {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  footer .icon-top {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 40px;
    top: 0 !important;
    background-image: -webkit-linear-gradient(top, #ffffff 25%, #ededed 100%);
    background-image: linear-gradient(to bottom, #ffffff 25%, #ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  }
  .search {
    padding-top: 0;
    padding-left: 0;
    background: 0;
    border-width: 0;
    margin-top: 0;
  }
  .search .showSearch {
    display: none;
  }
  .search input {
    font-size: 14px;
  }
  .links {
    padding-top: 10px;
    list-style-type: none;
    padding-left: 0;
  }
  .links:before,
  .links:after {
    content: " ";
    display: table;
  }
  .links:after {
    clear: both;
  }
  .links li {
    width: 33.33333333%;
    padding: 0;
    text-align: left;
    font-size: 13;
    border: none;
  }
  .links .home,
  .links .login {
    width: 30%;
  }
  .links .lang {
    width: 40%;
  }
  .links a {
    color: #333333;
    text-decoration: underline;
  }
  .links a .vdeIcon:before {
    text-decoration: none !important;
  }
  .links a:hover {
    color: #32a4c8;
  }
  .links .sprite {
    vertical-align: -1px;
    margin-right: 4px;
    width: 20px;
  }
  .links .vdeIcon,
  .links .sprite {
    display: inline-block;
  }
  header {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  header h1 {
    font-size: 30px;
  }
  header span {
    font-size: 16px;
  }
  .menuBtn {
    display: none;
  }
  .topnav {
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .topnav:before,
  .topnav:after {
    content: " ";
    display: table;
  }
  .topnav:after {
    clear: both;
  }
  .topnav .icon {
    display: none;
  }
  .topnav li {
    padding: 0;
    position: relative;
  }
  .topnav li a {
    text-decoration: none;
    color: #646973;
  }
  .topnav li.active > ul {
    height: auto;
    opacity: 1;
    display: block;
  }
  .topnav li.active > ul > li {
    opacity: 1;
  }
  .topnav ul {
    padding-left: 0;
    list-style-type: none;
  }
  .topnav > ul {
    position: relative;
  }
  .topnav > ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
    position: static;
    padding: 0;
    border-right: 1px solid #959aa2;
  }
  .topnav > ul > li > a {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: black;
    display: block;
    text-align: center;
  }
  .topnav > ul > li > a:hover,
  .topnav > ul > li > a:focus,
  .topnav > ul > li > a.active {
    color: #32a4c8;
  }
  .topnav > ul > li:first-child {
    border-left: 1px solid #959aa2;
  }
  .topnav > ul > li > ul {
    display: none;
    overflow: hidden;
    opacity: 0;
  }
  .topnav > ul>li>ul {
    position: absolute;
    left: -25px;
    right: -25px;
    z-index: 100;
    margin-top: 10px;
    padding: 0 25px;
    background: #ededed;
  }
  .topnav > ul>li>ul .gradient {
    clear: both;
    z-index: -1;
    height: 40px;
    margin: 0 -25px;
    background-image: -webkit-linear-gradient(top, #7c828e 0px, #646973 40px);
    background-image: linear-gradient(to bottom, #7c828e 0px, #646973 40px);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c828e', endColorstr='#ff646973', GradientType=0);
  }
  .topnav > ul>li>ul > li {
    margin-top: -40px;
    float: left;
    width: 25%;
    background: #ededed;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    background: #7c828e;
    background-image: -webkit-linear-gradient(top, #7c828e 0px, #646973 40px);
    background-image: linear-gradient(to bottom, #7c828e 0px, #646973 40px);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c828e', endColorstr='#ff646973', GradientType=0);
  }
  .topnav > ul>li>ul > li > a {
    color: white;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .topnav > ul>li>ul > li.active > a {
    background: #32a4c8;
    background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%);
    background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0);
  }
  .topnav > ul>li>ul > li > a:hover {
    cursor: default !important;
  }
  .topnav > ul>li>ul>li>ul {
    text-transform: none;
    background: #ededed;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .topnav > ul>li>ul>li>ul li {
    line-height: 1.6;
    padding: 0 15px;
  }
  .topnav > ul>li>ul>li>ul li a {
    letter-spacing: 0.2px;
  }
  .topnav > ul>li>ul>li>ul li.active a,
  .topnav > ul>li>ul>li>ul li:hover a {
    color: #32a4c8;
    text-decoration: underline;
  }
  .placeholder {
    min-width: 1px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .topnav > ul > li {
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 1240px) {
  body > .container {
    padding: 0 45px;
  }
  .topnav {
    margin-left: 0;
    margin-right: 0;
  }
  .topnav > ul > li > a {
    font-size: 16px;
  }
  .topnav > ul>li>ul {
    left: -45px;
    right: -45px;
    padding: 0 45px;
  }
  .topnav > ul>li>ul .gradient {
    margin: 0 -45px;
  }
  .topnav > ul>li>ul > li {
    width: 14.28571429%;
  }
  .carousel {
    margin-right: -45px;
    margin-left: -45px;
  }
  footer {
    margin-right: -45px !important;
    margin-left: -45px !important;
    padding: 0 20px;
  }
}
.slider {
  overflow: hidden;
  margin: 0 auto;
  visibility: hidden;
}
.slider-wrap {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.slider-wrap li {
  float: left;
  width: 0;
  position: relative;
}
.slider-wrap li:first-child {
  width: 100%;
}
.carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.carousel img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel .text {
  display: none;
}
@media screen and (min-width: 700px) {
  .carousel .text {
    position: absolute;
    display: block;
    padding: 15px 25px;
    padding-bottom: 30px;
    bottom: 35px;
    left: 8%;
    width: 50%;
    font-size: 20px;
    color: white;
    background: #32a4c8;
    background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%);
    background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0);
    box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.5);
  }
  .carousel .text a.more {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white !important;
    border-color: white;
  }
  .carousel .text a.more:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 992px) {
  .carousel .text {
    width: 41%;
  }
}
.carousel .left,
.carousel .right {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  color: #7c828e;
}
.carousel .left .icon:before,
.carousel .right .icon:before {
  z-index: 100;
  font-size: 28px;
  line-height: 50px;
  vertical-align: 50%;
}
.carousel .left:hover,
.carousel .right:hover {
  background: #32a4c8;
  color: white;
  cursor: pointer;
}
.carousel .left {
  margin-top: -25px;
  left: -25px;
}
.carousel .left .icon {
  padding-left: 15px;
}
.carousel .right {
  right: -25px;
  margin-top: -25px;
  text-align: right;
}
.carousel .right .icon {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .carousel .left,
  .carousel .right {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: white;
    color: #7c828e;
  }
  .carousel .left .icon:before,
  .carousel .right .icon:before {
    z-index: 100;
    font-size: 28px;
    line-height: 65px;
    vertical-align: 50%;
  }
  .carousel .left:hover,
  .carousel .right:hover {
    background: #32a4c8;
    color: white;
    cursor: pointer;
  }
  .carousel .left {
    margin-top: -32.5px;
    left: -32.5px;
  }
  .carousel .left .icon {
    padding-left: 22.5px;
  }
  .carousel .right {
    right: -32.5px;
    margin-top: -32.5px;
    text-align: right;
  }
  .carousel .right .icon {
    padding-right: 22.5px;
  }
}
.carousel .circles {
  position: absolute;
  bottom: 5px;
  color: white;
  font-size: 8px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .carousel .circles {
    bottom: 8px;
    font-size: 12px;
  }
}
.carousel .circles .active {
  color: #32a4c8;
}
.carousel .circles:hover {
  cursor: pointer;
}
.directLinks {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  background: #ededed;
}
.directLinks:before,
.directLinks:after {
  content: " ";
  display: table;
}
.directLinks:after {
  clear: both;
}
.directLinks .sprite {
  height: 36px;
}
.directLinks li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.directLinks li:before,
.directLinks li:after {
  content: " ";
  display: table;
}
.directLinks li:after {
  clear: both;
}
.directLinks li:first-child {
  border-top: 1px solid #d4d4d4;
}
.directLinks a {
  display: block;
  padding: 7px 23px;
  color: #646973;
  font-weight: bold;
  font-size: 13px;
}
.directLinks a:focus {
  text-decoration: none;
  color: #32a4c8;
  background: #d4d4d4;
}
.directLinks .sprite {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8%;
}
#defaultpage .directLinks li {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  #defaultpage .directLinks li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #defaultpage .directLinks li {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #defaultpage .directLinks a {
    padding: 15px 15px;
    font-size: 13px;
  }
  #defaultpage .directLinks li {
    text-align: center;
    border-width: 0;
  }
  #defaultpage .directLinks .sprite {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  #defaultpage .directLinks a {
    padding: 6px 13px;
    padding-right: 0;
    font-size: 12px;
  }
  #defaultpage .directLinks li {
    text-align: left;
    border-width: 1px;
  }
  #defaultpage .directLinks .sprite {
    height: 30px;
    display: inline-block;
    margin-right: 10px !important;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1240px) {
  #defaultpage .directLinks a {
    padding: 6px 16px;
  }
  #defaultpage .directLinks .sprite {
    height: 36px;
    margin-right: 16px !important;
  }
}
#frontPage .directLinks li {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  #frontPage .directLinks li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #frontPage .directLinks li {
    float: left;
    width: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  #frontPage .directLinks {
    margin-bottom: 20px;
  }
  #frontPage .directLinks a {
    padding: 20px 15px;
    font-size: 14px;
  }
  #frontPage .directLinks li {
    text-align: center;
    border-width: 0;
  }
  #frontPage .directLinks .sprite {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 48px;
  }
}
@media screen and (min-width: 992px) {
  #frontPage .directLinks a {
    min-height: 141px;
  }
  #frontPage .directLinks a:hover {
    text-decoration: none;
    color: #32a4c8;
    background: #d4d4d4;
  }
}
@media screen and (min-width: 1240px) {
  #frontPage .directLinks {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 45px;
  }
  #frontPage .directLinks a {
    min-height: 141px;
  }
}
.press,
.events {
  position: relative;
}
.press a,
.events a {
  color: #333333;
  text-decoration: none;
}
.press .left,
.events .left {
  position: absolute;
  width: 80px;
  /* left: 10px; */
  left: 0;
}
.press .right,
.events .right {
  margin-left: 80px;
  padding-left: 25px;
}
.press .thumbnail,
.events .thumbnail {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1), 2px 2px 1px -1px rgba(0, 0, 0, 0.05);
}
.press .thumbnail img,
.events .thumbnail img {
  width: 100%;
}
.press h3,
.events h3 {
  padding-left: 0;
}
.press .time,
.events .time {
  background: #ededed;
  padding: 4px 0;
  text-align: center;
}
.press .title,
.events .title {
  margin-top: 8px;
}
.press .title .highlight,
.events .title .highlight {
  color: #32a4c8;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.press li {
  min-height: 90px;
}
.events ul .time {
  font-size: 11px;
}
.events li {
  min-height: 108px;
}
@media screen and (min-width: 768px) {
  .press li {
    min-height: 110px;
  }
  .events li {
    min-height: 128px;
  }
  .events img,
  .press img {
    width: 102%;
    max-width: none;
  }
}
.gallery {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin: 0 -5px;
  margin-top: -15px;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery li {
  float: left;
  padding: 5px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .gallery li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .gallery li {
    padding: 10px;
  }
}
.gallery .imageWrap {
  position: relative;
  width: 100%;
}
.gallery .imageWrap:hover {
  cursor: pointer;
}
.gallery .imageWrap img {
  display: block;
  width: 100%;
}
.gallery .imageWrap:before {
  content: "";
  z-index: 100;
  background: url("../../assets/icons/zoom.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 6px;
  right: 4px;
}
.gallery .text {
  border-bottom: 1px solid #dbdbde;
  font-style: italic;
}
.gallery .endRow + li {
  clear: both;
}
.gallery .downloadLink {
  margin-top: -1px;
  padding-bottom: 2px;
  background: white;
  border-bottom: 1px solid #dbdbde;
}
.gallery .downloadLink a {
  text-decoration: none;
}
.gallery .downloadLink a:hover {
  color: #28839f;
}
.gallery .downloadLink img {
  width: 18px;
  vertical-align: -4px;
}
.gallery.gallery-3col li {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .gallery.gallery-3col li {
    width: 33.33333333%;
  }
}
.searchhits {
  padding-left: 20px;
  margin-bottom: 0;
}
.searchhits li {
  padding: 10px 25px 10px 10px;
}
.sponsors {
  list-style-type: none;
  padding-left: 0;
}
.sponsors:before,
.sponsors:after {
  content: " ";
  display: table;
}
.sponsors:after {
  clear: both;
}
.sponsors .title {
  padding-left: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.sponsors li {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sponsors li {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .sponsors .title {
    padding-left: 25px;
  }
  .sponsors li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wideBox {
  margin: 0 -25px;
}
@media screen and (min-width: 1240px) {
  .wideBox {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.zoomElement {
  display: none;
  margin-bottom: 10px;
}
.zoomElement img {
  max-width: none;
}
.zoomElement .landmarks {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font-family: Helvetica, Arial, Verdana;
  font-size: 12px;
  color: #fff;
}
.zoomElement .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
}
.zoomElement .landmarks .label div {
  width: 100px;
  padding: 4px;
}
.zoomElement .landmarks .mark .text {
  background-color: #000;
  padding: 2px 6px;
}
@media screen and (min-width: 768px) {
  .zoomElement.smooth_zoom_preloader {
    display: block;
  }
}
.smooth_zoom_preloader {
  background-image: url(../../assets/icons/preloader.gif);
}
.smooth_zoom_icons {
  background-image: url(../../assets/icons/smoothZoomIcons.png);
}
/*!
 * bootstrap-select v1.2.0
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="col"] {
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="col"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="col"]) {
  width: 250px;
  position: relative;
}
/*.bootstrap-select {
    width: 250px\9;
}*/
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1001;
}
.bootstrap-select .btn:focus {
  /*    outline: thin dotted #333333 !important;*/
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 28px;
  right: 43px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .icon {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -10px;
  font-size: 14px;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="col"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.accordion {
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordion section {
  position: relative;
  border-top: 1px solid #dbdbde;
}
.accordion section.active .title {
  color: #32a4c8;
  border-bottom: 1px solid #dbdbde;
}
.accordion section.active .title:before {
  content: '\e808';
}
.accordion section.active .text {
  display: block;
}
.accordion section:last-child .title {
  border-bottom: 1px solid #dbdbde;
}
.accordion .title {
  margin: 0;
  padding: 10px 16px;
  position: relative;
  font-size: 14px;
  color: #646973;
  background: #ededed;
}
.accordion .title:hover {
  cursor: pointer;
  color: #32a4c8;
}
.accordion .title:before {
  position: absolute;
  right: 15px;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  content: '\e803';
}
.accordion .text {
  box-sizing: border-box;
  padding: 15px 25px;
  display: none;
  overflow: hidden;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../assets/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../assets/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../assets/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../assets/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../assets/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../assets/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* FancyBox Thumbs */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
.notmobile .fancybox-nav {
  width: 60px;
}
.notmobile .fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
}
.notmobile .fancybox-nav:hover span {
  opacity: 1;
}
.notmobile .fancybox-next {
  right: -60px;
}
.notmobile .fancybox-prev {
  left: -60px;
}
#frontPage .startMap {
  display: none;
  position: relative;
  overflow: hidden;
  background: #c8c8cd;
  margin-bottom: 10px;
}
#frontPage .startMap:before,
#frontPage .startMap:after {
  content: " ";
  display: table;
}
#frontPage .startMap:after {
  clear: both;
}
#frontPage .startMap .title {
  position: relative;
  padding: 20px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  background: #646973;
  box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.5);
}
#frontPage .startMap .title:before,
#frontPage .startMap .title:after {
  content: " ";
  display: table;
}
#frontPage .startMap .title:after {
  clear: both;
}
#frontPage .startMap h2 {
  font-size: 20px !important;
  margin: 0;
}
#frontPage .startMap .more {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white !important;
  border-color: white;
}
#frontPage .startMap .more:hover {
  opacity: 0.6;
}
#frontPage .startMap .left {
  float: left;
  width: 50%;
  padding-left: 8%;
  padding-right: 1%;
}
#frontPage .startMap .right {
  float: left;
  width: 50%;
  padding-left: 1%;
}
#frontPage .startMap .text {
  color: #646973;
  padding: 0 25px;
  margin-bottom: 20px;
}
#frontPage .startMap img {
  width: 100%;
}
#frontPage .startMap .mapLines {
  position: absolute;
  left: 0;
  top: 0;
  height: 320px;
  width: auto;
}
@media screen and (min-width: 992px) {
  #frontPage .startMap {
    display: block;
  }
}
@media screen and (min-width: 1240px) {
  #frontPage .startMap {
    margin-left: -20px;
    margin-right: -20px;
  }
  #frontPage .startMap .title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#frontPage .topTopic {
  padding: 20px 25px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  color: white;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%);
  background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0);
}
#frontPage .topTopic:before,
#frontPage .topTopic:after {
  content: " ";
  display: table;
}
#frontPage .topTopic:after {
  clear: both;
}
#frontPage .topTopic .title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
#frontPage .topTopic .text {
  margin-bottom: 10px;
}
#frontPage .topTopic .more {
  border-color: #028cbb;
}
@media screen and (min-width: 992px) {
  #frontPage .topTopic {
    padding: 20px 8%;
  }
  #frontPage .topTopic .title {
    margin: 0;
    float: left;
    width: 20%;
    padding-left: 25px;
    font-size: 20px;
  }
  #frontPage .topTopic .text {
    float: left;
    width: 60%;
    font-size: 16px;
  }
  #frontPage .topTopic .more {
    position: absolute;
    right: 8%;
    bottom: 20px;
    color: white !important;
    border-bottom-color: white;
    font-size: 16px;
    font-style: normal;
  }
  #frontPage .topTopic .more:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1240px) {
  #frontPage .topTopic {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#frontPage .ajaxList {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0 10px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #frontPage .ajaxList {
    float: left;
    width: 100%;
  }
}
#frontPage .ajaxList .left {
  left: 10px;
}
@media screen and (min-width: 768px) {
  #frontPage .ajaxList h3 {
    padding-left: 25px;
  }
  #frontPage .ajaxList img {
    width: 102%;
    max-width: none;
  }
  #frontPage .ajaxList .left {
    left: 35px;
  }
  #frontPage .ajaxList .right {
    margin-left: 105px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  #frontPage .ajaxList {
    padding: 0 25px;
  }
  #frontPage .ajaxList .left {
    left: 50px;
  }
  #frontPage .ajaxList .right {
    padding-left: 25px;
  }
}
#frontPage .more {
  float: right;
}
@media screen and (max-width: 992px) {
  #frontPage .more {
    display: inline-block;
    padding: 8px 10px;
    background: #f5f5f5;
    color: #7c828e;
    border: 1px solid #ededed;
  }
  #frontPage .more:hover,
  #frontPage .more:focus {
    background: #ededed;
  }
}
#defaultpage .breadcrumbs {
  padding-left: 0;
  list-style-type: none;
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 12px;
}
#defaultpage .breadcrumbs:before,
#defaultpage .breadcrumbs:after {
  content: " ";
  display: table;
}
#defaultpage .breadcrumbs:after {
  clear: both;
}
#defaultpage .breadcrumbs li {
  float: left;
  padding-right: 10px;
}
#defaultpage .breadcrumbs li :before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
  color: #333333;
}
#defaultpage .breadcrumbs li:first-child {
  font-weight: bold;
}
#defaultpage .breadcrumbs li:first-child :before {
  content: ">>";
}
#defaultpage .breadcrumbs a {
  color: #333333;
}
#defaultpage .breadcrumbs a:hover,
#defaultpage .breadcrumbs a:focus {
  color: #32a4c8;
}
#defaultpage .breadcrumbs a.disabled {
  color: #737373 !important;
  text-decoration: none !important;
}
#defaultpage .breadcrumbs a.disabled:hover {
  cursor: default;
}
#defaultpage .centerCol {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  #defaultpage .centerCol {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #defaultpage .centerCol {
    left: 25%;
  }
}
#defaultpage .centerCol .header {
  border-top: 1px solid #dbdbde;
  border-bottom: 1px solid #dbdbde;
}
#defaultpage .centerCol .header:before,
#defaultpage .centerCol .header:after {
  content: " ";
  display: table;
}
#defaultpage .centerCol .header:after {
  clear: both;
}
#defaultpage .centerCol .header a {
  line-height: 50px;
  padding: 15px 4px;
}
#defaultpage .centerCol .header a.back {
  display: inline-block;
  float: right;
  padding: 0 10px;
  color: #333333;
}
#defaultpage .centerCol .header a.back:before {
  content: "< ";
}
#defaultpage .centerCol .header a.back:hover,
#defaultpage .centerCol .header a.back:focus {
  color: #32a4c8;
  text-decoration: none;
}
#defaultpage .centerCol .social,
#defaultpage .centerCol .media {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#defaultpage .centerCol .social .vdeIcon,
#defaultpage .centerCol .media .vdeIcon {
  font-size: 20px;
  vertical-align: middle;
}
#defaultpage .centerCol .social li {
  float: left;
}
#defaultpage .centerCol .social a:hover .vdeIcon {
  color: #32a4c8;
}
#defaultpage .centerCol .social .vdeIcon {
  color: black;
}
#defaultpage .centerCol .media li {
  float: right;
}
#defaultpage .centerCol h2 {
  margin: 30px 0;
}
#defaultpage .centerCol .up {
  display: none;
  float: right;
}
#defaultpage .centerCol .up:hover {
  color: #32a4c8;
  cursor: pointer;
}
#defaultpage .centerCol .figure img {
  width: 100%;
  height: auto;
}
#defaultpage .centerCol .years {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
#defaultpage .centerCol .years li {
  position: relative;
  float: left;
}
#defaultpage .centerCol .years li a {
  position: relative;
  display: inline-block;
  z-index: 10;
  color: black;
  line-height: 50px;
  padding: 0 8px;
}
#defaultpage .centerCol .years li a:hover {
  color: #32a4c8;
  text-decoration: none;
}
#defaultpage .centerCol .years li:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  top: 15px;
  border-left: 1px solid black;
}
#defaultpage .centerCol .years li.active a {
  color: #32a4c8;
}
#defaultpage .centerCol .years li:first-child:before {
  border-left: 0;
}
#defaultpage .centerCol article hr:last-child {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  #defaultpage .centerCol article hr:last-child {
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  #defaultpage .centerCol .up {
    display: block;
  }
}
#defaultpage .leftCol {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #defaultpage .leftCol {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #defaultpage .leftCol {
    right: 50%;
  }
}
@media screen and (min-width: 768px) {
  #defaultpage .leftCol {
    padding-right: 0;
  }
}
#defaultpage .subnav ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  overflow: hidden;
}
#defaultpage .subnav li {
  font-weight: normal;
}
#defaultpage .subnav li > ul {
  display: none;
}
#defaultpage .subnav li.active > ul {
  display: block;
}
#defaultpage .subnav li.active > a {
  color: #32a4c8;
  text-decoration: underline;
}
#defaultpage .subnav a {
  display: block;
  color: #333333;
  padding-left: 20px;
}
#defaultpage .subnav a:hover,
#defaultpage .subnav a :focus {
  color: #32a4c8;
}
#defaultpage .subnav .header {
  padding-left: 0;
}
#defaultpage .subnav .header:before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  content: '\e800';
  text-decoration: none;
}
#defaultpage .subnav .header.open:before {
  content: '\e802';
}
#defaultpage .subnav > ul > li {
  padding-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #defaultpage .subnav {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  #defaultpage .subnav a {
    background: #ededed;
    padding: 12px 0;
    padding-left: 23px;
  }
  #defaultpage .subnav a:hover,
  #defaultpage .subnav a:focus {
    text-decoration: none;
    background: #d4d4d4;
  }
  #defaultpage .subnav > ul > li {
    border-bottom: 1px solid #d4d4d4;
  }
  #defaultpage .subnav > ul > li:first-child {
    border-top: 1px solid #d4d4d4;
  }
  #defaultpage .subnav > ul > li .header > a {
    padding-left: 3px;
  }
  #defaultpage .subnav > ul > li li {
    border-top: 1px solid #d4d4d4;
  }
}
@media screen and (min-width: 992px) {
  #defaultpage .subnav {
    position: relative;
    left: -20px;
    top: -6px;
  }
  #defaultpage .subnav li li {
    padding-left: 20px;
  }
}
#defaultpage .rightCol {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  #defaultpage .rightCol {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #defaultpage .rightCol {
    float: left;
    width: 25%;
  }
}
#defaultpage .rightCol .directLinks {
  margin-bottom: 20px;
}
#defaultpage .rightCol .teaserLogo,
#defaultpage .rightCol .ad {
  margin-bottom: 20px;
  display: none;
}
#defaultpage .rightCol .blueBox {
  display: block;
  padding: 10px 15px;
  background: #32a4c8;
  background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%);
  background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0);
  color: white;
  font-size: 18px;
}
#defaultpage .rightCol .blueBox .icon:before {
  margin-right: 7px;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  #defaultpage .rightCol {
    display: block;
    padding-left: 0;
  }
  #defaultpage .rightCol .teaserLogo,
  #defaultpage .rightCol .ad {
    display: block;
    margin-right: -2px;
  }
  #defaultpage .rightCol .teaserLogo img,
  #defaultpage .rightCol .ad img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #defaultpage .breadcrumbs {
    margin-left: -15px;
    margin-right: -15px;
  }
  #defaultpage .breadcrumbs li {
    display: inline-block;
    margin: 2px 0;
    margin-right: -6px;
  }
  #defaultpage .breadcrumbs li a {
    display: inline-block;
    padding: 8px 10px;
    background: #f5f5f5;
    color: #7c828e;
    border: 1px solid #ededed;
  }
  #defaultpage .breadcrumbs li a:hover,
  #defaultpage .breadcrumbs li a:focus {
    background: #ededed;
  }
  #defaultpage .breadcrumbs li a:before,
  #defaultpage .breadcrumbs li a:first-child:before {
    content: none;
  }
  #defaultpage .centerCol {
    padding: 0 10px;
  }
  #defaultpage .rightCol,
  #defaultpage .leftCol {
    clear: both;
    padding: 0px;
  }
}
#projectPage {
  position: relative;
}
#projectPage:before,
#projectPage:after {
  content: " ";
  display: table;
}
#projectPage:after {
  clear: both;
}
#projectPage > * {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
#projectPage .animate {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform "0.7s, opacity 0.7s";
  -moz-transition: -moz-transform "0.7s, opacity 0.7s";
  -o-transition: -o-transform "0.7s, opacity 0.7s";
  transition: transform "0.7s, opacity 0.7s";
  -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
  -moz-transition: -moz-transform 0.7s, opacity 0.7s;
  -o-transition: -o-transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s;
}
@media screen and (min-width: 992px) {
  #projectPage {
    margin: 0 -25px;
  }
}
@media screen and (min-width: 1240px) {
  #projectPage {
    margin: 0 -45px;
  }
}
#projectPage h3 {
  margin-top: 0;
}
#projectPage img {
  width: 100%;
}
#projectPage > img {
  display: block;
  margin-bottom: 30px;
}
#projectPage .jumbo {
  clear: both;
}
#projectPage .times {
  display: none;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #projectPage .times {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #projectPage .times {
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  #projectPage .jumbo {
    margin-left: -25px;
    margin-right: -25px;
  }
  #projectPage .times {
    margin-left: -25px;
    margin-right: -25px;
  }
  #projectPage .col6,
  #projectPage .col12 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#media .types {
  list-style-type: none;
  padding: 0 25px;
  margin: 0 -25px;
  background: #ededed;
}
#media .types:before,
#media .types:after {
  content: " ";
  display: table;
}
#media .types:after {
  clear: both;
}
#media .types .sprite {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
#media .types li {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0;
  padding-top: 7px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 15px;
  text-align: center;
  color: #7c828e;
}
@media (min-width: 768px) {
  #media .types li {
    float: left;
    width: 16.66666667%;
  }
}
#media .types li .description {
  display: none;
}
#media .types li:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #media .types li {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #media .types li .description {
    display: inline;
  }
}
#media .types .sprite {
  width: 80px;
  height: auto;
}
#media .types li.active {
  color: #32a4c8;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  #media .types li:hover {
    color: #32a4c8;
    text-decoration: underline;
  }
}
#media .filters {
  background-image: -webkit-linear-gradient(top, #7c828e 0%, #646973 100%);
  background-image: linear-gradient(to bottom, #7c828e 0%, #646973 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c828e', endColorstr='#ff646973', GradientType=0);
  padding: 5px 25px;
  margin: 0 -25px;
  margin-bottom: 25px;
}
#media .filters:before,
#media .filters:after {
  content: " ";
  display: table;
}
#media .filters:after {
  clear: both;
}
#media .filters .wrap {
  margin: 0 -4px;
}
#media .filters .title {
  display: none !important;
  padding: 0 12px;
  padding-bottom: 4px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
#media .filters .bootstrap-select {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
#media .filters .bootstrap-select .btn {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background: transparent !important;
  box-shadow: none;
}
#media .filters .bootstrap-select .filter-option {
  /* position: relative; */
  left: 13px;
  right: 28px;
}
#media .filters .bootstrap-select .icon:before {
  font-family: "vde8";
  content: "\e816";
}
#media .filters .bootstrap-select .activated.btn {
  background: #32a4c8 !important;
  color: white !important;
}
#media .filters .bootstrap-select .activated.btn .icon:before {
  content: "\e817";
}
#media .filters select {
  font-size: 16px;
}
#media .filters .searchGroup {
  width: 100%;
  margin-top: 5px;
}
#media .filters .searchGroup:before,
#media .filters .searchGroup:after {
  content: " ";
  display: table;
}
#media .filters .searchGroup:after {
  clear: both;
}
#media .filters .searchGroup .input-group {
  border: 2px solid #ededed;
}
#media .filters .searchGroup .input-group .btn:hover,
#media .filters .searchGroup .input-group input:hover,
#media .filters .searchGroup .input-group input:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#170000000', endColorstr='#170000000')";
  background: rgba(0, 0, 0, 0.1);
}
#media .filters .searchGroup .input-group .btn {
  border: none;
  color: white;
}
#media .filters .searchGroup .input-group input {
  color: white;
  background: transparent;
  box-shadow: none;
  border: none;
  font-size: 16px;
}
#media .filters .selectGroup {
  margin-top: 5px;
}
#media .filters .selectGroup:first-child {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  #media .filters {
    padding-bottom: 7px;
  }
  #media .filters .bootstrap-select .btn {
    filter: none !important;
    background: #c8c8cd !important;
    color: #333333 !important;
  }
  #media .filters .title {
    display: block !important;
  }
  #media .filters .selectGroup,
  #media .filters .searchGroup {
    width: 25%;
    padding: 0 4px;
    margin-top: 0;
  }
  #media .filters .selectGroup {
    float: left;
  }
  #media .filters .searchGroup {
    float: right;
  }
  #media .filters .searchGroup .input-group input {
    padding-left: 10px !important;
    font-size: 14px;
  }
}
#media .back {
  padding: 8px 10px;
  background: #f5f5f5;
  color: #7c828e;
  border: 1px solid #ededed;
  position: relative;
  margin-left: 17px;
  display: inline-block;
  margin-bottom: 25px;
}
#media .back:hover,
#media .back:focus {
  background: #ededed;
}
#media .back:after,
#media .back:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#media .back:after {
  border-right-color: #f5f5f5;
  border-width: 17px;
  margin-top: -17px;
}
#media .back:before {
  border-right-color: #ededed;
  border-width: 19px;
  margin-top: -19px;
}
#media .back:hover:after,
#media .back:focus:after {
  border-right-color: #ededed;
}
#media .header {
  border-top: 1px solid #dbdbde;
  border-bottom: 1px solid #dbdbde;
}
#media .header:before,
#media .header:after {
  content: " ";
  display: table;
}
#media .header:after {
  clear: both;
}
#media .header .sprite {
  vertical-align: middle;
  text-align: center;
}
#media .header a {
  line-height: 50px;
  padding: 15px 4px;
}
#media .social,
#media .years {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#media .social {
  float: left;
}
#media .social li {
  float: left;
}
#media .social a:hover .vdeIcon:before {
  color: #32a4c8;
  text-decoration: none;
}
#media .social .vdeIcon {
  color: black;
  font-size: 20px;
  vertical-align: middle;
}
#media .years {
  float: right;
}
#media .years li {
  position: relative;
  float: left;
  color: black;
  line-height: 50px;
  padding: 0 8px;
}
#media .years li:hover {
  cursor: pointer;
}
#media .years li:hover,
#media .years li.active {
  color: #32a4c8;
}
#media .years li:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  top: 15px;
  border-left: 1px solid black;
}
#media .years li:first-child:before {
  border-left: 0;
}
#media .list-group {
  margin: 0 -7px;
}
#media .list-group:before,
#media .list-group:after {
  content: " ";
  display: table;
}
#media .list-group:after {
  clear: both;
}
#media .list-group .noentries {
  padding: 7px;
  font-size: 24px;
  color: #7c828e;
}
#media .list-group li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 0 7px;
  margin-bottom: 20px;
  border: none;
}
@media screen and (min-width: 480px) {
  #media .list-group li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #media .list-group li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #media .list-group li {
    float: left;
    width: 25%;
  }
}
#media .list-group .thumbWrapper {
  position: relative;
  min-height: 40px;
}
#media .list-group .thumbWrapper:before {
  position: absolute;
  zoom: 1;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#media .list-group .endRow + li {
  clear: both;
}
#media .list-group .vdeIcon {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  vertical-align: middle;
  background: #7c828e;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#media .list-group .vdeIcon:before {
  width: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 25px;
  color: white;
}
#media .list-group .thumb {
  width: 100%;
}
#media .list-group .title,
#media .list-group .description {
  font-size: 12px;
  color: white;
  position: absolute;
  padding: 3px 12px;
  left: 0;
  bottom: 0;
  width: 100%;
}
#media .list-group .title {
  height: 40px;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#70000000', endColorstr='#70000000')";
  background: rgba(0, 0, 0, 0.4);
}
#media .list-group .description {
  display: none;
}
#media .list-group .subtitle {
  position: relative;
  overflow: hidden;
  height: 29px;
  padding: 4px 12px;
  padding-right: 36px;
  font-weight: 700;
  border-bottom: 1px solid #dbdbde;
}
#media .list-group .downloadLink {
  position: absolute;
  right: 12px;
}
@media screen and (min-width: 992px) {
  #media .types {
    padding: 0 10%;
    background-image: url("../../assets/images/types.jpg");
    background-size: 100% 100%;
    /* #gradient > .vertical(darken(@gray-lighter, 15%); @gray-lighter) */
  }
  #media .types li {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1240px) {
  #media .types {
    padding: 0 20%;
    margin-left: -45px;
    margin-right: -45px;
  }
  #media .filters {
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media screen and (min-width: 768px) {
  .fancybox-title .wrapper {
    margin-right: 210px;
  }
  .fancybox-title .downloadLink {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fancybox-title .downloadLink a {
    text-decoration: none;
  }
  .fancybox-title .downloadLink a:hover {
    color: #28839f;
  }
  .fancybox-title .downloadLink img {
    width: 18px;
    vertical-align: -4px;
  }
}
.fancybox-title .downloadIcon {
  width: 18px;
  vertical-align: -4px;
}
.notmobile #media .list-group li:hover {
  cursor: pointer;
}
.notmobile #media .list-group li:hover .title {
  display: none;
}
.notmobile #media .list-group li:hover .description {
  display: block;
}
.notmobile #media .list-group li:hover .vdeIcon {
  background: none;
}
.notmobile #media .list-group li:hover .thumbWrapper:before {
  background: rgba(0, 0, 0, 0.4);
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #32a4c8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #32a4c8;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c8c8cd;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #c8c8cd;
}
.text-primary {
  color: #32a4c8;
}
a.text-primary:hover {
  color: #28839f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #32a4c8;
}
a.bg-primary:hover {
  background-color: #28839f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ededed;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c8c8cd;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ededed;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #c8c8cd;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #646973;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #646973;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7c828e;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7c828e;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #c8c8cd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c8c8cd;
}
.form-control::-webkit-input-placeholder {
  color: #c8c8cd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ededed;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -25px;
  margin-right: -25px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 25px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: white;
  background: #7c828e !important;
  background-image: -webkit-linear-gradient(top, #7c828e 0%, #646973 100%) !important;
  background-image: linear-gradient(to bottom, #7c828e 0%, #646973 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c828e', endColorstr='#ff646973', GradientType=0) !important;
  margin-left: 0 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: white !important;
  background: #32a4c8 !important;
  background-image: -webkit-linear-gradient(top, #32a4c8 0%, #028cbb 100%) !important;
  background-image: linear-gradient(to bottom, #32a4c8 0%, #028cbb 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff32a4c8', endColorstr='#ff028cbb', GradientType=0) !important;
  box-shadow: none !important;
}
.btn-default:active {
  background: #32a4c8 !important;
}
/* .btn-default {
  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);
}
.btn-primary {
  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);
}
// Success appears as green
.btn-success {
  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);
}
// Info appears as blue-green
.btn-info {
  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);
}
// Warning appears as orange
.btn-warning {
  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);
} */
.btn-link {
  color: #32a4c8;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #32a4c8;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #c8c8cd;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #646973;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #585d65;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #32a4c8;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #c8c8cd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #c8c8cd;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #7c828e;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
