/*
 * 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
 */
 
/* The Nivo Slider styles */
.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;
	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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-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 p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.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-directionNav a:hover {
    opacity: .8;
}
.nivo-prevNav {
	left:16px;
    background: url(../i/prev.png) no-repeat 0 0;
    width: 40px;
    height: 30px;
}
.nivo-nextNav {
	right:16px;
    background: url(../i/next.png) no-repeat 0 0;
    width: 40px;
    height: 30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
    height: 41px;
    background: url(../i/slider-nav.png) repeat-x 0 0;
}
.nivo-controlNav a {
	cursor:pointer;
    font-size: 0px;
    display: inline-block;
    width: 12px;
    height: 41px;
    margin: 0 6px;
    vertical-align: top;
    background: url(../i/slider-item.png) no-repeat 0 16px;
}
.nivo-controlNav a.active {
    background: url(../i/slider-item.png) no-repeat -21px 16px;
}
.content {
    padding: 1px 0 96px 0;
}
.content h2 {
    line-height: 145px;
    font-weight: normal;
    font-size: 35px;
    margin: 0;
}
.content p {
    margin: 0 0 25px 0;
}
.footer {
    background: url(../i/footer.png) no-repeat 0 0;
    height: 147px;
    color: #fff;

}
.copy, .bottom-menu  {
    display: table-cell;
    vertical-align: middle;
    height: 147px;
}
.copy {
    background: url(../i/logo-footer.png) no-repeat 30px 20px;
    padding: 0 0 0 103px;
    width: 267px;
    line-height: 24px;
}

.bottom-menu {
    padding: 0 0 0 113px;
}
.bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-menu ul li {
    display: inline-block;
    width: 240px;
}
.bottom-menu ul li a {
    color: #d3d3d3;
    text-decoration: none;
    line-height: 24px;
}
.bottom-menu ul li a:hover {
    text-decoration: underline;
}