@CHARSET "UTF-8";
.fbphotobox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	filter:blur(4px);
  -o-filter:blur(4px);
  -ms-filter:blur(4px);
  -moz-filter:blur(4px);
  -webkit-filter:blur(4px);
}

.fbphotobox-fc-main-container {
	margin: auto;
	position: fixed;
	z-index: 999999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	display: none;
}

.fbphotobox-fc-main-container:hover {
	cursor: pointer;
}

.fbphotobox-main-container {
	margin:auto;
	display:none;
	position:fixed;
	z-index: 99999;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	border:1px solid #000;
	border-radius:2px;
    min-height: 520px !important; min-width: 70%;
	max-width:70% !important;
}
.fbphotobox-container-left .fbphotobox-main-image{ max-width:100% !important;}
.fbphotobox-main-container span.vpb_liked{float:left;}
.fbphotobox-main-container span.vpb_liked .like_text{margin-top:4px; float:left;}
.fbfullimage{z-index:99999; display:block}
.fbphotobox-container-right .vpb_wrap_post_contents_a, .fbphotobox-container-right .vpb_wrap_post_contents_rr{ background:#fff; border-radius:15px; margin-left:15px; }
.fbphotobox-container-right .vpb_wrap_post_contents_a{margin-bottom:-8px;}
.fbphotobox-container-right .vpb_wrap_post_contents_rr{margin-bottom:-2px;}
.fbphotobox-container-left {
	float: right;
	position: relative;
    min-height: 520px; min-width: 60% !important; width:60% !important;
}
.fbphotobox-overlay .introjs-overlay{opacity:0px;}
.fbphotobox-container-left:hover {
	cursor: pointer;
}

.fbphotobox-container-left table td {
	text-align: center;
	vertical-align: middle;
	height: 100%
}

.fbphotobox-container-right {
	float: right;
	background-color: white;
    position: absolute;
    left: 0px;
    min-height: 520px; overflow-y:auto; max-width: 40%; width:100% !important;
}
.fbphotobox-container-right .v_wall_wrapper{min-width:100%;}
.fbphotobox-container-right .vpb_no_radius_b{ line-height:normal;}
.fbphotobox-container-right .winks-row span.vpb_hover, .fbphotobox-container-right .winks-row span.vpb_tooltipsed{float:left; margin-right:3px;}
.fbphotobox-container-right .winks-row span.vpb_tooltipsed{margin-right:8px; height:30px; margin-bottom:8px;}
.fbphotobox-container-right .winks-row span.vpb_tooltipsed span{margin-right:0px;}
.fbphotobox-close-btn{position:fixed; right:0px; background: #00000070; height: 45px; top: 0; width:100%;}
.fbphotobox-close-btn .close-btn{/*position: absolute;  top: 5px;  border-radius: 50%; width: 22px; height: 22px; font-size: 20px; text-align: center;  line-height: 22px; z-index: 99;  right: 5px;*/
}
.fbphotobox-close-btn .close-btn {
  position: absolute;
  right: 15px;
  width: 26px;
  height: 26px;
  color:#989898; opacity:0.5; top:8px;
}
.fbphotobox-close-btn .close-btn:hover { opacity: 1;}
.fbphotobox-close-btn .close-btn:before, .fbphotobox-close-btn .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 2px;
  background-color: #fff;
}
.fbphotobox-close-btn .close-btn:before {
  transform: rotate(45deg);
}
.fbphotobox-close-btn .close-btn:after {
  transform: rotate(-45deg);
}

.fbphotobox-container-left-footer, .fbphotobox-container-left-footer-bg {
	position: absolute;
	color: white;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.fbphotobox-container-left-footer {
	z-index: 300;
	height: 56px;
    font-size: 14px;
/*	overflow: hidden;*/
}

.fbphotobox-container-left-footer-bg {
	background-color: black;
	opacity: 0.75;
	height: 56px;
}

.fbphotobox-container-left-header {
	top: 5px;
	left: 5px;
	position: absolute;
	color: white;
	z-index:999;
}

.left-arrow {
	position: absolute;
	height: 100%;
	left: 10px;
	top: 0px;
}

.right-arrow {
	position: absolute;
	height: 100%;
	right: 10px;
	top: 0px;
}

.fbphotobox-a {
	opacity: 0.5;
}

.fbphotobox-image-stage-overlay {
	display: none;
}

.fbphotobox-tag {
	height:100px;
	width:100px;
	border-radius:3px;
	opacity: 1;
	background-image: url(../images/transparent.png);
    display: none;
}

.fbphotobox-tag div {
	width:100%;
	border-radius:none;
	display: none;
}

.fbphotobox-tag:hover {
	border:3px solid white;
	box-shadow: 0px 0px 5px #333;
	opacity: 0.70;
}

.fbphotobox-tag:hover div {
	display: inline-block;
	opacity: 1;
}

table, tr, td {
	border:none;
	padding:0px;
	border-collapse: collapse;
}

.fbphotobox-fc-close-btn:hover {
	background-color: #777;
}

.fbphotobox-main-image-table {
	height:100%;
	width:100%;
	text-align:center;
	table-layout:fixed;
}

.fbphotobox-fc-btn {
	background-image: url(../images/fullscreen.png);
	background-repeat: no-repeat;background-size:auto;
	background-position: 0 0;
	display: block;
	width:18px;
	height:18px;
}

.fbphotobox-image-content {
	color:black; padding:10px;
}

.fbphotobox-fc-header {
	position:fixed;left:0px;right:0px;top:0px;color:white;
}

.fbphotobox-fc-close-btn {
	color: #FFFFFF;float: right;padding: 2px 10px;text-decoration: none;
}

.fbphotobox-fc-footer {
	position:fixed;left:0px;right:0px;bottom:0px;color:white;
}

.fbphotobox-overlay {
	display:none; opacity:0.7 !important;
}

.fbphotobox-main-image-table .tag-container {
	position:relative;
	display:inline-block;
	*display:inline;
}

.left-arrow .fbphotobox-a {
	background-image: url(../images/Arrows-LWhite-icon.png);
	background-repeat: no-repeat;
	background-size:auto;
	background-position: 0px 0px;
	display: block;
	height: 48px;
	width: 48px;
   
}

.right-arrow .fbphotobox-a {
	background-image: url(../images/Arrows-RWhite-icon.png);
	background-repeat: no-repeat;
	background-size:auto;
	background-position: 0px 0px;
	display: block;
	height: 48px;
	width: 48px;
    
}

.fc-left-arrow a {
	background-image: url(../images/Arrows-LWhite-icon.png);
	float:left;background-repeat: no-repeat;background-size:auto;background-position: 0px 0px;height: 48px;width: 48px;
    
}

.fc-right-arrow a {
	background-image: url(../images/Arrows-RWhite-icon.png);background-repeat: no-repeat;
	float:right;background-size:auto;background-position: 0px 0px;height: 48px;width: 48px;
    
}
.fbphotobox-container-right .vpb_reply_posting_wrapper .vpb_no_radius_bb{line-height:normal;}
.fbphotobox-container-right .vasplus-tooltip-attached .dropdown-menu{left:0px !important; width:190px;}
.fbphotobox-container-right .vasplus-tooltip-attached .dropdown-menu .vpb_option_text{margin-left:20px;}
 @media(max-width:1295px){
	.fbphotobox-container-right .winks-row span.vpb_tooltipsed span.vpb_post_update_bottom_links, .fbphotobox-container-right .winks-row span.vpb_tooltipsed span {font-size:12px;}
 }