.shadow{

        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

#popup {
	font-size:14px;
    background-color: white;


    font-family: "Helvetica Neue",​Helvetica,​Arial,​sans-serif;


    margin: 0 auto;
    position: fixed;
    text-align: center;
    max-width:80%;

    z-index: 1002;
 	top:15px;



-moz-box-shadow: 0px 6px 6px #000;
-webkit-box-shadow: 0px 6px 6px #000;
box-shadow: 0px 6px 6px #000;
padding:15px;
padding-top:30px;
}
.hab{
	width:100px;
}

  @media screen and (min-width: 1000px) {
  	.hab{
  		width:100%;
  	}
   	#popup{
   		 top: 50%;
left: 50%;
margin-top: -350px;
margin-left: -500px;


   	}
   }
#popup img{
	width: 100%;
}
#close_com {

	position:absolute;
	right:-15px;
	top:-15px;
}
#testimonial .container-fluid{
		text-align: center;
		margin: 0 auto;
}

#jcarousel-logo{
	max-width:1186px;
	text-align: center;
		margin: 0 auto;
}
