/*  Definizione per box FaceBook */ 
 
.container-like 
{
    overflow: hidden;
    display: block; 
    border: 0px solid red;
    position: absolute;
    top: 7%;
    left: 52%;
    width: 44%;
    height: 71%;
    min-height: 100px; 
}
#FB_cook
{
	z-index: 899990; 
    overflow: hidden;
    display: block; 
    border: 0px solid red;
    position: relative;
    top: -60px;
    left: 57%;
    width: 40%;
    max-width: 390px;
    height: auto;
    min-height: 100px; 
}
.container-like_MOB 
{
    overflow: hidden;
    float:left;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    top: 0px;
    left: 12px;
    width: 414px;
    height: 980px;
}
.fb-like-box 
{
	position: relative;
    width: 500px;;
    height: 1000px;
    border:none;
}

 .fb-page
{
	position: relative;
	top: 2%;
	left: 0px;
	width: 100%;
    margin-top: 0px;
    border: none;
}

.fb_iframe_widget span {
    width: 68%;
}




@media (min-width: 661px) and (max-width: 979px) {
	
	.container-like 
	{
		overflow: hidden;
		display: block; 
		border: 0px solid red;
		position: absolute;
		top: 8%;
		left: 52%;
		width: 44%;
		height: 78%;
		min-height: 100px; 
	}

}



@media (max-width: 660px) 
{

	.container-like 
	{
		overflow: hidden;
		display: block; 
		border: 0px solid red;
		position: absolute;
		top: 1%;
		left: 0px;
		width: 98%;
		height: 48%;
		min-height: 100px; 
	}

	#FB_cook
	{
		z-index: 899990; 
		overflow: hidden;
		display: block; 
		border: 0px solid red;
		position: relative;
		top: -25%;
		left: 5%;
		width: auto;
		height: 44%;
	}

}


