/* Z_B */
@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,cyrillic);
 
/* facebook popup */
#facebook-popup {
	display: none;
	width: 375px;
	height: 420px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin: 0;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 10000; 
}
#facebook-popup header {
    width: 100%;
    height: 167px;
    background-color: #3a5897;
    background-image: url("/img/fb-dialog-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%; 
}
#facebook-popup header .facebook-title {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #9daccb; 
}
#facebook-popup header .facebook-title .facebook-img {
    display: block;
    padding: 12px 0 10px 22px;
    float: left; 
}
#facebook-popup header .facebook-title .facebook-close {
    height: 56px;
    width: 41px;
    float: right;
    background-image: url("/img/i1.png");
    background-repeat: no-repeat;
    background-position: top 8px left -22px;
    background-size: auto;
    cursor: pointer;
    -moz-transition:0.3s;  
    -o-transition: 0.3s;  
    -webkit-transition:0.3s;  
    transition: 0.3s;  
    opacity: 0.7; 
}
#facebook-popup header h2, #facebook-popup header h3 {
    font-family: PTSansRegular;
    padding: 22px 66px 22px 22px;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    color: #ffffff; 
}
#facebook-popup .facebook-widget {
    height: 223px;
    width: 100%;
    background: #ffffff;
    -moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box; 
}
#facebook-popup .facebook-widget iframe {
    padding: 15px 0 10px 25px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
	
	border:none; 
	overflow:hidden; 
	height:290px; 
	width: 100%;
}
#facebook-popup .facebook-widget .fb-like {
    padding: 15px 0 0 25px;
    width: 330px !important;
    min-width: 330px !important; 
}
#facebook-popup .facebook-widget .fb-like .fb_edge_comment_widget iframe {
    width: 200px !important; 
}
#facebook-popup .facebook-widget .fb-like iframe {
    width: 330px !important;
    min-width: 330px !important; 
}
#facebook-popup .facebook-widget .fb-like iframe table {
    width: 330px !important; 
}
#facebook-popup footer {
    padding: 12px 0 20px 0;
    height: 14px;
    width: 100%;
    background: #dededd;
    -moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box; 
}
#facebook-popup footer p {
    width: 225px;
    font-family: PTSansRegular;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer; 
}

/* 2 END Main */
