#services .mini-header
{
	position: relative;
	top: 7px;
	font-size: 0.9em;
	z-index: 3;
	text-align: center;
	color: white;	
}

#services .buttons-and-arrows
{
	height: 120px;
	width: 1588px;
	margin-left: auto;
	margin-right: auto;
}

#services .arrow-left, #services .arrow-right
{
	position: relative;
	float: left;
	height: 120px;
	width: 46px;
	cursor: pointer;
}

#services .arrow-left > img, #services .arrow-right > img
{
	margin-top: 36px;
}

#services .buttons-visible
{	
	height: 120px;
	width: 1496px;
	background-color: #ececec;
	overflow: hidden;
	float: left;	
}

#services .buttons
{
	height: 100px;
	width: 2000px;
	left: 0;
}

#services .button
{
	position: relative;
	height: 100px;
	width: 144px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}

#services .button:first-child
{
	margin-left: 20px;
}

#services .button img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#services .button img:nth-child(2)
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

#services .button.active img:nth-child(2), #services .button:hover img:nth-child(2)
{
	opacity: 1;
}

@media only screen and (max-width: 1700px)
{
	#services .buttons-visible
	{
		width: 1168px;
	}

	#services .buttons-and-arrows
	{
		width: 1260px;
	}
}

@media only screen and (max-width: 1400px)
{
	#services .buttons-visible
	{
		width: 840px;
	}

	#services .buttons-and-arrows
	{
		width: 932px;
	}
}

@media only screen and (max-width: 1100px)
{
	#services .buttons-visible
	{
		width: 676px;
	}

	#services .buttons-and-arrows
	{
		width: 768px;
	}
}

@media only screen and (max-width: 900px)
{
	#services .buttons-visible
	{
		width: 512px;		
	}

	#services .buttons-and-arrows
	{
		width: 604px;		
	}
}

@media only screen and (max-width: 750px)
{
	#services .buttons-visible
	{
		width: 348px;		
	}

	#services .buttons-and-arrows
	{
		width: 440px;		
	}
}

@media only screen and (max-width: 560px)
{
	#services .buttons-visible
	{
		width: 184px;		
	}

	#services .buttons-and-arrows
	{
		width: 276px;		
	}
}

@media only screen and (max-width: 400px)
{
	#services .buttons-visible
	{
		width: 150px;		
	}

	#services .buttons-and-arrows
	{
		width: 242px;
		margin-left: 70px;
	}

	#services .button
	{		
		margin-right: 10px;	
	}

	#services .button:first-child
	{
		margin-left: 10px;
	}
}

@media only screen and (max-width: 330px)
{
	#services .buttons-and-arrows
	{
		width: 242px;
		margin-left: 50px;
	}	
}

#services .picture
{	
	padding-left: 20px;
	margin-bottom: 20px;
}

#services .description
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.25em;
	transition: padding-top 1s ease-in-out;
}

#services .picture img
{
	transition: padding-top 0.7s ease-in-out;
}

#services .description .desc-name
{
	padding-bottom: 20px;	
}

#services .description .text
{
	text-align: justify;
}

@media only screen and (max-width: 1199px)
{
	#services .picture
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	#services .description
	{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.17em;
	}
}

@media only screen and (max-width: 499px)
{
	#services .description
	{		
		font-size: 1em;
	}
}

#services .desc-name
{
	font-size: 1.6em;
	font-weight: bold;
	color: #01a0e2;
}

#services .padding-sides
{
	padding-left: 10px;
	padding-right: 10px;
}

#services .element .name
{
	position: absolute;	
	width: 100%;
	top: 8%;
	left: 2px;	
	text-align: center;
	line-height: 40px;
	font-size: 1.55em;
	color: #fefefe;
	z-index: 3;
	transition: top 0.5s ease-in-out;
}

#services .element:hover .name
{
	top: 11%;
}

@media only screen and (max-width: 1400px)
{
	#services .element .name
	{
		font-size: 1.35em;
	}

	#services .element:hover .name
	{
		top: 12%;
	}
}

@media only screen and (max-width: 400px)
{
	#services .element .name
	{
		font-size: 1.2em;
		top: 5%;
	}

	#services .element:hover .name
	{
		top: 9%;
	}
}

@media only screen and (max-width: 340px)
{
	#services .element .name
	{
		font-size: 1.1em;
	}

	#services .element:hover .name
	{
		top: 10%;
	}
}

#services .additional-services
{
	width: 95%;
	margin: 0 auto;
}

#services .element
{
	position: relative;		
	margin-bottom: 20px;
	padding: 0;	
	overflow: hidden;
}

#services .picture img
{
	position: relative;	
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;	
}

#services .element img
{
	position: relative;	
	width: 100%;
	max-width: 324px;
	top: 0;
	left: 0;	
	right: 0;
	margin: auto;
	padding: 5px;
}

#services .element img.darkness
{
	max-width: 324px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px;
	opacity: 0;
	z-index: 2;
	transition: opacity 0.6s ease-in-out;
}

#services .element:hover img.darkness
{
	opacity: 1;
}

#services .element .order
{
	position: absolute;	
	font-size: 20px;
	color: #fefefe;
	line-height: 32px;
	height: 32px;
	width: 150px;
	bottom: 40px;	
	left: -600px;
	cursor: pointer;
	border: 1px solid #fefefe;
	z-index: 3;
	transition: bottom 0.5s ease-in-out, opacity 0.6s 0.2s ease-in-out;	
	opacity: 0;	
}

#services .element:hover .order
{
	left: 0;
	right: 0;
	margin: auto;
	bottom: 45px;	
	opacity: 1;
}

#services .order:hover
{
	background-color: #01a0e2;
	color: white;
}

@media only screen and (max-width: 1600px)
{
	#services .padding-sides
	{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 500px)
{

	#services .name
	{
		font-size: 1.5em;
		line-height: 20px;	
	}
}

@media only screen and (max-width: 380px)
{
	#services .element .order
	{
		font-size: 15px;
		line-height: 30px;
		height: 30px;
		width: 110px;
		bottom: 20px;
		left: calc(50% - 55px);
	}
}

@media only screen and (max-width: 340px)
{
	#services .element .order
	{
		font-size: 15px;
		line-height: 25px;
		height: 25px;
		width: 90px;
		bottom: 25px;
		left: calc(50% - 45px);
	}

	#services .element:hover .order
	{
		bottom: 30px;
	}
}