/*
Skin Name: Nivo Slider Gutter Theme
Skin URI: http://nivo.dev7studios.com
Description: The gutter skin for the Nivo Slider.
Version: 1.3
Author: Locke Crawford
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.slider-wrapper.theme-gutter {
	position: relative;
}

.theme-gutter .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-gutter .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-gutter .nivoSlider a {
	border:0;
	display:block;
	position: absolute;
	z-index: 999;
}

.theme-gutter .nivo-controlNav {
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 1000;
	left: 10%;
	text-align: left;
}
.theme-gutter .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background: rgba(255, 255, 255, 1);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
}
.theme-gutter .nivo-controlNav a.active {
	background: rgba(0, 95, 191, 1);
}

.theme-gutter .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(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-gutter:hover .nivo-directionNav a { opacity: 1; }
.theme-gutter a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-gutter a.nivo-prevNav {
	left:15px;
}

.theme-gutter .nivo-caption {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: lowercase;
	background: none;
	top: 20%;
	width: 100%;
	text-align: left;
	line-height: 25px;
	opacity: 1;
	bottom: none;
	z-index: 998;
	min-height: 90px;
	padding: 0 50px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

@media all and (min-width: 601px) and (max-width: 850px){
	.theme-gutter .nivo-caption {
		font-size: 48px;
		line-height: 55px;
		min-height: 150px;
		padding: 0 50px;
	}	
}

@media all and (min-width: 850px) {
	.theme-gutter .nivo-caption {
		font-size: 72px;
		line-height: 80px;
		min-height: 200px;
		padding: 0 75px;
	}	
}

.theme-gutter .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-gutter .nivo-caption a:hover {
    color:#fff;
}

.theme-gutter .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-gutter .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-gutter .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}