/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* GSba 20140430 */

.home-slideshow-1 {	/* GSba 20140506 */
  position: absolute;
  top: 4%;
  left: 18%;
  background: url("../../../media/widgetkit/widgets/slideshow/bkg-overlay-50.png") repeat scroll 0 0 transparent;
  color: white;
  padding: 8px;
  z-index: 20;
}

.home-slideshow-2 {	/* GSba 20140517 */
  position: absolute;
  top: 4%;
  left: 18%;
  background: rgba(29, 141, 126, 0.6) repeat scroll 0 0;
  color: white;
  padding: 8px;
  z-index: 20;
}

.home-slideshow-3 {	/* GSba 20150820 */
  position: absolute;
  top: 4%;
  left: 18%;
  background: rgba(29, 141, 126, 0.5) repeat scroll 0 0;
  color: white;
  padding: 8px;
  z-index: 20;
}

.home-slideshow-4 {	/* GSba 20180626 */
  position: absolute;
  top: 3%;
  left: 18%;
  background: rgba(250, 250, 250, 0.5) repeat scroll 0 0;
  color: white;
  padding: 6px;
  z-index: 20;
}

/* la seguente riga deve assolutamente essere l'ultima nel file */
.tm-toolbar .uk-float-right .uk-panel { float: left; }

