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

}
.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:#d9e2b9;;
	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:block;
	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;
	top:32%;
	left:10%;
	padding:20px;
	z-index:8;
	background:rgba(0,0,0,0.6); width:41%; text-align:center;
}

.theme-default .nivo-caption p {
	font-size:25px;
	display:inline-block;
	color:#fff;
    font-family: 'Open Sans';
	font-weight:300; line-height:24px;
}

.theme-default .nivo-caption h1 {
	font-size:52px;
	display:inline-block;
	color:#fff;
font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}


.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;
}
.theme-default .nivo-silder-caption img{display:block;width:121px;margin:40px auto 10px 40%;}
.theme-default .nivo-silder-caption h2{color:#fff;font-size:32px;font-family: 'Caudex', serif;font-weight:bold;margin-top:49px;}
.theme-default .nivo-silder-caption h4{color:#fff;font-size:24px;font-family: 'PT Sans', sans-serif;font-weight:normal;}
.theme-default .nivo-silder-caption .banner-ico{display:block;width:100%;}
@media all and  (max-width: 980px){
	.theme-default .nivo-silder-caption h2{font-size:24px;}	
}

@media all and  (max-width: 800px){
	.theme-default .nivo-silder-caption h2{font-size:24px;}	
	.theme-default .nivo-caption{top:16%;left:30px;}
	.theme-default .nivo-caption{font-size:22px;}	
}
@media all and  (max-width: 768px){
	.theme-default .nivo-silder-caption h2{font-size:24px;}	
	.theme-default .nivo-caption{top:10%;left:20px;}
	.theme-default .nivo-caption{font-size:22px;}	
	.theme-default .nivo-silder-caption h4{font-size:20px;}
}
@media all and  (max-width: 640px){
	.theme-default .nivo-caption{width:100% !important;left:0px;}
	.theme-default .nivo-silder-caption h2{margin-top:5px;}
}
@media all and  (max-width: 480px){
.theme-default .nivo-silder-caption h2,.theme-default .nivo-silder-caption h4{font-size:15px !important;}
.theme-default .nivo-controlNav{top:-36px;}
}

@media all and  (max-width: 375px){
.theme-default .nivo-silder-caption h2{margin-top:12px !important;}
.theme-default .nivo-silder-caption h2,.theme-default .nivo-silder-caption h4{font-size:15px !important;}
.theme-default .nivo-controlNav{top:-36px;}
}
@media all and  (max-width: 360px){
.theme-default .nivo-silder-caption h2,.theme-default .nivo-silder-caption h4{font-size:15px !important;}
.theme-default .nivo-controlNav{top:-36px;}
}