/*
 * 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
 */
 
/* ============================================
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 NOTE - THEME SPEC OVERRIDES THE NIVO-SLIDER SPEC
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 */ 

/*
Background determines colour for the border
Padding determines the width of border all round the image
*/
.theme-twsb.slider-wrapper {
    background:none;
    padding: 0px;
	padding-bottom: 0px;
	
}


/*
margin bottom sets depth of nav bar - original setting 10
Also check...

*/
.theme-twsb .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:-627px; /* adjusts extended border on bottom of slider - use 'bottom' setting of controlnav to position bullets */
    overflow: visible;
	box-shadow: 0px 7px 7px rgba(0,0,0,0.4); /* drop shadow on slider images */
	-webkit-box-shadow: 0px 7px 7px rgba(0,0,0,0.3); /*css 3 shadows*/
	-moz-box-shadow: 0px 7px 7px rgba(0,0,0,0.3);
}

/*
Changes position of image relative to nav bar
*/
.theme-twsb .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-twsb .nivoSlider a {
	border:10;
	display:block;
}

.theme-twsb .nivo-controlNav {
	/*float:right;*/
	text-align: left;
	padding: 0px 0;
	position: relative;
	z-index:10;
	bottom: -630px; /* adjusts position of bullets below slider when captions over images */
	margin-right:0px;
}


/*
Set positions of navigation buttons
Change 'display:inline-block;' to read 'display:none;'
to disable the control buttons
*/
.theme-twsb .nivo-controlNav a {
	visibility:visible;
	display:inline-block;
	width:10px;
	height:10px;	
	background: url('bullets_4.png') no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-twsb .nivo-controlNav a.active {
	background-position:0 100%;
}

/*
Added setting from default theme to put next/previous arrows on image
left and right
*/
.theme-twsb .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url('arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
	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;
}

.theme-twsb:hover .nivo-directionNav a { 
opacity: 1; 
}
.theme-twsb a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-twsb a.nivo-prevNav {
	left:15px;
}
/* Remove this section to make direction arrows background transparent 

.theme-twsb .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
*/

/*
Added lines below to control position and STYLE of CAPTION TEXT 
text-align:center;
text-indent:50px;
*/
.theme-twsb .nivo-caption {
    font-size:12pt;  /* CAPTION TEXT size */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.theme-twsb .nivo-caption a {
	color:#58257B;
	text-decoration: none;
	font-weight: normal;

}
.theme-twsb .nivo-caption a:hover {
	color:#58257B;
	font-weight: normal;
	text-decoration: underline;

}

.theme-twsb .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-twsb .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-twsb .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}




/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 The Nivo Slider styles 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
 */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	visibility: visible;
}
.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-image: url(images/spacer.gif);
}
/* 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:none; /* background panel colour */
	color:#fff; /* font colour */
	width:100%;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	opacity: 0.8;   /* opacity of both background and font */
	-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-top:15px;
}
.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-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;
}


/* The nivolider-twsb styles */

.nivoslider-twsb img {
	border: 0px currentColor;
	left: 0px;
	top: 0px;
	display: none;
	position: absolute;
	visibility: visible;
	width: 840px;
	height: auto;
}

.nivoslider-twsb a {
	border: 0px currentColor;
}
.nivoslider-twsb .nivo-controlNav {
	left: 0px; 
	position: absolute;
}

/* NOTE - style of nav buttons is governed also by 'theme' css*/

.nivoslider-twsb .nivo-controlNav a {
	background: url('bullets_2.png') no-repeat; 
	border: 0px currentColor; 
	left: 15px; 
	top: 15px; 
	width: 11px; 
	height: 12px; 
	/* text-indent: -9999px; */
	margin-right: 10px; 
	float: left; 
	display: block; 
	position: relative;
}
.nivoslider-twsb .nivo-controlNav a:hover {
	background-position: 0px -12px;
}
.nivoslider-twsb .nivo-controlNav a.active {
	background-position: 0px -12px;
}
.nivoslider-twsb .nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px; 
	height:50px; 
	background:url('navarrows3.png') no-repeat; 
	text-indent:-9999px; 
	border: 0; 
	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;	
}

/* THIS ITEM REMOVED TO MAKE ARROWS APPEAR ON HOVER ONLY
.nivoslider-twsb .nivo-directionNav a { 
opacity: 1; 
}
*/
.nivoslider-twsb a.nivo-prevNav {
	background-position: 0% 50%; 
	left: 10px; /* distance of arrow inset from edge of image */
}
.nivoslider-twsb a.nivo-nextNav {
	background-position: 100% 100%; 
	right: 10px;  /* distance of arrow inset from edge of image */
}
.nivoslider-twsb .nivo-caption {
	color: rgb(255, 255, 255); /* caption font colour */
	background:rgba(0,0,0,0);
	background-color: transparent;
	text-transform: none; 
	line-height: 50px; 
	font-family: Tahoma, Helvetica, Arial, Sans-Serif; 
	font-size: 50px; /* font size for caption 2 and 3 only ?? */
	font-weight: normal;
	opacity: 1;
	left: 30px; /* standard margin added to margins for each caption style */
	right: 0px; /* standard margin added to margins for each caption style */
	top: 0px; 
	width: 870px; 
	overflow: hidden;
}
/*
.nivoslider-twsb .nivo-caption p {
	text-align: left; 
	color: rgb(255, 255, 255); 
	text-transform: uppercase; 
	line-height: 44px; 
	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 40px; 
	font-weight: bold;
}
*/

.nivoslider-twsb .nivo-caption1 {
	width: 850px; 
	color: #fff;
	font-size: 25px;
	line-height: 15px; 
	margin-top: 35px; 
	margin-left: 550px;
	text-align:left;
}
.nivoslider-twsb .nivo-caption1a {
	width: 850px; 
	line-height: 40px; 
	font-size: 50px;
	color: #F5CD2D;
	margin-top: 10px; 
	margin-left: 550px;
	text-align:left;
}

.nivoslider-twsb .nivo-caption2 {
	width: 850px; 
	text-align:left;
	font-size: 25px; /* font size for caption 1 */
	line-height: 15px; 
	color: #fff;
	margin-top: 10px; 
	margin-left: 300px;
}
.nivoslider-twsb .nivo-caption2a {
	width: 850px; 
	text-transform: none; 
	text-align: left;
	font-size: 50px; 
	line-height: 35px; 
	color: #F5CD2D;
	margin-top: 15px; 
	margin-left: 530px;
	margin-bottom:0px;
	
}

.nivoslider-twsb .nivo-caption3 {
	width: 850px; 
	color: #fff;
	font-size: 25px;
	line-height: 15px; 
	margin-top: 10px; 
	margin-left: 270px;
}

.nivoslider-twsb .nivo-caption3a {
	width: 850px; 
	text-transform: none; 
	text-align: left;
	line-height: 40px; 
	font-size: 50px; 
	color: #F5CD2D;
	margin-top: -30px; 
	margin-left: 630px;
	margin-bottom: 0px;
}

.nivoslider-twsb .nivo-caption4 {
	width: 850px; 
	color: #fff;
	font-size: 25px;
	line-height: 15px; 
	margin-top: 15px; 
	margin-left: 50px;
	text-align:left;
}
.nivoslider-twsb .nivo-caption4a {
	width: 850px; 
	line-height: 40px; 
	font-size: 50px;
	color: #F5CD2D;
	margin-top: 10px; 
	margin-left: 50px;
	text-align:left;
}


.nivoslider-twsb .nivo-caption5 {
	width: 830px; 
	color: #fff;
	font-size: 25px;
	line-height: 15px; 
	text-align: left;
	margin-top: 20px; 
	margin-left: 630px;
}

.nivoslider-twsb .nivo-caption5a {
	width: 830px; 
	line-height: 50px; 
	color: #F5CD2D;
	font-size: 50px;
	text-align: left;
	margin-top: 10px; 
	margin-left: 630px;
	margin-bottom: 0px;
}

.nivoslider-twsb .nivo-caption6 {
	width: 850px; 
	line-height: 50px; 
	font-size: 50px;
	color: #F5CD2D;
	margin-top: 0px; 
	margin-left: 0px;
	text-align:right;
}
.nivoslider-twsb .nivo-caption6a {
	width: 850px; 
	color: #fff;
	font-size: 25px;
	line-height: 15px; 
	margin-top: 10px; 
	margin-left: 0px;
	text-align:right;
}

.nivoslider-twsb .nivo-caption7 {
	width: 850px; 
	color: #fff;
	font-size: 25px;
	line-height:25px; 
	margin-top: 10px; 
	margin-left: 50px;
	text-align:left;
}
.nivoslider-twsb .nivo-caption7a {
	width: 850px; 
	line-height: 45px; 
	color: #F5CD2D;
	font-size: 50px;
	margin-top: 5px; 
	margin-left: 50px;
	text-align:left;
}

.nivoslider-twsb .nivo-caption a {
	display:inline !important;
	color: #fff; 
	text-decoration: none;
	font-weight: normal;
	
}
.nivoslider-twsb .nivo-caption a:hover {
	display:inline !important;
	color: #5AA804; 
	text-decoration: none;
}


.readmore {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: -100px;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  background-color: #58257B;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3); 
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}


.readmore a {
	text-decoration:none;
	color:#f00;
}


.readmore a:hover {
	text-decoration:none;
	color:#ff0;
} 



.nivoslider-twsb_controlNavText {
	margin: 0px; 
	padding: 0px 0px 18px;
}
.nivoslider-twsb_controlNavText .nivo-controlNav {
	left: 0px; 
	bottom: 0px;
}
.nivoslider-twsb_controlNavImages .nivo-controlNav {
	left: 0px; 
	line-height: 1px; 
	overflow: hidden; 
	visibility: hidden;
}
.nivoslider-twsb_controlNavImages .nivo-controlNav a {
	margin: 0px; 
	padding: 0px;
}
.nivoslider-twsb_controlNavImages .nivo-controlNav img {
	margin: 0px; 
	padding: 0px;
}
.nivoslider-twsb_controlNavImages .nivo-controlNav img {
	display: inline; 
	position: relative;
}
.nivoslider-twsb_controlNavImages .nivo-controlNav a.active img {
	
}
