
/* GLOBAL */

{
	position: relative;
	margin: 0 auto 60px;
}
.nivoSlider {
    /* width: calc(100% - 20px); */
    /* left: 10px; */
	position: relative;
	z-index: 0;
	background: #fff url('loading.gif') 50% 50% no-repeat;
    position: relative;
    padding: 0;
    left: -13px;
    width: calc(100% + 26px);
    top: -5px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /* -moz-box-shadow: 0 0 5px #ccc; */
    /* -webkit-box-shadow: 0 0 5px #ccc; */
    /* box-shadow: 0 0 5px #ccc; */
    /* border: 5px solid #fff; */
    /* background: #fff; */
}
.nivoSlider img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a {
	display: block;
	border: 0;
}

/* 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: #949494;
}

/* 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 */

.nivo-caption {
	background-color: #333;
}
.nivo-caption a {
	color: #fff;
}
.nivo-caption a:hover {
    color: #4ab2f1;
}

/* 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;
    }
}
