.header_user_info_ps16{float:right;padding:9px;border-left: 1px solid #515151;}

.float-left{float:left}
.clear{clear:both}
.border-white{border-left:5px solid white}



.loader_main_overlay{
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
	/* background-image: url('../img/ajax-loader.gif'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	right: 0;
	bottom: 0;
}
.loader_main_overlay img {
	max-width: 36px;
	/* margin-top: 15px; */
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.facebook_share_outer {
    /* text-align: left; */
    clear: both;
	margin-bottom: 0;  
	/* display: inline-table; */
	display: block;
	vertical-align: bottom;
	/* min-height: 108px; */
	margin-left: 15px;
	margin-right: 15px; 
	background-color: #383a40;
	padding: 5px 15px;
	position: relative;
	z-index: 1;
	border-radius:8px;
}
.facebook_share {
    cursor:pointer;
    margin:auto;
	/* display: table-cell;
	vertical-align: bottom; */
	background: none;
	float: none;
	/* width: 150px; */
	text-align: left;
}

.facebook_share:hover {
    /* text-shadow:1px 1px 1px #1d2a43; */
    opacity:0.9;
}

.facebook_share_l {
    vertical-align:top;
    display:inline-block;
    height:25px;
    width:32px;
    background:url('../img/f-l.png') right center no-repeat;
	display: none;
}

.facebook_share_bg {
	position: relative;
    vertical-align: top;
    display: inline-block;
    height: auto;
    /* margin-bottom: 10px; */
    padding-top: 4px;
    float: none;
    padding-bottom: 4px;
    width: 78%;
	vertical-align: middle;
}

.facebook_share_r {
    vertical-align:top;
    display:inline-block;
	vertical-align: middle;
    /* height:25px;
    width:4px;
    background:url('../img/f-r.png') right top no-repeat; */
}

.facebook_share_bg span {
    /* color:#FFF;
    font-size:14px;
    font-family:arial;
    font-weight:bold; */
    padding:0 5px 0;
    display:block;
    /* text-shadow:1px 1px 0px #354c8c; */
    margin-top: 0;
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
}

.facebook_share_bg span a {
    color:#FFF;
    /* text-shadow:1px 1px 0px #354c8c; */
    text-decoration:none;
}


.facebook-count{    background: none repeat scroll 0 0 #3F61A1;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #395996;
    margin-left:5px;
    width: auto;
	display: none;
}


.facebook-block{
	background-color:#395996!important;
	border:10px solid #FFFFFF !important; 
	color:white!important;
	font-weight:bold!important;
	font-size:25px!important;
	
}


.facebook-block h4{
text-align:center;
font-size:20px!important;
font-weight:bold!important;
border-bottom:none!important;
color:white!important;
}
.facebook-block .block-data-voucher{font-weight:bold;font-size:14px;/*color:#c4c4c4*/}
.facebook-block .block-data-voucher b{color:white;font-size:16px}








@CHARSET "utf-8";

div#fb-con-wrapper {
	width: 500px;
	padding: 20px 25px;
	position: fixed;
	bottom: 50%;
	left: 50%;
	margin-left: -250px;
	z-index: 9999;
	background-color: #EEE;
	color: #444;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	display: none;
	box-shadow: 0 0 27px 0 #111;
	text-align: center;
	line-height: 1em;
}

div#fb-con {
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	opacity: 0.7;
	background-color: #444;	
	width: 100%;
	height: 100%;	
	cursor: pointer;
	z-index: 9998;
	position: fixed;
	bottom: 0;
	top: 0;
	left:0;
	display: none;	
}


#button-close{
    background: url("../img/fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 30px;
    z-index: 1103;
}

/* Facebook url popup */

.fburl_popup {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
	/* border: 4px solid black; */
}
.fburl_popup .head {
    display: block;
    font-size: 20px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
	line-height: 28px;
}
.fburl_popup .facebook_note {
	display: block;
    margin-bottom: 25px;
}
.fburl_popup .head + .facebook_note {
	margin-top: -15px;
}
.fburl_popup input[type="text"] {
    border: 3px solid black;
    outline: 0;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    color: black;
    margin-bottom: 25px;
	max-width: 380px;
	margin-bottom: 7px;
}
.fburl_popup .facebook_url {
	display: block;
    margin-bottom: 25px;
}
.fburl_popup .facebook_url strong {
	font-size: 16px;
}
.fburl_popup .fb_btn {
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    display: block;
    margin: auto;
    outline: 0;
    border: 0;
    background-color: #3b5998;
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    padding: 12px 16px 12px 16px;
    color: white;
    transition: all .3s ease;
    min-width: 150px;
}
.fburl_popup .fb_btn:hover {
	/* opacity: 0.7; */
	background-color: #5676ba;
}
.fbshareurl_popup {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}
.fbshareurl_popup .fb_button {
	color:#ffffff;
	text-align: left;
    clear: both;
    margin-bottom: 15px;
    display: block;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    background-color: #34519e;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
	opacity: 1;
	display: table;
	font-size: 18px;
    font-weight: 700;
	min-width: 240px;
    width: 100%;
    max-width: 300px;
	transition: all .3s ease;
}
.fbshareurl_popup .fb_button:hover {
	opacity: 0.9;
}
.fbshareurl_popup .fb_button .fb_icon {
	background: none;
    font-family: "FontAwesome";
    color: white;
    width: auto;
    height: auto;
    /* float: none; */
    font-size: 34px;
    padding-top: 2px;
    border-right: 1px solid #5975b9;
    padding-right: 10px;
    margin-right: 6px;
	display: table-cell;
	vertical-align: middle;
	
}
.fbshareurl_popup .fb_button .fb_icon:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url(../img/facebook_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    line-height: 1;
}
.fbshareurl_popup .fb_button .text {
	position: relative;
    display: table-cell;
    height: auto;
    /* margin-bottom: 10px; */
    padding-top: 4px;
    float: none;
    padding-bottom: 4px;
    width: 100%;
    vertical-align: middle;
	padding-left: 14px;
	line-height: 22px;
}

/* Facebook url popup end */

/* Responsive css */

@media (min-width: 1200px) {
	.facebook_share_bg {
		width: 78%;
	}
}
@media (max-width: 479px) {
	.facebook_share_bg {
		width: 76%;
	}
}

/* Responsive css end */