.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
}
.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: 20px 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width: 13px;
	height: 13px;
	border: 2px solid #ffffff;
	background: none;
	border-radius: 50%;
	text-indent:-9999px;
	margin: 0 2px;
	opacity: 0.8;
}
.theme-default .nivo-controlNav a:hover, .theme-default .nivo-controlNav a.active {
	background: #ffffff;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	border:0;
	opacity: 0;
	color: #ffffff;
	font-size: 35px;
	-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-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.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;
}
.newsletter{padding:50px 0 50px 0; color:#fff;}
.newsletter h1{color:#fff;text-align:center;}
.newsletter  form .form-group .fa{height: 43px;
    width: 43px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 43px;
    color: #ffffff;
    background: #056794;}
.newsletter input.form-control {
    height: 43px;padding: 0px 13px 0 50px;font-size:20px;
}
.newsletter .btn {font-size:22px;margin-top:5px;}