@import url(http://fonts.googleapis.com/css?family=Roboto:100italic,100,300italic,300,400italic,400,500italic,500,700italic,700,900italic,900);
/*
 * 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;
	z-index:999;

}
/* 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;
	right:0;
	top:0;
	color:#000;
	width:34.5%;
	height:100%;
	z-index:1100;
	padding: 5px 10px 3px 10px;
/*	opacity: 0.6; */
	overflow: hidden;
	display: none;
	text-align:left;
}
.nivo-caption p {
	padding:5px 0;
	margin-bottom:10px;
	color:#000;
/*	font-family:'Roboto', sans-serif; */
	line-height:1.2;
	font-size:13px;
	font-weight:normal;
	opacity: 1;
	margin-bottom:0;
	z-index:999;
}

.nivo-caption h2{font-family:'Roboto', sans-serif; margin-top:0;font-size:18px; color:#000;line-height:1.2; margin-bottom:12px; margin-top:25px;text-transform:uppercase;}
/*.nivo-caption h2{font-family:'Open Sans',Arial, Helvetica, sans-serif;font-size:11px; font-weight:400; color:#fff;
	
	outline:none;

} */

.h2knap{position:absolute;background:#f9b300;padding:8px 8px 8px 8px;;bottom:20px; right:10px; border-radius:5px;z-index;}
.h2knap:hover{background:#f9b300;}
.nivo-caption a {
	display:inline !important;
	font-family:'Roboto', sans-serif;font-size:11px;color:#fff;line-height:1.2;
	margin-top:10px;
} 
.nivo-caption a:hover {text-decoration:none;}
.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-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

@media only screen 
and (max-device-width : 768px)  
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ 

.nivo-caption {
	position:absolute;
	right:5px;
	top:5px;
	color:#fff;
	width:50%;
	height:98%;
	z-index:1100;
	padding: 5px 10px 3px 10px;
 
	overflow: hidden;
	display: none;
	text-align:right;
	margin: auto;
}
.nivo-caption p {
	display: none;
	visibility:hidden;
	padding:5px 0;
	margin-bottom:0px;
	text-align:right;
	color:#000;
/*	font-family:'Roboto', sans-serif; */
	line-height:1;
	font-size:9px;
	opacity: 1;
	margin-bottom:0;
	z-index:999;
}

.h2knap{position:absolute; background:#f9b300;padding:4px 4px 4px 4px; bottom:10px; right:10px; border-radius:5px; z-index:100;}
.nivo-caption h2{font-family:'sf_new_republicbold', sans-serif; font-size:11px; color:#fff;line-height:1; text-align:right;margin-bottom:0px; margin-top:0px;text-transform:uppercase;opacity: 1;}
}
@media only screen 
and (max-device-width : 768px)  
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ 

.nivo-caption {
	position:absolute;
	right:5px;
	top:5px;
	color:#000;
	width:45%;
	height:98%;
	z-index:1100;

	padding: 5px 10px 3px 10px;
/*	opacity: 0.6; */
	overflow: hidden;
	display: none;
	text-align:right;
	margin: auto;
}
.nivo-caption p {
	display: none;
	visibility:hidden;
	padding:5px 0;
	margin-bottom:0px;
	text-align:right;
	color:#000;
/*	font-family:'Roboto', sans-serif; */
	line-height:1;
	font-size:9px;
	opacity: 1;
	margin-bottom:0;
	z-index:999;
}

.h2knap{position:absolute; background:#f9b300; padding:8px 8px 8px 8px; bottom:15px; right:15px; border-radius:5px; z-index:1;width:85px;opacity: 1;}
.nivo-caption h2{font-family:'sf_new_republicbold', sans-serif; font-size:20px; color:#fff;line-height:1; text-align:right;margin-bottom:0px; margin-top:0px;text-transform:uppercase;opacity: 1;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2)
{ 

/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0;
	top:0;
	color:#000;
	width:34.5%;
	height:100%;
	z-index:1100;
	padding: 5px 10px 3px 10px;
/*	opacity: 0.6; */
	overflow: hidden;
	display: none;
	text-align:right;
}
.nivo-caption p {
	padding:5px 0;
	color:#000;
/*	font-family:'Roboto', sans-serif; */
	line-height:1.2;
	font-size:13px;
	font-weight:normal;
	opacity: 1;
	margin-bottom:0;
	z-index:999;
}

.nivo-caption h2{font-family:'Roboto', sans-serif; margin-top:0;font-size:18px; color:#000;line-height:1; margin-bottom:5px; margin-top:25px;text-transform:uppercase;}
/*.nivo-caption h2{font-family:'Open Sans',Arial, Helvetica, sans-serif;font-size:11px; font-weight:400; color:#fff;
	
	outline:none;

} */

.h2knap{position:absolute;background:#f9b300;padding:8px 8px 8px 8px;;bottom:10px; right:10px; border-radius:5px;z-index:100;width:100px;}
}