/*
#------------------------------------------------------------------------
# Creativity - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
.fp-link {
  position: relative;
}

.fp-link a{
  position: absolute;
  top: 85vh;
  position: absolute;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #FFF;
text-decoration: none;
border: 2px solid #FFF;
border-radius: 3px;
padding: 3px 14px;
left: 50%;
margin-left: -77px;
text-shadow: 0px 2px 10px rgba(0, 30, 60, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 10px rgba(0, 30, 60, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.05);
z-index: 4;
width: 70px;
  transition: background 0.2s ease-in-out 0s;
}

.fp-link a:hover {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
}