/*
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
*/

.droppicsgallerycarousel .theme-default .nivoSlider {
	position:relative;
	background:url(loading.gif) no-repeat 50% 50%, url("/templates/uah/images/stripe-blue.png");
	background-size:16px, 4px;
	margin-bottom:0;
}
.droppicsgallerycarousel .theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.droppicsgallerycarousel .theme-default .nivoSlider a {
	border:0;
	display:block;
}
.droppicsgallerycarousel .slider-wrapper {
	position:relative;
}

.droppicsgallerycarousel .theme-default .nivo-controlNav {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.7);
	height: 44px;
	line-height: 50px;
	position: absolute;
	z-index: 15;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	text-align: center;
	bottom: auto;
	top: 0;
	left: 0;
	width: 100%;
	padding:0;
}

.droppicsgallerycarousel .theme-default .nivo-controlNav a {
	display:inline-block;
	width:36px !important;
	height:44px !important;
	background:url("/templates/uah/images/dot.svg") 50% 50% no-repeat;
	background-size: 12px;
	text-indent:-9999px;
	border:0;
	margin: 0;
	transition: all 0s ease-out;
	-webkit-transition: all 0s ease-out;
}

.droppicsgallerycarousel .theme-default .nivo-controlNav a.active {
	background:url("/templates/uah/images/dot-yellow.svg") 50% 50% no-repeat;
	background-size: 12px;
	transition: all 0s ease-out;
	-webkit-transition: all 0s ease-out;
}


.droppicsgallerycarousel.droppics-nav-bottom .theme-default .nivo-controlNav {
	position:relative;
	background-color: transparent;
	padding:10px 0;
	height:inherit;
}

.droppicsgallerycarousel.droppics-nav-bottom .theme-default .nivo-controlNav a {
	background:url("/templates/uah/images/dot-blue.svg") 50% 50% no-repeat;
	background-size: 12px;
}
.droppicsgallerycarousel .theme-default .nivo-controlNav a.active {
	background:url("/templates/uah/images/dot-yellow.svg") 50% 50% no-repeat;
	background-size: 12px;
}

.droppicsgallerycarousel.droppics-nav-hidden .nivo-controlNav {
	display:none;
}



.droppicsgallerycarousel .theme-default .nivo-directionNav a {
	display:block;
	text-indent:-9999px;
	border:0;
	position: absolute;
	top: 50%;
	margin-top:-30px;
	width: 38px;
	height: 60px;
	text-align: center;
}
.droppicsgallerycarousel .theme-default .nivo-directionNav a:hover { 
	background-color:rgba(80,80,80,0.7); 
}

.droppicsgallerycarousel .theme-default a.nivo-nextNav {
	background:url("/templates/uah/images/chevron-right-white.svg") 50% 50% no-repeat rgba(0,0,0,0.7);
	background-size: 30px;
}
.droppicsgallerycarousel .theme-default a.nivo-prevNav {
	background:url("/templates/uah/images/chevron-left-white.svg") 50% 50% no-repeat rgba(0,0,0,0.7);
	background-size: 30px;
}

.droppicsgallerycarousel.droppics-control-hidden .nivo-directionNav {
	display:none;
}

.droppicsgallerycarousel .theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.droppicsgallerycarousel .theme-default .nivo-caption a:hover {
    color:#fff !important;
}

.droppicsgallerycarousel .theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.droppicsgallerycarousel .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.droppicsgallerycarousel .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

@media screen and (min-width: 700px) {
	.droppicsgallerycarousel .theme-default .nivo-controlNav {
		width: inherit;
		padding: 0 10px;
	}
}

.nivo-slice { overflow:visible !important; }
.nivoSlider img { 
	height:auto !important; 
}

@media screen and (max-width: 699px) {
	.droppicsgallerycarousel:not(.droppics-nav-bottom) .theme-default .nivoSlider {
		margin-top: 44px;
	}
	.droppicsgallerycarousel:not(.droppics-nav-bottom) .theme-default .nivo-controlNav {
		top: -44px;
	}
	html.touch .nivo-directionNav {
		display:none;
	}
}


.nivo-caption {
	background: rgba(0,0,0,0.7);
	padding: 15px 20px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=10);
}


/* - - - - - CUSTOM CLASSES - - - - - */

/* - - - .droppics-height-auto - - - */

.droppicsgallerycarousel.droppics-height-auto .nivoSlider{
	height:auto;
	padding:0;
}
