div.imagegallery-container {margin-left:0px; width:100%; padding:0px 0px 30px 0px;position:relative; }

  

.galleryitem > a > div { padding:0px 0px 0px 0px;padding-bottom:66.3755545%; 
background-repeat:no-repeat;
background-size:cover;
background-position:center;  }

 
.imagegallery .cycle-prev {  display:none; }

.imagegallery .cycle-next {  display:none; }  

 
.imagegallery .cycle-pager { 
z-index: 101; display:block; 
position: absolute; 
  bottom: 0px; 
overflow: hidden; height:16px;
 background:transparent ; padding:0px 0px 0px 0px; text-align:center;

 transform: translateX(-50%);
left: 50%;
}
 

.imagegallery .cycle-single  .cycle-pager span { display:none;}
.cycle-single  .cycle-next , .cycle-single  .cycle-prev { background-image:none;}



.imagegallery .cycle-pager span { display:  inline-block; cursor: pointer;  margin-bottom:0px;  background:transparent;    
width:16px;height:16px;margin-right:8px;
text-indent:-9999px;
border-radius: 50%;
-moz-border-radius:50%;
-webkit-border-radius:50%; 
background-color: #87878D; opacity:1;
}

.imagegallery .cycle-pager span:hover { background-color: #AD0539; opacity:1;}

.imagegallery .cycle-pager span.cycle-pager-active { background-color: #AD0539;  opacity:1;}
 
.imagegallery .cycle-pager > * { cursor: pointer;}





.imagegallery { width:100%;  padding:0px 0px 0px 0px; overflow:hidden;}

  
.galleryitem { width:100%;   padding:0px 0px 0px 0px;  }


 

@media all and (min-width: 440px){  

.galleryitem { float:left;width:50%; padding:0px 0px 0px 20px;  }

  
.imagegallery { margin-left: -20px; width: calc(100% + 20px);}

 
}




@media all and (min-width: 768px){ 
	
	div.imagegallery-container {margin-left:0px; width:100%; padding:0px 0px 0px 0px; }
	

.imagegallery { width:100%;  padding:0px 20px 0px 40px; margin-left:0px;}	

.imagegallery .cycle-pager {display:none;}	


.galleryitem { padding:0px 20px 0px 0px; width:33.333333%; }

 
.imagegallery .cycle-prev {  display:block;  cursor:pointer;background:#fff;position:relative; max-width:1240px;
display:block;position:absolute;  z-index:1005;  width:40px; left:0px; top:0px;
height:190px; 
padding-bottom:0;
background-image:url('../images/icons/arrow-left.svg');
background-repeat:no-repeat;
background-size:20px auto; 
background-position:left 0px  center ;
}





.imagegallery .cycle-next {  display:block;   cursor:pointer;background:#fff;
display:block;position:absolute;  z-index:1005;
height:190px; 
padding-bottom:0;
width:40px; right:0px; top:0px;
background-image:url('../images/icons/arrow-right.svg');
background-repeat:no-repeat;
background-size:20px auto; 
background-position:left 0px  center ;background-position:right 0px  center ;

}  	
	
 
 
}

 
 
@media all and (min-width: 1200px){
 
div.imagegallery-container {margin-left:-40px; width:calc(100% + 80px); }

.imagegallery {    padding:0px 40px 0px 40px;  }


.imagegallery .cycle-next { width:40px;
background-position:right 0px  center ;}


/*
.galleryitem {   height:150px;}	  
.imagegallery  { height:150px;}
.imagegallery .cycle-next ,.imagegallery .cycle-prev {height:150px;}

 .imagegallery {padding:0px 20px 0px 40px;}
 
*/


} 


/*
@media all and (min-width: 1440px){ 

.galleryitem {  height:170px}	 

.imagegallery ,.imagegallery .cycle-next ,.imagegallery .cycle-prev   { height:170px}
}*/