/*
* Swiper 2.7.0
* Mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/sliders/swiper/
*
* Copyright 2010-2014, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under GPL & MIT
*
* Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
/* Fix of Webkit flickering */
z-index:1;
}
.swiper-wrapper { float:left; width:100%;

}
.swiper-free-mode > .swiper-wrapper {

}
.swiper-wrapper li a{ float:left; display: block;
width: 100%;
height: 100%;
background-size: cover;}
.swiper-slide {
float: left; width:100%;

}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
/* Specify Swiper's Size: */

/*width:200px;
height: 100px;*/
}
.swiper-slide {
/* Specify Slides's Size: */

width: 100%; height:200px;  float:left;

}
.swiper-slide-active {
/* Specific active slide styling: */

}
.swiper-slide-visible {
/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
/* Stylize pagination button: */	

}
.swiper-active-switch {
/* Specific active button style: */	

}
.swiper-visible-switch {
/* Specific visible button style: */	

}


/* ===============================================================*/

.device {
width: 100%; height:200px; overflow:hidden;
position: relative;
}
.device .arrow-left {
background: url(../images/arrows.png) no-repeat left top;
position: absolute;
left: 10px; 
top: 45%;
width: 17px;
height: 30px;
z-index:1029;
}
.device .arrow-right {
background: url(../images/arrows.png) no-repeat left bottom;
position: absolute;
right: 10px;
top: 45%;
width: 17px;
height: 30px;
z-index:1029;
}







.adevice {
width: 100%; height:49px; overflow:hidden;
position: relative;
}
 







.swiper-container {
width: 100%;
}
.content-slide {
padding: 20px;
color: #fff;
}
.title {
font-size: 25px;
margin-bottom: 10px;
}
.pagination {
position: absolute; bottom:10px;
text-align: center;

width: 100%;
z-index: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: #fff;
}