/* Home Slider Styles */

#homeslider .slider-wrapper { 
	width: 1220px;
	height:350px; 
	margin: 0 auto;
}

#homeslider .nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
#homeslider .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
#homeslider .nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
#homeslider .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 */
#homeslider .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
#homeslider .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
#homeslider .nivo-box img { display:block; }

/* Caption styles */
#homeslider .nivo-caption-1 {display:block; left:60px;}
#homeslider .nivo-caption-2 {display:block; left:60px;}
#homeslider .nivo-caption {
	position:absolute;
	top:50%;
	margin-top:-50px;
	height:100px;
	color:#fff;
	width:auto;
	z-index:8;
	padding:0px;
	font-size:40px;
	font-weight:700;
	line-height:45px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
}
#homeslider .nivo-caption a {
	display:inline !important;
}
#homeslider .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
#homeslider .nivo-directionNav a {
	position:absolute;
	top:50%;
	margin-top:-40px;
	z-index:9;
	cursor:pointer;
}
#homeslider .nivo-prevNav {
	left:0px;
}
#homeslider .nivo-nextNav {
	right:0px;
}

/* Theme */

#homeslider .theme-default .nivoSlider {
	position:relative;
	background:#fff url(slider-images/loading.gif) no-repeat 50% 50%;
}
#homeslider .theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#homeslider .theme-default .nivoSlider a {
	border:0;
	display:block;
}

#homeslider .theme-default .nivo-directionNav a {
	display:block;
	width:20px;
	height:80px;
	background:url(slider-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity:1;
	/*
	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;
	*/
}
#homeslider .theme-default:hover .nivo-directionNav a { opacity: 1; }
#homeslider .theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:20px;
}
#homeslider .theme-default a.nivo-prevNav {
	left:20px;
}

#homeslider .theme-default .nivo-caption {
    /* font-family: Helvetica, Arial, sans-serif; */
}
#homeslider .theme-default .nivo-caption a {
    color:#fff;
}
#homeslider .theme-default .nivo-caption a:hover {
    color:#fff;
}


/* Project Slider Styles */

#projectslider .slider-wrapper-projects { 
	width: 640px;
	height:560px; 
	margin: 0 auto;
}

#projectslider  .nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
#projectslider  .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
#projectslider  .nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
#projectslider  .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 */
#projectslider  .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
#projectslider  .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
#projectslider  .nivo-box img { display:block; }

/* Caption styles */
#projectslider  .nivo-caption-1 {display:block;}
#projectslider  .nivo-caption-2 {display:block;}
#projectslider  .nivo-caption {
	position:absolute;
	bottom:0px;
	margin-top:0px;
	background:#000;
	color:#fff;
	width:640px;
	height:40px;
	padding-top:10px;
	z-index:8;
	font-size:15px;
	font-weight:400;
	overflow: hidden;
	text-align:center;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#projectslider  .nivo-caption a {
	display:inline !important;
}
#projectslider  .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
#projectslider  .nivo-directionNav a {
	position:absolute;
	top:50%;
	margin-top:-40px;
	z-index:9;
	cursor:pointer;
}
#projectslider  .nivo-prevNav {
	left:0px;
}
#projectslider  .nivo-nextNav {
	right:0px;
}

/* Theme */

#projectslider  .theme-default .nivoSlider {
	position:relative;
	background:#fff url(slider-images/loading.gif) no-repeat 50% 50%;
}
#projectslider  .theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#projectslider  .theme-default .nivoSlider a {
	border:0;
	display:block;
}

#projectslider  .theme-default .nivo-directionNav a {
	display:block;
	width:20px;
	height:80px;
	background:url(slider-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity:1;
	/*
	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;
	*/
}
#projectslider .theme-default:hover .nivo-directionNav a { opacity: 1; }
#projectslider .theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:20px;
}
#projectslider .theme-default a.nivo-prevNav {
	left:20px;
}

#projectslider  .theme-default .nivo-caption {
    /* font-family: Helvetica, Arial, sans-serif; */
}
#projectslider  .theme-default .nivo-caption a {
    color:#fff;
}
#projectslider  .theme-default .nivo-caption a:hover {
    color:#fff;
}
