/* <POPUP.CORE */
/* width porcentual based (divs inside porcentual so they adjust to popup width */

.basb-popup *
{
margin: 0px;
padding: 0px;
}
.basb-popup,
.basb-popup-overlay
{
display: none;
}
.basb-popup
{
position: relative;
margin: 0px auto;
top: 25%;
width: 350px;
padding: 15px;
background-color: rgba(255,255,255, 0.9);
background-color: #FFF;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.basb-popup-overlay
{
background-color: #000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
}
.basb-popup-overlay,
.basb-popup-wrapper
{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.basb-popup .-close
{
cursor: pointer;
text-decoration: none;
position: absolute;
right: 5px;
top: 5px;
font-size: 25px;
line-height: 12px;
}
.basb-popup .-offer
{
clear: both;
}
.basb-popup .-name,
.basb-popup .-description-short,
.basb-popup .-description,
.basb-popup .-from,
.basb-popup .-link
{
width: 58%;
float: right;
margin: 0 0 5px 0;
}
.basb-popup .-name
{
text-transform: uppercase;
font-size: 18px;
line-height: 18px;
}
.basb-popup .-image
{
width: 38%;
overflow: hidden;
margin: 0 0 10px 0;
float: left;
}
.basb-popup .-image img
{
width: 100%;
}
.basb-popup .-description-short
{
font-size: 13px;
line-height: 18px;
}
.basb-popup .-description
{
font-size: 14px;
line-height: 14px;
}
.basb-popup .-from
{
}
.basb-popup .-link
{
text-align: right;
}
.basb-popup .-link a
{
text-decoration: none;
}
.basb-popup .-description ul
{
    list-style: none;
}

/* POPUP.CORE> */





/* POPUP: LAYOUT (big/small/horizontal/...) | STYLE (rounded/plain/modern/...) | COLOR (grey, black, navy,...) */

/* POPUP.LAYOUT.1 / BIG */
.basb-popup-layout-1 .basb-popup-overlay
{
}
.basb-popup-layout-1 .basb-popup-wrapper
{
}
.basb-popup-layout-1 .basb-popup
{
width: 680px;
}
.basb-popup-layout-1 .basb-popup .-close
{
}
.basb-popup-layout-1 .basb-popup .-offer
{
}
.basb-popup-layout-1 .basb-popup .-name
{
font-size: 24px;
line-height: 24px;
}
.basb-popup-layout-1 .basb-popup .-image
{
}
.basb-popup-layout-1 .basb-popup .-image img
{
}
.basb-popup-layout-1 .basb-popup .-description-short
{
}
.basb-popup-layout-1 .basb-popup .-description
{
font-size: 18px;
line-height: 18px;
margin: 15px 0;
}
.basb-popup-layout-1 .basb-popup .-from
{
font-size: 40px;
}
.basb-popup-layout-1 .basb-popup .-link
{
}
.basb-popup-layout-1 .basb-popup .-link a
{
font-size: 30px;
}


/* POPUP.LAYOUT.2 / IMAGE TOP */
.basb-popup-layout-2 .basb-popup-overlay
{
}
.basb-popup-layout-2 .basb-popup-wrapper
{
}
.basb-popup-layout-2 .basb-popup
{
}
.basb-popup-layout-2 .basb-popup .-close
{
}
.basb-popup-layout-2 .basb-popup .-offer
{
}
.basb-popup-layout-2 .basb-popup .-name,
.basb-popup-layout-2 .basb-popup .-image,
.basb-popup-layout-2 .basb-popup .-description-short,
.basb-popup-layout-2 .basb-popup .-description,
.basb-popup-layout-2 .basb-popup .-from,
.basb-popup-layout-2 .basb-popup .-link
{
width: 100%;
}
.basb-popup-layout-2 .basb-popup .-name
{
}
.basb-popup-layout-2 .basb-popup .-image
{
}
.basb-popup-layout-2 .basb-popup .-image img
{
}
.basb-popup-layout-2 .basb-popup .-description-short
{
}
.basb-popup-layout-2 .basb-popup .-description
{
margin: 20px 0;
}
.basb-popup-layout-2 .basb-popup .-from,
.basb-popup-layout-2 .basb-popup .-link
{
width: 50%;
}
.basb-popup-layout-2 .basb-popup .-from
{
float: left;
}
.basb-popup-layout-2 .basb-popup .-link
{
float: right;
}
.basb-popup-layout-2 .basb-popup .-link a
{
}


/* POPUP.LAYOUT.3 / */
.basb-popup-layout-3 .basb-popup-overlay
{
}
.basb-popup-layout-3 .basb-popup-wrapper
{
}
.basb-popup-layout-3 .basb-popup
{
}
.basb-popup-layout-3 .basb-popup .-close
{
}
.basb-popup-layout-3 .basb-popup .-offer
{
}
.basb-popup-layout-3 .basb-popup .-name
{
}
.basb-popup-layout-3 .basb-popup .-image
{
}
.basb-popup-layout-3 .basb-popup .-image img
{
}
.basb-popup-layout-3 .basb-popup .-description-short
{
}
.basb-popup-layout-3 .basb-popup .-description
{
}
.basb-popup-layout-3 .basb-popup .-from
{
}
.basb-popup-layout-3 .basb-popup .-link
{
}
.basb-popup-layout-3 .basb-popup .-link a
{
}



/* POPUP.STYLE.1 / MODERN */
.basb-popup-style-1 .basb-popup-overlay
{
}
.basb-popup-style-1 .basb-popup-wrapper
{
}
.basb-popup-style-1 .basb-popup
{
font-family: sans-serif;
/*text-shadow: 1px 2px 5px #969696;*/
/*filter: dropshadow(color=#969696, offx=1, offy=2);*/
padding: 30px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.basb-popup-style-1 .basb-popup .-close
{
right: 10px;
top: 10px;
}
.basb-popup-style-1 .basb-popup .-offer
{
}
.basb-popup-style-1 .basb-popup .-name
{
}
.basb-popup-style-1 .basb-popup .-image
{
}
.basb-popup-style-1 .basb-popup .-image img
{
border-radius: 3px;
-moz-border-radius: 3px;
}
.basb-popup-style-1 .basb-popup .-description-short
{
}
.basb-popup-style-1 .basb-popup .-description
{
}
.basb-popup-style-1 .basb-popup .-from
{
}
.basb-popup-style-1 .basb-popup .-link
{
}
.basb-popup-style-1 .basb-popup .-link a
{
}


/* POPUP.STYLE.2 / */
.basb-popup-style-2 .basb-popup-overlay
{
}
.basb-popup-style-2 .basb-popup-wrapper
{
}
.basb-popup-style-2 .basb-popup
{
}
.basb-popup-style-2 .basb-popup .-close
{
}
.basb-popup-style-2 .basb-popup .-offer
{
}
.basb-popup-style-2 .basb-popup .-name
{
}
.basb-popup-style-2 .basb-popup .-image
{
}
.basb-popup-style-2 .basb-popup .-image img
{
}
.basb-popup-style-2 .basb-popup .-description-short
{
}
.basb-popup-style-2 .basb-popup .-description
{
}
.basb-popup-style-2 .basb-popup .-from
{
}
.basb-popup-style-2 .basb-popup .-link
{
}
.basb-popup-style-2 .basb-popup .-link a
{
}



/* POPUP.COLOR.1 / BLACK */
.basb-popup-color-1 .basb-popup-overlay
{
}
.basb-popup-color-1 .basb-popup-wrapper
{
}
.basb-popup-color-1 .basb-popup
{
background-color: black;
color: white;
}
.basb-popup-color-1 .basb-popup .-close
{
}
.basb-popup-color-1 .basb-popup .-offer
{
}
.basb-popup-color-1 .basb-popup .-name
{
}
.basb-popup-color-1 .basb-popup .-image
{
}
.basb-popup-color-1 .basb-popup .-image img
{
}
.basb-popup-color-1 .basb-popup .-description-short
{
}
.basb-popup-color-1 .basb-popup .-description
{
}
.basb-popup-color-1 .basb-popup .-from
{
}
.basb-popup-color-1 .basb-popup .-link
{
}
.basb-popup-color-1 .basb-popup .-link a
{
color: white;
}


/* POPUP.COLOR.2 / FRESH */
.basb-popup-color-2 .basb-popup-overlay
{
}
.basb-popup-color-2 .basb-popup-wrapper
{
}
.basb-popup-color-2 .basb-popup
{
background-color: #EBF4FB;
color: #163955;
}
.basb-popup-color-2 .basb-popup .-close
{
}
.basb-popup-color-2 .basb-popup .-offer
{
}
.basb-popup-color-2 .basb-popup .-name
{
}
.basb-popup-color-2 .basb-popup .-image
{
}
.basb-popup-color-2 .basb-popup .-image img
{
}
.basb-popup-color-2 .basb-popup .-description-short
{
}
.basb-popup-color-2 .basb-popup .-description
{
}
.basb-popup-color-2 .basb-popup .-from
{
}
.basb-popup-color-2 .basb-popup .-link
{
}
.basb-popup-color-2 .basb-popup .-link a
{
color: #9EB100;
}


/* POPUP.COLOR.3 / */
.basb-popup-color-3 .basb-popup-overlay
{
}
.basb-popup-color-3 .basb-popup-wrapper
{
}
.basb-popup-color-3 .basb-popup
{
}
.basb-popup-color-3 .basb-popup .-close
{
}
.basb-popup-color-3 .basb-popup .-offer
{
}
.basb-popup-color-3 .basb-popup .-name
{
}
.basb-popup-color-3 .basb-popup .-image
{
}
.basb-popup-color-3 .basb-popup .-image img
{
}
.basb-popup-color-3 .basb-popup .-description-short
{
}
.basb-popup-color-3 .basb-popup .-description
{
}
.basb-popup-color-3 .basb-popup .-from
{
}
.basb-popup-color-3 .basb-popup .-link
{
}
.basb-popup-color-3 .basb-popup .-link a
{
}