/******************************************1.n.Virtual Catalog***********************************/

#reading_books_bg {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.family-photo-gallery {
	width: 100%;
	height: auto;
	display: block;
}
.family-photo-gallery .first {
	-webkit-animation: bannermove 30s linear infinite;
	-moz-animation: bannermove 30s linear infinite;
	-ms-animation: bannermove 30s linear infinite;
	-o-animation: bannermove 30s linear infinite;
	animation: bannermove 30s linear infinite;
}

.family-photo-container-virtual {
	height: 450px;
	overflow: hidden;
	display: block;
}
.ImportanceofPlayDetails {
	border: solid 1px #f8f8f8;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
	color: black;
	z-index: 0;
}

.contentspacing {
	padding-left: 10px;
	padding-right: 10px;
}
.importance-of-play .bg-info
{
	margin-top:10px;
	margin-left:-10px; margin-right:-10px;

}

#largeVirtual h2{
	color: #F68E4D !important;
	text-align: center;
	font-size: 32px !important;
	line-height: 38px !important;
}

@media screen and (max-width: 767px) {
	.SFVIRTUALCATALOG h2 {
		font-size: 26px;
		line-height: 31px;
		text-align: center;
		margin: auto;
	}
	.review_books_virtual
	{
		position: relative;
		white-space: normal;
		vertical-align: top;
		color: #fff;
		display: inline-block;
		word-wrap: break-word;
		background-color: white;
		border-radius: 6px;
		padding: 10px;
		margin: 10px .5102%;
		width: 325px;
		height:415px;
		border: solid 1px #d9d9d9;
	}
	#smallVirtual h2{
		color: #F68E4D !important;
		text-align: center;
		font-size: 32px !important;
		line-height: 38px !important;
	}

}

/**********************************************************/
/* Need to set different widths for small devices         */
/* intentionally doing it here rather than burying in all */
/* the other media queries as it is very specific         */
/**********************************************************/

/* In order of device size */
/* up to 767px */
@media screen and (max-width: 767px) {
	.family-photo-container-virtual {
		width: 720px;
	}
}
/* iphone 6 plus landscape and similar (736px) */
@media screen and (max-width: 736px) {
	.family-photo-container-virtual {
		width: 676px;
	}
}
/* iphone 6 landscape and similar (667px) */
@media screen and (max-width: 667px) {
	.family-photo-container-virtual {
		width: 610px;
	}
}
/* iphone 5 landscape and similar (568px) */
@media screen and (max-width: 568px) {
	.family-photo-container-virtual {
		width: 550px;
	}
}
/* iphone 6 plus portrait and similar (414px) */
@media screen and (max-width: 414px) {
	.family-photo-container-virtual {
		width: 390px;
	}
}
/* iphone 6 portrait and similar (375px) */
@media screen and (max-width: 375px) {
	.family-photo-container-virtual {
		width: 335px;
	}
}
/* iphone 5 portrait and similar (320px) */
@media screen and (max-width: 320px) {
	.family-photo-container-virtual {
		width: 300px;
	}
}

/**************************************************/
/*  End set different widths for small devices    */
/**************************************************/
/******************************************1.n.Virtual Catalog***********************************/

