
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
   
}
.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;
	padding: 0;
	position:absolute;
	margin-top:-40px;
	left:50%;
	background:url(bullet_bg.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	z-index:999;
	margin-left:-150px;
	padding:4px 6px 6px 6px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:81px;
	height:9px;
	background: #666;
	opacity:0.9;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-color:#25c9da;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:81px;
	height:81px;
	background:url(../images/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;
	top:100%;
	margin-top:-81px;

}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:0px -81px;
	right:-1px;
}
.theme-default a.nivo-prevNav {
	left:0px;
}

.theme-default .nivo-caption {
    font-family: 'Open Sans', sans-serif;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	bottom:auto;
	background:none;
	text-transform:uppercase;
}
.nivo-caption{opacity:1; text-align:right}
.nivo-caption p.nivotitle{
	/*background:url(../images/nivo_bg.png);*/
	margin-top:5%;
	margin-left:55%;
	width:40%;
	padding:0px;
	font-size:60px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	font-family:Myriad;
}
.nivo-caption p.nivotitle.m1{/*font-size:1.4em;*/}
.nivo-caption p.nivotitle.m2{/*font-size:50px; background:#278ad8;*/ margin-right:20px; }
.nivo-caption p.nivotitle.m3{/*background:#25c9da; font-size:1.4em; letter-spacing:2px*/}



.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.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 (max-width:480px) {
	
.nivo-caption em {display:none;}
.nivo-caption p.nivotitle{font-size:20px;line-height:20px; width:100%; margin-top:0% !important;}

}

@media (min-width: 481px) and (max-width:767px) {

.nivo-caption p.nivotitle{font-size:25px;line-height:25px; margin-left:55%; width:45%; margin-top:3%;}

}

@media (min-width:768px) and (max-width:987px) {

.nivo-caption p.nivotitle{font-size:40px;line-height:40px; margin-left:55%;}

}

@media (min-width:988px) and (max-width:1199px) {

.nivo-caption p.nivotitle{font-size:40px;line-height:40px;}

}