/* Lightbox 
/* ------------------------------------------------------------ */
.lightbox												{position: absolute; top: 0; left: 0; min-height: 100%; width: 100%; z-index: 900; display: none;}
.lightbox .body											{width: 600px; /*margin: 0 auto;*/ color: #fff; border-radius: 2px; min-height: 100px; z-index: 902; top: 50px; background-color: #fff; padding: 10px;/*position: relative; */
position: fixed; left:50%; margin-left: -300px;
}
.lightbox .anchor										{position: relative;}
.lightbox .background									{background-color: #777; opacity: 0.7; filter:alpha(opacity=70); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; z-index: 901;}
.lightbox .lightbox_button_close						{display: block; position:absolute; top: 23px; right: 25px; cursor: hand; cursor: pointer; z-index: 903; text-align: center;}
.lightbox .lightbox_button_close .fa 					{font-size:24px; display:block!important; border: 2px solid #fff; border-radius: 50%; width: 32px; height: 32px; line-height: 28px; }				

/* Mobile (Landscape), Design for a width of 480px */
@media (max-width: 767px) {
.lightbox .body											{width: 420px; padding: 10px; margin-left:-210px;}
}

/* Mobile (Portrait), Design for a width of 320px */
@media (max-width: 479px) {
.lightbox .body											{width: 300px; padding: 10px; margin-left:-150px;}
}