/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
#slider a{
    display:block;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.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; }

/* Caption styles */
.nivo-caption {
	background-image: linear-gradient(rgba(150,150,150,0), rgba(150,150,150,.8));
	color: #fff;
	display: none;
	left:0px;
	overflow: hidden;
	padding: 40px 0px 4px 0px;
	position: absolute;
	text-align: left;
	bottom: 0px;
	z-index: 8;
	width: 100%;
	-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 h3{
	font-size: 32px;
	margin: 0px;
}
.nivo-caption p {
	font-size:18px;
	margin: 0px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-icon{
	/*background: rgba(0,0,0,.4);*/
	border-right: 2px solid rgba(255, 255, 255, .25);
	display: inline-block;
	line-height: 85px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}
#category-header .nivo-icon img,
.theme-default .nivoSlider .nivo-icon img{
	display: inline-block;
	max-height: 50px;
	position: static;
	width: 66%;
}
.nivo-text{
	display: inline-block;
	padding: 0px 0px 0px 25px;
	vertical-align: middle;
	width: calc(100% - 155px);
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    margin: 0 auto;
    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;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	background-color: rgba(100, 100, 100, .7);
	display: block;
	border: 0;
	line-height: 36px;
	height: 36px;
	width: 50px;
}
.theme-default:hover .nivo-directionNav a { background-color: rgba(100, 100, 100, .9); }
.theme-default a.nivo-nextNav {
	top: 40%;
	right: 0px;
	color: transparent;
}
.theme-default a.nivo-prevNav {
	top: 50%;
	right: 0px;
	color: transparent;
}
.theme-default a.nivo-nextNav:hover{
	color: transparent;
}
@media(max-width:991px) {
	.theme-default a.nivo-nextNav {
		top: 35%;
	}
	.theme-default a.nivo-prevNav {
		top: 50%;
	}
	.nivo-caption h3{
		font-size: 24px;
	}
	.nivo-caption p {
		font-size:14px;
		margin: 0px;
	}
	.nivo-icon{
		line-height: 70px;
		width: 100px;
	}
	.nivo-text{
		padding: 0px 0px 0px 20px;
	}
}
@media(max-width:767px) {
	.theme-default a.nivo-nextNav {
		top: 25%;
	}
	.theme-default a.nivo-prevNav {
		top: 55%;
	}
	.nivo-caption h3{
		font-size: 20px;
	}
	.nivo-caption p {
		font-size:10px;
		margin: 0px;
	}
	.nivo-icon{
		line-height: 60px;
		width: 80px;
	}
	.nivo-text{
		padding: 0px 0px 0px 15px;
	}
}
@media(max-width:479px) {
	.nivo-caption h3{
		font-size: 14px;
	}
	.nivo-caption p {
		font-size:8px;
		margin: 0px;
	}
	.nivo-icon{
		line-height: 50px;
		width: 70px;
	}
	.nivo-text{
		padding: 0px 0px 0px 10px;
	}
}
.theme-default a.nivo-prevNav:hover{
	color: transparent;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.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: 100%;
	height: auto;
}

#issuu-cnt{margin-bottom: 30px; width:100%;}
/*#issuu-cnt{background: url(/themes/brunner18/img/background.jpg);; width:100%;}*/

.slick-dots{
	padding:60px 0px 0px 0px;
}
.slick-dots li{display: inline-block; margin: 0px 8px;}
.slick-dots li button{background-color:#c3c3c3; border-radius:50%; border:1px solid #c3c3c3; color:transparent; cursor:pointer; height:12px; width:12px;}
.slick-dots li.slick-active button{background-color:#000000; border-color: #000000;}
.slick-slider{position: static;}