/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoholder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: #b02229;
    background-image: url(/assets/img/loading.png) no-repeat center center;*/
}
.theme-mayhem {
    display: inline-block;
    position: relative;
    width: 100%;
}
.theme-mayhem .nivoSlider {
	position: relative;
	margin-bottom: 0px;
}
.theme-mayhem .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-mayhem .nivoSlider a {
	border:0;
	display:block;
}

.theme-mayhem .nivo-controlNav {
	text-align: center;
	padding: 15px 0px;
	background: rgba(34,152,202,.5);
	position: absolute;
	width: 100%;
	z-index: 9;
	height: 50px;
	margin-top: -50px;
	display: block;
}
.theme-mayhem .nivo-controlNav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #f4c705;
	text-indent: -9999px;
	border: 0;
	margin: 0px 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.theme-mayhem .nivo-controlNav a.active {
	background-color: #2298ca;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.theme-mayhem .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-mayhem:hover .nivo-directionNav a { opacity: 1; }
.theme-mayhem a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-mayhem a.nivo-prevNav {
	left:15px;
}

.theme-mayhem .nivo-caption {
	font: 48px/50px 'shortcutregular', Arial, Helvetica, sans-serif;
	/*bottom: 50px;*/
	bottom: auto;
	background: rgba(34,152,202,.5);
	top: 0;
}
.theme-mayhem .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	margin-bottom: 50px;
}
.theme-mayhem .nivo-caption a:hover {
    color:#fff;
}

.theme-mayhem .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	padding-bottom: 25px;
}
.theme-mayhem .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
}
.theme-mayhem .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 100px;
	height: auto;
}

/* responsive stylings */

@media (max-width: 650px) {
  .theme-mayhem .nivo-caption {
	font: 18px/20px "shortcutregular", Arial, Helvetica, sans-serif;
	/* bottom: 20px; */
	bottom: auto;
	padding: 5px 10px;
  }
  .theme-mayhem .nivo-controlNav {
    padding: 0px;
    height: 20px;
    margin-top: -20px;
  }
}

@media (min-width: 650px) and (max-width: 992px) {
  .theme-mayhem .nivo-caption {
	font: 32px/35px "shortcutregular", Arial, Helvetica, sans-serif;
	/* bottom: 40px; */
	bottom: auto;
	padding: 20px 10px 5px;
  }
  .theme-mayhem .nivo-controlNav {
    padding: 0px;
    height: 40px;
    margin-top: -40px;
  }
}
