/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position:relative;
	margin:0;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.rhino-btn {
	background:url(./images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width: 27px;
	height: 27px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.flex-direction-nav a {
	background:url(./images/rhinoslider-sprite.png) 0 0 no-repeat;
	text-decoration:none;
	display: none;
	width: 27px;
	height: 27px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	text-indent:-9999px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
.flex-direction-nav .flex-prev {
	left: 10px;
	background-position:0 0;
}
.flex-direction-nav .flex-next {
	right: 10px;
	text-align: right;
	background-position:-31px 0;
}
.flexslider:hover .flex-prev {
	display:block;
	left: 10px;
}
.flexslider:hover .flex-next {
	display:block;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	top: 0px;
	text-align: right;
	z-index:10;
	padding-right:10px;
	line-height: 1.4;
	padding-top: 10px;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	text-align:center;
}
.flex-control-paging li a:hover {
	
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
 .flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}



.rhino-caption {
	position:absolute;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	display:block !important;
	line-height:1;
	z-index:9;
}



.top-left-half{
	left:0;
	top:0;
	text-align:left;
	width:50%;
}
.top-right-half{
	right:0;
	top:0;
	text-align:right;
	width:50%;
}
.bottom-left-half{
	left:0;
	bottom:0;
	text-align:left;
	width:50%;
}
.bottom-right-half{
	right:0;
	bottom:0;
	text-align:right;
	width:50%;
}
.top-left-full{
	left:0;
	right:0;
	top:0;
	text-align:left;
}
.top-right-full{
	left:0;
	right:0;
	top:0;
	text-align:right;
}
.bottom-left-full{
	left:0;
	right:0;
	bottom:0;
	text-align:left;
}
.bottom-right-full{
	left:0;
	right:0;
	bottom:0;
	text-align:right;
}

.rhino-btn {
	background:url(./images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width: 27px;
	height: 27px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	font-size:8px;
}
.rhino-caption p{
	margin:0px !important;
	margin-bottom:10px !important;
	font-size:10px;
}
.rhino-caption p:only-child{
	margin:0px !important;
}
@media only screen and (min-width: 40.063em) {
	.rhino-btn {
		font-size:14px;
	}
	.rhino-caption p{
		font-size:14px;
	}
}
.rhino-prev, .rhino-next { top:50%; margin-top:-14px; }

.rhino-prev {
	left:10px;
	background-position:0 0;
}

.rhino-next {
	right:10px;
	background-position:-31px 0;
}
.bks-opacity-0-1{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.bks-opacity-0-2{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.bks-opacity-0-3{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.bks-opacity-0-4{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.bks-opacity-0-5{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.bks-opacity-0-6{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.bks-opacity-0-7{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.bks-opacity-0-8{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.bks-opacity-0-9{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.bks-opacity-1{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bks-opacity-default{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
