/*  STYLES FOR 2nd POP UP  */

.target {
    background:#fff;
	color:#333;
    padding:16px;
	width:320px;
	position:absolute;
	z-index:9000!important;
	display:block;
	}
	
.target h1 {
	line-height:1em;
    color: #05788f;	
}

.target h2 {
	color: #784F77;
	line-height:1.2em;
}


.target h3 {
   font-size: 1.53125em;
   line-height:1.2em;
}

.target p {
    font-size:0.9em;
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.target img {
    width:100%;
	height:auto;
   -ms-interpolation-mode: bicubic;
    padding-top:5px;
    padding-bottom:5px;	
}

#popup-body-text {
    padding-top:10px;
	width:100%;
	float:left;
}

.target img.img-left {
    width:50%;
	height:auto;
   -ms-interpolation-mode: bicubic;
    padding:0 10px 10px 0;
	float:left;
}


a.hide-btn  {
	display:block;
	float:left;
	width:100%;	
	margin-bottom:5px;
}

a.hide-btn img {
    float:right;
	height:27px;
	width:27px;	
	padding:0;
	margin:0;
}


@media screen and (min-width:1025px) {
	.target {
	top:0;
	left:240px;
	border:1px solid #ccc;	
    margin: 1em 0 1em 1em;
	}

}

@media screen and (min-width:768px) and (max-width:1024px) {
.target {
	position: fixed ;
    top: 15% ;
    left: 25% ;
    right: 25% ;
    width: 50% ;
	margin: 1em;
	}

}


@media screen and (max-width:767px) {
    .target {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position: relative ;
	width:100%;
	top:0;
	left:0;	
	right:0;
	margin : 0;
	}
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
