div#services-panel{
	margin: 10px auto;
	width: 1600px;
	height: 550px;
}

#services-panel ul{
	margin: 60px auto;
	width: 100%;
	height: 500px;
	text-align: center;
}

#services-panel ul li{
	position: relative;
	display: block;
	float: left;
	list-style: none;
	width: 370px;
	height: 450px;
	margin-right: 15px;
}

#services-panel ul li a{
	display: block;
	height: 450px;
	width: 370px;
	text-decoration: none;
	background: #898989 url(../images/services-thumbnails/menu.jpg) no-repeat;
	background-size: 100%;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#services-panel ul li:nth-child(2) a{
	background: #898989 url(../images/services-thumbnails/calendar.jpg) no-repeat;
	background-size: 100%;
}

#services-panel ul li:nth-child(3) a{
	background: #898989 url(../images/services-thumbnails/web.jpg) no-repeat;
	background-size: 100%;
}

#services-panel ul li:nth-child(4) a{
	background: #898989 url(../images/services-thumbnails/gift.jpg) no-repeat;
	background-size: 100%;
}

#services-panel ul li a span{
	position: absolute;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 55px;
	letter-spacing: 3px;
	height: 90px;
	line-height: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	color: rgba(255, 255, 255, 1);
	background: rgba(187, 95, 122, 0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#services-panel ul li a:hover span{
	color: rgba(255, 255, 255, 0.1);
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.2);
}

#services-panel ul li a:hover{

	-webkit-animation: moveImg 9s linear infinite forwards;
	-moz-animation: moveImg 9s linear infinite forwards;
	-o-animation: moveImg 9s linear infinite forwards;
	-ms-animation: moveImg 9s linear infinite forwards;
	animation: moveImg 9s linear infinite forwards;

	color: rgba(255, 255, 255, 0.1);
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes moveImg {
    0%{ 
		background-position: 50% 0%;
	}
	50%{
		background-position: 50% 100%;
	}
	100%{
		background-position: 50% 0%;
	}
}

@-moz-keyframes moveImg {
    0%{ 
		background-position: 50% 0%;
	}
	50%{
		background-position: 50% 100%;
	}
	100%{
		background-position: 50% 0%;
	}
}

@-o-keyframes moveImg {
    0%{ 
		background-position: 50% 0%;
	}
	50%{
		background-position: 50% 100%;
	}
	100%{
		background-position: 50% 0%;
	}
}

@keyframes moveImg {
    0%{ 
		background-position: 50% 0%;
	}
	50%{
		background-position: 50% 100%;
	}
	100%{
		background-position: 50% 0%;
	}
}

/*desktop resolution at 1024x768*/
@media only screen and (max-width: 1024px){
		div#services-panel{
		margin: 10px auto;
		width: 1024px;
		height: 352px;
	}

	#services-panel ul{
		margin: 90px auto;
		width: 100%;
		height: 320px;
		text-align: center;
		margin-left: -15px;
	}

	#services-panel ul li{
		position: relative;
		list-style: none;
		width: 237px;
		height: 288px;
		float: left;
		margin-right: 9px;
		display: block;
	}

	#services-panel ul li a{
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%; 

		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		background-clip: padding-box;

		width: 237px;
		height: 288px;
	}

	#services-panel ul li a span{
		font-size: 40px;
		letter-spacing: 2px;
		height: 70px;
		line-height: 70px;
	}
}

/*desktop resolution at 1280x800*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-height: 800px){
	div#services-panel{
		margin: 10px auto;
		width: 1280px;
		height: 440px;
	}

	#services-panel ul{
		margin: 50px auto;
		width: 100%;
		height: 400px;
		text-align: center;
		margin-left: 5px;
	}

	#services-panel ul li{
		position: relative;
		list-style: none;
		width: 277px;
		height: 416px;
		float: left;
		margin-right: 25px;
		display: block;
	}

	#services-panel ul li a{
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%; 

		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		background-clip: padding-box;

		width: 277px;
		height: 416px;
	}

	#services-panel ul li a span{
		font-size: 50px;
		letter-spacing: 2px;
		height: 80px;
		line-height: 80px;
	}
}

/*desktop resolution at 1280x1024*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (min-height: 801px) and (max-height: 1024px){
	div#services-panel{
		margin: 130px auto;
		width: 1280px;
		height: 700px;
	}

	#services-panel ul{
		margin: 50px auto;
		width: 100%;
		height: 400px;
		text-align: center;
		margin-left: 5px;
	}

	#services-panel ul li{
		position: relative;
		list-style: none;
		width: 277px;
		height: 416px;
		float: left;
		margin-right: 25px;
		display: block;
	}

	#services-panel ul li a{
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%; 

		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		background-clip: padding-box;

		width: 277px;
		height: 416px;
	}

	#services-panel ul li a span{
		font-size: 50px;
		letter-spacing: 2px;
		height: 80px;
		line-height: 80px;
	}
}

/*desktop resolution at 1366x768*/
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-height: 768px){
	div#services-panel{
		margin: 10px auto;
		width: 1270px;
		height: 440px;
	}

	#services-panel ul{
		margin: 50px auto;
		width: 100%;
		height: 400px;
		text-align: center;
		margin-left: 5px;
	}

	#services-panel ul li{
		position: relative;
		list-style: none;
		width: 277px;
		height: 416px;
		float: left;
		margin-right: 25px;
		display: block;
	}

	#services-panel ul li a{
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%; 

		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		background-clip: padding-box;

		width: 277px;
		height: 416px;
	}

	#services-panel ul li a span{
		font-size: 50px;
		letter-spacing: 2px;
		height: 80px;
		line-height: 80px;
	}
}

/*desktop resolution at 1440x900*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) and (max-height: 900px){
	div#services-panel{
		margin: 10px auto;
		width: 1400px;
		height: 440px;
		margin-left: -5px;
	}

	#services-panel ul{
		margin: 50px auto;
		width: 100%;
		height: 480px;
		text-align: center;
		margin-left: 5px;
	}

	#services-panel ul li{
		position: relative;
		list-style: none;
		width: 320px;
		height: 480px;
		float: left;
		margin-right: 25px;
		display: block;
	}

	#services-panel ul li a{
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%; 

		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		-o-background-clip: padding-box;
		-ms-background-clip: padding-box;
		background-clip: padding-box;

		width: 320px;
		height: 480px;
	}

	#services-panel ul li a span{
		font-size: 50px;
		letter-spacing: 2px;
		height: 80px;
		line-height: 80px;
	}
}