.theme-default .nivoSlider {
	position:relative;
	background: transparent;
    margin:0px;
    /*** NEED TO CHANGE FOR HEIGHT ***/

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	position:relative;
	width:100%;
	top:-50px;
	z-index:100;
}
.theme-default .nivo-controlNav a {
    /*** NEED TO CHANGE FOR POINT OF NAV ***/
	width:12px;
	height:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		background:rgba(255,255,255,0.5);
	
	text-indent:-9999px;
	border:0;
	margin: 0 4px;
	display:inline-block;

}

.theme-default .nivo-controlNav a.active {	background:#fff;;

}

.theme-default .nivo-directionNav a {
	display:none;
	width:40px;
	height:80px;
	background:url(arrows.png);
	text-indent:-9999px;
	border:0;
	opacity: 0.5;
	-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;
    top:45%;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:5%;
}
.theme-default a.nivo-prevNav {
	left:5%;
}

.theme-default .nivo-caption {
	position:absolute;
	background:rgba(0,0,0,0.5);
	bottom:20%;
	left:0%;
	padding:10px 50px;
	z-index:8;
	width:43%;
}

.theme-default .nivo-caption p {
	font-size:16px;
	display:inline-block; line-height:130%;
	color:#fff; 
    font-family: 'Lato'; 	
	font-weight: 300;
}

.theme-default .nivo-caption h2 {
	font-size:24px;
	display:inline-block; text-transform:uppercase; 
	color:#fff;
   font-family: 'Oswald';
	font-weight: 700;
	margin-bottom:0px;
}


.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
@media all and (max-width: 480px)
{
  .theme-default .nivo-caption {left:0;padding: 8px 6px;}
   .theme-default .nivo-caption h2{font-size:18px;}
    .theme-default .nivo-caption p{font-size:15px;}
}
@media all and (max-width: 360px)
{
	.nivo-caption{display:none !important;}
	.nivo-silder-caption {display:none !important;}
	.theme-default .nivo-directionNav {display:none;}
}