/*
 * jQuery Nivo Slider v3.1
 * 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 */
.slider-wrapper {position:relative; z-index:1;}
.slider-wrapper .link-white {position:absolute; bottom:15%; width:100%; text-align:center; z-index:7000 !important;}
.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;}

/* 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:25%;	
	width:100%;
	text-align:center;
	z-index:8;
	/*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 span {
	padding:20px 45px !important;
	margin:0 auto;
	font-family:'klavika_regular', Geneva, sans-serif;
	font-size:22px;
	background:url(../images/pixel_cyan_75.png) repeat 0 0;
	color:#FFF;
	display:table;
	*display:inline-block;
	}
.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; display:none;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {position:absolute; top:0 !important; width:100%; z-index:9000 !important; *display:inline-block;}
.nivo-controlNav a {cursor:pointer; width:33.3333% !important; *width:33% !important; *float:left; background:#2d2f35; display:inline-block; *display:block; height:10px; text-indent:-9999px; /*border-right:1px solid #AAA;*/}
.nivo-controlNav a.active {background:#00acc4;}
.nivo-controlNav a:hover {background:#676c79;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari-Opera specific declarations here */
	.nivo-controlNav {position:absolute; top:-3px !important; width:100%; z-index:9000 !important; *display:inline-block;}
	}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
	.nivo-controlNav {top:-12px !important;}
	}
@media (min-width:750px) and (max-width:970px) {
	.nivo-caption span {font-size:18px; padding:15px 45px !important;}
	}
/*****************************************/	
/* iPhone  */
@media (min-width:320px) and (max-width:480px){
	.nivo-caption {bottom:30%;}
	.nivo-caption span {font-size:16px; padding:5px 10px !important; width:80%;}
	.slider-wrapper .link-white {bottom:12%;}
	}
/*****************************************/	
/* SMART PHONE to TABLETS */
@media (min-width:481px) and (max-width:679px) {
	.nivo-caption span {font-size:17px; padding:7px 10px !important; width:95%;}
	.slider-wrapper .link-white {bottom:12%;}
	}
@media (min-width:680px) and (max-width:767px) {
	.nivo-caption span {font-size:19px; padding:10px 30px !important;}
	.slider-wrapper .link-white {bottom:12%;}
	}
/*****************************************/	
/* TABLETS */	
@media (min-width:768px) and (max-width:959px) {
	.nivo-caption span {font-size:20px; padding:15px 30px !important;}
	.slider-wrapper .link-white {bottom:12%;}
	}