/*---------------popuo css ------------------*/
.backgroundPopup , .backgroundPopup1 {
 z-index:5;
 opacity: 0.7;
 position: fixed;
 display:none;
 height:100%;
 width:100%;
 background:#000000;
 top:0px;
 left:0px;
}
.toPopup, .toPopup1 {
 font-family:Georgia, "Bitstream Charter", serif;
  background:#ffffff;
/* background:url("images/popupbg.png") repeat;*/
 border:2px solid #c4c4c4;
 border-radius: 3px 3px 3px 3px;
 color: #333333;
 display: none;
 font-size: 14px;
 left: 50%;
 margin-left: -145px;
 position: fixed;
 top: 20%;
 z-index: 10;
}
div.close , div.close1  {
    bottom: 0;
    color: #AAAAAA;
    cursor: pointer;
    font-size: 12px;
    margin: 5px;
    position: absolute;
    right: 20px;
}
div.popup_content , div.popup_content1{
 padding:20px;
}
.popuptitle {
    color: #2D2D2D;
    font-size: 22px;
    margin-bottom: 10px;
}
.featureimgbox {
    margin: 0 0 15px;
}
.sharefbbtn > i.fbicon{
	background:url("images/fbicon.png") no-repeat;
	width:10px;
	height:21px;
	display:inline-block;
	margin:0 10px 0 0;
	}
.sharefbbtn:hover{background:#42559D;color:#fff;}	
.sharefbbtn{
	background: none repeat scroll 0 0 #607AB2;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family:Georgia, "Bitstream Charter", serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    width:100%;
}
.sharebutton {
    text-align: center;
}

.likebutton > iframe {
    height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 0;
    width: 90px;
}
.likebutton{
	background: none repeat scroll 0 0 #f7f7f7;
    padding: 20px;
    text-align: center;
	}
.popupbox {
    padding: 0 0 20px;
}	