/*
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 {
	width:100%;
	max-width:1132px;
	margin:0 auto;
}

.theme-default_small {
	width:100%;
	max-width:743px;
	margin:0 auto;
}

.theme-default_subpage {
	width:100%;
	max-width:313px;
	margin:0 auto;
}

.theme-default .nivoSlider {
	position:relative;
    margin:0 auto;
}

.theme-default_small .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
    box-shadow: 0px 0px 0px 0px #4a4a4a;
    max-width:340px;
    margin:0 auto;
    border: 1px solid #DDDDE1;
    top:20px;
    left:-180px;
}

.theme-default_subpage .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a;
    box-shadow: 0px 0px 0px 0px #4a4a4a;
    max-width:311px;
    margin:0 auto;
    border: 1px solid #DDDDE1;
    top:15px;
    left:0px;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



.theme-default .nivoSlider a, .theme-default_small .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav{
	text-align: left;
	position:relative;
	top: 12px;
	z-index: 999;

}

.theme-default_small .nivo-controlNav {
	text-align: center;
	padding: 5px 0;
	position:relative;
	top: 30px;
	z-index: 999;
	left:-180px;
}

.theme-default_subpage .nivo-controlNav {
	text-align:center;
	height: 0px;
	position: relative;
	top:35px;
	
}

.theme-default .nivo-controlNav a {
	display:inline-block;
	width:26px;
	height:26px;
	background: #575757;
	text-indent:-9999px;
	border:0;
	margin: 0 3px;
}

.theme-default_small .nivo-controlNav a {
	display:inline-block;
	width:85px;
	height:5px;
	background: #fff;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
}

.theme-default_subpage .nivo-controlNav a {
	display:inline-block;
	width:85px;
	height:5px;
	background: #CFCCD2;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
}

.theme-default .nivo-controlNav a.active {
	background: #C1392B;
	top:1px;
	position:relative;
}

.theme-default_small .nivo-controlNav a.active {
	background: #2C2C2C;
}
.theme-default_subpage .nivo-controlNav a.active {
	background: #17496A;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:47px;
	height:92px;
	background:url('/media/frontend/img/arrows.png') no-repeat;
	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;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-47px 0;
	right:-55px;
}
.theme-default a.nivo-prevNav {
	left:-55px;
}

.theme-default_subpage .nivo-caption {
    font-family: Arial, sans-serif;
    position:absolute;
    left:0px;
    top:267px;
    color: #333;
    width:315px;
    text-align:left;
}

.theme-default_small .nivo-caption {
    font-family: Arial, sans-serif;
    position:absolute;
    left:376px;
    top:45px;
    color:#fff;
    width:315px;
    height:220px;
}
.theme-default_small .nivo-caption p {
	display:block;
	margin:0 0 10px 0;
	padding:0;
}

.theme-default_small .nivo-caption span.bigger {
	font-size:1.7em;
	font-weight:bold;
}

.theme-default_subpage .nivo-caption span.bigger {
	font-size:1.7em;
	font-weight:bold;
}

.theme-default_small .nivo-caption span {
	font-size:1.3em;
	line-height:20px;
}

.theme-default_subpage .nivo-caption span {
	font-size:1.3em;
	line-height:20px;
}

.theme-default_small .nivo-caption a {
    position:absolute;
    bottom:0;
    right:0;
}
.theme-default_small .nivo-caption a:hover {
    
}

.theme-default_small .nivo-caption img {
    position:relative;
    float:right;
}

.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;
}
@media only screen and (max-width:1259px) {
	.nivo-directionNav {display:none;}
}

