.ginger-banner *{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.ginger-banner p{
margin-bottom: 1em;
}
.ginger-banner{
position: fixed;
left: 0;
right: 0;
background-color: white;
padding: 1em;
color: #232323;
font-size: 1em;
z-index: 99999998 !important;
}
.ginger-banner.top{
top: 0;
border-bottom: 1px solid #000;
}
.ginger-banner.bottom{
bottom: 0;
border-top: 1px solid #000;
}
.ginger-banner.dialog{
width: 300px;
border: 1px solid #000;
box-shadow:1px 1px 2px #000;
-moz-box-shadow:1px 1px 2px #000;
-webkit-box-shadow:1px 1px 2px #000;
right: 10px;
left: initial;
}
.ginger-banner.dialog.top{
top: 10px;
}
.ginger-banner.dialog.bottom{
bottom: 10px;
}
.ginger-banner div.ginger-button-wrapper{
width: 100%;
float: left;
}
.ginger-banner .ginger-button-wrapper div.ginger-button{
margin-left: auto;
margin-right: auto;
width: 40%;
}
.ginger-accept, .ginger-dismiss, .ginger-disable{
width: 160px;
float: left;
text-align: center;
margin-top: 8px !important;
margin-bottom: 6px !important;
display: block;
padding: 8px 16px !important;
background-color: #f1d600;
color: #111;
margin-right: 12px !important;
text-decoration: none !important;
font-size:12pt !important;
font-weight: 600;
letter-spacing: -0.05em;
transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
-moz-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
-webkit-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
}
.ginger-disable{
background-color: #aaa;
}
.ginger-accept:hover,
.ginger-dismiss:hover,
.ginger-disable:hover{
margin-top: 8px !important;
margin-bottom: 6px !important;
display: block;
padding: 8px 16px !important;
background-color: #f1d600 !important;
color: #111 !important;
margin-right: 12px !important;
text-decoration: none !important;
font-size:12pt !important;
font-weight: 600;
letter-spacing: -0.05em;
box-shadow:1px 1px 2px #000;
-moz-box-shadow:1px 1px 2px #000;
-webkit-box-shadow:1px 1px 2px #000;
transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
-moz-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -moz-box-shadow 0.2s ease-in-out 0s;
-webkit-transition:background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, -webkit-box-shadow 0.2s ease-in-out 0s;
}
.ginger-dismiss{
position: absolute;
font-size: .8em;
right: 1em;
top: 1em;
background-color: #ccc;
color: #333;
}
.ginger-iframe-placeholder{
padding: 1em;
background-color: #eee;
margin: 1em 0;
text-align: center;
}
.ginger-iframe-placeholder a.ginger-accept{
float: none;
margin-left: auto;
margin-right: auto !important;
}
.ginger-iframe-placeholder p{
margin: 0;
}
.ginger-banner iframe{
width: 100%;
} .ginger-banner.dark{
background: #000000;
color: white;
}
.ginger-banner.dark a{
color: #d7d7d7;
text-decoration: underline;
}
.ginger-banner.light{
background: white;
color: black;
}
.ginger-banner.light a{
color: #999999;
text-decoration: underline;
}
.ginger-banner.dialog{
border: 1px solid white;
box-shadow:1px 1px 2px white;
-moz-box-shadow:1px 1px 2px white;
-webkit-box-shadow:1px 1px 2px white;
}
.ginger_banner-wrapper {
z-index: 99999998;
position: relative
}
.ginger_container .ginger_btn {
cursor: pointer;
text-align: center;
font-size: 0.6em;
transition: font-size 200ms;
line-height: 1em
}
.ginger_container .ginger_message {
font-size: 0.6em;
transition: font-size 200ms;
margin: 0;
padding: 0;
line-height: 1.5em
}
.ginger_container .ginger_logo:hover, .ginger_container .ginger_logo:active {
opacity: 1
}
@media screen and (min-width: 500px) {
.ginger_container .ginger_btn {
font-size: 0.8em
}
.ginger_container .ginger_message {
font-size: 0.8em
}
}
@media screen and (min-width: 768px) {
.ginger_container .ginger_btn {
font-size: 1em
}
.ginger_container .ginger_message {
font-size: 1em;
line-height: 1em
}
}
@media screen and (min-width: 992px) {
.ginger_container .ginger_message {
font-size: 1em
}
}
@media print {
.ginger_banner-wrapper, .ginger_container {
display: none
}
}
.ginger_container.bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 10px
}
.ginger_container.top {
position: fixed;
left: 0;
right: 0;
top: 0;
overflow: hidden;
padding: 10px
}
.ginger_container .ginger_btn {
padding: 8px 10px;
background-color: #f1d600;
cursor: pointer;
transition: font-size 200ms;
text-align: center;
font-size: 0.6em;
display: block;
width: 33%;
margin-left: 10px;
float: right;
max-width: 120px
}
.ginger_container .ginger_message {
transition: font-size 200ms;
font-size: 0.6em;
display: block
}
@media screen and (min-width: 500px) {
.ginger_container .ginger_btn {
font-size: 0.8em
}
.ginger_container .ginger_message {
margin-top: 0.5em;
font-size: 0.8em
}
}
@media screen and (min-width: 768px) {
.ginger_container {
padding: 15px 30px 15px
}
.ginger_container .ginger_btn {
font-size: 1em;
padding: 8px 15px
}
.ginger_container .ginger_message {
font-size: 1em
}
}
@media screen and (min-width: 992px) {
.ginger_container .ginger_message {
font-size: 1em
}
}
.ginger_container {
background: #222;
color: #fff;
font-size: 17px;
box-sizing: border-box
}
.ginger_container.dark{
background: #222;
color: #fff;
}
.ginger_container.light{
background: white;
color: #000000;
}
.ginger_container ::-moz-selection {
background: #ff5e99;
color: #fff;
text-shadow: none
}
.ginger_container .ginger_btn, .ginger_container .ginger_btn:visited {
color: #000;
background-color: #f1d600;
transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
border-radius: 5px;
-webkit-border-radius: 5px
}
.ginger_container .ginger_btn:hover, .ginger_container .ginger_btn:active {
background-color: #fff;
color: #000
}
.ginger_container a, .ginger_container a:visited {
text-decoration: none;
color: #31a8f0;
transition: 200ms color
}
.ginger_container a:hover, .ginger_container a:active {
color: #b2f7ff
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(66px);
transform: translateY(66px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes slideUp {
0% {
-webkit-transform: translateY(66px);
-ms-transform: translateY(66px);
transform: translateY(66px)
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}
.ginger_container, .ginger_message, .ginger_btn {
animation-duration: 0.8s;
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
-webkit-animation-name: slideUp;
animation-name: slideUp
}.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons {
overflow: hidden;
}
.simple-social-icons ul {
margin: 0;
padding: 0;
}
.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 12px !important;
padding: 0 !important;
}
.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
height: 1em;
line-height: 1em;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}
.simple-social-icons ul.aligncenter {
text-align: center;
}
.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}.epyt-debug{cursor:pointer;text-align:left;background-color:#ddd;color:#000}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{margin:0 -8px 0 -8px;position:relative;transition:opacity ease-out .3s;display:block}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity ease-out .3s}.epyt-gallery-thumb{position:relative;box-sizing:border-box;overflow-y:hidden;display:block!important;cursor:pointer;opacity:1;float:left;padding:0 8px 10px 8px;height:auto}.epyt-gallery-thumb.hover{position:relative;opacity:1;transition:opacity ease-out .3s;height:auto}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{height:0;width:100%;padding-top:56.25%!important;position:relative;overflow:hidden!important;background-size:cover!important;background-position:center!important}.epyt-gallery-playhover-textonly{position:absolute;top:-10px;left:0;width:100%;height:100%;text-align:center}.epyt-gallery-playhover{opacity:0;position:absolute;top:-10px;left:0;width:100%;height:100%;vertical-align:middle;text-align:center;transition:opacity ease-out .3s}.epyt-gallery-thumb.hover .epyt-gallery-playhover,.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover{opacity:1;top:0;transition:all ease-out .3s}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{height:auto!important;max-width:15%!important;padding:0!important;margin:0!important;min-width:30px!important;vertical-align:middle!important;display:inline-block!important;width:auto;border:0;box-sizing:border-box}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{text-align:center;width:100%;position:absolute;left:0;top:100%;opacity:0;z-index:10;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity linear .2s}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;text-align:center;padding:10px 8px 10px 8px}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagination>div,.epyt-pagenumbers>div{display:inline-block;padding:0 2px 0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px 0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{width:100%;max-width:964px}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.090%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{text-align:center;padding:15px 0 10px 0;clear:both}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{display:inline-block;padding:5px 10px;background-color:#e62117!important;color:#fff!important;text-decoration:none!important;border-radius:3px}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{width:20px!important;height:auto!important;vertical-align:middle!important;padding:0 6px 3px 0;display:inline-block;background:transparent;-webkit-box-shadow:none;box-shadow:none;margin:0}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(to bottom,#000,#444);padding:25px;height:auto;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{display:inline-block;padding:5px 10px;background:#e62117!important;color:#fff!important;text-decoration:none!important;border-radius:3px;font-weight:normal;border-width:0;box-sizing:border-box}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{width:20px!important;height:auto!important;vertical-align:middle!important;padding:0 6px 3px 0;display:inline-block;background:transparent;-webkit-box-shadow:none;box-shadow:none;margin-left:8px}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(to bottom,#000,#444)}.ytvi-story-container{display:block;max-width:100%}