/******** Setup ********************************************************************************/
/***********************************************************************************************/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5em;
  color: #242420;
  background-color: #ffffff;
  padding: 0;
  height: 100%;
}
@media all and (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
img,
header,
nav,
section,
main,
aside,
article,
footer {
  display: block;
}
img {
  border: 0 none;
  height: auto;
  width: 100%;
}
.img {
  margin-bottom: 15px;
}
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/
@font-face {
  font-family: 'sourcesanspro-light';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/SourceSansPro-Light.woff2') format('woff2'), url('fonts/SourceSansPro-Light.woff') format('woff'), url('fonts/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-regular';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/SourceSansPro-Regular.woff2') format('woff2'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'icon';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/icon.woff2') format('woff2'), url('fonts/icon.woff') format('woff'), url('fonts/icon.ttf') format('truetype');
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/******** Helpers ******************************************************************************/
/***********************************************************************************************/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.inline {
  margin-bottom: 0;
}
.block {
  display: block;
}
.neg {
  color: #ffffff;
}
/******** Text *********************************************************************************/
/***********************************************************************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}
p {
  margin-bottom: 20px;
}
h1 {
  font-size: 14px;
  text-transform: uppercase;
}
h1.projekt {
  padding-top: 10px;
  margin-bottom: 7px;
}
h2 {
  font-size: 13px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 13px;
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 14px;
  }
  h2 {
    font-size: 13px;
  }
  h3 {
    font-size: 13px;
  }
  h4 {
    font-size: 13px;
  }
  h5 {
    font-size: 13px;
  }
}

.additional {
  margin-bottom: 20px;
}

/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/
/******** Links ********************************************************************************/
a {
  color: #fecb36;
  text-decoration: none;
  transition: all 0.1s;
}
a:hover {
  color: #fecb36;
}
.more,
.file {
  display: block;
  position: relative;
  padding-left: 23px;
}
.more:before {
  font-family: 'icon';
  content: "\e604";
  font-size: 16px;
  position: absolute;
  left: 0;
}
.file:before {
  font-family: 'icon';
  content: "\e611";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.social {
  font-family: 'icon';
  font-size: 18px;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #668dae;
  border-radius: 40px;
  line-height: 38px;
}
.social:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.facebook:before {
  content: "\e605";
}
.twitter:before {
  content: "\e60e";
}
.google:before {
  content: "\e609";
}
.linkin:before {
  content: "\e603";
}
/******** Buttons ******************************************************************************/
.btn {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
  padding: 0 35px 0 20px;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background-color: #99b3c9;
  transition: all 0.3s;
}
.btn:hover {
  color: #ffffff;
  background-color: #668dae;
}
.btn:before {
  font-family: 'icon';
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 1px;
}
.btn:before {
  content: "\e604";
}
/******** Header *******************************************************************************/
/***********************************************************************************************/
header {
  width: 100%;
  height: 60px;
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #e1dcdf;
}
.logo {
  display: block;
  margin: 0;
  width: 101px;
  height: 29px;
  background: url("../images/logo.png") no-repeat 0 0;
  background-size: 101px;
}
@media all and (min-width: 768px) {
  header {
    height: 97px;
    padding: 32px 0 0 0;
  }
  .logo {
    width: 198px;
    height: 59px;
    background-size: 198px;
  }
}
/******** Menu Main ****************************************************************************/
/***********************************************************************************************/
.menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #FFFFFF;
}
.menu.active {
  display: block;
}
.menu li {
  list-style-type: none;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e1dcdf;
}
@media all and (min-width: 768px) {
  .menu {
    display: block;
    top: 21px;
    left: auto;
    margin-right: -5px;
    padding: 0;
    background-color: transparent;
  }
  .menu li {
    border-bottom: transparent;
  }
}
/******** Menu Links ************************************************************************/
.menu .level1 {
  position: relative;
}
.menu .level1 > a {
  display: block;
  position: relative;
}
.menu .level1 > a {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-size: 14px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #242420;
}
@media all and (min-width: 768px) {
  .menu .level1 {
    float: left;
  }
  .menu .level1 > a {
    font-size: 14px;
    height: 42px;
    line-height: 57px;
    padding: 0;
    border-top: 0;
    background-color: transparent;
    transition: all 0.2s;
  }
  .menu .level1 > .line {
    border-top: 1px solid #fecb36;
    border-bottom: 2px solid #fecb36;
    width: 0;
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  .menu .level1:hover > .line,
  .menu .level1.active > .line {
    width: 100%;
    transition: width 1.0s;
  }
  .menu .level1:hover > a,
  .menu .level1.active > a {
    color: #242420;
  }
  .menu li {
    margin: 0 10px;
  }
}
@media all and (min-width: 992px) {
  .menu .level1 > a {
    font-size: 14px;
    margin: 0 9px;
  }
  .menu li {
    margin: 0 14px;
  }
}
/********  Toggle ***************************************************************************/
.menu-toggle {
  position: absolute;
  top: 3px;
  right: 27px;
  display: block;
  height: 18px;
  width: 24px;
  color: #242420;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  transition: color 0.35s;
}
.menu-toggle.active,
.menu-toggle:hover {
  color: #242420;
}
.menu-toggle:before {
  font-size: 22px;
  line-height: 22px;
  font-family: 'icon';
  content: "\e601";
}
@media all and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/
/******** Page *******************************************************************************/
.page {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
main {
  width: 100%;
  padding: 5px 15px 0 15px;
}
@media all and (min-width: 768px) {
  main {
    padding: 10px 0 0 0;
  }
}
.paddingtop {
  padding-top: 15px;
}
.paddingbottomplus {
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .paddingbottomplus {
    padding-bottom: 60px;
  }
}
/******** Box ********************************************************************************/
.box {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 7px;
  cursor: pointer;
}
.box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.box img {
  height: auto;
  max-width: 100.5%;
  width: 100.5%;
}
.box img {
  transition: all 1s ease;
}
.box .box-overlay-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.82);
  transition: all 1s ease;
}
.team .box:hover .box-overlay-wrapper,
.box.marked .box-overlay-wrapper {
  opacity: 1;
  transition: all 1s ease;
}
.box.marked img {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  filter: url('../images/gray.svg#grayscale');
  filter: gray;
}
.box .box-overlay {
  display: table;
  width: 100%;
  height: 100%;
}
.box:hover .box-overlay-wrapper .box-title {
  display: table-cell;
}
.box .box-title {
  font-size: 14px;
  display: none;
  vertical-align: bottom;
  text-align: left;
  color: #242420;
  padding: 24px 30px;
  text-transform: uppercase;
}
.box .box-headline {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #242420;
  padding: 30px 30px 0 30px;
  text-transform: uppercase;
}
.box .box-body {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #242420;
  padding: 10px 30px 0 30px;
}
.box .box-body a {
  color: #242420;
  display: inline-block;
}
.paddingsmall {
  margin: 0 -7px !important;
}
.paddingsmall .box {
  padding: 7px !important;
}
.grid {
  display: block;
  margin: 0 -7px !important;
}
.grid-sizer {
  width: 100%;
}
@media all and (min-width: 768px) {
  .grid-sizer,
  .box {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .grid-sizer,
  .box {
    width: 33.333%;
  }
  .grid .box {
    min-height: 241px;
  }
}
@media all and (min-width: 1200px) {
  .grid-sizer,
  .box {
    width: 33.333%;
  }
}
.grid .box {
  background: url(../images/loader.gif) no-repeat center center;
}
/******** Startseite ************************************************************************/
.start-overlay-logo {
  position: absolute;
  right: 82px;
  top: 62px;
  width: 273px;
}
.start-overlay-wrapper {
  position: absolute;
  width: 400px;
  /*background-color: rgba(255,255,255, 0.85); */
}
.start-overlay-wrapper.left {
  left: 100px;
}
.start-overlay-wrapper.top {
  top: 220px;
}
.start-overlay-wrapper.right {
  right: 85px;
}
.start-overlay-wrapper.bottom {
  bottom: 100px;
}
.start-overlay-wrapper .start-overlay {
  display: table;
  padding: 0;
}
.start-overlay-wrapper p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
}
.start-overlay-wrapper a {
  color: #242420;
}
.start-overlay-wrapper a:hover {
  color: #242420;
}
/******** Content ***************************************************************************/
.content-heading {
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #e5ecf1;
  padding: 15px 0 15px 0;
}
.title {
  margin-bottom: 0;
}
.subtitle {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  display: block;
  margin-top: 10px;
}
.filter {
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.filter .trenner {
  /*color: @color-grey-light; */
  color: #FFFFFF;
}
.filter .active {
  color: #242420;
}
#filterList {
  display: none;
}
#filterList.active {
  display: inline;
}
.content-text {
  padding: 15px 0 15px 0;
  background-color: #e5ecf1;
  border-radius: 0 0 10px 10px;
  border: 1px solid #e5ecf1;
}
.article-media {
  padding: 15px 0 15px 0;
}
.article-media-text {
  font-size: 14px;
  padding-top: 15px;
}
.content-media {
  background-color: #ffffff;
}
@media all and (min-width: 768px) {
  .content-text {
    padding: 60px 0 40px 0;
  }
  .article-media {
    padding: 30px 0 30px 0;
  }
}
@media all and (min-width: 992px) {
  .article-media-text {
    padding-top: 0;
  }
  .content-heading {
    padding: 30px 0 30px 0;
  }
}
article ul {
  padding-left: 20px;
}
.projekt-table {
  padding: 0;
}
.projekt-table td {
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.4em;
}
.loader {
  background: url(../images/loader.gif) no-repeat center center;
}
/******** File List *************************************************************************/
.file-list {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(102, 141, 174, 0.2);
  margin-bottom: 30px;
}
.file-list li {
  width: 100%;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid rgba(102, 141, 174, 0.2);
  list-style-type: none;
}
/******** Article List **********************************************************************/
.article-item {
  border-bottom: 1px solid #e1dcdf;
  margin-bottom: 10px;
}
.item-sub {
  font-size: 12px;
  color: #fecb36;
  float: right;
}
.item-date {
  font-size: 12px;
  color: #fecb36;
}
@media all and (min-width: 768px) {
  .article-list .date {
    padding-top: 3px;
  }
}
/******** Toggle List **************************************************************************/
.accordion {
  margin-top: 10px;
}
.toggle-list {
  float: left;
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
}
.toggle-list li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e1dcdf;
}
.toggle-list li li {
  list-style: disc;
  float: none;
  width: 100%;
  padding: 0;
  border-bottom: none;
}
.toggle-list li ul,
.toggle-list li ol {
  margin: 0 0 25px 18px;
}
.toggle-list li .file-list li {
  width: 100%;
  padding: 0 0 3px 0;
  border-bottom: 0;
  list-style-type: none;
}
.toggle-list li .file-list {
  border-top: 0;
  margin: 0 0 25px 0;
}
.toggle-list .toggle-content {
  padding-top: 7px;
}
.toggle-heading {
  width: 100%;
  position: relative;
  cursor: pointer;
  color: #fecb36;
  font-size: 14px;
  transition: all 0.5s;
  text-transform: uppercase;
  font-family: 'sourcesanspro-regular', Arial, sans-serif;
}
.toggle-heading.active {
  color: #242420;
  transition: all 0.5s;
}
.toggle-content {
  display: none;
}
/******** Share List *************************************************************************/
.share {
  padding: 15px 0 0 0 !important;
}
.share-list {
  float: right;
}
.share-list li {
  list-style: none;
  display: inline-block;
}
.share-title {
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #668dae;
}
/******** Map **********************************************************************************/
#map_canvas {
  max-width: 600px;
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
}
/******** Footer *******************************************************************************/
/***********************************************************************************************/
footer {
  width: 100%;
  border-bottom: 1px solid #e1dcdf;
  padding: 15px 15px 15px 15px;
  margin-bottom: 35px;
}
@media all and (min-width: 768px) {
  footer {
    padding-top: 10px;
  }
}
footer li {
  list-style-type: none;
}
/******** ZT ****************************************************************************/
#koup {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  width: 190px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  color: #90908f;
  background-image: url("../images/adler.png");
  background-position: right center;
  background-size: 34px 28px;
  background-repeat: no-repeat;
}
.startseite #koup {
  position: absolute;
  left: 100px;
  bottom: 40px;
  color: #fecb36;
  background-image: url("../images/adler-gelb.png");
}
@media all and (min-width: 768px) {
  #koup {
    margin-bottom: 0;
  }
}
#up {
  width: 25px;
  opacity: 0;
  transition: all 0.35s;
  cursor: pointer;
  float: right;
}
@media all and (min-width: 768px) {
  #up {
    position: absolute;
    top: 0;
    left: 50%;
    float: none;
  }
}
#up.show {
  opacity: 1;
  transition: all 0.35s;
}
/******** Footer Rows **************************************************************************/
/******** Footer Nav Legal *********************************************************************/
.menu_footer {
  float: left;
  color: #90908f;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .menu_footer {
    float: right;
    font-size: 13px;
  }
}
.menu_footer a {
  color: #90908f;
}
.menu_footer a:hover,
.menu_footer a.active {
  color: #242420;
}
/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/
/******** Cookie ********************************************************************************/
.btn-small {
  padding-top: 15px;
}
.btn-small {
  font-family: 'sourcesanspro-light', Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  padding: 0 15px 0 15px;
  position: relative;
  text-decoration: none;
  color: #242420;
  background-color: #fecb36;
  transition: all 0.3s;
}
.btn-small:hover {
  color: #242420;
  background-color: #d4a82f;
}
#cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90001;
  padding: 15px;
  background-color: #e1dcdf;
  color: #242420;
  font-size: 14px;
  line-height: 18px;
}
#cookie-message a {
  color: #242420;
  text-decoration: underline;
}
#cookie-message a:hover {
  color: #fecb36;
}
#cookie-message-wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
#cookie-message-btn {
  padding-top: 15px;
}
@media all and (min-width: 768px) {
  #cookie-message-txt {
    float: left;
    text-align: left;
    width: 80%;
    font-size: 14px;
  }
  #cookie-message-btn {
    padding-top: 0;
    float: right;
    text-align: right;
    width: 20%;
  }
  #cookie-message {
    padding: 15px 30px 15px 30px;
  }
}
/******** Slider ********************************************************************************/
/************************************************************************************************/
/******** Basic *******************************************************************************/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background-color: #99b3c9;
  opacity: 0.5;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  background: #99b3c9;
  opacity: 1;
}
.flickity-prev-next-button {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border: none;
  background-color: transparent;
}
.flickity-prev-next-button:before {
  font-family: 'icon';
  font-size: 40px;
  color: #99b3c9;
}
.flickity-prev-next-button.previous {
  left: 8.33333333%;
}
.flickity-prev-next-button.next {
  right: 8.33333333%;
}
.flickity-prev-next-button.previous:before {
  content: "\e615";
}
.flickity-prev-next-button.next:before {
  content: "\e604";
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  display: none;
}
@media all and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
  }
}
/******** Slider *******************************************************************************/
.slider-img {
  position: relative;
  width: 100%;
}
.slider-item {
  width: 100%;
  margin: 0 auto;
  max-width: 895px;
}
/******** Modal *******************************************************************************/
/**********************************************************************************************/
/******** Animation ***************************************************************************/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);
}
.mfp-fade.mfp-wrap.mfp-ready {
  transform: scale(1);
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing {
  transform: scale(0.7);
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-open .mfp-figure {
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/******** Basic *******************************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-container {
  padding: 0 8px;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}
.mfp-preloader {
  color: #ffffff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
}
.mfp-preloader a {
  color: #ffffff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 12px;
  font-family: Arial, monospace;
}
.mfp-arrow {
  opacity: 0;
  cursor: pointer;
  border: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 19px;
  height: 31px;
  background: transparent;
}
.mfp-arrow-wrapper-left,
.mfp-arrow-wrapper-right {
  position: absolute;
  top: 15%;
  bottom: 15%;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.01);
  cursor: pointer;
}
.mfp-arrow-wrapper-left {
  left: 0;
}
.mfp-arrow-wrapper-right {
  right: 0;
}
.mfp-arrow-wrapper-left:hover .mfp-arrow,
.mfp-arrow-wrapper-right:hover .mfp-arrow {
  opacity: 1;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: right;
  padding-right: 6px;
  width: 100%;
  z-index: 100;
}
.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:focus {
  /*color: rgba(102, 141, 174, 1); */
}
.mfp-counter {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.mfp-arrow-left,
.mfp-arrow-right {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}
.mfp-arrow-left {
  left: 20px;
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: 15px 25px;
}
.mfp-arrow-right {
  right: 20px;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 15px 25px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  font-family: 'icon';
  font-size: 40px;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  border-radius: 10px;
  background-color: #ffffff;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #ffffff;
  width: 80%;
}
.mfp-figure small {
  font-weight: 300;
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  /* cursor: pointer; */
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/******** Wrapper *****************************************************************************/
.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .wrapper {
    width: 715px;
  }
}
@media all and (min-width: 992px) {
  .wrapper {
    width: 970px;
  }
}
@media all and (min-width: 1200px) {
  .wrapper {
    width: 1140px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/******** Columns *****************************************************************************/
/**********************************************************************************************/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media all and (min-width: 576px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/******** Mediaelement ************************************************************************/
/**********************************************************************************************/
.mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs__container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  box-sizing: border-box;
}
.mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  width: 100%;
  height: 100%;
}
.mejs__fill-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: transparent;
}
.mejs__container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs__embed,
.mejs__embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
}
.mejs__clear {
  clear: both;
}
.mejs__background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("../images/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
}
.mejs__overlay-button > img {
  position: relative;
  left: 0;
  top: -40px;
  background: transparent;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.mejs__overlay-loading-bg-img {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("../images/mejs-controls.svg") -160px -40px no-repeat;
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  -moz-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite;
}
.mejs__overlayloading-bg-img > img {
  position: relative;
  left: -160px;
  top: -40px;
}
@-moz-keyframes mejs-loading-spinner {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mejs__controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(0, 65, 120, 0);
  /* background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.35));*/
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  float: left;
  margin: 0;
  width: 32px;
  height: 40px;
  font-size: 10px;
  line-height: 10px;
}
.mejs__button > button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 10px 6px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url("../images/mejs-controls.svg");
  overflow: hidden;
}
.mejs__button > button:focus {
  outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}
.mejs__time {
  color: #fff;
  display: block;
  height: 24px;
  width: auto;
  font-weight: bold;
  font-size: 11px;
  padding: 16px 6px 0 6px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__play > button > img {
  position: relative;
  left: 0;
  top: 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__pause > button > img {
  position: relative;
  left: -20px;
  top: 0;
}
.mejs__stop > button {
  background-position: -220px 0;
}
.mejs__replay > button {
  background-position: -280px 0;
}
.mejs__replay > button > img {
  position: relative;
  left: -280px;
  top: 0;
}
.mejs__time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 10px;
  height: 40px;
  position: relative;
  margin: 0 10px;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-handle,
.mejs__time-float,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px;
}
.mejs__time-total {
  margin: 5px 0 0 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}
.mejs__time-buffering {
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
  width: 0;
}
.mejs__time-current {
  background: rgba(255, 255, 255, 0.9);
  width: 0;
}
.mejs__time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs__time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs__time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs__time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs__long-video .mejs__time-float {
  width: 48px;
}
.mejs__long-video .mejs__time-float-current {
  width: 44px;
}
.mejs__long-video .mejs__time-float-corner {
  left: 18px;
}
.mejs__broadcast {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 15px;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__fullscreen-button > button > img {
  position: relative;
  left: -80px;
  top: 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__unfullscreen > button > img {
  position: relative;
  left: -100px;
  top: 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__mute > button > img {
  position: relative;
  left: -60px;
  top: 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__unmute > button > img {
  position: relative;
  left: -40px;
  top: 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(0, 65, 120, 0.7);
  border-radius: 0;
  top: -115px;
  left: 5px;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs__volume-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs__volume-handle {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 16px;
  height: 6px;
  margin: 0 0 -3px -7px;
  background: rgba(255, 255, 255, 0.9);
  cursor: ns-resize;
  border-radius: 1px;
}
.mejs__horizontal-volume-slider {
  height: 36px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(50, 50, 50, 0.8);
}
.mejs__horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__captions-button > button > img {
  position: relative;
  left: -140px;
  top: 0;
}
.mejs__captions-button > .mejs__captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  right: -51px;
  width: 85px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs__captions-button > .mejs__captions-selector {
  visibility: visible;
}
.mejs__captions-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs__captions-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.mejs__captions-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px;
}
.mejs__captions-selector-label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer;
}
.mejs__captions-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs__chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs__chapter {
  position: absolute;
  float: left;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  overflow: hidden;
  border: 0;
}
.mejs__chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs__chapter-block-last {
  border-right: none;
}
.mejs__chapter-block:hover {
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}
.mejs__chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs__chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs__captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text {
  padding: 0;
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs__loop-off > button {
  background-position: -260px;
}
.mejs__loop-on > button {
  background-position: -240px 0;
}
.mejs__contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs__contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs__contextmenu-item {
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs__contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
.mejs__sourcechooser-button {
  position: relative;
}
.mejs__sourcechooser-button > button {
  background-position: -200px 0;
}
.mejs__sourcechooser-button .mejs__sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs__sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs__sourcechooser-selector li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs__sourcechooser-selector input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs__sourcechooser-selector label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}
.mejs__postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs__postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs__postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
.mejs__speed-button {
  position: relative;
}
.mejs__speed-button > button {
  background: transparent;
  width: 36px;
  margin: 11px 0 0 0;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs__speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs__speed-selector {
  visibility: visible;
}
.mejs__speed-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs__speed-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs__speed-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__speed-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px;
}
.mejs__speed-selector-label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 11px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs__speed-selected {
  color: #21f8f8;
}
.mejs__jump-forward-button > button {
  font-size: 8px;
  line-height: normal;
  color: #ffffff;
  background-position: -180px 0;
  position: relative;
}
.mejs__jump-forward-button > button > img {
  position: absolute;
  left: -180px;
  top: 0;
}
.mejs__skip-back-button > button {
  font-size: 8px;
  line-height: normal;
  color: #ffffff;
  background-position: -160px 0;
  position: relative;
}
.mejs__skip-back-button > button > img {
  position: absolute;
  left: -160px;
  top: 0;
}
.mejs__ads > a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mejs__ads-skip-block {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.mejs__ads-skip-button {
  cursor: pointer;
}
.mejs__ads-skip-button:hover {
  text-decoration: underline;
}
