/*
Skin Name: Nivo Slider Axamo Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The axamo skin for the Nivo Slider.
Version: 1.2
Author: 
Author URI: 
*/

.theme-axamo .nivoSlider {
	position:relative;
	/*background:#fff url(loading.gif) no-repeat 50% 50%;*/
    margin-bottom:50px;
}
.theme-axamo .nivoSlider a ,
.theme-axamo .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-axamo .nivoSlider a {
	position:absolute;
	z-index:100;
	left:50%;
	border:3px solid #fff !important;
	width:190px;
	height:35px;
	display:block;
	margin-left:-127px;
	top:184px;
	background:url(next_02.png) no-repeat right 8px;
	color:#fff;
	font-family:'robotoblack';
	font-size:18px;
	text-decoration:none;
	padding:9px 32px 0px 32px;
}
.slider-wrapper {
	position:relative;
	margin-bottom:37px;
	margin:0px auto;
}
.theme-axamo .nivo-controlNav {
	text-align: center;
	padding: 0px 0;
	position:absolute;
	bottom:42px;
	left:50%;
	height:12px;
	z-index:111;
	width:400px;
	margin-left:-200px;
	text-align:center;
}
.theme-axamo .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background:url(bullets-a.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 7px;
}
.theme-axamo .nivo-controlNav a.active {
	background:url(bullets.png) no-repeat;
}

.theme-axamo .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-axamo a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-axamo a.nivo-prevNav {
	left:15px;
}
.theme-axamo .nivo-caption {
    font-family: 'robotoblack';
    height:300px;
}
.theme-axamo .nivo-caption h2 {
	font-size:30px;
	margin-bottom:31px;
}
.theme-axamo .nivo-caption p {
	font-size:18px;
	font-family: 'robotoregular';
	width:820px;
	margin:0px auto;
}
.theme-axamo .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-axamo .nivo-caption a:hover {
    color:#fff;
}

.theme-axamo .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-axamo .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-axamo .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* Caption styles */
.theme-axamo .nivo-caption {
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:62px;
	color:#fff;
	width:980px;
	z-index:8;
	padding: 0px 0px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	text-align:center;
	background:none;
}
.theme-axamo .nivo-caption p {
	padding:0px;
	margin:0 auto;
}
.theme-axamo .nivo-caption a {
	display:inline !important;
}
.theme-axamo .nivo-html-caption {
    display:none;
}
.theme-axamo .slider-link {
	position:realtive;
}
.theme-axamo .slider-link img {
	position:absolute;
	z-index:10;
}
.theme-axamo .slider-link a {
	position:absolute;
	z-index:100;
	left:50%;
	border:3px solid #fff;
	width:240px;
	height:44px;
	display:block;
	margin-left:-123px;
}