#toxyystickyad {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 515px;
    z-index: 9998;
}

#toxyystickyadpost {
	width: 65%;
	z-index: 9998;
	margin: 0 auto;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#toxyystickyadbox {
    display: flex;
    background-color: #fff;
    padding: 7px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    width: 100%;
}

.toxyystickyurl {
    min-height: 95px;
    width: 100%;
}

.toxyyadtype {
	position: relative;
    float: right;
    height: 30px;
	top: 5px;
}

#toxyystickyad img:first-of-type {
    margin: auto 0;
    max-height: 150px;
    max-width: 150px;
}

#toxyystickyadpost img:first-of-type {
    margin: auto 0;
    max-height: 150px;
    max-width: 150px;
}

#toxyystickyaddata {
    color: initial;
    padding-left: 5px;
	width: 100%;
}

.toxyyadmarker {
    color: black;
    margin: -5px 5px 0 0;
    font-size: 10pt;
}

.toxyystickyadgrey {
    color: grey;
}

.toxyystickyadlarge {
    font-size: 12pt;
}

.toxyystickyadsmall {
    font-size: 9pt;
    line-height: 9pt;
	width: 100%;
}

.toxyystickyadprice {
    margin: -2px 0 2px 0;
}

.toxyystickyadtitle, .toxyystickyadprice, .toxyystickyadextra {
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    #toxyystickyad {
        max-width: 100%;
        width: 100%;
        border-left: none;
        z-index: 9999;
    }
	#toxyystickyadbox {
		display: block;
	}
    #toxyystickyadbox, .toxyystickyurl {
        width: 100%;
    }
	#toxyystickyadpost img:first-of-type {
		margin: 0 auto;
		max-width: 200px;
		max-height: 200px!important;
	}
	#toxyystickyaddata {
		padding-left: 7px;
	}
	#toxyystickyadpost {
		width: auto;
	}
	.toxyystickyadimage {
		display: flex;
	}
	.toxyyadmarker {
		position: absolute;
	}
	.toxyyadtype {
		position: relative;
		bottom: 25px;
		top: initial!important;
	}
}

.toxyyshowhidelink {
    cursor: pointer;
}

.toxyyshowhidelink:hover {
    text-decoration: none;
}

.toxyyadshow, .toxyystickyshowhide:not(:checked) ~ .toxyystickyurl {
    opacity: 1;
    max-height: 10000px;
    transition: opacity 1s ease-in;
}

.toxyyadcollapsed, .toxyystickyshowhide:checked ~ .toxyystickyurl {
    opacity: 0;
    padding: 0;
    margin: 0;
    height: 0;
    min-height: 0;
    max-height: 0;
    transition: all 650ms cubic-bezier(0,.99,.17,1);
    overflow: hidden;
}

.toxyyzeroheight {
    height: 0;
    padding: 0!important;
    margin: 0;
    opacity: 0;
}

#toxyystickylabel {
    display: block;
    text-align: right;
    height: 30px;
}

.toxyystickyshowhidelink a::before {
    font-family: "FontAwesome";
    background-color: grey;
    content: "\f0d8";
    transition-property: none;
    border: 2px solid white;
    border-radius: 4px;
    padding: 0 6px 0 6px;
    font-size: 16pt;
}

.toxyyadflipbutton, .toxyystickyshowhide:checked ~ .toxyystickyshowhidelink .toxyyshowhidelink {
    transform: rotate(180deg);
    transition-property: none;
    bottom: 0px;
    position: relative;
}

#toxyystickyad .icheckbox_flat-aero {
    display: none;
}
