/* @font-face {
  font-family: "Helvetica";
 
  src: url("Helvetica65Medium_22443.ttf");
} */
/* .h2head{font-family: 'Helvetica';line-height: 50px;} */
#wrapper{
	background: #000;
    text-align: center;
	color:#fff;
}
.widget a{color:#fff; font-size:13px;}
.socialic{width:18px;}
.h5class{font-size: 15px;}
.widget h5{font-size: 14px;}
.ptext{font-size: 14px;padding: 10px;}

@media (max-width: 768px) {
	#logoimg{
		width:200px;
		margin:0 auto;
	}
	.img-res{/* width:100%; */margin:0 auto;}
}

@media (min-width: 769px) {
	#logoimg{
		width:260px;
		margin:0 auto;
	}
	.img-res{width:90%;margin:0 auto;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
/* STYLES GO HERE */
#wrapper{
	width:100%;
}
}