/*---------------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;
}

.kickstarter_btn{
    background: #5a5;
    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%;
}
.settings_page_story-share-facebook-settings .main-header {overflow: hidden;}
.settings_page_story-share-facebook-settings .left-header {float: left;width: 917px;}
.settings_page_story-share-facebook-settings .right-header {border: 1px solid #999999;color: #5f5f5f;float: left;text-align: center;width: 110px;}
.settings_page_story-share-facebook-settings .right-header > p {font-size: 16px;margin: 0;}
.settings_page_story-share-facebook-settings .ui-widget-content {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: medium none;}
.settings_page_story-share-facebook-settings .ui-widget-header {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border-color: #aaaaaa;border-image: none;border-style: solid;border-width: 0 0 1px;border-radius:0}
.settings_page_story-share-facebook-settings .ui-tabs .ui-tabs-nav li.ui-state-active {background: none repeat scroll 0 0 #f1f1f1;margin-left: 10px;top: 2px;}
.settings_page_story-share-facebook-settings .ui-tabs .ui-tabs-nav li {background: none repeat scroll 0 0 #e4e4e4;border-bottom: 0 none !important;border-radius: 0;margin: 0 12px 1px 0;}
#post-pop-up th {padding: 14px 0;width: 33%;}
@media only screen and (max-width: 800px)  {
.toPopup{ bottom: 0 !important;top: inherit !important;}
}