@charset "UTF-8";
/* Orbit elements for positioning gallery only */

.orbit-bullets{top:103%; display:inline-block; position:absolute; width:133%;}
.has-thumb{padding:10px;}

@media only screen and (min-width : 1220px){

.orbit-bullets{top:103%; display:inline-block; position:absolute; width:133%;}
}
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	
	
.orbit-bullets{top:103%; display:inline-block; position:absolute; width:133%;}
}

@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
	
.orbit-bullets{top:103%; display:inline-block; position:absolute; width:100%;margin-right:0px; margin-left:0px;}
#footer-space{bottom:-120px; width:100%;}
}

/*@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){
.orbit-bullets{top:103%; display:inline-block; position:absolute; width:100%; margin-right:0px; margin-left:0px;}	
#footer-space{bottom:-280px; width:100%;}
}*/

  /* Mobile Portrait Only*/
  @media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	.orbit-bullets{top:103%; display:inline-block; position:absolute; width:100%; margin-left:10px;}	
}