.slider{
	width:100%;
	height:350px;
	position:absolute;
	top:130px;
	left:0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);}

.slide{
	width:100%;
	height:350px;
	position:relative;
	background-size:cover;}

	.slideInner{
		width:1140px;
		height:100%;
		margin:0 auto;
		position:relative;}

		.absoluteHref{
			position:absolute;
			display:block;
			width:294px;
			height:54px;
			top:215px;
			right:175px;}

			.absoluteHref:hover{
				box-shadow: 0 0 8px rgba(255,255,255,0.5);}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.slider, .slide{height:230px;}
.slider{top:130px;}
.slide{background-size: 1300px auto !important;}
.slideInner{
		width:768px;}

.absoluteHref{
			width:200px;
			height:37px;
			top:143px;
			right:115px;}
}


@media only screen and (max-width: 767px){
.slider{display:none;}
}
