@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

.navbar-default .navbar-nav > li > a {
	  padding:45px 10px;
	}

	.onlinenetwork{
	  padding-bottom: 15px;
	  margin-bottom:0;
	}

	.p{
	 margin-top:0; 
	}

	#faqsslide .carousel-caption img{
		height: 150px;
	}

	#faqsslide .carousel-inner .item{
    min-height: 450px !important;
   
  }
	#carousel-example-generic .carousel-caption{
		text-align: right;
		margin-left: 40%;
	}
	#allrecieve .carousel-inner .item {
		margin-top: 30px;
    min-height: 380px;
  }
  .staticpage{
  padding-top:20px !important;
}

.font-change{
	font-family:roboto; 
	font-weight:100;
}
 .cont{
	margin-top: 70px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
#allrecieve .carousel-inner .item {
		margin-top: 30px;
    min-height: 300px;
  }

  #carousel-example-generic .carousel-caption{
		text-align: right;
		margin-left: 40%;
	}
	.hide-ios{
		display: none;
		visibility: hidden;
	}
	.font-change{
	font-family:roboto; 
	font-weight:100;
}
	
}

