.slider-wrapper {
	width: 100%;
	margin: 0 auto;
}

.theme .nivoSlider {
	position: relative;
	background: #fff url(images/slides/loading.gif) no-repeat 50% 50%;
	width: 1200px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 5px solid #FFF;
}

.theme .nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
	max-width: none;
}

.theme .nivoSlider a {
	border:0;
	display:block;
}

.theme .nivo-controlNav {
	text-align: center;
	padding: 10px 0;
}

.theme .nivo-controlNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #555;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
	cursor: pointer;
	border-radius: 100%;
}

.theme .nivo-controlNav a.active {
	background: #00C4A9;
}

.theme .nivo-directionNav a {
	display:block;
	width:20px;
	height:40px;
	background:url(images/slides/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;
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}

.theme:hover .nivo-directionNav a { 
	opacity: 1; 
}

.theme a.nivo-nextNav {
	background-position:-20px 0;
	right:15px;
}

.nivo-nextNav {
	right:0;
}

.theme a.nivo-prevNav {
	left:15px;
}

.theme .nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 12px 16px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
}

.theme .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
}

.theme .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
	border: 3px solid #FFF;
	margin-bottom: 10px;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img { 
	display:block; 
}

/*================================================================================== Breakpoint 1 ================================================================================*/

@media only screen and (max-width: 1200px){

.theme .nivoSlider {
	width: 940px;
}
	
}

/*================================================================================== Breakpoint 2 ================================================================================*/

@media only screen and (max-width: 960px){

.theme .nivoSlider {
	width: 100%;
}
	
}

/*================================================================================== Breakpoint 3 ================================================================================*/

@media only screen and (max-width: 728px){
	
.theme .nivo-caption {
	display: none;
	opacity: 0;
}

.theme .nivo-controlNav a {
	display: none;
}

.theme .nivo-directionNav a {
	display: none;
}
	
}
