/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Drovers Marketplace
	Version:		1.0
	Last change:	10.11.10 [Created]
	Assigned to:	Titan Web (Algerico Boctot Jr.)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1. 	Global
	2.	Fonts
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Global ]
-------------------------------------------------------------------*/
body {
	font-size: 14px;
	font-family: 'RobotoRegular';
	color: #7b7b7b;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'RobotoBold';
	color: #a12910;
	text-transform: uppercase;
}
h1 {
	line-height: 26px;
	font-size: 24px;
} 
h2 {
	line-height: 22px;
	font-size: 20px;
	color: #ef9e00;
} 
h3 {
	line-height: 20px;
	font-size: 18px;
	color: #a12910;
} h4 {} h5 {} h6 {}
a { font-family: 'RobotoBold'; color: #a12910; }
a:hover, 
a:focus { 
	text-decoration:none; 
}

input, 
button, 
textarea, 
select {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
ol {
	list-style: inside;
	margin: 0 0 8px;
}
pre,
tt,
code,
kbd,
samp,
var {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}


textarea {
	resize:none;
	overflow-y:auto;
}

.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height:100%;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}
/*------------------------------------------------------------------
	[ 2 Fonts ]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
	background: url(../images/header-wrapper-bg.gif) repeat-x right top;
}
.header-pad {
	height: 96px;
}
.logo-wrapper {
	width: 269px;
	height: 205px;
	position: absolute;
	z-index: 100;
}
#header .headinfo-wrapper {
	width: 246px;
	margin: 20px 0 0;
	padding: 0;
	height: 65px;
}
.headinfo-wrapper .address {
	font-family: 'RobotoBold';
	color: #fff;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.75 );
	text-transform: uppercase;
	text-align: left;
	font-size: 25px;
}
.headinfo-wrapper .email {
	height: 15px;
	line-height: 15px;
}
.headinfo-wrapper .email a {
	color: #fff;
	background: url(../images/email-icon.png) no-repeat left 2px;
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 0 0 0 20px;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper { height:49px; position:relative; z-index: 99;  background: #f09f00; }
.menu-pad {
	position: relative;
	height: 49px;
	margin: 0 auto;
}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
	display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-top-menu ul {
	display: none;
	position: absolute;
	z-index: 100;
}
#menu-top-menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu-top-menu li:hover > ul {
	display: block;
}
#menu-top-menu > li:hover > ul {
	left: -35px;
}
#menu-top-menu a {
	color: #FFFFFF;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.75 );
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
 
/* Top-level Styling */
#top-menu {
	bottom: 0;
	height: 49px;
	left: 0;
	position: absolute;
	width: 100%;
}
#menu-top-menu {
	height: 49px;
	position: absolute;
	width: 670px;
	right: 0;
}
#menu-top-menu > li {
	height: 49px;
}
#menu-top-menu > li > a {
	border: none;
	font-size: 16px;
	padding: 16px 14px 17px;
	font-family: 'RobotoBold';
	text-transform: uppercase;
}
#menu-top-menu > li:first-child > a {
	border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
	color: #fff;
	background: #a22b12;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
	background: transparent;
	width: 222px;
}
#menu-top-menu ul > li {
	width: 222px;
	margin: 4px 0 0;
}
#menu-top-menu ul > li > a {
	background: #aa3a1e;
	font-size: 14px;
	font-family: 'RobotoBold';
	padding: 5px 10px 8px;
	text-align: center;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
	background: #fff;
	color: #a22b12;
}
#menu-top-menu li > ul li:hover > ul {
	left: 146px;
	top: 0;
}
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
	position: relative;
	height: 625px;
	background: url(../images/banner-shadow.png) no-repeat center bottom;
}
.banner-wrapper-pages {
	position: relative;
	height: 364px;
	background: url(../images/banner-shadow.png) no-repeat center bottom;
}
.banner-bg-underlay {
	position: absolute;
	height: 547px;
	z-index: 0;
	width: 100%;
	left: 0;
	top: 0;
}
.banner-bg-underlay-left {
	width: 50%;
	left: 0;
	top: 0;
	z-index: 0;
	height: 547px;
	position: absolute;
	overflow: hidden;
}
.banner-bg-underlay-left img,
.banner-bg-underlay-left-pages img,
.banner-bg-underlay-right img,
.banner-bg-underlay-right-pages img {
	height: auto;
	width: 100%;
}
.banner-bg-underlay-left-pages {
	width: 50%;
	left: 0;
	top: 0;
	z-index: 0;
	height: 299px;
	position: absolute;
	overflow: hidden;
}
.banner-bg-underlay-right {
	width: 50%;
	right: 0;
	top: 0;
	z-index: 0;
	height: 547px;
	position: absolute;
	overflow: hidden;
}
.banner-bg-underlay-right-pages {
	width: 50%;
	right: 0;
	top: 0;
	z-index: 0;
	height: 299px;
	position: absolute;
	overflow: hidden;
}
.fade-overlay {
	z-index: 1;
	position: absolute;
	background: url(../images/fade-overlay.png) repeat;
	width: 100%;
	height: 100%;
}
.banner-pad {
	position: relative;
	z-index: 1;
}
.banner-wrap {
	position: relative;
	width: 960px;
	height: 570px;
}
.banner-slide-home {
	width: 960px;
	height: 570px;
	z-index: 0;
	left: 0;
	top: 0;
	overflow: hidden;
}
.banner-slide-pages {
	width: 960px;
	height: 313px;
	z-index: 0;
	left: 0;
	top: 0;
	overflow: hidden;
}
.video-wrap {
	z-index: 1;
	right: 0;
	top: 334px;
	width: 294px;
	height: 142px;
}
.video-wrap a {
	display: block;
	width: 134px;
	height: 116px;
	background: url(../images/video-bg.png) no-repeat top;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'RobotoBold';
	padding: 25px 0 0 160px;
}
.video-wrap a:hover {
	background: url(../images/video-bg.png) no-repeat bottom;
}
.video-wrap-pages {
	z-index: 1;
	right: 0;
	top: 175px;
	width: 208px;
	height: 80px;
}
.video-wrap-pages a {
	display: block;
	width: 128px;
	height: 59px;
	background: url(../images/video-bg-pages.png) no-repeat top;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'RobotoBold';
	padding: 21px 0 0 80px;
}
.video-wrap-pages a:hover {
	background: url(../images/video-bg-pages.png) no-repeat bottom;
}
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
/*
	Front Page Area 
*/
.front-page-wrapper {
	background: url(../images/leadin-wrappers.gif) repeat-x bottom;
	padding: 0 0 22px;
}
#front-page .leadins {
	width: 307px;
	margin: 0;
}
#front-page .leadins .page-title {
	text-transform: uppercase;
	color: #f9ab0c;
}
#front-page .leadins .page-title span {
	display: block;
	color: #a12910;
}
#front-page .homepage-content {
	line-height: 18px;
	margin: 0 0 6px;
}

#front-page .readmore-home {
	display: block;
	height: 11px;
	background: url(../images/readmore-bg.gif) no-repeat left 1px;
	color: #f9ab0c;
	padding: 0 0 0 10px;
}
#front-page .readmore-home:hover {
	background: url(../images/readmore-bg.gif) no-repeat left -9px;
	color: #a22b12;
}
#front-page .border-leadins {
	background: url(../images/border-leadins.png) no-repeat left;
	padding: 0 0 0 35px;
	width: 291px;
	margin: 0;
}
#front-page .leadins .google-map {
	width: 100%;
	height: 145px;
	overflow: hidden;
	margin: 0 0 14px;
	padding: 0;
}
#front-page .leadins .google-map iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#front-page .leadins .address {
	text-align: center;
}
#front-page .find-us {
	font-family: 'RobotoBold';
	color: #9a1900;
	font-size: 24px;
	text-align: center;
	margin: 0 0 6px;
	text-transform: uppercase;
}
#front-page .parking-available {
	text-align: center;
	text-transform: uppercase;
	color: #7a7a7a;
	font-family: 'RobotoBold';
	margin: 0 0 8px;
}
#front-page .thumbnail {
	
}
#front-page .thumbnail .noimage {
	width: 272px;
	height: 86px;
}
#front-page .leadins .fresh {
	font-family: 'RobotoBold';
	color: #9a1900;
	font-size: 24px;
	text-align: center;
	margin: 0 0 6px;
	width: 272px;
	text-transform: uppercase;
}
#front-page .leadins .fresh-content {
	line-height: 18px;
	margin: 0 0 6px;
}
#front-page .leadins .find-out {
	height: 37px;
	width: 307px;
}
#front-page .leadins .find-out a {
	display: block;
	height: 37px;
	text-align: center;
	width: 272px;
	background: url(../images/findout-more.gif) repeat-x top;
	line-height: 37px;
	color: #fff;
}
#front-page .leadins .find-out a:hover {
	background: url(../images/findout-more.gif) repeat-x bottom;
}
.our-tennants-pad {
	padding: 30px 0 0;
}
.our-tennants-title {
	font-size: 30px;
	font-family: 'RobotoBold';
	color: #a32e16;
	text-transform: uppercase;
	margin: 0 0 22px;
}
.tennants-list {
	display: block;
	width: 960px;
	margin: 0 auto;
	*margin: 0 auto 30px;
}
.tennants-list li {
	display: block;
	width: 164px;
	float: left;
	margin: 0 0 30px 30px;
}
.tennants-list .first-item {
	margin: 0 0 30px;
}
.tennants-list .tennant-11-item {
	
}
.tennants-list li a {
	display: block;
	width: 164px;
	padding: 0;
	margin: 0;
	background: #f9ab0c;
}
.tennants-list li a img {
	border: 3px solid #f9ab0c;
}
.tennants-list li a .noimage {
	width: 158px;
	height: 94px;
}
.tennants-list li a .valign-parent {
	height: 66px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0 25px;
}
.tennants-list li a:hover {
	background: #a22b12;
}
.tennants-list li a:hover img {
	border: 3px solid #a22b12;
}
.tennants-address {
	width: 850px;
	padding: 35px 25px;
}
.tennants-address .image_site {
	width: 388px;
	height: 261px;
}
.tennants-address .image_site .noimage {
	width: 388px;
	height: 261px;
}
.tennants-address .tennants-contact-info {
	width: 435px;
}
.tennants-address .tennants-title {
	font-size: 30px;
	font-family: 'RobotoBold';
	text-transform: uppercase;
	color: #ae5146;
	margin: 0 0 16px;
}
.tennants-address .tennants-address-info {
	background: url(../images/address-icon.gif) no-repeat left top;
	padding: 5px 0 0 25px;
	font-family: 'RobotoMedium';
	font-size: 16px;
	color: #575757;
	margin: 0 0 31px;
}
.tennants-address .tennants-phone-info {
	background: url(../images/phone-icon.gif) no-repeat left top;
	padding: 3px 0 4px 22px;
	font-family: 'RobotoMedium';
	font-size: 16px;
	color: #575757;
	margin: 0 0 31px;
	width: 100%;
}
.tennants-address .tennants-phone-info a {
	color: #575757;
}
.tennants-address .tennants-office-hours {
	display: block;
	background: url(../images/calendar-icon.gif) no-repeat left top;
	padding: 0 0 0 25px;
	margin: 0 0 33px;
	min-height: 32px;
}
.tennants-address .tennants-office-hours li {
	font-family: 'RobotoMedium';
	font-size: 16px;
	display: block;
	float: left;
	color: #575757;
	width: 50%;
}
.tennants-address .tennants-link {
	display: block;
	background: url(../images/web-icon.gif) no-repeat left;
	padding: 4px 0 0 25px;
	font-size: 14px;
	font-family: 'RobotoMedium';
	color: #f3ab0d;
	height: 16px;
}
.drovermap-wrapper {
	background: url(../images/drovermap-wrapper.gif) repeat-x right top;
	height: 301px;
}
.drovermap-title {
	text-align: center;
	height: 67px;
	font-family: 'RobotoBold';
	font-size: 30px;
	color: #fff;
	line-height: 67px;
	text-transform: uppercase;
}
.drovers-map {
	width: 960px;
	height: 234px;
	overflow: hidden;
}
.drovers-map iframe {
	width: 100%;
	height: 100%;
}
.events-title {
	text-align: center;
	color: #a12a11;
	font-family: 'RobotoBold';
	font-size: 30px;
	text-transform: uppercase;
	height: 72px;
	line-height: 72px;
}
.events-list {
	*margin: 0 0 30px;
}
.events-item {
	display: block;
}
.events-item li {
	display: block;
	float: left;
	padding: 0;
	width: 306px;
	margin: 0 0 30px 20px;
	min-height: 268px;
	height: auto;
}
.events-item .first-item {
	margin: 0 0 30px 0;
}
.events-item li .eventlist-thumb {
    height: 138px;
    position: relative;
    text-align: center;
}
.eventlist-thumb img {
    object-fit: cover;
    max-width: 132px;
    min-height: 132px;
}
.events-item li .noimage {
	width: 307px;
	height: 138px;
}
.events-item li .valign-parent {
	height: 38px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'RobotoBold';
	font-size: 18px;
	color: #f9ab0c;
	margin: 11px 0 6px;
}
#content .events-item li .eventslist-content,
#sub-page .events-item li .eventslist-content {
	margin: 0 0 12px;
	text-align: center;
	font-family: 'RobotoRegular';
	font-size: 14px;
	color: #7b7b7b;
	text-transform: inherit !important;
	*text-transform: inherit !important;
}
.events-item li .eventslist-link {
	display: block;
	width: 111px;
	height: 31px;
	margin: 0 auto;
	line-height: 31px;
	text-align: center;
	background: url(../images/evenslist-readmore-bg.gif) repeat-x top;
	color: #fff;
	text-transform: uppercase;
}
.events-item li .eventslist-link:hover {
	background: url(../images/evenslist-readmore-bg.gif) repeat-x bottom;
}
/*
	End of Front Page Area
*/

/*
	Sub Page Area
*/
#sub-page .page-content {
	margin: 8px 0 20px;
}
#sub-page .page-content p {
	line-height: 18px;
	margin: 0 0 24px;
}
#sub-page .page-content ul {
	display: block;
	width: 100%;
	float: left;
}
#sub-page  .page-content ul li {
	display: block;
	float: left;
	width: 430px;
	margin: 0 0 11px;
	color: #a12910;
	font-family: 'RobotoBold';
	padding: 0 0 0 20px;
	text-transform: uppercase;
	background: url(../images/list-style-bg.png) no-repeat left top;
	line-height: 16px;
	vertical-align: middle;
	height:100%;
	white-space: normal;
}
#sub-page .events-item {
	*margin: 0 0 19px;
}
#sub-page .events-item li {
	display: block;
	float: left;
	width: 306px;
	min-height: 268px;
	height: auto;
	margin: 0 0 30px 19px;
	background: none;
	padding: 0;
	text-transform: inherit;
	*text-transform: inherit;
}
#sub-page .events-item .eventlist-first-item {
	margin: 0 0 30px;
}
#sub-page .single-thumb {
	width: 435px;
	height: 262px;
	margin: 0 20px 20px 0;
}
#sub-page .single-thumb .noimage {
	width: 435px;
	height: 262px;
}
#sub-page .breadcrumb a {
	color: #cdcdcd;
}
#sub-page .breadcrumb span {
	color: #f9ab0c;
	font-family: 'RobotoBold';
	margin-left: 4px;
}
#sub-page .address {
	width: 505px;
}
#sub-page .address p {
	margin: 0 0 12px;
}
#sub-page .address a {
	margin: 0 0 8px;
	display: block;
	color: #a12910;
	font-family: 'RobotoRegular';
}
#sub-page .single-content-right {
	width: auto;
}
#sub-page .address ul {
	margin: 0 0 8px;
	padding: 0;
}
#sub-page .address ul li {
	margin: 0;
	width: 246px;
	background: none;
	padding: 0;
	color: #7b7b7b;
	font-family: 'RobotoRegular';
}
#sub-page .error404_msg {
	padding: 15px 0;
}
#sub-page .error404_msg p {
	line-height: 18px;
}
#searchform label {
	font-family: 'RobotoBold', sans-serif;
	color: #a12910;
	font-size: 15px;
	height: 20px;
	line-height: 25px;
	display: block;
}
#searchform input[type="text"] {
	outline: none;
	border: 1px solid #f9ab0c;
	display: block;
	width: 150px;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	float: left;
	margin: 0 0 0 5px;
}
#searchsubmit {
	display: block;
	height: 22px;
	line-height: 20px;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
#searchsubmit, #s {
	float: left;
}
/*
	End of Sub Page Area
*/
.content {}
.entry-meta,
.entry-utility {
	display: none;
}

/* contact */
#sub-page .contact-wrapper {
	margin: 23px 0 0;
	padding: 0;
}
.google-maps {
	overflow: hidden;
	height: 198px;
	border: 1px solid #fff;
	width: 958px;
}
.google-maps iframe {
	width: 100%;
	height: 198px;
}
#sub-page .contact-info {
	width: 960px;
	max-width: 960px;
}
#sub-page .contact-details  {
	width: 100%;
	margin: 0 0 27px;
}
#sub-page .contact-details li {
	float: left;
	width: 309px;
	display: block;
	margin: 0;
	background: none;
	padding: 0;
}
#sub-page .contact-details li a,
#sub-page .contact-details li span,
#sub-page .contact-details li div {
	font-family: 'RobotoBold';
	color: #444444;
}
#sub-page .contact-details li h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #f1a500;
	font-family: 'RobotoBold';
	margin: 0 0 5px;
}
#sub-page .contact-details .contactinfo-first-item {
	margin: 0;
	width: 170px;
}
#sub-page .contact-details .opening-info {
	width: 172px;
	margin: 0 0 18px;
}
#sub-page .contact-details li .opening-days,
#sub-page .contact-details li .opening-time {
	float: left;
	display: block;
}
#sub-page .contact-details li .opening-time {
	margin: 0 0 0 5px;
	color: #872009;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.footer-wrapper {
	background: #343434;
	border-top: 4px solid #f9ab0c;
}
.footer-pad {
	padding: 20px 0 35px 0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
/* copyright */
.footer .copyright {
	width:550px;
	float:left;
	padding:0 0 5px 0;
	color: #fff;
}
/* footer-menu */
.footer .footer-menu {
	width:550px;
	float:left;
	padding:0 0 10px 0;
}
.footer .footer-menu ul {
	margin:0;
	padding:0;
}
.footer .footer-menu ul li {
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0 10px;
	border-left:1px solid #888888;
}
.footer .footer-menu ul li:first-child {
	padding-left:0px;
	border-left:none;
}
.footer .footer-menu ul li a {
	color:#fff;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
}
.footer .footer-menu ul li a:hover {
	color:#000;
}
/* titan badge */
.titan-badge {
	width: 154px;
	height: 63px;
	float:right;
	padding:0 0 10px 20px;
	color: #fff;
}
.titan-badge .titan-title {
	float:left;
	display:block;
	padding:10px 5px 0 0;
}
.titan-badge a {
	display:block;
	color: #fff;
	margin: 4px 0 5px;
	font-family: 'Arial', sans-serif;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.ngg-galleryoverview,
.ngg-albumoverview
 {
	width: 960px;
	margin: 0 0 39px;
	padding: 0;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 184px;
	height: 111px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	overflow: hidden;
}
.ngg-galleryoverview .gallery-first-item,
#sub-page .ngg-albumoverview  .gallery-first-item {
	margin: 0 0 10px;
}
.ngg-albumoverview .ngg-album-compact {
	width: 184px;
	float: left;
	margin: 0 0 10px 9px;
}
.ngg-albumoverview .ngg-album-compact a {
	display: block;
}
.ngg-albumoverview .ngg-album-compact .Link {
	display: block;
	width: 184px;
	height: 111px;
	margin: 0 0 11px;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box a {
	display: block;
	width: 184px;
	height: 111px;
	float: left;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box a img,
.ngg-albumoverview .ngg-album-compact .Link img {
	border: 2px solid #fff;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover img,
.ngg-albumoverview .ngg-album-compact .Link:hover img {
	border: 2px solid #f9ab0c;
}
.ngg-galleryoverview .ngg-navigation {
	display: inline-block;
	text-align: center;
	width: 960px;
	margin: 29px 0 0;
}
.ngg-albumoverview .ngg-album-compact .ngg-album-desc,
.ngg-albumoverview .ngg-album-compact p {
	text-align: center;
}
.ngg-galleryoverview .ngg-navigation a,
.ngg-galleryoverview .ngg-navigation span {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	padding: 0;
	color: #9c1f04;
	font-family: 'RobotoBold';
}
.ngg-galleryoverview .ngg-navigation .prev,
.ngg-galleryoverview .ngg-navigation .next {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
}
.ngg-galleryoverview .ngg-navigation a:hover,
.ngg-galleryoverview .ngg-navigation .prev:hover,
.ngg-galleryoverview .ngg-navigation .next:hover,
.ngg-galleryoverview .ngg-navigation .current {
	color: #f9ab0c;
}

/*------------------------------------------------------------------
	[ 8 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination {
	display: inline-block;
	text-align: center;
	width: 960px;
	margin: 0 0 39px;
}

.titan-pagination a,
.titan-pagination span {
	display: inline-block;
	text-align: center;
	color: #9c1f04;
	font-family: 'RobotoBold';
	margin: 0 5px;
}
.titan-pagination  .prev,
.titan-pagination .next {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
}
.titan-pagination  a:hover,
.titan-pagination  .prev:hover,
.titan-pagination  .next:hover,
.titan-pagination  .current {
	color: #f9ab0c;
}
