/*@import url(//fonts.googleapis.com/css?family=Lato|Open+Sans,Arial,sans-serif);*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.dr-gahlen.de/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.dr-gahlen.de/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.dr-gahlen.de/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.dr-gahlen.de/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.dr-gahlen.de/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.dr-gahlen.de/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.dr-gahlen.de/fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.dr-gahlen.de/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.dr-gahlen.de/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.dr-gahlen.de/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.dr-gahlen.de/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.dr-gahlen.de/fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

@media only screen 
	and (max-width: 940px)	{
	.img-width {
	width:100%;
	}
}


::selection,
::-moz-selection {
    color: #f8f8f8;
    background-color: #333;
}


 body {
    font-size: 16px;
    font-family: 'Open Sans',Arial,sans-serif;
    background-color: #FDFDFD;
    color: #333;
}


a {
    color: #024D6C;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #091d39;
}

a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: default;
}

@media only screen 
	and (max-width: 768px)	{
	h1,.h1 {
		color: #024D6C;
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
		word-wrap:break-word;
	}
}
@media only screen 
	and (min-width: 768px)	{
	h1,.h1 {
		color: #024D6C;
		font-size: 36px;
		line-height: 1;
		font-weight: bold;
		word-wrap:break-word;
	}
}

@media only screen 
	and (max-width: 768px)	{
	h2,.h2 {
		color: #056C97;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		word-wrap:break-word;
	}
}
@media only screen 
	and (min-width: 768px)	{
	h2,.h2 {
		color: #056C97;
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
		word-wrap:break-word;
	}
}


h3,
.h3 {
    font-size: 20px;
}

.w2d-teaser > div,
.split-teaser > div,
.accordion,
.w2d-tabs,
p {
    margin-bottom: 10px;
}

.well,
.well-inverse,
.well-color {
    margin-bottom: 20px;
}

.sidebar h2:first-child,
.sidebar h3:first-child,
.sidebar div > h2:first-child,
.sidebar div > h3:first-child {
    margin-top: 0;
}

.sidebar a.sb-pophover img {
    margin-bottom: 10px;
}

.popover.top > .arrow {
    border-top-width: 0;
}

.popover.top > .arrow:after {
    bottom: 2px;
}

@media (max-width: 991px) {
    .sidebar {
        text-align: center;
    }
    .sidebar img {
        margin-left: auto;
        margin-right: auto;
    }
}

.pic-left {
    float: left;
    margin: 0 10px 10px 0;
}

.pic-right {
    float: right;
    margin: 0 0 10px 10px;
}

.pic-left,
.pic-right {
    width: 160px;
    z-index: 1;
    position: relative;
}

.pic-left h3,
.pic-right h3 {
    font-size: 90%;
    margin: 4px 0 0;
}

.pic-left a:hover,
.pic-right a:hover {
    text-decoration: none;
}

p.line-left {
    padding-left: 10px;
    border-left: 5px solid #024D6C;
}

p.line-right {
    padding-right: 10px;
    border-right: 5px solid #024D6C;
}

figure.thumbnail:hover,
figure.thumbnail:focus,
figure.thumbnail.active {
    border-color: #024D6C;
}

.well {
    padding: 15px;
}

.well > h2 {
    margin-top: 0;
}

.well-inverse {
    min-height: 20px;
    padding: 15px;
    background-color: #333;
    border: #1f1f1f;
    color: #f8f8f8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.well-inverse h2 {
    color: #f8f8f8;
}

.well-inverse > h2 {
    margin-top: 0;
}

.well-color {
    min-height: 20px;
    padding: 15px;
    background-color: #024D6C;
    border: #0e2c58;
    color: #f5f5f5;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.well-color a {
    color: #f5f5f5;
}

.well-color a:hover {
    color: #c2c2c2;
}

.well-color h2 {
    color: #f5f5f5;
}

.well-color h2 a {
    color: #f5f5f5;
}

.well-color h2 a:hover {
    color: #c2c2c2;
}

.well-color > h2 {
    margin-top: 0;
}

.form-control,
.progress {
    margin-bottom: 5px;
}


#scroll-top {
    position: fixed;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #111;
    border: 1px solid #111;
    background-color: #f5f5f5;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    -webkit-border-radius: 15px;
    border-radius: 2px;
}

#scroll-top:hover {
    text-decoration: none;
    background-color: #EEEEEE;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#scroll-top:focus,
#scroll-top:active {
    outline: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 50px;
    height: auto;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-brand {
    /*height: 50px;
    line-height: 50px;*/
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar .navbar-form .form-control {
    padding: 6px 10px;
    font-size: inherit;
    height: auto;
}

.navbar .dropdown-menu {
    font-size: 14px;
}

.navbar .form-control {
    margin: 0;
}

.navbar .navbar-brand {
    color: #fff;
}

.navbar .navbar-brand i {
    color: #fff;
}

.navbar .navbar-brand .badge {
    background-color: #fff;
}


.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #ddd;
}

.navbar .navbar-brand:hover i,
.navbar .navbar-brand:focus i {
    color: #ddd;
}


.topics .dropdown-submenu {
    position: relative;
}

.topics .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.topics .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.topics .dropdown-submenu .pull-left {
    float: none;
}

.topics .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
    .topics .dropdown-submenu > .dropdown-menu {
        display: block;
    }
    #nav-extra.navbar-nav {
        margin: 0;
    }
    #nav-extra.navbar-nav > li > a {
        float: right;
    }
}

@media (min-width: 769px) {
    .topics > li.dropdown-submenu > a {
        padding-right: 25px;
    }
    .topics .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #666;
        margin-top: 4px;
        margin-right: -15px;
    }
    .topics .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }
}

.sidebar .list-group > div:not(:first-child) .list-group-item {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sidebar .list-group .list-group-item {
    padding: 8px 15px;
}

.sidebar .list-group .btn-group-vertical {
    display: block;
}

.sidebar .list-group .btn-group-vertical a .caret {
    margin-top: 7px;
    float: right;
}

.sidebar .list-group .btn-group-vertical .dropdown-menu > li > a {
    line-height: 1;
    padding: 8px 15px;
}

.sidebar .list-group .btn-group-vertical .dropdown-menu .divider {
    margin: 0;
}

#header {
    margin: 0 0 30px 0;
}

#header h1,
#header h2 {
    /*color:inherit;*/
    font-size: 36px;
}

#header #logo {
    width: 100%;
    display: block;
}

#header #logo img {
    min-width: 100%;
    width: 100%;
    height: auto;
}

#header .container {
    -moz-text-shadow: 0 1px 2px #000;
    -webkit-text-shadow: 0 1px 2px #000;
    text-shadow: 0 1px 2px #000;
    z-index: 2;
    position: relative;
}


.split-teaser h3 {
    margin: 10px 0;
}

.center-teaser {
    text-align: center;
}

.center-teaser p {
    text-align: left;
}

.w2d-teaser h3 {
    margin: 0 0 5px 0;
}

.w2d-teaser a > img {
    float: right;
    padding-left: 10px;
}

.pagination {
    margin-top: 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

@media (max-width: 767px) {
    .w2d-teaser .col-sm-12 a > img,
    .w2d-teaser .col-sm-6 a > img {
        float: none;
        padding-left: 0;
    }
}

.table a {
    text-decoration: none;
}

.table img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
    padding: 4px;
    border-width: 0px;
}

.table-nopadding > thead > tr > th,
.table-nopadding > tbody > tr > th,
.table-nopadding > tfoot > tr > th,
.table-nopadding > thead > tr > td,
.table-nopadding > tbody > tr > td,
.table-nopadding > tfoot > tr > td {
    padding: 0;
    border-width: 0px;
}

.table-lowpadding > thead > tr > th,
.table-lowpadding > tbody > tr > th,
.table-lowpadding > tfoot > tr > th,
.table-lowpadding > thead > tr > td,
.table-lowpadding > tbody > tr > td,
.table-lowpadding > tfoot > tr > td {
    padding: 1px 2px;
}

.table > thead > tr > td.text-left,
.table > thead > tr > th.text-left {
    text-align: left;
}

.table > thead > tr > td.text-right,
.table > thead > tr > th.text-right {
    text-align: right;
}

.table > thead > tr > td.text-center,
.table > thead > tr > th.text-center {
    text-align: center;
}

.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: inherit;
}

a.collapsed i.fa-accordion:before {
    content: "\F100";
}

a i.fa-accordion:before {
    content: "\F103";
}

.panel-group {
    margin-bottom: 5px;
    background-color: #f8f8f8;
}

.panel-heading a {
    display: block;
    font-size: 110%;
}

.panel-heading a:hover {
    text-decoration: none;
}

.panel-heading a:focus {
    text-decoration: none;
    outline: 0;
}

.w2d-tabs ul.nav {
    margin-bottom: 0px;
}

.w2d-tabs .nav-tabs {
    border-bottom-width: 0px;
}

.w2d-tabs .nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}

.w2d-tabs .tab-pane {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border linear 0.2s box-shadow linear 0.2s ease-in-out;
    -moz-transition: border linear 0.2s box-shadow linear 0.2s ease-in-out;
    -ms-transition: border linear 0.2s box-shadow linear 0.2s ease-in-out;
    transition: border linear 0.2s box-shadow linear 0.2s ease-in-out;
}

.w2d-tabs a:focus,
.accordion a:focus {
    outline: none;
}

@media (max-width: 767px) {
    .w2d-tabs .nav-tabs > li {
        float: none;
        margin-bottom: 0px;
    }
    .w2d-tabs .nav-tabs > li > a {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .w2d-tabs .nav-tabs > li > a,
    .w2d-tabs .nav-tabs > li.active > a,
    .w2d-tabs .nav-tabs > li > a:focus,
    .w2d-tabs .nav-tabs > li.active > a:focus,
    .w2d-tabs .nav-tabs > li > a:hover,
    .w2d-tabs .nav-tabs > li.active > a:hover {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }
    .w2d-tabs .nav-tabs > li.active > a,
    .w2d-tabs .nav-tabs > li.active > a:focus,
    .w2d-tabs .nav-tabs > li.active > a:hover {
        color: #333;
    }
    .w2d-tabs .nav-tabs > li > a:focus,
    .w2d-tabs .nav-tabs > li > a:hover {
        color: #091d39;
    }
    .w2d-tabs .nav-tabs > li > a:before {
        font-family: 'FontAwesome';
        content: "\f138";
        margin: 0 5px 2px -5px;
    }
}

#comment {
    margin: 10px 0;
}

#comment .label {
    background-color: #024D6C;
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
}

.comments {
    margin: 0 0 10px;
}

.comments .comment {
    margin: 5px 0 0 0;
}

.date {
    float: left;
    font-family: '"NeoTechRegular",Arial,sans-serif', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #024D6C;
    font-weight: bold;
    padding: 0 15px 0 0;
}

.date.pull-right {
    padding: 0 0 0 15px;
}

.month {
    font-size: 20px;
}

.year {
    font-weight: normal;
    font-size: 14px;
}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: 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,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: white;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1300px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 60%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-fade .mfp-content,
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

@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-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .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;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

#share-icons {
    float: right;
    font-size: 2em;
}

#share-icons a {
    margin-left: 5px;
}

#share-icons a:first-child {
    margin-left: 0;
}

#share-icons a i {
    text-align: center;
}

#header .container:first-child {
    z-index: 3;
}

#search {
    position: absolute;
    right: 15px;
    top: 20px;
    max-width: 200px;
}

#searchform {
    margin-bottom: 20px;
    position: relative;
}

#searchform input {
    padding-right: 30px;
}

#searchform i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

#searchajax {
    position: absolute;
    min-width: 200px;
    margin: 2px 0 0 0;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

#searchajax > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    text-shadow: none;
}

#searchajax > a:hover,
#searchajax > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #024D6C;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}