/* Demo Syles */

/* renovations slideshow */
.device {
  width: 480px;
  height: 200px;
  padding: 5px 40px;
margin:0 auto;
  position: relative;
}

.device2 {
  width: 340px;
  height: 260px;
margin:0 auto;
  position: relative;
}

.device3 {
  width: 670px;
  height: 450px;
  padding: 5px 40px;
margin:0 auto;
  position: relative;
}

.swiper-container3{
	 width: 580px;
	height: 420px;
}


.device .arrow-left, .device2 .arrow-left2, .device3 .arrow-left3 {
  background: url('../img/arrows.png') no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.device .arrow-right, .device2 .arrow-right2, .device3 .arrow-right3 {
  background: url('../img/arrows.png') no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}


.swiper-container {
    width: 290px;
  height: 200px;
}

.swiper-container2 {
  width: 340px;
height: 260px;
/*border:solid thin green;*/
}


.swiper-slide{
	color:#fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;

}
.pagination, .pagination2, .pagination3 {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ccc;
}


.swiper-wrapper{
	text-align:center;
}
@media only screen and (min-device-width : 320px) and (orientation : portrait){ 


.device {
    width: 320px;
    height: 200px;
    padding: 5px 20px;
  margin:0 auto;
    position: relative;
	/*border:solid thin red;*/
}

.swiper-container {
  width: 280px;
height: 200px;
/*  border:solid thin blue;*/
}

	
.device2 {
  width: 340px;
  height: 270px;

margin:0 auto;
  position: relative;
  

}

.swiper-container2 {
  width: 340px;
height: 270px;
/*border:solid thin red;*/
margin:0 auto;
}



}