html, body {
	font-family: 'Nexa Light', Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color:#000;
	line-height: 22px;
	height:100%;
}
a:hover,
a:focus,
a:active {
	outline: none;
}
#wrap {
	background: #D1482D;
	min-height: 100%;
	height: auto;
	position: relative;
}
#wrap.pageHome {
	background: #FFF;
}
.carousel-control.left:after,
.carousel-control.right:after,
#slides .slides-navigation a:after {
	background: url('../images/sprite.png') no-repeat -999px -999px;
}
/*
*Header
*/
#header {
	position:relative;
	z-index: 11;
	min-height: 86px;
	background: #FFF;
}
#header >.container {
	position:relative;
}
#header .navbar-brand {
	background: url('../images/logo.png') no-repeat 0 0;
	width: 220px;
	height: 61px;
	background-size: 100%;
	position: relative;
	z-index:2;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
}
#header nav {
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 2;
	background: #000;
	background: rgba(0,0,0, 0.5);
	border:none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	min-height: 60px;
	font-size: 12px;
	font-family: 'Nexa Light', Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#header .navbar-toggle {
	margin-top:12px;
}
.navbar-default .navbar-toggle {
	border-color: #E9BB35;
	border-radius: 0 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #E9BB35;
	border-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #E9BB35;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background: #FFF;
}
#header nav .navbar-nav >li {
	border-right:1px solid rgba(255,255,255,0.2);
}
#header nav .navbar-nav >li:last-child {
	border:none !important;
}
#header nav .navbar-nav >li >a {
	color:#FFF;
	border:none;
	font-size: 12px;
	font-weight: 400;
}
#header nav .navbar-nav li.active >a,
#header nav .navbar-nav li.open >a,
#header nav .navbar-nav li:hover >a {
	background: transparent;
	color: #E9BC45;
}
#header nav .navbar-nav >li ul.dropdown-menu {
	background: #000;
	border-radius: 0;
	right:auto;
	left: 0;
}
#header nav .navbar-nav >li ul.dropdown-menu li a {
	color: #FFF;
	font-weight: 400;
	border:none;
	font-size: 12px;
}
#header nav .navbar-nav >li ul.dropdown-menu li.active >a,
#header nav .navbar-nav >li ul.dropdown-menu li:hover >a,
#header nav .navbar-nav >li ul.dropdown-menu li.open >a {
	background: transparent;
	color:#E9BC45;
}
#headerSlider {
	position:relative;
	z-index: 1;
}
.carousel-control.left,
.carousel-control.right {
	background: transparent;
}
.carousel-control.left:after,
.carousel-control.right:after {
	background-position: 0 0;
	width: 41px;
	height: 41px;
	display: block;
	content:"";
	top:50%;
	position:absolute;
	margin-top:-20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.carousel-control.left:after {
	left:0px;
}
.carousel-control.right:after {
	right:0px;
	background-position: -51px 0;
}
#headerSlider:hover .carousel-control.left:after {
	left:45px;
	opacity: 1;
}
#headerSlider:hover .carousel-control.right:after {
	right:45px;
	opacity: 1;
}
.next-project {
	position:absolute;
	top:90px;
	right:15px;
	z-index: 2;
	background: #CF4935;
	color:#FFF;
	padding:6px 30px 4px;
	font-size: 12px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.next-project:hover,
.next-project:active {
	background: #EABD37;
	color: #FFF;
	text-decoration: none;
}
.watermark {
	position: absolute;
	bottom:25px;
	width:36px;
	height: 48px;
	background:url(../images/watermark.png) no-repeat 0 0;
	display: block;
	left: 25px;
	z-index: 101;
}
@media only screen and (max-width: 767px){
	.carousel-control.left:after,
	.carousel-control.right:after {
		opacity: 1;
	}
	#header nav .navbar-nav >li {
		border:none !important;
	}
	.pageHome #header nav .navbar-nav >li {
		background:#000;
		background: rgba(0,0,0,0.5);
	}
	#header nav,
	#header .topNav {
		position:relative;f
	}
	#headerSlider {
		margin: 0 -15px;
	}
	#headerSlider:hover .carousel-control.left:after {
		left:15px;
	}
	#headerSlider:hover .carousel-control.right:after {
		right:15px;
	}
	.next-project {
		top:65px;
	}
	.watermark {
		background-size: 20px;
		width: 20px;
		height: 28px;
		left: 8px;
		bottom:8px;
	}
}

@media only screen and (min-width: 768px){
	#header .navbar-brand {
		background: url('../images/logo.png') no-repeat 0 0;
		width: 306px;
		height: 86px;
	}
	#header nav {
		min-height: 86px;
	}
	#header nav .navbar-nav >li >a {
		padding: 33px 25px;
	}
	#header nav .navbar-nav >li:hover >ul.dropdown-menu {
		display: block;
	}
	.topNav {
		position:relative;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1080px){
	.container {
		width: 100%;
	}
	#header nav .navbar-nav >li >a {
		padding: 15px 10px;
	}
	#header nav {
		min-height: 50px;
	}
	#header .navbar-brand {
		width: 178px;
		background-size: 100%;
		height: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 790px){
	#header .navbar-brand {
		width: 140px;
		background-size:contain;
		background-position: center center;
		background-color: #FFF;
		height: 50px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
	.container {
		width: 100%;
	}
	#header nav {
		min-height: 75px;
	}
	#header .navbar-brand {
		background-size:contain;
		background-position: center center;
		background-color: #FFF;
		width: 230px;
		height: 74px;
	}
	#header nav .navbar-nav >li >a {
		padding: 27px 20px;
	}
}
.anniversary_logo {
    position:absolute;
    right:42px;
    top:107px;
    z-index:101;
    display:block;
}
/*
*Home Slideshow
*/
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

#slides .slides-navigation a {
  position: absolute;
  display: block;
  top:0;
  width:20%;
  height: 100%;
  z-index: 2;
}
#slides .slides-navigation a.prev {
  left: 0;
}
#slides .slides-navigation a.next {
  right: 0;
}
#slides .slides-navigation a:after {
	content:"";
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	opacity: 0;
	top:50%;
	margin:-20px 0 0;
	z-index: 11;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#slides .slides-navigation a.prev:after {
	background-position: 0 0;
	left: 0;
}
#slides .slides-navigation a.next:after {
	background-position: -51px 0;
	right: 0;
}
#slides:hover .slides-navigation a:after {
	opacity: 0.5;
}
#slides:hover .slides-navigation a.prev:after {
	left:20px;
}
#slides:hover .slides-navigation a.next:after {
	right:20px;
}
#slides:hover .slides-navigation a:hover:after {
	opacity: 1;
}
#slides .slides-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: none;
  z-index: -11;
}
#slides .slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
#slides .slides-pagination a.current {
  background: #222;
}
#slides .description {
	position:absolute;
	top:35%;
	left:0;
	width:100%;
	z-index: 101;
	text-align: center;
	color:#FFF;
}
#slides .description h1 {
	color:#FFF;
	font-weight: 100;
	font-family: 'Nexa Light', Arial, sans-serif;
}

@media only screen and (max-width: 767px){
	#slides .description h1 {
		font-size: 22px;
	}
}

/*
* Content
*/
h1 {
	font-size: 40px;
	font-family: 'Nexa Light', Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}
#innerPage {
	background: #FFF;
	padding-bottom: 25px;
}
.pageEntry blockquote {
	font-size: 36px;
	font-family: 'Nexa Bold', Arial, sans-serif;
	color:#E9BB45;
	border-color: #CF4935;
	padding-top:0;
	padding-bottom:0;
	line-height: 34px;
}
.pageEntry blockquote cite {
	font-size: 24px;
	color: #CF4935;
	font-family: 'Nexa Light', Arial, sans-serif;
	display: block;
}
.pageEntry p {
	margin-bottom: 18px;
}

/*
*Contact Us
*/
.form-control {
	background:#F2F2F2;
	border-radius: 0px;
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus,
.form-control:hover {
	box-shadow: 0 0 3px rgba(233, 188, 69, 0.4);
}
textarea.form-control {
	resize:none;
	height: 180px;
}
.message-box label {
	font-size:14px;
}
.message-box .control-label1 {
	color:#D1482E;
	font-size: 16px;
}
.btn-default {
	text-transform: uppercase;
	color:#D1482E;
	font-size: 15px;
	border-color: #D1482E;
	border-radius: 0;
	font-family: 'Nexa Bold', Arial, sans-serif;
}
.btn-default:hover {
	border-color:#EBBE37;
	color:#EBBE37;
	background: #FFF; 
}

/*
*Home Page
*/
.pageHome footer#footer {
	display: none;
}
.pageHome header#header {
	/*position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 101;*/
	background:#FFF;
	/*background: rgba(0,0,0,0.5);*/
}
.pageHome header#header.oldheader {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 101;
	background: rgba(0,0,0,0.5);
}
.pageHome header#header.oldheader nav {
	background: transparent;
}
.footerbar .footerarrow {
	position:absolute;
	left:50%;
	bottom:10px;
	font-size: 18px;
	z-index: 101;
	margin: 0 0 0 -16px;
	display: none;
}
@media only screen and (max-width: 767px){
	.pageHome header#header {
		min-height: 61px;
	}
	.footerbar .footerarrow {
		bottom:65px;
	}
}

/*
*Portfolio
*/
.sectionnav {
	display: block;
	padding:0 0 12px;
	color:#BB360C;
	text-transform: uppercase;
margin:0 10px;
}
.sectionnav .nav >li {
	margin-right:10px;
}
.nav-pills>li+li {
margin-left: 0px !important; 
}
.sectionnav .nav >li>a,
.ajaxload {
	padding: 6px 16px 4px;
	border-radius: 0;
	background:#FFF;
	border:1px solid #BB360C;
	color:#BB360C;
	font-size: 13px;
}
.sectionnav .nav >li>a:hover,
.sectionnav .nav >li>a:focus,
.sectionnav .nav >li>a:active,
.ajaxload:hover,
.ajaxload:focus,
.ajaxload:active {
	background:#E9BC45;
	border-color:#E9BC45;
	color:#FFF;
}
.sectionnav .nav >li.active >a {
	/*background:#BB360C;
	border-color:#BB360C;*/
	background:#E9BC45;
	border-color:#E9BC45;
	color:#FFF;
}
#portfolioGrid li {
	padding: 0 10px 20px;
}
#portfolioGrid .item {
	position:relative;
	height: 225px;
	background:#dadada;
}
#portfolioGrid .item img {
	max-width: 100%;
	border-radius: 0;
}
#portfolioGrid .description {
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,0.5);
	color:#FFF;
	opacity: 0;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#portfolioGrid .description h3 {
	position:absolute;
	top:50%;
	left:0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color:#FFF;
	margin-top: -10px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#portfolioGrid li:hover .description {
	opacity: 1;
}
#portfolioGrid li .zoom {
	width:55px;
	height: 55px;
	background: #000;
	background:rgba(0,0,0,0.7);
	text-align: center;
	font-size: 24px;
	color: #FFF;
	opacity: 0.6;
	-webkit-transition: all 300ms ease-in-out;	
	-o-transition: all 300ms ease-in-out;	
	transition: all 300ms ease-in-out;
	position:absolute;
	bottom:0;
	right:0;
	z-index: 3;
}
#portfolioGrid li .zoom i {
	position:absolute;
	top:50%;
	left:50%;
	margin: -11px 0 0 -11px;
}
#portfolioGrid li:hover .zoom {
	width:85px;
	height: 85px;
}
#portfolioGrid li .zoom:hover {
	opacity: 1;
}
.ajaxload {
	display: inline-block;
	text-transform: uppercase;
	position:relative;
}
.ajaxload:hover {
	text-decoration: none;
}
.ajaxload.disabled:after {
	content: "";
	position:absolute;
	top:0;
	left: 0;
	z-index: 11;
	display: block;
	background: url('../images/load.gif') no-repeat center center;
	background-color:rgba(255,255,255,0.7);
	width:100%;
	height: 100%;
}
@media only screen and (max-width: 767px){
	#portfolioGrid .item {
		height: 168px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#portfolioGrid .item {
		/*height: 184px;*/
	}
}
@media only screen and (min-width: 768px){ 
	.sectionnav .nav >li>a {
		letter-spacing: -0.1px;
	}
}
/*
*Sidebar
*/
.sidebar {
	border-left: 5px solid #FFD002;
}
.sidebar h3 {
	font-size: 24px;
	margin: 0 0 12px;
	text-transform: uppercase;
	color:#CF4935;
	font-family: 'Nexa Bold', Arial, sans-serif;
	font-weight: 400;
}
.sidebar ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

@media only screen and (max-width:767px){
	.sidebar {
		border:none;
	}
	.sidebar h3 {
		margin-top: 15px;
	}
}

/*
* Block Grid
*/

[class*="block-grid-"] {
	display: block;
	list-style:none;
	margin:0 -15px;
	padding:0;
	margin:0;
}
[class*="block-grid-"]:after {
	clear:both;
	line-height:0;
	display: table;
	content:"";
}
[class*="block-grid-"] >li {
	float:left;
	padding:0 15px 10px;
}
[class*="block-grid-"] >li img {
	max-width:100%;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
}

@media only screen and (max-width:767px) {
	.block-grid-xs-1 >li {
		width:100%;
		float:none;
	}
	.block-grid-xs-2 >li {
		width:50%;
	}
	.block-grid-xs-2 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-xs-2 >li:nth-of-type(2n+1) {
		clear:left;
	}
	.block-grid-xs-3 >li {
		width:33.333333%;
	}
	.block-grid-xs-3 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-xs-3 >li:nth-of-type(3n+1) {
		clear:left;
	}
	.block-grid-xs-4 >li {
		width:25%;
	}
	.block-grid-xs-4 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-xs-4 >li:nth-of-type(4n+1) {
		clear:left;
	}
	.block-grid-xs-5 >li {
		width:20%;
	}
	.block-grid-xs-5 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-xs-5 >li:nth-of-type(5n+1) {
		clear:left;
	}
	.block-grid-xs-6 >li {
		width:16.6667%;
	}
	.block-grid-xs-6 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-xs-6 >li:nth-of-type(6n+1) {
		clear:left;
	}
}
@media (min-width:767px) and (max-width:1023px) {
	.block-grid-sm-1 >li {
		width:100%;
		float:none;
	}
	.block-grid-sm-2 >li {
		width:50%;
	}
	.block-grid-sm-2 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-sm-2 >li:nth-of-type(2n+1) {
		clear:left;
	}
	.block-grid-sm-3 >li {
		width:33.333333%;
	}
	.block-grid-sm-3 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-sm-3 >li:nth-of-type(3n+1) {
		clear:left;
	}
	.block-grid-sm-4 >li {
		width:25%;
	}
	.block-grid-sm-4 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-sm-4 >li:nth-of-type(4n+1) {
		clear:left;
	}
	.block-grid-sm-5 >li {
		width:20%;
	}
	.block-grid-sm-5 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-sm-5 >li:nth-of-type(5n+1) {
		clear:left;
	}
	.block-grid-sm-6 >li {
		width:16.6667%;
	}
	.block-grid-sm-6 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-sm-6 >li:nth-of-type(6n+1) {
		clear:left;
	}
}
@media only screen and (min-width:1024px) {
	.block-grid-md-1 >li {
		width:100%;
		float:none;
	}
	.block-grid-md-2 >li {
		width:50%;
	}
	.block-grid-md-2 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-md-2 >li:nth-of-type(2n+1) {
		clear:left;
	}
	.block-grid-md-3 >li {
		width:33.333333%;
	}
	.block-grid-md-3 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-md-3 >li:nth-of-type(3n+1) {
		clear:left;
	}
	.block-grid-md-4 >li {
		width:25%;
	}
	.block-grid-md-4 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-md-4 >li:nth-of-type(4n+1) {
		clear:left;
	}
	.block-grid-md-5 >li {
		width:20%;
	}
	.block-grid-md-5 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-md-5 >li:nth-of-type(5n+1) {
		clear:left;
	}
	.block-grid-md-6 >li {
		width:16.6667%;
	}
	.block-grid-md-6 >li:nth-of-type(n) {
		clear:none;
	}
	.block-grid-md-6 >li:nth-of-type(6n+1) {
		clear:left;
	}
	.flexslider .slides > li {
		line-height:24px;
	}
	footer#footer .employee-footer-logo {
		max-width: 80%;
		position:relative;
		top:-22px;
	}
#linksdiv { margin-right:200px; }
}
@media only screen and (max-width: 767px){
	.pageEntry blockquote {
		font-size: 22px;
	}
	.pageEntry blockquote cite {
		font-size: 16px;
	}
}

/*
* Footer
*/
.footerbar {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 101;
}
.footercursor {
	background: url('../images/cursor.png') no-repeat 0 0;
	width:25px;
	height: 50px;
	position:absolute;
	left: 50%;
	bottom:10px;
	margin: 0 0 0 -13px;
	z-index: 101;
}
.footerarrow {
	display: none;
	color:#FFF;
}
#footer {
	background: #D1482D;
	font-size: 12px;
	color: #FFF;
	font-weight: 100;
	letter-spacing: 1.2px;
	text-transform: 	uppercase;
	font-family: 'Nexa Bold', Arial, sans-serif;
}
#footer h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 16px;
	color:#FFF;
	text-transform: uppercase;
	font-family: 'Nexa Bold', Arial, sans-serif;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#footer [class*="block-grid-"] >li {
	padding-left: 0;
	padding-bottom: 0;
}
#footer .widget {
	padding-bottom: 20px;
}
#footer ul li a {
	color:#FFF;
}
#footer .widget a {
	color:#FFF;
}
#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
	color:#E9BB45;
	text-decoration: none;
}
#footer .widget a:hover,
#footer .widget a:focus,
#footer .widget a:active {
	color:#E9BB45;
	text-decoration: none;
}
.footer .copyright, 
.footer .powered {
	font-family: 'Nexa Light', Arial, sans-serif;
	color:#E9BB45;
	text-transform: none;
}
.footer .copyright a:hover,
.footer .powered a:hover {
	color:#FFF;
	text-decoration: none;
}
@media only screen and (max-width: 767px){
	.footer section {
		float:none !important;
	}
	.footer .widget {
		padding-bottom: 8px !important;
	}
	.footer .copyright,
	.footer .powered {
		float:none;
		display: block;
		text-align: center;
		float:none !important;
	}
}
@media only screen and (min-width: 768px){
	.footer-row {
		position:relative;
	}
	.footer-row:before,
	.footer-row:after {
		position:absolute;
		top:0;
		height: 100%;
		left: 32%;
		background: #FFF;
		background: rgba(255,255,255, 0.6);
		width:1px;
		display: block;
		content: "";
	}
	.footer-row:after {
		left:66%;
	}
}


/* $Id: lightbox_alt.css,v 1.1.4.22 2010/09/22 10:47:15 snpower Exp $ */ /** * Based on a design created by Nicolas Borda: * http://www.ipwa.net/assets/myslimbox/ */ #lightbox {position: absolute; top: 40px; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; } #lightbox a img {border: none; } #outerImageContainer {position: relative; background-color: transparent; width: 250px; height: 250px; margin: 0 auto; min-width: 240px; overflow: hidden; } #imageContainer, #frameContainer, #modalContainer {padding: 10px; } #modalContainer {line-height: 1em; overflow: auto; } #loading {height: 25%; width: 100%; text-align: center; line-height: 0; position: absolute; top: 40%; left: 45%; *left: 0%;z-index: -1; } #hoverNav {z-index: 10; } #imageData>#hoverNav {position:absolute;top:50%;left: 0;width:100%;background: transparent;padding:0 15px;z-index: 10050;} #hoverNav a {outline: none; } #prevLink, #nextLink {width: 41px; height: 41px; display: block; } #prevLink {left: 0; float: left; background: url(../images/left.png) 0 0 no-repeat; opacity: 0.6;} #nextLink {right: 0; float: right; background: url(../images/right.png) 0 0 no-repeat;opacity: 0.6; } #prevLink:hover, #prevLink:visited:hover {background-position: 0 0;opacity: 1; } #nextLink:hover, #nextLink:visited:hover {background-position: 0 0;opacity: 1; } #imageDataContainer {font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; min-width: 240px; } #imageData {padding: 0 10px; } #imageData #imageDetails #caption {position:absolute;width:100%;bottom:0;left:0;padding:10px;font-size:13px;font-weight: 100;line-height: 14px;color:#FFF;text-align: center;font-style: italic;background: #000;background: rgba(0,0,0,0.8);} #imageData #caption {font-weight: 100; } #imageData #caption span.description {display: block; text-align: center; font-weight: 100; padding-top:3px; padding-bottom:5px; } #imageData #numberDisplay {display: none !important; padding-bottom: 1.0em; } #imageData #lightbox2-node-link-text {display: block; padding-bottom: 1.0em; } #lightbox2-overlay {position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000 !important; opacity: 0.8 !important; } #overlay_default {opacity: 0.6; }#bottomNavClose {display: block; z-index: 200; background:#FFF url(../images/close.png) 5px 5px no-repeat; position: absolute; top: 0px; right: 0px; height: 23px; width: 84px;opacity: 1;padding:0 5px;background-color: transparent !important; } #bottomNavClose:hover {opacity: 1; } #loadingLink {display: block; background: url(../images/loading.gif) no-repeat; width: 48px; height: 48px;border-radius: 5px;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);box-shadow: 0 0 5px rgba(0,0,0,0.7); } #bottomNavZoom {display: block; background: url(../images/expand.gif) no-repeat; width: 34px; height: 34px; position: absolute; bottom: 25px; right: 5px; } #bottomNavZoomOut {display: block; background: url(../images/img/contract.gif) no-repeat; width: 34px; height: 34px; position: absolute; bottom: 25px; right: 5px; } #lightshowPlay {color:#FFF;font-size: 32px;-webkit-font-smoothing:antialiased;text-rendering:auto;position:absolute;top:50%;width:32px;height:32px;display: block;left:50%;z-index: 10501;margin: 17px 0 0 -16px; }#lightshowPlay:before {font-family:'Glyphicons Halflings';content:"\e072"; color:#FFF;display: block;position:absolute;top:0;left: 0;z-index: 101;} #lightshowPause {position: absolute;top:50%;left: 50%;font-size:32px;margin:17px 0 0 -16px;z-index: 10501;color:#FFF;width:32px;height:32px;display: block}#lightshowPause:before {font-family:'Glyphicons Halflings';content:"\e073";display: block;color:#FFF;font-weight: 100;position:absolute;top:0;left: 0;z-index: 101;} .lightbox_hide_image {display: none; } #lightboxImage {-ms-interpolation-mode: bicubic; }
#lightshowPlay, #lightshowPause {opacity: 0.4;}#lightshowPlay:hover, #lightshowPause:hover{opacity: 1;}#imageData #imageDetails #caption:empty {display: none !important};