/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
#minic_slider {
	position:relative;
	z-index:1;	
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100% !important;
	height:100% !important;
	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:7;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100% !important;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
    display: block;
	left:50%;
    height: 100%;
	top:0px;
	color:#fff;
	width: 1170px;
	z-index:6;
	margin-left: -590px;
	overflow: hidden;
	display: none;
}
.nivo-caption_table {
    display: table;
    height: 100%;
    width: 100%;
    padding: 20px 75px;
    box-sizing: border-box;
}
.nivo-caption_wrapper {
    display: table-cell;
    vertical-align: middle;
}
.nivo-caption h3 {
	font-size: 38px;
	line-height: 44px;
	text-shadow: 2px 2px 4px #333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=4);
    zoom: 1;
}
#index .nivo-caption h3 {
	display: block;
}
.nivo-caption p {
	padding:5px;
	margin:0;
    text-shadow: 1px 1px 0px #333;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=4);
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:-50%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.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;
	cursor:default;
}

/*
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:absolute;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin: 0px auto 0;
	vertical-align:top;
	top:0px;
	left:0px;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    display: none;
    object-fit: cover;
    min-width: 100%;
    height: 100% !important;
    width: auto !important;
}
#category .theme-default .nivoSlider img,
#prices-drop .theme-default .nivoSlider img,
#product .theme-default .nivoSlider img,
#cms .theme-default .nivoSlider img,
#contact .theme-default .nivoSlider img,
#sitemap .theme-default .nivoSlider img,
#module-psblog-posts .theme-default .nivoSlider img,
#order .theme-default .nivoSlider img,
#adress .theme-default .nivoSlider img,
#authentication .theme-default .nivoSlider img {
	display: none !important;
}
#category .theme-default .nivoSlider img:first-child+img,
#prices-drop .theme-default .nivoSlider img:first-child+img,
#product .theme-default .nivoSlider img:first-child+img,
#cms .theme-default .nivoSlider img:first-child+img,
#contact .theme-default .nivoSlider img:first-child+img,
#sitemap .theme-default .nivoSlider img:first-child+img,
#module-psblog-posts .theme-default .nivoSlider img:first-child+img,
#order .theme-default .nivoSlider img:first-child+img,
#adress .theme-default .nivoSlider img:first-child+img,
#authentication .theme-default .nivoSlider img:first-child+img {
	position: relative !important;
	display: inline !important;
	visibility: visible !important;
	height: auto !important;
	width: 100% !important;
}
.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(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -48px;
	cursor:default;
}
.theme-default .nivo-controlNav a:hover {background-position:0 -48px;}
.theme-default a.nivo-nextNav:hover {background-position:right -48px;}
.theme-default .nivo-directionNav a {
	display:block;
	width:48px;
	height:48px;
	text-indent:-9999px;
	border:0;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(51,51,51,1));
    filter: drop-shadow(2px 2px 1px rgba(51,51,51,1));
}
.theme-default a.nivo-nextNav {
	background:url(bg_direction_nav.png) right top no-repeat;
}
.theme-default a.nivo-prevNav {
	background:url(bg_direction_nav.png) no-repeat;
}
.theme-default a.nivo-prevNav:hover {
	background-position:0 bottom;
}
.theme-default a.nivo-nextNav:hover{	background-position:right bottom;}
.theme-default .nivo-directionNav {
	margin:0 auto;
	position:absolute;
	width:1170px;
    height: 48px;
	margin-left:-585px;
	left:50%;
	top:50%;
}
.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 a:hover,
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active{
	webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
body.instant_search #minic_slider { display:none;}
@media only screen and (min-width: 1200px) {
    #minic_slider::before {
        padding-top: 25%;
    }
}
@media only screen and (max-width: 1199px) {
	.theme-default .nivo-directionNav {
		width:940px;
		margin-left:-470px;
	}
	.nivo-caption {
		width: 945px;
		margin-left: -500px;
	}
	.nivo-caption h3 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 1023px) {
	.theme-default .nivo-directionNav {
		width:724px;
		margin-left:-362px;
	}
	.nivo-caption {
		width: 724px;
		margin-left: -365px;
	}
}
@media only screen and (max-width: 767px) {
    #minic_slider::before {
        padding-top: 40%;
    }
	.theme-default .nivo-directionNav {
		width:95.5%;
		margin:0 2.12766%;
		left:0;
	}
	.nivo-caption {
        padding: 0 2.127659574468085%;
        width: 100%;
        left: 0;
        margin-left: 0;
        box-sizing: border-box;
    }
    .nivo-caption h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .nivo-caption p {
        display: none;
    }
    .theme-default .nivo-directionNav {
        height: 24px;
    }
    .theme-default .nivo-directionNav a {
        background-size: 200% !important;
        height: 24px;
        width: 24px;
    }
}
@media only screen and (max-width: 480px) {
	.theme-default .nivoSlider { margin-top:0px;}
}