/* Black - white */
.contrast-black-white {
	background: black!important;
	color: white!important;
	border-color: white !important;
}

.contrast-black-white:hover {
	color: white !important;
}

.contrast-black-white:hover {
	color: white !important;
}

.contrast-black-white .boxWeather:before, .contrast-black-white .contrast-black-white .left-menu .master-slider-parent:before, .contrast-black-white .pimage:before, .contrast-black-white .row .text-green:before, .contrast-black-white .pexcerpt .btn:before, .contrast-black-white .pcontent .btn:before {
	border-color: white;
}

/* White - black */
.contrast-white-black {
	background: white!important;
	color: black!important;
	border-color: black !important;
}

.contrast-black-white:hover {
	color: white !important;
}

.contrast-white-black:hover {
	color: black !important;
}

/* Yellow - black */
.contrast-yellow-black {
	background: yellow!important;
	color: black!important;
	border-color: black!important;
}

.contrast-yellow-black:hover {
	color: black!important;
}

.contrast-yellow-black .boxWeather:before, .contrast-yellow-black .contrast-yellow-black .left-menu .master-slider-parent:before, .contrast-yellow-black .pimage:before, .contrast-yellow-black .row .text-green:before, .contrast-yellow-black .pexcerpt .btn:before, .contrast-yellow-black .pcontent .btn:before {
	border-color: black;
}

/* Black - yellow */
.contrast-black-yellow {
	background: black!important;
	color: yellow!important;
	border-color: yellow!important;
}

.contrast-black-yellow:hover {
	color: yellow !important;
}

.contrast-black-yellow .boxWeather:before, .contrast-black-yellow .contrast-black-yellow .left-menu .master-slider-parent:before, .contrast-black-yellow .pimage:before, .contrast-black-yellow .row .text-green:before, .contrast-black-yellow .pexcerpt .btn:before, .contrast-black-yellow .pcontent .btn:before {
	border-color: yellow;
}

#wcag-menu {
    box-shadow: 0px 3px 6px #0000004D;
    border: 1px solid #2493FF;
    padding: 30px 15px;
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
	margin: 0;
	list-style: none;
}

#wcag-menu li {
    flex: 0 0 50%;
    text-align: center;
	margin: 0;
}

#wcag-menu li.full {
    flex: 0 0 100%;
}

#wcag-menu li p {
    color: #000000;
    text-shadow: 0px 3px 6px #0000004D;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
	margin: 12px 0 !important;
}

#wcag-menu li.full p {
    margin-top: 0 !important;
}

#wcag-menu li.full img {
	margin: 0 auto;
}

.wcag-menu {
    position: fixed;
    right: -290px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    transition: all .2s;
    max-width: 289px;
}

.wcag-menu.collapsed {
	right: -1px;
}

.wcag-menu ul li .icon img {
	top: 3px;
    position: relative;
}

.wcag-menu ul li .icon img {
    cursor: pointer;
}

.wcag-menu ul li .icon {
    background: #2493FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000004D;
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    transition: all .2s;
    border-radius: 50%;
}

.wcag-menu ul li .icon:hover, .wcag-menu li a:hover {
    opacity: .9;
}

.wcag-menu li a {
    color: #000000;
}

#wcag-menu li.wcag-reset {
    margin-top: 30px;
}

#wcag-menu li.wcag-reset p {
    margin-bottom: 0px !important;
}

.wcag-button {
    width: 100px;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-100%, -50%);
    z-index: -1;
    border: 1px solid #2493FF;
    padding: 5px;
    cursor: pointer;
}

.wcag-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
}

#wcag-loading {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 111;
    background: rgba(255,255,255,.7);
    top: 0;
}

#wcag-loading .wcag-svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}