.product-slide-one, .product-slide-two, .product-slide-three { 
	margin-top: -35px;
    z-index: 1;
    position: relative;
}
img.slider-image-background {
	width:100%;
	margin-top: -101px;
}

.products-link {
	position: absolute;
    bottom:25px;
    left: 15px;
}
.slider-title {
	margin-bottom:-85px;
}
.link-for-cats {
	position: absolute;
    width: 292px;
    height: 92px;
    bottom: 455px;
    left: 15px;
}
	
.link-for-dogs {
    position: absolute;
    width: 292px;
    height: 90px;
    bottom: 343px;
    left: 24px;
}


.for-cats-info {
    position: absolute;
    top: 15%;
    right: 75px;
    width: 45%;
    color: #ffffff;
}

.for-cats-info p{
	line-height: 1.5;
}


.link-to-cats-directory {
	padding: 30px 60px;
	margin-top: 20px;
}

.link-to-products-from-cats .bx-next {
    width: 175px;
    height: 65px;
    position: absolute;
	top: 0;
}

.link-to-products-from-cats {
    width: 175px;
    height: 65px;
    position: absolute;
	top: 65%;
    right: 5%;
}

.link-to-cats-directory a{
	font-family: 'Lobster', cursive;
	color: #fff;
    font-size: 26px;
	background: url(../img/button/link-to-directory.png) no-repeat center center;
	text-decoration:none;
}

.link-to-cats-directory a:hover{
	text-decoration:underline;
}

.for-dogs-info {
    position: absolute;
    top: 20%;
    left: 35%;
    width: 45%;
    color: #ffffff;
}

.link-to-products-from-dogs .bx-prev {
    width: 175px;
    height: 65px;
    position: absolute;
	top: 0;
}

.link-to-products-from-dogs {
	width: 175px;
    height: 65px;
	position: absolute;
    bottom: 30%;
    left: 5%;
}

.for-dogs-info p{
	line-height: 1.5;
}

.link-to-dogs-directory {
	padding: 30px 60px;
	margin-top: 45px;
	margin-left: -30px;
}

.link-to-dogs-directory a{
	font-family: 'Lobster', cursive;
	color: #fff;
    font-size: 26px;
	background: url(../img/button/link-background.png) no-repeat center center;
	background-size: 110% 100%;
	text-decoration:none;
}

.link-to-dogs-directory a:hover{
	text-decoration:underline;
}

.link-to-products-from-cats a {
	width: 175px;
    height: 65px;
    position: absolute;
	top:0;
}
@media (min-width:1261px) {
	.products-tablet {
		display: none;
	}
}
@media (max-width:1260px) {
	.products {
		display: none;
	}
	.products-tablet {
		position: relative;
		background: url(../img/tablet/background/products-bg.png) no-repeat top left;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-top: -45px;
		height: 736px;
		z-index: 1;
	}
	.product-tablet-buttons {
		position: absolute;
		bottom: 95px;
		text-align: center;
		left: 0;
		right: 0;
	}
	.product-tablet-buttons-for-cats {}
	.product-tablet-buttons-for-cats, .product-tablet-buttons-for-dogs {
		display: inline-block; margin:0 10px;
	}
	
}

@media (max-width:760px) {
	.products-tablet {
		position: relative;
		background: url(../img/mobile/background/products-bg.png) no-repeat top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-top: -45px;
		height: 736px;
		z-index: 1;
	}
	.product-tablet-buttons {
    bottom: 100px;
	}
}