
/* GLOBAL */
/*
{
	position: relative;
	margin: 0 auto 60px;
}
*/

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}

.nivoSlider a {
	display: block;
	border: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* BULLET NAVIGATION */

.nivo-controlNav {
	position: absolute;
    /*bottom: -44px;*/
    
	z-index: 1;
	width: 100%;
	padding-top: 8px;
	text-align: center;
	font-size: 0;
}
 .nivo-controlNav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 6px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    background-color: #ddd;
    font-size: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 6px;
    outline: 0;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.nivo-controlNav a:focus {
  background: rgb(242, 108, 49);
}

.nivo-controlNav a.active {
	background-color: #555;
}

/* DIRECTIONAL NAVIGATION */

.nivo-directionNav a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  opacity: 1.0;
  z-index: 9999;
}
  
a.nivo-prevNav {
	/*left: 0;*/
	background-position: left center;
    left: 10px;
    background: url('controls.png') no-repeat 0 -32px;
}
a.nivo-prevNav:hover,
a.nivo-prevNav:focus {
  background-position: 0 0;
}

a.nivo-nextNav {
	/*right: 0;*/
	background-position: right center;
  right: 10px;
  background: url('controls.png') no-repeat -43px -32px;
}
a.nivo-nextNav:hover,
a.nivo-nextNav:focus {
  background-position: -43px 0;
}

.theme-custom:hover .nivo-directionNav a {
	opacity: 0.9;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* THUMBNAILS */

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* RESPONSIVE */

@media all and (max-width: 1000px) {
    {
	    max-width: 600px;
	    margin: -20px auto 40px;
    }
}

@media all and (min-width: 1001px) {
    {
	    margin: -30px 0 60px;
    }
}
