@import url("https://use.typekit.net/for7avf.css");

span.silist {
font-family: urw-din, sans-serif;
font-size:16px;
}

div.pickup-1 {
background-color: rgba(255,0,0,0.2);
border-radius: 5px;
width:160px;
height:75px;
display:none
}

div.pickup-2 {
background-color: rgba(255,0,0,0.2);
border-radius: 5px;
width:160px;
height:75px;
display:none
}

div.pickup-3 {
background-color: rgba(255,0,0,0.2);
border-radius: 5px;
width:160px;
height:75px;
display:none
}

div.pickup-4 {
background-color: rgba(255,0,0,0.2);
border-radius: 5px;
width:160px;
height:45px;
display:none
}
 
span:hover + div.pickup-1 {
display: block;
position: absolute;
left:125%;
top:100px;
}
 
span:hover + div.pickup-2 {
display: block;
position: absolute;
left:148.5%;
top:85%;
}

span:hover + div.pickup-3 {
display: block;
position: absolute;
left:125%;
top:85%;
}

span:hover + div.pickup-4 {
display: block;
position: absolute;
left:125%;
top:72%;
}

a.ex5:hover, a.ex5:active {
background-color: rgba(255,0,0,0.2);
font-family: urw-din, sans-serif;
}

/* SALE TEXT */
.sePage .sePageLayout .se-spec-eos-text h1, .sePage .sePageLayout .se-spec-eos-text h2 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 42px;
 color: #000000;
}

.sePage .sePageLayout .se-spec-eos-text p {
 font-family: urw-din, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #222222;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .se-spec-eos-text {
 text-align: center;
 padding: 0 30px;
 }
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .se-spec-eos-fw-2col h2 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 32px;
 color: #000000;
 margin-top: 11px;
}

.sePage .sePageLayout .se-spec-eos-fw-2col p {
 font-family: urw-din, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #222222;
}

.sePage .sePageLayout .sePageMain .se-spec-eos-fw-2col .se-spec-eos-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 105px 60px;
}

.sePage .sePageLayout .sePageMain .se-spec-eos-fw-2col .seContentEmpty {
 min-height: 300px;
}