/* --------------------------------------------------------- */
/* !Home Slides */
/* --------------------------------------------------------- */

#home-slide-1 {
	background-image: url(../images/water_bg.jpg);
}
#home-slide-2 {
	background-image: url(../images/water_bg.jpg);
}
#home-slide-3 {
	background-image: url(../images/water_bg.jpg);
}

#work-slide{
	background-image: url(../images/test_7.jpg);
	width: 100%;
	min-height: 500px;
	max-width:100%;
}

/* make water image smaller for smartphone Teli Added */
@media (max-width: 480px) {
#work-slide{
   background-image: url(../images/test_7.jpg);
 	width: 100%;
	min-height: 250px;
	max-height: 25 0px;
	max-width:100%;
	}
}

/* --------------------------------------------------------- */
/* !Quotes Block */
/* --------------------------------------------------------- */

#quotes {
	background-image: url(http://freshdigitalgroup.com/assets/images/video.mp4);
}


/* --------------------------------------------------------- */
/* !Tweets Block */
/* --------------------------------------------------------- */

#tweets {
	background-image: url(../images/test_7.jpg);
	height:445px;
}


/* --------------------------------------------------------- */
/* !Services More */
/* --------------------------------------------------------- */

#services-more {
	background-image: url(../images/Parallax3.jpg);
}

#bubbles {
	background-image: url (../images/test_7.jpg);
}

/* --------------------------------------------------------- */
/* !Client Quotes Block */
/* --------------------------------------------------------- */

#client-quotes {
	background-image: url(../images/Parallax4.jpg);
}


/* --------------------------------------------------------- */
/* !Contact Block */
/* --------------------------------------------------------- */

#contact {
	background-image: url(../images/contact_bg.jpg);
}


/* --------------------------------------------------------- */
/* !Blog Header */
/* --------------------------------------------------------- */

#blog-header {
	background-image: url(../images/image1.jpg);
}
/* --------------------------------------------------------- */
/* !Development page */
/* --------------------------------------------------------- */
#development{
	background-image: url(../images/water_bg.jpg);
	height: 1000px;
}