/*
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(loading.gif) no-repeat 50% 50%;	overflow:hidden;/* 
    margin-bottom:10px; 
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
}
.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;	position:absolute;	bottom: 0;	width:100%;	z-index:999;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(arr.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background:url(arr_active.png) no-repeat;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:32px;
	height:44px;
	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;	z-index:9999;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background:url('next.png') no-repeat;
}
.theme-default a.nivo-prevNav {	background:url('prev.png') no-repeat;
}@media (max-width:980px){	.theme-default a.nivo-nextNav ,.theme-default a.nivo-prevNav{		background-size:100% 100%;		width:44px;		height:44px;	}	.theme-default .nivo-controlNav a, .theme-default .nivo-controlNav a.active{		width:16px;		height:16px;		background-size:100% 100%;	}	.theme-default .nivo-controlNav{		bottom: -5px;	}	.wrap-text-slider p:last-child, .wrap-text-slider h4{		margin-top:0 !important; 	}	.theme-default .nivoSlider {		/* height:240px; */		/* overflow:hidden; */	}	.theme-default .nivoSlider img{		/* height:240px !important; */	}}@media (max-width:854px){	.wrap-text-slider h3{		font-size:20px;		line-height:20px;	}	.wrap-text-slider p:last-child, .wrap-text-slider h4{		margin-top:0;	}}
@media (max-width:768px){	.theme-default a.nivo-nextNav, .theme-default a.nivo-prevNav {		background-size:100% 100%;		width:40px;		height:40px;	}	.wrap-text-slider h3{		font-size:13px;		line-height:13px;	}	.theme-default .nivo-controlNav a, .theme-default .nivo-controlNav a.active{		width:13px;		height:13px;		background-size:100% 100%;	}	.theme-default .nivo-controlNav{		/* bottom: -10px; */	}	.theme-default .nivoSlider {		/* height:210px; */		/* overflow:hidden; */	}	.theme-default .nivoSlider img{		/* height:210px !important;  */	}}@media (max-width:480px){	.theme-default a.nivo-nextNav ,.theme-default a.nivo-prevNav{		background-size:100% 100%;		width:32px;		height:32px;	}		.theme-default .nivo-controlNav a, .theme-default .nivo-controlNav a.active{		width:11px;		height:11px;		background-size:100% 100%;			}	.theme-default .nivo-controlNav{		bottom: -15px;	}	.theme-default .nivoSlider {		/* height:190px; */		/* overflow:hidden; */	}	.theme-default .nivoSlider img{		/* height:190px !important; */	}	}
.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: 120px;
	height: auto;
}