@charset "UTF-8";
/* CSS Document */

#promotionAdClose
{
	position: absolute;
    right: 5px;
    top: 17px;
	padding: 0px 5px;
    color: #000 !important;
    background-color: #d85600;
    font-size: 17px !important;
    text-decoration: none !important;
}
#promotionAd{
    width: 348px;
    height: 218px;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    right: 0px;
	border-left: 4px solid #d85600;
	border-top: 4px solid #d85600;
	background: #d85600;
}
#promotionAd:hover{
	cursor: pointer;
}
.promotionContainer{
    float: left;
	width: 100%;
    height: 100%;
}
#promotionAd p{
	font-family: 'Cabin', sans-serif;
    font-size: 20px;
    color: #8f2ba1;
	font-weight:400;
	line-height: 28px;
	margin: -12px 0px 0px 12px;
}
#promotionAd a{
	font-family: 'Cabin', sans-serif;
    font-size: 19px;
    color: #ed027e;
	font-weight:600;
	line-height: 28px;
	cursor: pointer;
	margin: -12px 0px 0px 12px;
	text-decoration: underline;
}
#promotionAd h1{
	font-family: 'Wendy One', sans-serif;
    font-size: 32px;
    color: #00b8f1;
	letter-spacing: 2px;
}
#promotionAd b{
	font-family: 'Wendy One', sans-serif;
    font-size: 38px;
    color: #ed027e;
	letter-spacing: 2px;
}
#promotionAdMobile{
    width: 100%;
    height: auto;
	border-bottom: 4px solid #ebebeb;
	border-top: 4px solid #ebebeb;
	background: #ebebeb;
}