/*
// "Keegot Template" for Joomla! 3.x - Version: 3.0
// Designed & Developed by Keegot.
// Copyright (c) 2010 - 2012 Keegot. All rights reserved.
// Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
// More info at http://www.keegot.com
*/

/* Critical: true */

/* Carousel */
/* ------------------------------------------------------------------ */

/* Scrolling Horizontal (shared) */
.carousel {  }
.carousel-items { position: relative; white-space: nowrap; overflow-x: auto; padding-bottom: 40px; margin-bottom: -40px; -webkit-overflow-scrolling: touch  }
.carousel-frame {  position: relative; overflow:hidden;}
.carousel-items-group { display: inline-block; vertical-align: top;}
.carousel-items .carousel-item { display: inline-block; font-size: 1em; vertical-align: top; white-space: normal; }

.carousel-button { font-size:16px; position: absolute; border: none; width: 1.923em; top: 0; padding: 0; 
  bottom: 16px; margin: auto; z-index: -1; background: rgba(255, 255, 255, 0.9); outline: none;
  cursor: pointer; font-size: 1.625em; color: #c31a20; text-align: center; }
  
.carousel-button:hover { background: #fff; color: #000; }
.carousel-previous { left: -.125em; box-shadow: 2px 2px 0 rgba(0,0,0, 0.3); }
.carousel-next { right: -.125em; box-shadow: -2px 2px 0 rgba(0,0,0, 0.3); }
.carousel-previous:disabled,
.carousel-next:disabled { display: none; }

@media screen and (min-width: 768px) {
	.carousel-button { z-index: 2; }
}
